Page 1 of 1

agrocultural station mission bug

Posted: Thu Apr 16, 2009 3:48 am
by Bobby
i just defended a Jol Station(agricultural station i believe) from a pirate attack, and at the end of the third wave, i get an error that locks me in the dockscreen.

i know i am supposed to be thanked and paid, and the only option is "undock", but clicking it gives an error and goes nowhere

debug log says:
No binding for symbol: gState ### (eq gState "next") ###

EDIT: the first error message that appears is:
No binding for sybol: gState ### (eq gState "done") ###

after that it is "next"

Posted: Thu Apr 16, 2009 3:00 pm
by george moromisato
Thanks! It the problem is that the game is not properly handling a save/restore. You must have saved the game after getting the third wave and then the game got confused.

I've fixed it in the next version, but if you want a work-around, try this:

1. Run the game with /debug
2. Load your old game
3. Press [F9] to bring up the debug console
4. Type:

(setq gState Nil)

5. Press [Enter] and then press [F9] to dismiss the console.
6. Now you should be able to dock with the station and get your reward.