osgEarth crashes on start up #2630
Unanswered
bclay1297
asked this question in
Support Q&A
Replies: 3 comments 2 replies
-
I have never seen this or seen it reported before. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Some server in the map example is just not responding. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You might have internet access problems. Set these env vars are try set OSGEARTH_NOTIFY_LEVEL=INFO |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am able to build osgEarth thanks to Glenn's help but now it crashes on startup. I have tried multiple samples with the same results.
The crash is before it gets to the main of the test app. always in osgEarth.dll. It seems to be related to OSG_INIT_SINGLETON_PROXY(osgEarthFileUtilsGetFullPathInitSingletonProxy, osgEarth::Util::getFullPath(std::string(), std::string()));
When it gets to osgEarth::Util::getFullPath(const std::string& relativeTo, const std::string &relativePath) both variables are empty strings
when it gets to osgEarth::Util::isRelativePath(const std::string& fileName) filename is empty so native is empty and indexing into an empty string causes the crash
Stack trace is shown below
Bruce
Beta Was this translation helpful? Give feedback.
All reactions