openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.25k stars 1.42k forks source link

osgdb::readNodeFile()读文件陷入死循环 #1308

Closed xiahai closed 8 months ago

xiahai commented 8 months ago

readNodeFile()读文件一直提示InputIterator::checkStream.FAILED to read from stream.

robertosfield commented 8 months ago

The warning message tells you more than we can given you haven't supplied anything about the data source you are trying to read. If it says FAILED to read stream then there is something amiss with your data source.

xiahai commented 8 months ago

The warning message tells you more than we can given you haven't supplied anything about the data source you are trying to read. If it says FAILED to read stream then there is something amiss with your data source.

它为啥不终止读数据呢

robertosfield commented 8 months ago

YOU need to investigate the problem, we can't tell you why YOUR files fail to read on YOUR system. You have all the source code to the OSG just compile in debug and figure out what is going on.