Invalid memory access
#1

Yo.

I was looking in my crashdetect file, and i saw lots of times this:
Quote:

gamemodes\RRP.amx: During execution of OnPlayerUpdate:
gamemodes\RRP.amx: Run time error 5: "Invalid memory access".
gamemodes\RRP.amx: During execution of OnPlayerStateChange:
gamemodes\RRP.amx: Run time error 5: "Invalid memory access".

Whats wrong?
I thing there is something wrong with my mysql? (Its not my RAM. 8gb ram ;O)

//edit:
It's isnt mysql_store_result, i have everywhere free'ed it.
Thanks.
Wouter
Reply
#2

Which version you are testing the server on?
If you have 0.3d RC1, then you can get it. Because not all the plugins are updated yet, to the new version.
Reply
#3

Nope, 0.3c.
Reply
#4

Check OnPlayerStateChange callback.
Reply
#5

pawn Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    return 1;
}


public OnPlayerSpawn(playerid)
{
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)