gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.47k stars 772 forks source link

ObjectWrapperManager::addWrapper(): '' already exists. #2541

Closed ComradeMashkov closed 2 months ago

ComradeMashkov commented 3 months ago

osgEarth Version (required): 3fc9686

What is the problem? When trying to include <osgEarth/MapNode> I get this error (multiple lines):

$ ./Debug/myApp.exe
ObjectWrapperManager::addWrapper(): '' already exists.
ObjectWrapperManager::addWrapper(): '' already exists.
ObjectWrapperManager::addWrapper(): '' already exists.
ObjectWrapperManager::addWrapper(): '' already exists.
ObjectWrapperManager::addWrapper(): '' already exists.

I built osgEarth with Cesium Native and GL3 Profile using Visual Studio 17 2022 generator.

gwaldron commented 2 months ago

Recommend consulting the OpenSceneGraph support group about this issue.