1 0      

Topic: [SUGGESTION] Does your Teeworlds hangs on quit? Read this!

When I played on my Linux-system the game always crashed when I leaved Teeworlds.  Like, the mouse didn't move and everything was just freezed (like Tom94's freeze-mod). I, oy, zilt and rajh tried to solve it, and we did. big_smile

Here's the solution:
1. Open a terminal.
2. Type: cd /path/to/teewords
3. Type: export SDL_AUDIODRIVER=dsp *
4. Start Teeworlds: ./teeworlds

Done. Now it should work. smile



* If that not works, try with this:
export SDL_AUDIODRIVER=pulse
(thanks to *** / xyz)

Last edited by Kottizen (2009-12-20 17:29:58)

Please do not imitate Teeworlds moderators in your signature. smile // Kottizen
Kill!

2 0      

Re: [SUGGESTION] Does your Teeworlds hangs on quit? Read this!

I tried the first post suggestion and the terminal responds:
.No such file or directory

And the second post suggestion does not work for me either. I type quit in the remote console F2 (since console does not work F1) and press enter and nothing happens. Any recommendations?

3 0      

Re: [SUGGESTION] Does your Teeworlds hangs on quit? Read this!

I managed to get the console to work in the beginning of the game. But as soon as I connect to a server and later disconnect I get the same problem as if I were to quit by clicking the button. I noticed that it said something in the console about not having the right version for client side. I tried downloading Teeworlds 0.5.2, but the file will not install automatically in Ubuntu since it kind of like a "zip" file in windows, so I am still stuck on version 0.5.1. Can somebody please explain how to install the new version of Teeworlds for Ubuntu 9.10? Also, can the instructions for installation be put in the terminal command? since the terminal makes working with programs and installing them a whole lot easier for me. By the way, Captain AMN did you try the terminal command that Kottizen mentioned in the first post? I think it would be kind of pointless to have a quit button that does not work in a game.

4 0      

Re: [SUGGESTION] Does your Teeworlds hangs on quit? Read this!

Here's how to download, install and play.

TERMINAL:
1. wget http://www.teeworlds.com/files/teeworld … x86.tar.gz
2. tar -xvf teeworlds-0.5.2-linux_x86.tar.gz
3. rm -rf teeworlds-0.5.2-linux_x86.tar.gz

INSTALL DONE, start the game:

4. cd teeworlds-0.5.2-linux_x86
5. export SDL_AUDIODRIVER=pulse
6. source ~/.bashrc
7. ./teeworlds

Please do not imitate Teeworlds moderators in your signature. smile // Kottizen
Kill!

5 0      

Re: [SUGGESTION] Does your Teeworlds hangs on quit? Read this!

In Ubuntu this can be fixed by installing the "libsdl1.2debian-pulseaudio" package
as described in the following bug report https://bugs.launchpad.net/ubuntu/+sour … bug/203158

(TERMINAL:> sudo apt-get install libsdl1.2debian-pulseaudio)


hope that helps.