LDraw.org Discussion Forums

Full Version: LDView Snapshot just black
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Making a screenshot in LDView with my brand new notebook I just get an all black jpg/png/bmp.

[attachment=8523]

Tried all the different setting but nothing worked out.

w.
(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.
(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.