Screwy OpenRocket error message

dhkaiser

Well-Known Member
Joined
Nov 27, 2014
Messages
413
Reaction score
9
OpenGL ES Error

Can't find the name of Intel ICD OpenGL driver

---------------

I get the above error message every time I open OR. I "OK" it 10 times and then OR opens and runs fine. Any idea what is going on? This is on a new Win10 machine.
 

markkoelsch

Well-Known Member
Joined
Mar 18, 2009
Messages
4,362
Reaction score
156
Likely this is a video driver issue. Best , very experienced thought, is that the manufacturer is using a generic intel video driver. Go the the manufacturers website and download their specific video driver. Install it, reboot, and try it.

Also, if brand new machine please make sure you run Windows update.
 

dhkaiser

Well-Known Member
Joined
Nov 27, 2014
Messages
413
Reaction score
9
Thanks Mark. Checked and windows update is on auto update. Downloaded the latest driver for my video card and installed and rebooted. Still have the same error message.


Likely this is a video driver issue. Best , very experienced thought, is that the manufacturer is using a generic intel video driver. Go the the manufacturers website and download their specific video driver. Install it, reboot, and try it.

Also, if brand new machine please make sure you run Windows update.
 

markkoelsch

Well-Known Member
Joined
Mar 18, 2009
Messages
4,362
Reaction score
156
Ok. Do you have the latest Java on the machine? OR is so Java dependent that this could be an issue.

Being Java driven is one of the reasons I am not a heavy user of OR.
 
Last edited:

dhkaiser

Well-Known Member
Joined
Nov 27, 2014
Messages
413
Reaction score
9
Java web site says "You have the recommended Java installed (Version 8 Update 111)."
 

dhbarr

Amateur Professional
TRF Supporter
Joined
Jan 30, 2016
Messages
8,824
Reaction score
3,318
Thanks Mark. Checked and windows update is on auto update. Downloaded the latest driver for my video card and installed and rebooted. Still have the same error message.

Java web site says "You have the recommended Java installed (Version 8 Update 111)."

That's probably the culprit here. Have seen similar in IntelGPU/Win10/Java combos.

Solutions there typically involved rolling back Windows patches and/or Java updates, which is super not recommended for the average user.

What's happening is Windows is trying to hand off OpenGL calls to the Intel driver a bunch of times and failing. It then gives up and uses a software layer.

There may be a way to tell OR / Java to only try software rendering, but I'm not immediately aware of it.
 

Cabernut

Well-Known Member
Joined
Oct 15, 2015
Messages
1,384
Reaction score
8
On my Win 10 machine, I have to turn off hardware 3D in order to not get glitches. I use the following command, give it a try:

C:\ProgramData\Oracle\Java\javapath\java.exe -Dsun.java2d.d3d=false -jar OpenRocket-15.03.jar

Makes it useable, but no fancy 3D rendering.
 

dhkaiser

Well-Known Member
Joined
Nov 27, 2014
Messages
413
Reaction score
9
Well the software runs fine so for now I think I will just live with the slow start ok'ing the 10 error messages.
 

dr wogz

Fly caster
Joined
Feb 5, 2009
Messages
9,476
Reaction score
5,560
Location
Land of Poutine!
Strange, I'm getting eh same error message. Never had it before, also this is a new PC..

Figure it would have been rectified over the past 5 years!

Any ideas?!
 

manixFan

Not a rocket scientist
TRF Supporter
Joined
Feb 15, 2009
Messages
2,749
Reaction score
2,148
Location
TX
Strange, I'm getting eh same error message. Never had it before, also this is a new PC..

Figure it would have been rectified over the past 5 years!

Any ideas?!
Try going to Preferences > Graphics and unchecking all three boxes under 3D graphics. Then tick them back on starting with the top one and try restarting the software. For me, leaving the bottom one off seemed to solve the issues I was having.


Tony
 

Greg Furtman

Well-Known Member
TRF Supporter
Joined
Nov 10, 2018
Messages
2,474
Reaction score
1,890
Location
Webster, Wisconsin
In order to get OR to run on my Win 10 machines I had to run it in Windows 8 compatibility mode. Give that a try. Also, like H. Craig mentions above, install @neil_w 's packaged as it has an older version of JAVA that OR uses.
 

JoePfeiffer

OpenRocketeer
Joined
Jun 15, 2013
Messages
509
Reaction score
579
Location
Las Cruces, NM, USA
I don't fully understand what's going on with Java and new opengl libraries, on several platforms and several applications (google "java opengl bug" and you'll see what I mean). I get the error in both 15.03 using Java 8 and current development builds on Java 15, running Linux.

In the Linux world, I was able to add old opengl libraries to my 15.03 AppImage, which seems to have cleared it up. I don't know whether @neil_w's Mac and Windows installers fix the problem...

If anybody reading this is knows anything about opengl programming in Java, your expertise would be welcome!
 
Last edited:
Top