Client Crash 0xC0000005 at 0x74DA75
#1

Hello,

I have a server with a self-made Roleplay Script, but since 3 - 4 months (btw 0.3c i think) iґve got following error:

[15:50:18] Warning(s007): Exception 0xC0000005 at 0x74DA75

It appears on random places and randomly after the Used Streaming Memory is by 127/128 (which I think will not affect at all). It is only at my Server, but i would really want to know how to fix this. I have already tried to disable every Ressource which affects the Client you will see below.

I hope somebody could debug me this Error for me to see which thing is causing that to the Client.

Thanks for helping, LaVey

#define CreateObject DisableOtherThings
#define DestroyObject DisableOtherThings
#define MoveObject DisableOtherThings
#define SetObjectPos DisableOtherThings
#define SetObjectRot DisableOtherThings
#define GetObjectPos DisableOtherThings
#define StopObject DisableOtherThings

#define CreateDynamicObject DisableOtherThings
#define DestroyDynamicObject DisableOtherThings
#define SetDynamicObjectPos DisableOtherThings
#define GetDynamicObjectPos DisableOtherThings
#define SetDynamicObjectRot DisableOtherThings
#define GetDynamicObjectRot DisableOtherThings
#define MoveDynamicObject DisableOtherThings
#define StopDynamicObject DisableOtherThings

#define CreatePickup DisableOtherThings
#define DestroyPickup DisableOtherThings

#define CreateDynamicPickup DisableOtherThings
#define DestroyDynamicPickup DisableOtherThings

#define CreateVehicle DisableOtherThings
#define DestroyVehicle DisableOtherThings

#define TextDrawCreate DisableTextDraw
#define TextDrawDestroy DisableTextDraw

#define Create3DTextLabel DisableText3D
#define Destroy3DTextLabel DisableText3D

#define CreateDynamic3DTextLabel DisableText3D
#define DestroyDynamic3DTextLabel DisableText3D
#define UpdateDynamic3DTextLabelText DisableText3D

stock DisableOtherThings({Float,Text,_}:...)
{
return 1337;
}

stock TextisableTextDraw({Float,Text,_}:...)
{
return Text:1;
}

stock Text3DisableText3D({Float,Text,_}:...)
{
return Text3D:1;
}
Reply
#2

Canґt anybody help?

Now I have been waiting for 6 dayґs and no solution found...
Reply
#3

shouldn't u post that in scripting discussions?

Something error in this gm probably

btw try deleting gta sa user files ( delete all) ( i dont think that will work but try )
Reply
#4

It wont be to do with the script, it is your client and every client I think. It does it at random because your client finds something stupid in the background of SA:MP and has to shut down to 'look' at it, this makes it crash. The reason that appears on your screen is because it is the message you get when someone near you has the problem I just stated. (Happens on all Roleplay servers so don't worry)
Reply
#5

Doesn't it related to modded cars? The problem usually happens when someone mod your externally modded car from the Transfender.
Reply
#6

First - Uninstall car mods

Second - If your on 0.3d install the RC9-3
Reply
#7

0xC0000005 Occures when SA:MP tries to address something that doesn't excist, most likely you're trying to create an object/vehicle/color/mod etc. that doesn't excist.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)