Page 1 of 1

[1.2] [.NET] AccessViolationException error

Posted: Tue Dec 26, 2006 5:05 pm
by shivanraptor
i don't know whether it is a bug ... correct me if it is not .

i receive this error occasionally during runtime after i ported my application from Irrlicht 1.1 to 1.2 .
the stack trace said that it is the IUnknown error in Irrlicht.NET.dll .
the error never appears in 1.1 .
is it possible a runtime bug of 1.2 in Irrlicht.NET ?
(i am using VS2005Express with C#)

p.s.
the error shows up randomly .
really annoyed by this error . :(

Posted: Tue Dec 26, 2006 5:10 pm
by shivanraptor
besides , this error occurs randomly even in ExampleApp.NET.exe in bin/Win32-VisualStudio/ of 1.2 package .

Posted: Tue Dec 26, 2006 5:43 pm
by shivanraptor
Stack Trace :

Code: Select all

   at irr.IUnknown.drop(IUnknown* )
   at Irrlicht.Scene.ISceneNode.Finalize()
well ... it does not tell where the error locates .