Skip to main content
Topic: problem starting game (Read 3888 times) previous topic - next topic

problem starting game

i am using Xandra Linux on my EEEPC and i can't start the game every time try to start it i get this:

Initializing tombstones ...
Reading simuconf.tab successful!
Preparing display ...
Screen Flags: requested=10, actual=10
Loading font 'font/prop.fnt'
font/prop.fnt sucessful loaded as old format prop font!
Error: can't open file 'palette/special.pal' for reading
Error: can't open file 'palette/simud80.pal' for reading
Init done.
Init timer module ...
Reading compatibility sound data ...
Loaded pak/sound/bus.wav to sample 0.
Loaded pak/sound/truck.wav to sample 1.
Loaded pak/sound/diesel.wav to sample 2.
Loaded pak/sound/steam.wav to sample 3.
Loaded pak/sound/boat-horn.wav to sample 4.
Loaded pak/sound/comet-jet.wav to sample 5.
Loaded pak/sound/planelow.wav to sample 6.
Loaded pak/sound/click.wav to sample 7.
Loaded pak/sound/boing.wav to sample 8.
Loaded pak/sound/jackhammer.wav to sample 9.
Loaded pak/sound/gavel.wav to sample 10.
Loaded pak/sound/dock.wav to sample 11.
Loaded pak/sound/explosion.wav to sample 12.
Loaded pak/sound/cash.wav to sample 13.
Reading city configuration ...
Reading object data from pak/...
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
Warning: ignoring image 0 because of missing data
/bin/bash: line 1:  2898 Aborted                 "/home/user/simutrans/simutrans2"

Press <ENTER> to continue...
                          

i am using latest game version and pak64

Re: problem starting game

Reply #1
Quote
i am using latest game version and pak64

Which is? (101.0, 102.0 or latest nightly?)

There is a known problem with sounds and Linux. Please try to start with options nosound and nomidi, e.g. "simutrans.exe -nosound -nomidi".
Bob Marley: No woman, no cry

Programmer: No user, no bugs



Re: problem starting game

Reply #2
how do you install the pak?

can you give us a ls of the simutrans-direktory?
I hope you understand my English

Re: problem starting game

Reply #3
i have downloaded 101.0 from http://www.simutrans.com/download.htm today and now i have another problem
/home/user/simutrans/simutrans: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /home/user/simutrans/simutrans)

Press <ENTER> to continue...

i googled and found that  GLIBC_2.4 was only experimenal and was junp from 2.3 to 2.5

also here ls

/home/user/simutrans> ls
change_request.txt  font/        music/   problem_report.txt  simutrans2
config/             history.txt  pak/     readme.txt          text/
copyright.txt       licence.txt  pak126/  simutrans           thanks.txt
/home/user/simutrans>

edit

i downloaded  latest nightly and it work good


Re: problem starting game

Reply #5
It's glibc 2.4 or higher. I guess you need to install or update it.

In any case, to check if you've all you need to run Simutrans installed, go to simutrans directory and type this command:
Code: [Select]
ldd simutrans
This will check if simutrans dependencies are installed or not.