11-12-2009 10:30 PM
I installed Eclipse Java Plug-In 1.1, it had the 9500 simulator and compiled a quick OpenGL ES app, the simulator gives me a error that says "Access violation at 0x00000000" and the simulator closes.
Does the simulator support OpenGL ES or do I need to install the app on my actual device in order to test OpenGL ES?
11-12-2009 11:07 PM
I thought you could maybe find it at:
http://na.blackberry.com/eng/developers/resources/
But it turns out the Storm2 and Curve 8530 are not listed there. You could maybe try a 5.0 version of the 9530, but that probably will not work.
Keep checking that link, in the meantime!
11-13-2009 07:04 AM
I remember reading on the live blog from the BlackBerry Developer Conference that they said OpenGL will be available to all devices with OS 5.0. Doesn't mean they all support it (net.rim.device.api.opengles.GLUtils.isSupported()
When I run the above command on my device it states that it is supported but I want to make sure I do everything correct before I sign it and that I have all the correct code. The simulator that comes with Eclipse plugin 1.1 has a 9500 simulator which gives me the access error. The simulator that is on the simulator site just has the screen flicker black and white (depends on if I have Hardware acceleration on).
11-13-2009 06:39 PM
Has anyone else tried to debug OpenGL applications? If so have you run into the same issues?
11-18-2009 01:05 PM
If the error occurs on startup, delete the .dmp files from the simulator directory (BlackBerry menu, Erase Simulator File, Erase All). If not can you post some sample code that triggers this error?
What version of Windows are you running? Please also make sure you have the latest version of DirectX installed.
11-18-2009 01:25 PM
I am running Windows Vista Ultimate 32bit, SP2. It is running the most up to date version of DirectX. I am running the 1.1 plugin for Eclipse, where could I erase the *.dmp files or should I just do it manually?
11-18-2009 02:39 PM
Since I couldn't find a button to erase the *.dmp files, I just deleted them manually. I forgot to mention that the error is when I run the app. The OpenGL is in a seperete screen and when I click the button that opens the screen I get that error.
11-23-2009 09:36 AM
Are you using the latest 5.0 beta release? You can check under Options, About in the BlackBerry smartphone simulator. The most current beta release to date is 5.0.0.334 / Platform 2.13.0.65.
If you do have the latest version please report the issue using the Developer Issue Tracker.
11-23-2009 12:59 PM
I am using the version that came with Eclipse Plug-In 1.1. I will download the new simulator (running 5.0.0.334) and try that out. If I run into the issue again should I put the bug in the API group or a different one?
11-23-2009 02:16 PM
The current 1.1 beta should have the latest simulator, or pretty close to it. FYI I took that version from the latest BlackBerry JDE beta.
Logging this under the API group is fine.