SA-MP Forums Archive
Big problem, server don't starting on linux ! - 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: Big problem, server don't starting on linux ! (/showthread.php?tid=387919)



Big problem, server don't starting on linux ! - Edvin - 26.10.2012

Hi guys, I have these errors, when I start my gamemode on host:
Код:
[23:28:54] [debug] #0  0000006e in Float:operator*(Float:,_:) (Float:oper1=0.00000, oper2=10, ... <23 variable arguments>) at D:\RAS\Build 26\pawno\include\float.inc:112
[23:28:54] [debug] #1  0000006e in Float:operator*(Float:,_:) (Float:oper1=2048.00000, oper2=1140850688, ... <293601278 variable arguments>) at D:\RAS\Build 26\pawno\include\float.inc:112
Why? please help me. Thanks.


Re: Big problem, server don't starting on linux ! - ThePhenix - 26.10.2012

Update your float include.
Float include contains the operators information.
I think would be possible the include is corrupted.


Re: Big problem, server don't starting on linux ! - Emmet_ - 26.10.2012

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
Update your float include.
Float include contains the operators information.
I think would be possible the include is corrupted.
It's not always float.inc. If the crashdetect plugin detected a float.inc related error, then it's probably a function in your script that uses float operators.


Re: Big problem, server don't starting on linux ! - ThePhenix - 26.10.2012

Quote:
Originally Posted by Emmet_
Посмотреть сообщение
It's not always float.inc. If the crashdetect plugin detected a float.inc related error, then it's probably a function in your script that uses float operators.
As I see here.
The problem may be, on the float include.
Код:
at D:\RAS\Build 26\pawno\include\float.inc:112



Re: Big problem, server don't starting on linux ! - iPLEOMAX - 26.10.2012

Emmet is right. You should check the lines which include float multiplication operator. Something is wrong there.


Re: Big problem, server don't starting on linux ! - Hashish - 26.10.2012

Re-download the include and recompile tell us what happens if it dosn't fix it show us the lines of the include with the problem


Re: Big problem, server don't starting on linux ! - Edvin - 27.10.2012

I have re-downloaded the latest float.inc and still have this problem...


Re: Big problem, server don't starting on linux ! - [HK]Ryder[AN] - 27.10.2012

did you compile with the latest float.inc and then reupload it on the host?