This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Application using Mali_OpenGL_ES_Emulator-v3 crashes on close

The OpenGL ES emulator is a very good thing - it is convenient to debug most of an application on Windows, not on hardware.
But I have a problem - when I close the application window in Windows (running from Visual Studio 2019 debugger), the application crashes in some system dll. This is inconvenient.

I want to see how to write applications that work on Windows correctly, maybe I'm doing something wrong.

Unfortunately, I have not found the source code of the example "Mali Cube". Where can I download it?

Perhaps there are some other examples that use Mali_OpenGL_ES_Emulator-v3 and compile for Visual Studio 2019?

Parents
  • Hi npr10,

    The emulator isn't really getting any updates, so I don't think we've tested it with VS2019. Can you confirm:

    • What Windows build you have?
    • What graphics card you have?
    • What graphics driver version you have?
    • Was the test application you were testing the cube sample shipped with the installer?
    • Which entry point was crashing, and what's the backtrace?

    Cheers, 
    Pete

Reply
  • Hi npr10,

    The emulator isn't really getting any updates, so I don't think we've tested it with VS2019. Can you confirm:

    • What Windows build you have?
    • What graphics card you have?
    • What graphics driver version you have?
    • Was the test application you were testing the cube sample shipped with the installer?
    • Which entry point was crashing, and what's the backtrace?

    Cheers, 
    Pete

Children