Bug:
in the linux version, game crashes when the player advances to a new office at the ‘1M’ goal.
Black screen, a loading bar. and a popup window with title ‘javascript’ and the message ‘object event’ turns up.
java :
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-1ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
I, too, get this error. I am not sure if this has anything to do with it but in the terminal it spams a bunch of errors when the game is loading, before the start screen. Here are some of them:
[3129:0429/131823:ERROR:browser_main_loop.cc(159)] GTK theme error: Unable to locate theme engine in module_path: “murrine”,
[3129:0429/131823:ERROR:browser_main_loop.cc(159)] GTK theme error: Unable to locate theme engine in module_path: “pixmap”,
[3147:0429/131824:ERROR:renderer_main.cc(179)] Running without renderer sandbox
When the game starts the contents are unpacked.
Start the game
Ctrl-Alt-F1 to go to the console.
login
ps ax | grep gamedev | grep working-directory
see where the working directory is
cd
mv images/superb/level2Desk.png images/superb/level2desk.png
Ctrl-Alt-F7 to return to the game
the working directory in /tmp/ is cleaned up as soon as you stop the game. That’s why you have to rename the file while the game is still running. (so yes, that is also why this is a temporary workaround)
That might be because the directory is hidden. do an ls -la on /tmp , you will see a bunch of .org.chromium.Chromium.*** directories. One of these is your current working dir.