Parent Node Causes a Access Violation Error

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
Elfloard2
Posts: 20
Joined: Sun Jan 22, 2006 4:45 am

Parent Node Causes a Access Violation Error

Post by Elfloard2 »

Hello,
When I try to set the parent of a Animated mesh scene node to the node of another animated mesh scene node I receive error: "Access violation, Attempted to read or write protected memory"

Notes: the nodes are not null, i have full admin privileges, if i try it the other way around by adding child rather then changing the parent I get the same error.


I appreciate any theories or solutions to this problem.

Thankyou
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Admin privileges :lol:
You should check your pointers again and maybe post some code.
Post Reply