07.11.2011, 15:21
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;
}
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;
}