The generated version from Build and Launch is
crashing on startup (dmengine.exe has stopped working). I tried to build the empty project and the
side-scroller version and I got the same problem. I don’t know if I’m
doing something wrong, but the empty project should run properly.
I use “Dependency Walker” and get a lot of DLL’s with error. They all have one problem - “Error opening file. File can’t be found”. ( You can see/download .txt file with all crashed DLL’s here --> https://drive.google.com/open?id=0B1gdzCNpZY-xc3ZObmh6endtZTg ). What can I do next???
Dependency Walker was last updated in 2008(?), so it’s a bit too old and unable to understand dependencies to APIs to the “Universal Windows Platform” (MSDN). I’ve looked through the log you provided from dependency walker but nothing seems to be out of order.
There should be a file named _crash under %APPDATA%\Defold after the engine has crashed. This file contains anonymous information about the crash and can be read using the crash API available here. The engine will only save information about the last crash, so if you could send me a copy of this file the next time the this happens I’ll look into it.
Thanks for your report and help in making the engine better!