RoboDK Crashing Because of Graphics Engine?- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +---Thread: RoboDK Crashing Because of Graphics Engine? (/Thread-RoboDK-Crashing-Because-of-Graphics-Engine) |
RoboDK Crashing Because of Graphics Engine?-MLG-06-04-2017 It looks like I need to update my graphics engine. RoboDK now crashes on startup after I installed the PTC Creo 3D modeler. The "safe start" batch file runs RoboDK okay, and looking at the contents of the .bat directed me to the D3D and GPL versions of the RDK build. Playing with those caused a message box to pop up saying htat the 3D files are out of date, so I suspect that Creo loaded outdated files on top of the ones RoboDK loaded (or maybe they were already in place--reinstalling RoboDK didn't refresh to graphics files). Is there a simple way to update the 3D engine? There are so many directions I could go, I don't want to start poking around and end up in the weeds. Can someone shed some light on this? Crash report excerpt below. -Leland CRASH REPORT Debug: Initialising main window... Debug: Reading preferred layout settings... Debug: Done Warning: Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile Warning: Fragment shader for simpleShaderProg (MainFragmentShader & ShockingPinkSrcFragmentShader) failed to compile Warning: QGLShaderProgram: shader programs are not supported Critical: Errors linking simple shader: Warning: Vertex shader for blitShaderProg (MainWithTexCoordsVertexShader & UntransformedPositionVertexShader) failed to compile Warning: Fragment shader for blitShaderProg (MainFragmentShader & ImageSrcFragmentShader) failed to compile Warning: QGLShaderProgram: shader programs are not supported Critical: Errors linking blit shader: RE: RoboDK Crashing Because of Graphics Engine?-filipkotoucek-09-28-2022 Try to put opengl32.dll file from: https://fdossena.com/?p=mesa/index.frag into your RoboDK installation folder. It works for me. |