News:

Simutrans Wiki Manual
The official on-line manual for Simutrans. Read and contribute.

Compiling Simutrans without graphics?

Started by #MinorTom, October 13, 2016, 05:01:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

#MinorTom

Hey everyone,

I tried to setup a simutrans server, and tried these two tutorials:
but both didnt work. at the second im getting this error:

...

Debug: interrupt_check: called from (simworld.cc:4055)
Debug: karte_t::step:   step convois
Debug: karte_t::step:   step cities
Debug: karte_t::step:   step factories
Debug: karte_t::step:   step poweline stuff
Debug: karte_t::step:   step players
Debug: karte_t::step:   step halts
Debug: interrupt_check: called from (simworld.cc:4102)
Debug: karte_t::step:   end
Message: karte_t::reset_timer():        called, mode=$1
ERROR: modal_dialogue():        called without a display driver => nothing will be shown!
For help with this error or to file a bug report please see the Simutrans forum:
http://forum.simutrans.com
Message: karte_t::destroy():    destroying world
Message: karte_t::destroy():    label clear
Message: karte_t::destroy():    sync list cleared
Message: karte_t::destroy():    convois destroyed
Message: karte_t::destroy():    stops destroyed
Message: karte_t::rem_stadt():  Bullet City
Debug: karte_t::rem_stadt():    reduce city to 0
Debug: karte_t::rem_stadt():    fab_list 5
Message: karte_t::rem_stadt():  delete
Message: karte_t::destroy():    towns destroyed
Message: karte_t::destroy():    planquadrat destroyed
Message: karte_t::destroy():    player destroyed
Message: karte_t::destroy():    factories destroyed
Message: karte_t::destroy():    attraction list destroyed
Message: karte_t::destroy():    world destroyed
World destroyed.


I hope anyone knows a good working tutorial  ;D

~Tom




Yes, you are allowed to laugh at me, but please quiet.  :-X

prissi

You did not load a map, or did not specify pak or language. Then the server wants to show a GUI windows, which it is not allowed. What is you command line?

#MinorTom

Hey,

I am starting using the following command:
./sim -server 13353 -objects pak96.comic/ -load server13353-network.sve -debug

But the actual question is, if the tutorial is wrong.
At this attempt i was using zsh, but the problem occurs on bash as well.

Quote from: prissi on October 13, 2016, 07:12:39 PM
You did not load a map, or did not specify pak or language. Then the server wants to show a GUI windows, which it is not allowed. What is you command line?

~Tom




Yes, I know nothing.

prissi

#3
I strongly suggest adding -log and then have a look at simu.log. That should tell you were it fails.

You could also try the commandline on your local simutrans with a GUI; the problem may be immediatly obvious with a GUI

5045

Quote from: #MinorTom on October 14, 2016, 07:25:27 PM
./sim -server 13353 -objects pak96.comic/ -load server13353-network.sve -debug
Language setting (-lang option) is missing.