"dmengine.exe crash" or "Build & Launch crash"

Hi,

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???

P.S. - Windows 10

@sven or @jakob.pogulis, any ideas?

Hello @_iDen

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!

// Jakob

Hello @jakob.pogulis .

I found this file . It is available at the following link --> https://drive.google.com/open?id=0B1gdzCNpZY-xalQ4NnRpVF9JRTg

Hello again, @jakob.pogulis

What’s New? Are there any ideas or suggestions ?

Nothing is new??? :unamused:

Just to check, I built an empty Windows project and uploaded it here:

https://www.bookofdefold.com/temp/EmptyProjectWin.zip

Does it open and run fine?

@Pkeod
Yeap. All good… File has opened and runed.