Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems 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
Graphics, Gaming, and VR forum
Help on eglCreateContext error 0x3005
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
8327 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
Up
0
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
Up
0
Down
Cancel
Children
No data