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

Help on eglCreateContext error 0x3005

Note: This was originally posted on 12th July 2010 at http://forums.arm.com

Hi all,

I have been trying to use the Mali emulator on my laptop using the Beta version 1.2.

Everything is installed correctly but at runtime, when I try to create the context (using eglCreateContext), I'm always receiving the error 0x3005 (EGL_BAD_CONFIG).

For testing purpose, I have reduce to the minimum the aEGLAttributes in order to get the maximum EGL config and I have tried to initialize all of them without sucess.

I have already used this SDK on another laptop with windows XP and it's works fine with the default configuration.

I have done two trial on my laptop and a desktop both with windows 7 and it's the same results.

Both computer are in 64bits with NVIDIA graphic cards (310M and 250 GTS).

I have no clue on how to solve this issue. May be the runtime lib are not compatible with the windows 7/64bits architecture...

Thanks,

Ben
Parents
  • Note: This was originally posted on 30th September 2010 at http://forums.arm.com

    Hey,

    I've had exactly the same problem with OpenGL ES 2.0 Emulator v1.2 [23-Jul-2010] on my Vaio SZ2M/B with GeForce Go 7400 running Vista, so many thanks for posting the solution.  :)

    It might be worth noting that you also changed
      hDisplay = GetDC(NULL);
    to
      hDisplay = GetDC(hWindow);

    Carl
Reply
  • Note: This was originally posted on 30th September 2010 at http://forums.arm.com

    Hey,

    I've had exactly the same problem with OpenGL ES 2.0 Emulator v1.2 [23-Jul-2010] on my Vaio SZ2M/B with GeForce Go 7400 running Vista, so many thanks for posting the solution.  :)

    It might be worth noting that you also changed
      hDisplay = GetDC(NULL);
    to
      hDisplay = GetDC(hWindow);

    Carl
Children
No data