UT2003 and Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
badp
Level 1
Level 1
Posts: 5
Joined: Sat Apr 05, 2008 3:32 am

UT2003 and Wine

Post by badp »

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: Select all

badp@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!
badp@bPortatile:~/.wine/drive_c/UT2003/System$ 
No window appears at all. The application just closes.

Wine AppDB rates the program as Platinum using version 0.9.13; I'm instead using wine-0.9.58 on Ubuntu 7.10.

[s]http://www.linux-gamers.net/modules/wiw ... WTO+UT2003 claims I should find a Linux installer on CD3, but the files the HowTo points at are not there. :? [/s] EDIT: I was looking in the wrong place. Trying that way...

Any guess?
Paul Johnson

UT2003 and Wine

Post by Paul Johnson »

-----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.p ... n&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/wiw ... WTO+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
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH995kUCxPKZafKh0RAriQAJwIBEq2dqf4jlfKcFT8Blsy75ZH4wCgi3/1
S8nVC8oll6iznhJYq6ED8+g=
=hsA5
-----END PGP SIGNATURE-----
Zachary Goldberg

UT2003 and Wine

Post by Zachary Goldberg »

On Sat, Apr 5, 2008 at 8:17 PM, Paul Johnson <[email protected]> wrote:
-----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.p ... n&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/wiw ... WTO+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.
He said he tried but couldn't find the files.
- --
Paul Johnson
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH995kUCxPKZafKh0RAriQAJwIBEq2dqf4jlfKcFT8Blsy75ZH4wCgi3/1
S8nVC8oll6iznhJYq6ED8+g=
=hsA5
-----END PGP SIGNATURE-----

Op, I do think that you have found a legitimate bug in wine which is
likely worth looking into and fixing. However for purposes of your
being able to play the game the linux version likely is your best bet.

Unfortunately thought if you're having trouble with the actual
installation of the linux version I cannot be of service as I don't
have much extra knowledge in this area. Might I suggest you check
with your distro (Ubuntu)? I'm inclined to think that Ubuntu likely
has a package already for UT which will simply ask for you to put the
CDs in and it'll do everything else.

--
Zachary Goldberg
Computer Science & Engineering
Electrical Captain of Penn Electric Race Team
School of Engineering at the University of Pennsylvania
badp
Level 1
Level 1
Posts: 5
Joined: Sat Apr 05, 2008 3:32 am

Post by badp »

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: Select all

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: Select all

badp@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. :roll:

Oh, and there is no package for UT2003 that I could find in the Ubuntu repositories.

Anyway, thanks for your time.
Zachary Goldberg

UT2003 and Wine

Post by Zachary Goldberg »

On Sun, Apr 6, 2008 at 4:39 PM, badp <[email protected]> wrote:
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@bPortatile:/media/cdrom0$ ut2003
fcntl: Operation not permitted
fcntl: Operation not permitted
OpenGL renderer relies on DXTC/S3TC support.

History:

Exiting due to error
Although I've never seen this error before it does look like something
fishy with your graphics drivers. Does `glxgears` work? How about
glxinfo | grep direct (Should tell you Yes or No; we want Yes).

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.






--
Zachary Goldberg
Computer Science & Engineering
Electrical Captain of Penn Electric Race Team
School of Engineering at the University of Pennsylvania
badp
Level 1
Level 1
Posts: 5
Joined: Sat Apr 05, 2008 3:32 am

Post by badp »

Code: Select all

badp@bPortatile:/media/cdrom0$ glxgears
4227 frames in 5.0 seconds = 845.364 FPS
badp@bPortatile:/media/cdrom0$ glxinfo | grep direct
direct rendering: Yes
There doesn't seem to be anything wrong here.

EDIT: Yes, the window with rotating gears does appear.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

badp wrote:

Code: Select all

badp@bPortatile:/media/cdrom0$ glxgears
4227 frames in 5.0 seconds = 845.364 FPS
badp@bPortatile:/media/cdrom0$ glxinfo | grep direct
direct rendering: Yes
There doesn't seem to be anything wrong here.

EDIT: Yes, the window with rotating gears does appear.
What sort of video card do you have? 800 is small even for the full software rendering (CPU only)!
badp
Level 1
Level 1
Posts: 5
Joined: Sat Apr 05, 2008 3:32 am

Post by badp »

vitamin wrote:What sort of video card do you have? 800 is small even for the full software rendering (CPU only)!
It's an "Intel® 82915G/82910GL Express Chipset Family". Yeah, on Windows it runs most games at half the speed, but it's ok enough to run compiz with acceptable framerate (doesn't drop below 20).

I also have a load average of 3.42 3.61 3.05 (Boinc + Firefox + Python running an heavy script) so that may affect too the result.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

badp wrote:It's an "Intel® 82915G/82910GL Express Chipset Family". Yeah, on Windows it runs most games at half the speed, but it's ok enough to run compiz with acceptable framerate (doesn't drop below 20).
Then forget using this stuff with any 3D program under Wine. It has horrible drivers (even worse then ATi) and does not provide enough functionality for most Wine needs.
Get yourself nVidia card. You'll get much better results with it.
badp
Level 1
Level 1
Posts: 5
Joined: Sat Apr 05, 2008 3:32 am

Post by badp »

vitamin wrote:Get yourself nVidia card. You'll get much better results with it.
On a two years old laptop? Oh well, I think I'll just drop the issue. :wink:
roderick
Newbie
Newbie
Posts: 4
Joined: Thu Apr 24, 2008 8:20 am

Post by roderick »

get the s3tc library and install driconf and enable s3tc in driconf.

Should help (though the i915 may be suspect in being able to perform with that game).
DARKGuy
Level 2
Level 2
Posts: 35
Joined: Mon Mar 31, 2008 8:16 pm

UT2003 and Wine

Post by DARKGuy »

I have a laptop and a computer at work with a VIA S3 Unichrome Pro IGP
integrated video card, and it works better and with D3D/OpenGL
acceleration under windows than in Linux (it runs WoW and UT2004). In
fact, I never had a chance to make it work, even with the OpenChrome
drivers I couldn't run Compiz or anything 3D decently :( so I had to
stay with Windows.

Same can be said for Intel, but Roderick's tip might help a bit. To
me, if it runs Windows games at half the speed then it's almost
identical to my case, then it's a driver issue.

On Thu, Apr 24, 2008 at 9:49 AM, roderick <[email protected]> wrote:
get the s3tc library and install driconf and enable s3tc in driconf.

Should help.




Paul Johnson

UT2003 and Wine

Post by Paul Johnson »

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 06 April 2008 08:55:13 am Zachary Goldberg wrote:
On Sat, Apr 5, 2008 at 8:17 PM, Paul Johnson <[email protected]> wrote:
-----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.p ... n&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/wiw ... OWTO+UT200
3 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.
He said he tried but couldn't find the files.
I see. As far as I know, they were only included on the versions that have
the Tux logo on the back of the package and disc case. You might be able to
find them on unreatournament2003.com, or at least contact support that way.
Another possibility is they ended up on another disc...

- --
Paul Johnson
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIEOy6UCxPKZafKh0RAoJkAJ9LPX68RvT43mbW7q6aH73WkskHDQCgkLYS
AEDCQUNpwTqaH8UKO7ToI3s=
=ygJ8
-----END PGP SIGNATURE-----
Locked