LDraw.org Discussion Forums
LDView Snapshot just black - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html)
+--- Thread: LDView Snapshot just black (/thread-26728.html)



LDView Snapshot just black - Willy Tschager - 2022-10-09

Making a screenshot in LDView with my brand new notebook I just get an all black jpg/png/bmp.

   

Tried all the different setting but nothing worked out.

w.


RE: LDView Snapshot just black - Travis Cobbs - 2022-10-10

(2022-10-09, 9:24)Willy Tschager Wrote: Making a screenshot in LDView with my brand new notebook I just get an all black jpg/png/bmp.



Tried all the different setting but nothing worked out.

w.

Try adding IgnoreAllOGLExtensions=1 to the command line. If that fixes the problem, you can try ignoring individual extensions until you find which one is causing the problem. If you search for IgnoreAllOGLExtensions in LDView's help, you will see that following that one are a list of individual extensions that can be ignored. The two that are most likely to be the source of the problem are FramebufferObject and PBuffer.


RE: LDView Snapshot just black - Willy Tschager - 2022-10-11

(2022-10-10, 17:02)Travis Cobbs Wrote: The two that are most likely to be the source of the problem are FramebufferObject and PBuffer.

Editing the IgnoreFramebufferObject in the Registry did the trick.

w.