On ubuntu 12.04, when attempting to launch the game, this error message is written to the console, if the launcher is started from console:
(the absolute path to the personal folder was manually replaced by `~`)
```
[9094:0118/070530:INFO:CONSOLE(12520)] "Error: spawn ~/dep/java/jre1.7.0_80/bin/java ENOENT
at exports._errnoException (util.js:814:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at doNTCallback2 (node.js:438:9)
at process._tickCallback (node.js:352:17)
at EventEmitter.ipc.sendSync (~/Downloads/starmade-launcher-linux-x64 (2)/resources/atom.asar/renderer/api/lib/ipc.js:21:31)
at BrowserWindow.RemoteMemberFunction [as hide] (~/Downloads/starmade-launcher-linux-x64 (2)/resources/atom.asar/renderer/api/lib/remote.js:140:29)
at Scope.$scope.launch (~/Downloads/starmade-launcher-linux-x64 (2)/resources/app.asar/lib/controllers/launch.js:83:40)
at fn (eval at <anonymous> (~/Downloads/starmade-launcher-linux-x64 (2)/resources/app.asar/node_modules/angular/angular.js:13365:15), <anonymous>:2:332)
at callback (~/Downloads/starmade-launcher-linux-x64 (2)/resources/app.asar/node_modules/angular/angular.js:23613:17)", source: ~/Downloads/starmade-launcher-linux-x64 (2)/resources/app.asar/node_modules/angular/angular.js (12520)
```