SA-MP Forums Archive
0xC0000005 at 0x4CA013 error. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: 0xC0000005 at 0x4CA013 error. (/showthread.php?tid=380375)



0xC0000005 at 0x4CA013 error. - MrPlatinum - 25.09.2012

Any ideas on how to fix? be greatly appreciated.




Re: 0xC0000005 at 0x4CA013 error. - razor steven - 25.09.2012

It's a bug really to care about because it slowly increases and causes crashes. It usually happens for using mods, specially car mods. Try removing car mods, this usually fixes the problem.
Else it also happens for mapping. Try removing some mappings at where the error shows up.

-Delete hacks, any kind of mod installed should be uninstalled or deleted.
-Try finding newly mapped object that may causes the problem.
-Try deleting gta_sa.set from GTA SAMP USER FILES.
-It's definitely car mods (mod shop components). If this is your server, you need to monitor OnVehicleMod and find out what is going on in pawno.


Re: 0xC0000005 at 0x4CA013 error. - MrPlatinum - 25.09.2012

I don't use mods..


I added 2 fences in LS, that could be the problem?


Re: 0xC0000005 at 0x4CA013 error. - razor steven - 25.09.2012

Very low possibility but you can try deleting that.
Make a backup of 2 fences then delete 'em. If it doesn't work, replace them back.


Re: 0xC0000005 at 0x4CA013 error. - TouR - 25.09.2012

Do you use CLEO mods?


Re: 0xC0000005 at 0x4CA013 error. - MrPlatinum - 25.09.2012

Ill try that,

No i don't use no mods at all and nothing realized to them, my gtasa is a clean install.


AW: 0xC0000005 at 0x4CA013 error. - Si|ent - 25.09.2012

This crash is linked to using SetPlayerSkin in OnPlayerSpawn. Try using a timer.


Re: 0xC0000005 at 0x4CA013 error. - MrPlatinum - 25.09.2012

Would you be able to tell me how to set a timer?


Re: 0xC0000005 at 0x4CA013 error. - FaceTutorialz - 25.09.2012

I found the problem to this.

Did you script a map wrongly,I strongly suggest you check that because that message popped up as soon as you spawned and the ground didn't show. This has happened to me aswell.


Re: 0xC0000005 at 0x4CA013 error. - MrPlatinum - 25.09.2012

How would i script a map wrongly?


Re: 0xC0000005 at 0x4CA013 error. - Si|ent - 25.09.2012

Not at the moment, no. Try the wiki: https://sampwiki.blast.hk/
If it is still beyond you then try searching the scripting sections: http://forum.sa-mp.com/forumdisplay.php?f=8
or asking for assistance in scripting help: http://forum.sa-mp.com/forumdisplay.php?f=12.

Quote:
Originally Posted by MrPlatinum
View Post
Would you be able to tell me how to set a timer?