agrocultural station mission bug

These are old bug reports that have been closed.
Locked
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

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"
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

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.
Locked