Arm Community
Site
Search
User
Site
Search
User
Arm Developer
Documentation
Learning Paths
On-Demand Videos
Groups
Arm Ambassadors
Education Hub
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Automotive forum
Compilers and Libraries forum
Embedded and Microcontrollers forum
Internet of Things (IoT) forum
Keil forum
Laptops and Desktops forum
Mobile, Graphics, and Gaming forum
Morello forum
Operating Systems forum
Servers and Cloud Computing forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI blog
Announcements
Architectures and Processors blog
Automotive blog
Embedded and Microcontrollers blog
Internet of Things (IoT) blog
Laptops and Desktops blog
Mobile, Graphics, and Gaming blog
Operating Systems blog
Servers and Cloud Computing blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Mobile, Graphics, and Gaming forum
Help on eglCreateContext error 0x3005
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
8431 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Benjamin Baratte
over 11 years ago
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
Carl Bateman
over 11 years ago
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
Cancel
Vote up
0
Vote down
Cancel
Reply
Carl Bateman
over 11 years ago
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
Cancel
Vote up
0
Vote down
Cancel
Children
No data