SA-MP Forums Archive
Float.inc:108 runtime error 6? - 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)
+--- Thread: Float.inc:108 runtime error 6? (/showthread.php?tid=487055)



Float.inc:108 runtime error 6? - A7X_CEEJAY - 11.01.2014

Quote:

20:04:14] [debug] Run time error 6: "Invalid instruction"
[20:04:14] [debug] Unknown opcode 0x0 at address 0x00000004
[20:04:14] [debug] AMX backtrace:
[20:04:14] [debug] #0 00000004 in public OnLogin () at C:\Users\Administrator\Desktop\SFRP Beta\SF RP\pawno\include\float.inc:108
[20:04:15] [nick] Shane nick changed to Brandon_DeBarcley
[20:06:24] Incoming connection: X.X.X.X:57750
[20:06:25] [join] Trenty has joined the server (1: X.X.X.X)
[20:06:31] [debug] Run time error 6: "Invalid instruction"
[20:06:31] [debug] Unknown opcode 0x0 at address 0x00000004
[20:06:31] [debug] AMX backtrace:
[20:06:31] [debug] #0 00000004 in public OnLogin () at C:\Users\Administrator\Desktop\SFRP Beta\SF RP\pawno\include\float.inc:108

Any idea what s causing this error? It appears to occur either just before or just after a player connects?


Re: Float.inc:108 runtime error 6? - Konstantinos - 11.01.2014

Do you have any public function called OnLogin on your mode? You may need to compile with -d3 flag: https://github.com/Zeex/samp-plugin-...ith-debug-info

and also make sure that you use the latest version for the crashdetect plugin: https://github.com/Zeex/samp-plugin-...ases/tag/v4.12


Re: Float.inc:108 runtime error 6? - A7X_CEEJAY - 13.01.2014

Nope, not as I can find - Ill investigate further....


Thanks for the input ;3