[1.2] [.NET] AccessViolationException error

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply

Do you have the same problem , Irrlicht.NET users ?

Yes , it annoys me much !!!
2
67%
Never seen before
1
33%
 
Total votes: 3

shivanraptor
Posts: 40
Joined: Tue Aug 15, 2006 6:01 am
Location: Hong Kong
Contact:

[1.2] [.NET] AccessViolationException error

Post 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 . :(
Irrlicht.NET user
* * * * * * * * * * * * *
Currently working on:
RPG Turbulence 2
Game Engine Turbulence Engine
shivanraptor
Posts: 40
Joined: Tue Aug 15, 2006 6:01 am
Location: Hong Kong
Contact:

Post by shivanraptor »

besides , this error occurs randomly even in ExampleApp.NET.exe in bin/Win32-VisualStudio/ of 1.2 package .
Irrlicht.NET user
* * * * * * * * * * * * *
Currently working on:
RPG Turbulence 2
Game Engine Turbulence Engine
shivanraptor
Posts: 40
Joined: Tue Aug 15, 2006 6:01 am
Location: Hong Kong
Contact:

Post 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 .
Irrlicht.NET user
* * * * * * * * * * * * *
Currently working on:
RPG Turbulence 2
Game Engine Turbulence Engine
Post Reply