UT2003 installation ran fine. UT2003 successfully checks my cd for originality, then Nothing Happens. When the correct disk is inserted, this is all that happens: Code: badp at bPortatile:~/.wine/drive_c/UT2003/System$ wine UT2003.exe fixme:spoolsv:serv_main (0 (nil)) err:service:service_get_status service protocol error - failed to read pipe r = 0 count = 0! fixme:cursor:CURSORICON_LoadFromFile No support for .ani cursors. fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0) fixme:cursor:SetSystemCursor (0x1126,00007f8a),stub! fixme:cursor:SetSystemCursor (0x112e,00007f00),stub! fixme:cursor:SetSystemCursor (0x113e,00007f03),stub! fixme:cursor:SetSystemCursor (0x1146,00007f01),stub! fixme:cursor:SetSystemCursor (0x1156,00007f88),stub! fixme:cursor:SetSystemCursor (0x1166,00007f86),stub! fixme:cursor:SetSystemCursor (0x1176,00007f83),stub! fixme:cursor:SetSystemCursor (0x1186,00007f85),stub! fixme:cursor:SetSystemCursor (0x1196,00007f82),stub! fixme:cursor:SetSystemCursor (0x11a6,00007f84),stub! fixme:cursor:SetSystemCursor (0x11b6,00007f04),stub! fixme:cursor:SetSystemCursor (0x11c6,00007f02),stub! Wine AppDB rates the program as Platinum (http://appdb.winehq.org/objectManager.php?sClass=version&iId=1154) using version 0.9.13; I'm instead using wine-0.9.58 on Ubuntu 7.10. http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+UT2003 claims I should find a Linux installer on CD3, but the files the HowTo points at are not there. :? Any guess?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 05 April 2008 01:53:35 am badp wrote:> Wine AppDB rates the program as Platinum > (http://appdb.winehq.org/objectManager.php?sClass=version&iId=1154) using > version 0.9.13; I'm instead using wine-0.9.58 on Ubuntu 7.10. > > http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+UT2003 > claims I should find a Linux installer on CD3, but the files the HowTo > points at are not there. :? > > Any guess?You don't need Wine to run UT2003, there's a native Linux version. Use that instead. - -- Paul Johnson baloo at ursine.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH995kUCxPKZafKh0RAriQAJwIBEq2dqf4jlfKcFT8Blsy75ZH4wCgi3/1 S8nVC8oll6iznhJYq6ED8+g=hsA5 -----END PGP SIGNATURE-----
The Linux installer worked. Sort of. The cdkey saving script was broken (it asked me to type the cdkey twice, and when it checked the keys for a match, it gave Syntax Error), so you need to type the following to save it: Code: sudo echo "$CDKEY" | tr a-z A-Z > $InstallPath/System/cdkey ...where you want to replace CDKEY and InstallPath with the actual values. Also, I had to chown ~/.ut2003 and its contents as the game couldn't find settings files. Having done that launching the game gets me a splashscreen, display flashes black and... Code: badp at bPortatile:/media/cdrom0$ ut2003 fcntl: Operation not permitted fcntl: Operation not permitted OpenGL renderer relies on DXTC/S3TC support. History: Exiting due to error Oh well. [Rolling Eyes] Oh, and there is no package for UT2003 that I could find in the Ubuntu repositories. Anyway, thanks for your time.