Help with runtime error at MapNode::get() #2474
-
I am trying to read an earth file and visualize it. The file reading went good however, when I pass it to MapNode::get() it throws an error. Below is the portion of the code that loads the file:
Error: The inferior stopped because it triggered an exception.
The error happens at this line (subprocess of the MapNode::get() function): The node is being inserted at the beginning of the vector but I have no clue why it is throwing that error. everything seems fine to me. Note: I am loading one of the test earth files (glsl.earth) Env: Windows 11 x64 bit. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This error is occuring inside OpenSceneGraph. I suspect you have a bad build. Maybe you are mixing versions in your path? Or mixing debug and release builds? |
Beta Was this translation helpful? Give feedback.
This error is occuring inside OpenSceneGraph. I suspect you have a bad build. Maybe you are mixing versions in your path? Or mixing debug and release builds?