Game crash at startup

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
whatbug
Level 3
Level 3
Posts: 67
Joined: Sun Mar 14, 2010 4:49 am

Game crash at startup

Post by whatbug »

Hi!

Im trying to run a quake 3 based game on my ubuntu 10.04 lucid system.
I know that it can work because some years ago it worked very well with ubuntu 8.04 and exactly the same hardware.

Here is the output:

Code: Select all

michael@MichiDesktop:~/Desktop/jk2$ wine jk2mp.exe
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
err:seh:setup_exception_record stack overflow 1056 bytes in thread 001a eip 7bc3e718 esp 01b60f10 stack 0x1b60000-0x1b61000-0x2360000

Code: Select all

michael@MichiDesktop:~/Desktop/jk2$ wine --version
wine-1.1.42
Nvidia 8800 GTS and this is the glxgears output:

Code: Select all

michael@MichiDesktop:~$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
49872 frames in 5.0 seconds
47948 frames in 5.0 seconds
51063 frames in 5.0 seconds
should be enough i thought.
whatbug
Level 3
Level 3
Posts: 67
Joined: Sun Mar 14, 2010 4:49 am

Post by whatbug »

Thunderbird on IRC helped me.

Code: Select all

__GL_ExtensionStringVersion=17700 wine jk2mp.exe
works fine now :)
Locked