Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-18 Thread PCJohn

j...@dudell:/data$ osgviewerd cube.iv
osgDB::ReaderWriterIV::readNode() Reading file cube.iv
osgDB::ReaderWriterIV::readNode() File cube.iv loaded successfully.
j...@dudell:/data$

I see no problem with the model - it is loads and renders without any 
problem on my OSG 2.8.2 and Coin 3

John


Michele Fiorentino wrote:

Hi,

this is the simple model i could find.. and gives assert!
the same eror from vrml and more complex files...

cube.iv

Code:
#Inventor V2.1 ascii


DEF _CUBE_SEP Separator {

   Cube {
width 0.1
height 0.1
depth 0.1
}

}






Code:
C:\dev\external_libs\OSG-dataosgviewerglutd cube.iv
osgDB::ReaderWriterIV::readNode() Reading file cube.iv
Assertion failed: unit  PRIVATE(this)-unitdata.getLength(), file ..\..\src\ele
ments\SoMultiTextureCoordinateElement.cpp, line 435







Thank you!

Cheers,
Michele

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25611#25611





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
  

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-13 Thread Robert Osfield
Hi Michele,

Could you provide a .iv file that reproduces this problem?  This will
help others recreate the problem and be able to dig down to what is
causing the issue.

Thanks,
Robert.

On Fri, Mar 12, 2010 at 7:39 PM, Michele Fiorentino
fiorent...@poliba.it wrote:
 Hi,

 i cannot open any iv or vrml on MS VC 2008 and OSG 2 days ago svn- coin from 
 svn (= mercurial) i got a breakpoint triggered

 in


 Code:
 SoCallbackAction::getNumTextureCoordinates(void) const
 {
  return SoMultiTextureCoordinateElement::getInstance(this-state)-getNum(0);
 }



 call stack :


 Code:
        msvcr90d.dll!_NMSG_WRITE(int rterrnum=10)  Line 198     C
        msvcr90d.dll!abort()  Line 59 + 0x7 bytes       C
        msvcr90d.dll!_wassert(const wchar_t * expr=0x066a6b48, const wchar_t * 
 filename=0x066a6ad8, unsigned int lineno=435)  Line 163  C
        coin4d.dll!SoMultiTextureCoordinateElement::getNum(const int unit=0)  
 Line 435 + 0x27 bytes     C++
       coin4d.dll!SoCallbackAction::getNumTextureCoordinates()  Line 850      
  C++
        osgdb_ivd.dll!ConvertFromInventor::postShape(void * data=0x0013ade8, 
 SoCallbackAction * action=0x0013ac48, const SoNode * node=0x034bb648)  Line 
 913 + 0xb bytes        C++
        coin4d.dll!SoCallbackData::doNodeCallbacks(SoCallbackAction * 
 action=0x0013ac48, const SoNode * node=0x034bb648)  Line 229 + 0x14 bytes C++
        coin4d.dll!SoCallbackAction::invokePostCallbacks(const SoNode * const 
 node=0x034bb648)  Line 1117 + 0x28 bytes  C++
        coin4d.dll!SoNode::callbackS(SoAction * action=0x0013ac48, SoNode * 
 node=0x034bb648)  Line 990  C++
        coin4d.dll!SoAction::traverse(SoNode * const node=0x034bb648)  Line 
 963 + 0xd bytes     C++
        coin4d.dll!SoChildList::traverse(SoAction * const action=0x0013ac48, 
 const int first=0, const int last=1)  Line 337     C++
        coin4d.dll!SoChildList::traverse(SoAction * const action=0x0013ac48)  
 Line 407  C++





 auto variables

 Code:
 +               rterrs  0x10311048 rterrs {rterrno=2 rterrtxt=0x10201cc8 
 R6002
 - floating point support not loaded
  }     rterrmsgs [23]
 +               rterrs[tblindx] {rterrno=10 rterrtxt=0x10201bd8 
 This application has requested the Runtime to terminate it in an unusual way.
 Please contact the application's support team for more information.
  }     rterrmsgs
 +               rterrs[tblindx].rterrtxt        0x10201bd8 
 This application has requested the Runtime to terminate it in an unusual way.
 Please contact the application's support team for more information.
        char *
                tblindx 3       int




 any solution?

 Thank you!

 Cheers,
 Michele

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=25589#25589





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-13 Thread Michele Fiorentino
Hi,

this is the simple model i could find.. and gives assert!
the same eror from vrml and more complex files...

cube.iv

Code:
#Inventor V2.1 ascii


DEF _CUBE_SEP Separator {

   Cube {
width 0.1
height 0.1
depth 0.1
}

}






Code:
C:\dev\external_libs\OSG-dataosgviewerglutd cube.iv
osgDB::ReaderWriterIV::readNode() Reading file cube.iv
Assertion failed: unit  PRIVATE(this)-unitdata.getLength(), file ..\..\src\ele
ments\SoMultiTextureCoordinateElement.cpp, line 435







Thank you!

Cheers,
Michele

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25611#25611





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-12 Thread Michele Fiorentino
Hi,

i cannot open any iv or vrml on MS VC 2008 and OSG 2 days ago svn- coin from 
svn (= mercurial) i got a breakpoint triggered 

in 


Code:
SoCallbackAction::getNumTextureCoordinates(void) const
{
  return SoMultiTextureCoordinateElement::getInstance(this-state)-getNum(0);
}



call stack :

 
Code:
msvcr90d.dll!_NMSG_WRITE(int rterrnum=10)  Line 198 C
msvcr90d.dll!abort()  Line 59 + 0x7 bytes   C
msvcr90d.dll!_wassert(const wchar_t * expr=0x066a6b48, const wchar_t * 
filename=0x066a6ad8, unsigned int lineno=435)  Line 163  C
coin4d.dll!SoMultiTextureCoordinateElement::getNum(const int unit=0)  
Line 435 + 0x27 bytes C++
   coin4d.dll!SoCallbackAction::getNumTextureCoordinates()  Line 850   
 C++
osgdb_ivd.dll!ConvertFromInventor::postShape(void * data=0x0013ade8, 
SoCallbackAction * action=0x0013ac48, const SoNode * node=0x034bb648)  Line 913 
+ 0xb bytesC++
coin4d.dll!SoCallbackData::doNodeCallbacks(SoCallbackAction * 
action=0x0013ac48, const SoNode * node=0x034bb648)  Line 229 + 0x14 bytes C++
coin4d.dll!SoCallbackAction::invokePostCallbacks(const SoNode * const 
node=0x034bb648)  Line 1117 + 0x28 bytes  C++
coin4d.dll!SoNode::callbackS(SoAction * action=0x0013ac48, SoNode * 
node=0x034bb648)  Line 990  C++
coin4d.dll!SoAction::traverse(SoNode * const node=0x034bb648)  Line 963 
+ 0xd bytes C++
coin4d.dll!SoChildList::traverse(SoAction * const action=0x0013ac48, 
const int first=0, const int last=1)  Line 337 C++
coin4d.dll!SoChildList::traverse(SoAction * const action=0x0013ac48)  
Line 407  C++





auto variables

Code:
+   rterrs  0x10311048 rterrs {rterrno=2 rterrtxt=0x10201cc8 R6002
- floating point support not loaded
 } rterrmsgs [23]
+   rterrs[tblindx] {rterrno=10 rterrtxt=0x10201bd8 
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
 } rterrmsgs
+   rterrs[tblindx].rterrtxt0x10201bd8 
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
   char *
tblindx 3   int




any solution? 

Thank you!

Cheers,
Michele

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25589#25589





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org