It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
If the error message: "Unhandeled Exception: System.TypeInitializationException ...System.Console ..."
appears when invoking the start script, just test:

$ echo $TERM # Output e.g. "xterm-256color" -> unknown for old games

To solve this one may edit the start script and add the line:
~
export TERM=xterm
~
at the beginning - now the game should start without any problem.
Seems to be a general problem of `Microsoft.Xna.Framework' (see e.g. "Fist Puncher").
Maybe GOG should make their start script more robust ...