Crash problem + rep for help
#1

When i login to game samp crash me and i have crash code

Код:
SA-MP 0.3z-R2
Exception At Address: 0x0081214A
Base: 0x034D0000

Registers:
EAX: 0xC1000000	EBX: 0x0000008E	ECX: 0x0000001C	EDX: 0x00000000
ESI: 0xC1000000	EDI: 0x13E04FE8	EBP: 0x004C88B0	ESP: 0x0022FB7C
EFLAGS: 0x00210293

Stack:
+0000: 0x004C88BB   0xC1000000   0x00000007   0x0074C7B7
+0010: 0xC1000000   0x0000008E   0x0B7DBED8   0x13DD3318
+0020: 0x004C9430   0x0000008E   0x004C9448   0x0000000F
+0030: 0x004C88B0   0x0000008E   0x13DD32CC   0x00749B93
+0040: 0x13DD3318   0x0000008E   0x0000001A   0x0B2D1450
+0050: 0x764C7E90   0x00000000   0x004C9834   0x0B7DBED0
+0060: 0x004C9430   0x0000008E   0x006D64E9   0x3E12010A
+0070: 0x0B2D1450   0x3E12010A   0x006AAB76   0x0000001A
+0080: 0x00000022   0x764C7E90   0x00000000   0x00BBBD2E
+0090: 0x00000000   0x45018D52   0xC4A155F3   0x41E4C14E
+00A0: 0x0049DC4E   0x0022FC40   0x00000000   0x00000000
+00B0: 0x00000000   0x00B3FFB4   0x3F800000   0x00000030
+00C0: 0x00000000   0x45018D52   0x0B75B9F4   0x00000000
+00D0: 0x764C7E90   0x00000078   0x0070C943   0x0B2EB068
+00E0: 0x00000001   0x04403024   0x469E0A5E   0x11CF38B8
+00F0: 0x4057643E   0x3DF184D3   0x00000000   0x3F800000
+0100: 0x00000000   0x00000000   0x00000000   0x41100000
+0110: 0x3F800000   0x42200000   0x00000000   0x00000000
+0120: 0x03645358   0x03645358   0x0AA17088   0x4057643E
+0130: 0xC09383F1   0x45008F08   0xC4A0DC8E   0x41D01000
+0140: 0x005369F3   0x0AA17088   0x4099EB85   0x00000000
+0150: 0x00000000   0x00000000   0x3ECCCCCD   0x00000000
+0160: 0x0AA17088   0x0000001A   0x00000000   0x3F800000
+0170: 0x00000000   0x00000074   0x0053CF49   0x00000074
+0180: 0xBB1CA4CC   0x03645358   0x005E69E3   0x0086C344
+0190: 0x0000001A   0x00000004   0x764C7E90   0x00000000
+01A0: 0x0000C26F   0xC48BE0E6   0x3F800000   0x44F5420C
+01B0: 0xC48C0FD4   0x4212E598   0x00000000   0x00000000
+01C0: 0x3F800000   0x450A643F   0xC48CB15E   0xC318187A
+01D0: 0x44F543CF   0xC48C749A   0xC1D1B9CF   0x44FFC432
+01E0: 0xC48C45AC   0xC1D1B9CF   0x41C85F82   0x40FCA74D
+01F0: 0x41E3A95C   0x41514AAC   0x41ABA74B   0x0000001A
+0200: 0x0A99CD50   0x0022FF78   0x008480D6   0xFFFFFFFF
+0210: 0x0055394D   0x0000001A   0x00000001   0x00000000
+0220: 0x0053EA03   0x44200000   0x44000000   0x0053ECC2
+0230: 0x00000001   0x00619B71   0x0000001A   0x00000001
+0240: 0x00000001   0x0000000A   0x00748DA0   0x0000001A
+0250: 0x00000001   0x769028D7   0x00000000   0x0022FF88
+0260: 0x7FFD3000   0x01E80000   0x4E1D4E48   0x01E82278
+0270: 0x00000008   0x00000100   0x00000008   0x00000102

SCM Op: 0x248, lDbg: 0 LastRendObj: 3029

Game Version: US 1.0

State Information: Ped Context: 0
P0 (0,0)
All players sometimes crash i don't know how to detect what is the problem about player crash.
I know for crashdetector for gamemode..
I install crashdetector to detect what's happening with my gamemode,and crash detector don't load anything.
I don't now how to fix this i try it in some way but don't work

Код:
[11:08:48] Incoming connection: 127.0.0.1:50187
[11:08:48] [join] Osman_Malagic has joined the server (1:127.0.0.1)
[11:09:30] [INFO]: Osman_Malagic has left from server. [Crashed]
[11:09:31] [part] Osman_Malagic has left the server (1:0)
Reply
#2

First thing that comes to my mind is that theres a function that is being used incorectly wich makes the client crash.
Like the same what happens if you are exiting a vehicle with a invalid passenger seat.
but i could be wrong.
Reply
#3

Quote:
Originally Posted by AIped
Посмотреть сообщение
First thing that comes to my mind is that theres a function that is being used incorectly wich makes the client crash.
Like the same what happens if you are exiting a vehicle with a invalid passenger seat.
but i could be wrong.
If you think that's is problem how them fix it ?
Reply
#4

Search for functions in your GM that could couse crashes if players ingame using them wrong.
Reply
#5

It must be problem at "OnPlayerConnect"
Reply
#6

Quote:
Originally Posted by AzaMx
Посмотреть сообщение
It must be problem at "OnPlayerConnect"
Yea but wouldnt players 'always' crash then ? he said they sometimse crash
Reply
#7

Quote:
Originally Posted by AIped
Посмотреть сообщение
Yea but wouldnt players 'always' crash then ? he said they sometimse crash
Yea, i have this problem before and sometimes it crash and sometimes it fine. I just change everything in 'OnPlayerConnect' and my problem is about maps, welcome messages and dialog.
Reply
#8

public OnPlayerConnect(playerid) is big
Reply
#9

I think it's problem about acks limit
Reply
#10

Try to remove your maps, it may caused your server crash and try to delete or disable your textdraws on intro'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)