Problem with IPhysics

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
AusZero
Posts: 11
Joined: Sat Oct 06, 2007 11:16 pm

Problem with IPhysics

Post by AusZero »

I'm having this problem while running my program:

Unhandled exception at 0x0040121a in myprogram.exe: 0xC0000005: Access violation writing location 0x00000030.

It uses IPhysics, and it is compiled with Microsoft Visual C++ 2005 Express Edition.

This seems to be the problem:

staticCube.node = staticCubeNode;

PS: My code was taken from the first example from IPhysics.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Ahem:
So, I guess my questions are, in reverse order:

What version of IPhysics are you using?
What version of Irrlicht are you using it with?
Why are you using a buggy SDK from someone who seems barely literate?
Why not ask the author of IPhysics for help?
What does your debugger tell you?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
AusZero
Posts: 11
Joined: Sat Oct 06, 2007 11:16 pm

Post by AusZero »

I'm using IPhysics v1.2 with Irrlicht v1.3.1.

My debugger says:

Unhandled exception at 0x0040121a in myprogram.exe: 0xC0000005: Access violation writing location 0x00000030

I guess I got it from the wrong place.
Post Reply