

RGBA, RG, RED unsigned integral 8, 16, 32įormat RGB is not within the required format. Presented in each row is a required format.īase format Data type Bitdepth per component These formats are required for both texturesĪnd renderbuffers. Of color formats, so long as all of those colorįormats come from the required set of color formats. Implementations must allow any combination That implementations support certain formatĬombinations if you use these, implementationsĪre forbidden to return GL_FRAMEBUFFER_UNSUPPORTED. However, the OpenGL specification also requires You attempt to use an unsupported format combination. They do not support some combination of imageįormats for the attached images they do thisīy returning GL_FRAMEBUFFER_UNSUPPORTED when OpenGL allows implementations to state that Short answer: Your framebuffer configuration is not required to be supported by OpenGL spec. So did you test it by using RGBA8 instead of RGB and the problem still persisted Or do you just state the above without experimental evidence? There is nothing wrong with my framebuffer configuration, it works on every machine when called directly from java. : Framebuffer has erronous attachment.Īt .LwjglRenderer.checkFrameBufferError(LwjglRenderer.java:1323)Īt .tFrameBuffer(LwjglRenderer.java:1602)Īt 3d.c.c.postQueue(Unknown Source)Īt 3d.l.a(Unknown Source)Īt 3d.l.render(Unknown Source)Īt .update(SimpleApplication.java:252)Īt .nLoop(LwjglAbstractDisplay.java:151)Īt .nLoop(LwjglDisplay.java:185)Īt .n(LwjglAbstractDisplay.java:228) SEVERE: Uncaught exception thrown in Thread Starting the scene with dungeons (my custom materials, rendering pipeline) crashes the game with the following error in the console: 7:03:40 PM .LwjglRenderer setFrameBufferįrameBufferħ:03:40 PM handleError Things starts normally, loading and menu screens works well. Running Skullstone with that launcher on Dell Precision causes problem I cannot solve. I have launcher written in c#, it uses DarkNotes library to run java through JNI, very nice solution, it works perfectly on my PC. Skullstone runs when started from eclipse, everything is OK, despite the fact, that I had to force use of NVidia graphics, but it is case for another topic. Now I have Dell Precision 5520 on my desktop. I’m testing Skullstone on various hardware configurations.
