1

Topic: Problemes with Linux

Hi,

I'm trying to play Teeworlds with Gentoo Linux.


I've download the tar.gz in my home, decompressed it, and launched the file teeworlds and it worked, I could play a while.

I've tried to put the directory in another place (in /opt) and I could'nt play anymore, I saw just a blue screen with grey squares.

I tried with the root user, it worked.

I put again the directory in my home, and I couldn't play anymore, I've deleted the file, doanloaded it again, and once again, i can't play, I get a black screen and then, the prompt sais me that it can't access /home/struddel/.teeworlds

I tried the same way before, putting the directory in /opt and playing as root, it doesn't work anymore, i've tried every user in every place with every ownership, same result, either a black screen or a blue screen with grey squares

If somebody can help me sad

2

Re: Problemes with Linux

To play you have to start the game from its own directory (in your case /opt/teeworlds), else it will not find its data-files, and that's when you get the first problem you encountered.

To solve the second problem, just remove ~/.teeworlds, with root if you have to, because it sounds like the ownership has gone wrong there.

Used to be very active waay back

3 (edited by M4!KK 2008-05-03 16:54:56)

Re: Problemes with Linux

Hi,

I use Debian Lenny (x64) and i have the same problem!
The file "teeworlds" and folder "data" are together in one folder. When I start the "teeworlds" only the called blue screen appears.


The tree:

-home
  -user
    -Desktop
      -teeworlds
        -teeworlds
        -data
          -***

The folder ".teeworlds" in the user folder i deleted but nothing happens.

Enjoy the Silence

4

Re: Problemes with Linux

~push~

Can nobody help me?

At one of my other computers it works, but not at my main pc!


Please someone help me ...

Enjoy the Silence

5

Re: Problemes with Linux

Hi!

I'm sorry, I don't use Gentoo.

But I have a hint for Debian/Ubuntu users who can possibly works with you.

Here is a (homemade) script to run the game on linux.

The shell script is called teeworlds

#!/bin/sh
cd /usr/share/games/teeworlds-0.4.2-linux_x86
./teeworlds

Simply put this script in your game binary folder.

Of course, before, you must change /usr/share/games/teeworlds-0.4.2-linux_x86 for the the teeworld directory.

Hope it will help!

qwerty800

90% of teens today would die if Myspace had a system failure and was completely destroyed.
If you are one of the 10% that would be laughing, copy and paste this to your signature.
My skins

6

Re: Problemes with Linux

if bot, try chmodding all the directory.. i dont know how but ytou can try the foldder itself:

chmod 777 ./thefolder

7

Re: Problemes with Linux

chmod was already set to 777

and the script doesnt help too. it says:

"[481f62b3][game]: failed to create gl context"

this fault ever appears if i start the game by console or script

Enjoy the Silence

8

Re: Problemes with Linux

Ummm...

I don't have any ideas

But I have to refine my script to make it start as first priority for gdm/kdm.
Else, it cause annoying bugs

90% of teens today would die if Myspace had a system failure and was completely destroyed.
If you are one of the 10% that would be laughing, copy and paste this to your signature.
My skins

9

Re: Problemes with Linux

ok, the folder is 777, but all the files inside it?

10

Re: Problemes with Linux

all files inside are 777

i installed wine and wanted to play teeworlds with wine, but i have the same problem!

i cant understand that! games like farcry are running well

Enjoy the Silence

11

Re: Problemes with Linux

try updating video drivers?

12

Re: Problemes with Linux

negativ
i have the latest drivers
(games like farcry or what ever work very well)

very odd this problem!

Enjoy the Silence

13

Re: Problemes with Linux

have you set AA too high or something? try deleteing ~/.teeworlds and try again

Languages shapes the way we think, or don't.

14 (edited by M4!KK 2008-05-10 00:07:20)

Re: Problemes with Linux

deleting ~./teeworlds didn`t help

AA is "Using Application`s Antialiasing Settings."

Enjoy the Silence

15 (edited by lazy_bum 2008-05-10 12:17:21)

Re: Problemes with Linux

Do it "Gentoo way". Use an ebuild, check out Bugs Gentoo or roslin overlay.... doh!

edit: links added.