Neko.exe gives me this error whenever I’m running a build from scratch for either neko or html5 output. It causes the build to fail. When I re-run it, the build successfully finishes. Although for html5, the swf set to generate=true does not get its classes generated. Not sure if these two are related.
I’m running windows 7 64-bit with 16GB of RAM. I saw a steam thread with a similar error and their solution was to increase a memory setting in windows. Mine however is already set to 20GB.
When neko crashes it has dedicated 800MB (private bytes) of memory and has requested 900MB (virtual size)
I’m no where near close to using up all my RAM. Any ideas? Using Neko 2.1.0
And just if anyone asks, I’m not creating anything in a loop, all I have is a small swf file with maybe 50 symbols and a main class that tries to load one of the symbols from the swf to the screen.