OpenRoadEd icon indicating copy to clipboard operation
OpenRoadEd copied to clipboard

No display on Windows

Open fhwedel-hoe opened this issue 3 years ago • 0 comments

Symptoms: The OpenSceneGraph widget shows an empty scene. The console shows many warnings:

Warning: Light::apply(State&) - not supported.
Warning: Point::apply(State&) - not supported.
Warning: detected OpenGL error 'invalid enumerant' at after RenderBin::draw(..)
Warning: detected OpenGL error 'invalid enumerant' at end of SceneView::draw()
Warning: detected OpenGL error 'invalid enumerant' after applying GLMode 0x4000

https://github.com/gwaldron/osgearth/issues/1817 suggests that it happens due to poor coding in OpenRoadEd.

This may or may not be related to OpenSceneGraph on my system being unable to read image files:

Error reading file Resources/asphaltAlpha.tga: read error (Could not find plugin to read objects from file "Resources/asphaltAlpha.tga".)
Error reading file Resources/Billboards/LaneWidth.jpg: read error (Could not find plugin to read objects from file "Resources/Billboards/LaneWidth.jpg".)

Any help is appreciated.

fhwedel-hoe avatar Jul 14 '22 10:07 fhwedel-hoe