Runtime Error - 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: Runtime Error (
/showthread.php?tid=661201)
Runtime Error -
Kosso - 25.11.2018
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[23:08:08] filterscripts = "" (string)
[23:08:08]
[23:08:08] Server Plugins
[23:08:08] --------------
[23:08:08] Loading plugin: crashdetect
[23:08:08] CrashDetect plugin 4.19.4
[23:08:08] Loaded.
[23:08:08] Loading plugin: streamer
[23:08:08]
*** Streamer Plugin v2.9.4 by Incognito loaded ***
[23:08:08] Loaded.
[23:08:08] Loading plugin: mysql
[23:08:08] >> plugin.mysql: R39-6 successfully loaded.
[23:08:08] Loaded.
[23:08:08] Loading plugin: sscanf
[23:08:08]
[23:08:08] ===============================
[23:08:08] sscanf plugin loaded.
[23:08:08] Version: 2.8.3
[23:08:08] © 2018 Alex "******" Cole
[23:08:08] ===============================
[23:08:08] Loaded.
[23:08:08] Loading plugin: audio
[23:08:08]
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[23:08:08] Loaded.
[23:08:08] Loading plugin: Whirlpool
[23:08:08]
[23:08:08] ==================
[23:08:08]
[23:08:08] Whirlpool loaded
[23:08:08]
[23:08:08] ==================
[23:08:08]
[23:08:08] Loaded.
[23:08:08] Loading plugin: nativechecker
[23:08:09] Loaded.
[23:08:09] Loaded 7 plugins.
[23:08:09]
[23:08:09] Filterscripts
[23:08:09] ---------------
[23:08:09] Loaded 0 filterscripts.
[23:08:09] AMX (45923336) loaded
[23:08:09]
[23:08:09]
[23:08:09]
[23:08:09] =======================================
[23:08:09] | |
[23:08:09] | YSI version 3.09.0684 |
[23:08:09] | By Alex "******" Cole |
[23:08:09] | |
[23:08:09] =======================================
[23:08:09]
[23:08:09]
[23:08:09]
[23:08:09] *** Audio Plugin: Started TCP server on port 7777
[23:08:09] [debug] Run time error 6: "Invalid instruction"
[23:08:09] [debug] Unknown opcode 0x0 at address 0x0007611C
[23:08:09] [debug] AMX backtrace:
[23:08:09] [debug] #0 0007611c in main () in frank.amx
[23:08:09] Script[gamemodes/frank.amx]: Run time error 6: "Invalid instruction"
[23:08:09] Number of vehicle models: 0
i'm getting this kind of error, what is all about? what should i do?
Re: Runtime Error -
Dayrion - 25.11.2018
Show us the function "main()", literally the main function
Re: Runtime Error -
Kosso - 25.11.2018
Код:
main() { return 1; }
this the only main()