random crashes float.inc:112 - 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: random crashes float.inc:112 (
/showthread.php?tid=603010)
random crashes float.inc:112 -
sniper-termit - 17.03.2016
I have got random crashes for this reason
Quote:
[2016-03-16 22:43:08] 77648 /do Полачаса назад всех учавствующих в перестрелки посадили за решетку, а офицеры полиции довольные ...
[2016-03-16 22:43:08] [debug] Server crashed while executing gamemode.amx
[2016-03-16 22:43:08] [debug] AMX backtrace:
[2016-03-16 22:43:08] [debug] #0 00000029 in ?? (... <10 arguments>) at include\float.inc:112
[2016-03-16 22:43:08] [debug] #1 00000029 in public cmd_do () at include\float.inc:112
|
After crash i can login into server, and write the same command, and command will be executed normally.
The command is not important, i got random crashes in random roleplay commands for this reason (float.inc:112).
Re: random crashes float.inc:112 -
Crayder - 17.03.2016
Crashdetect is saying CMD:do is in your float include... why do you have a command in the float include...?
Re: random crashes float.inc:112 -
sniper-termit - 17.03.2016
my float include is stock.
there is no commands in this include.
Re: random crashes float.inc:112 -
Crayder - 17.03.2016
Then something else is wrong and we need more info. More info would include code, what you are trying to do, what is occurring in detail, your include order, etc.
Line 112 by default is floatmul. How is that function at all relative to your commands?
Re: random crashes float.inc:112 -
sniper-termit - 11.04.2016
this is an stock function, in this command (/do) i don't use that floatmul func (or any float actions).
i think it's because the player wrote in command "..."
Re: random crashes float.inc:112 -
cm666 - 11.04.2016
show code command /do
Re: random crashes float.inc:112 -
sniper-termit - 11.04.2016
check your pm.
Re: random crashes float.inc:112 -
Vince - 11.04.2016
This isn't a personal helpdesk. If you don't want to share code, don't make topics.
Re: random crashes float.inc:112 -
sniper-termit - 11.04.2016
no problems
http://pastebin.com/TpvFbyXS
Re: random crashes float.inc:112 -
sniper-termit - 15.04.2016
help plz