I don't know if I'm allowed to jump in here and kind of hijack the thread but...
Ashley: I get a black screen when running the .exe that is generated after node-webkit export (minified or not). I used 'show dev tools' from the plugin but nothing shows. I can only close the window by force quitting it in the taskmanager (win7pro)
Is there any way to track down the java script error that assumingly is causing the crash?
The game runs smooth when I run the layout.
In the taskmanager I noticed that the .exe node-webkit exports runs 2 times simultaneously . That seems odd.
-----------------
SOLUTION: The issue seems to be resolved when 'Use loader layout' is set to 'No'. At the start of the layout I run some loops that generate unique combinations of numbers. This conflicts with the layout trying to load the other stuff that is happening apparantly.