SA-MP Forums Archive
Repeating crash?! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Repeating crash?! (/showthread.php?tid=163435)



Repeating crash?! - Kevin_Joshen - 27.07.2010

Hello, on my server, i have just implemented a HUGE parkour;
Objects converted: 331
Vehicles converted: 90

and i am using incognitos streamer.

anyways, it is located off the far north island, north east from the Abandoned Airport, out in that ocean. and for some reason, when i was testing it on my server last night, when i am in the spawn area for that TP if i start going up the ramp (up about 20 ft) my game will crash. And it does this EVERY time. If you need i can give you the info that pops up in a box when it crashes.


Please help me to fix this!

-Kevin


EDIT:

Here's the error code

Код:
Exception At Address: 0x006FF35B

Registers:
EAX: 0x18E442B4	EBX: 0x00000000	ECX: 0x00B6F9CC	EDX: 0x18E442B0
ESI: 0x00000000	EDI: 0x00AB4E94	EBP: 0x00000002	ESP: 0x0022FD48
EFLAGS: 0x00210206

Stack:
+0000: 0x00000000   0x005342FE   0x00000000   0x00B6F9CC
+0010: 0x00000016   0x0AF34200   0x77547E90   0x005343B7
+0020: 0x0AF34200   0x00000000   0x00553308   0x0AF34200
+0030: 0x00553C57   0x0AF34200   0x0000001A   0x00000001
+0040: 0x00004082   0x0053DFE2   0x00000000   0x0053EAA6
+0050: 0x0162EF1C   0x0053EAC4   0x44000000   0x43C00000
+0060: 0x0053ECC2   0x00000001   0x00619B71   0x0000001A
+0070: 0x00000001   0x00000001   0x0000000A   0x00748DA0
+0080: 0x0000001A   0x00000001   0x763D28F7   0x00000000
+0090: 0x0022FF88   0x7FFD8000   0x01620000   0x42055680
+00A0: 0x016210F0   0x00000008   0x00000100   0x00000008
+00B0: 0x00000102   0x44000000   0x43C00000   0x00000000
+00C0: 0x00000000   0x00000400   0x00000300   0x00000000
+00D0: 0x000007FD   0x046C00B0   0x00000105   0x00000012
+00E0: 0xC0380001   0x4D6CB486   0x00000200   0x00000180
+00F0: 0x0000002C   0x0022FE2C   0x00825EA4   0x763D28F7
+0100: 0x00000000   0x7FFD8000   0xFFFFFFFF   0x00821D17
+0110: 0x00000065   0x00000065   0x0022FF88   0x008246F1
+0120: 0x00400000   0x00000000   0x018A22EA   0x0000000A
+0130: 0x00000094   0x00000006   0x00000001   0x00001DB0

SCM Op: 0x53F, lDbg: 0

Game Version: US 1.0

State Information: Ped Context: 0



Re: Repeating crash?! - Kevin_Joshen - 27.07.2010

edited. added in the error code.


Re: Repeating crash?! - Kevin_Joshen - 28.07.2010

bump........


Re: Repeating crash?! - Toni - 28.07.2010

You might have too many objects in a area (Max is 254), try lowering the view distance.


Re: Repeating crash?! - Kevin_Joshen - 28.07.2010

thank you. i forgot how to change it though XD mind refreshing me?


Re: Repeating crash?! - DJDhan - 28.07.2010

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
Change 200 to a smaller value for all the objects


Re: Repeating crash?! - Kevin_Joshen - 28.07.2010

how is 100? or 150?


Re: Repeating crash?! - Kevin_Joshen - 28.07.2010

i dont understand.... here is one of my objects....

Код:
CreateDynamicObject(18367,-870.60107422,3543.14111328,29.23332214,0.00000000,0.00000000,122.00000000); //object(cw2_bikelog) (1)
so how would i make it differently?

Note, i am also using Incognito's streamer, if that helps


Re: Repeating crash?! - Calgon - 28.07.2010

You still can't have more than 254 objects within streaming distance of each other, you'll need to revise the stream distance parameter(s) or remove some objects.


Re: Repeating crash?! - Kevin_Joshen - 28.07.2010

how i "revise stream distance"?