View Single Post
  #1  
Old 06-20-2006, 07:27 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
setAni() in gani: Access violation

I noticed that you get an access violation in GraalEngine.dll when you immediately changes the player's animation in the gani's script.
NPC Code:
SCRIPT

function onCreated()
{
// Code here, as long as it doesn't sleep()
// Putting a sleep() here removes the violation

// There might be less obvious code of course
setAni("idle", "");
}

SCRIPTEND


There was 3 others on the server (100% of the testing population) who experienced this too when the gani was played, wich means it is probably not a client error.
Reply With Quote