2.83.6, MinGWx64, App_ExampleBrowser - "Has stopped working"

MikeNew
Posts: 1
Joined: Tue Sep 08, 2015 11:48 am

2.83.6, MinGWx64, App_ExampleBrowser - "Has stopped working"

Post by MikeNew »

Hello.

I compiled libraries and demos by MinGWx64, without any errors and try run App_ExampleBrowser.exe.
And I got this error, "Has stopped working":

Image

Compile on Windows 7 64bit. Tryed launch on Windows 7 64bit and Windows XP32 also - the same error.
What did I do wrong? :(

CMake screenshot, if it's need:

Image
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: 2.83.6, MinGWx64, App_ExampleBrowser - "Has stopped work

Post by Basroil »

You'll need a debugger to figure out where the crash happened. Try using Visual Studio Community 2015 (or VSC 2013 if your computer doesn't meet the requirements), the debugger is easy to use.

If you find that only release builds fail, it's likely you're having aligned allocation errors and it's messing with the SIMD commands. If not, the debugger will point you in the right direction (though not necessarily the root of the problem)