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

Problem in running mali cube in Mali open GL ES emulator 1.4.1

Hi,

I downloaded the Mali open GL ES emulator 1.4.1 from the mali developer tools website and even installed visual c++ redistributable packages for visual studio 2013 for windows 7 64-bit on my pc.

Still, when i run the "mali cube" application, a window appears and disappears suddenly. I am not able to find out what the problem is?

Is there someone who can help me. Thanks in advance.

Sudlin

Parents
  • Hi sudlin,

    That error means EGL_NOT_INITIALIZED.

    Can you tell us what GPU you are running on your windows machine, and if you have the latest drivers installed.

    In general, the Mali OpenGL ES Emulator will work on any system that supports at least:

    · OpenGL 3.2 – when OpenGL ES 2.0 contexts are used

    · OpenGL 3.3 – when OpenGL ES 3.0 contexts are used

    · OpenGL 4.3 – when OpenGL ES 3.1 contexts are used

    Please let us know what version of OpenGL your windows machine is capable of, and if it does not match OpenGL 3.2, this may be the reason. Updating the drivers for your GPU may resolve this, but only if the hardware is capable of doing this.

    I hope it helps,

    Michael McGeagh

Reply
  • Hi sudlin,

    That error means EGL_NOT_INITIALIZED.

    Can you tell us what GPU you are running on your windows machine, and if you have the latest drivers installed.

    In general, the Mali OpenGL ES Emulator will work on any system that supports at least:

    · OpenGL 3.2 – when OpenGL ES 2.0 contexts are used

    · OpenGL 3.3 – when OpenGL ES 3.0 contexts are used

    · OpenGL 4.3 – when OpenGL ES 3.1 contexts are used

    Please let us know what version of OpenGL your windows machine is capable of, and if it does not match OpenGL 3.2, this may be the reason. Updating the drivers for your GPU may resolve this, but only if the hardware is capable of doing this.

    I hope it helps,

    Michael McGeagh

Children