Server Crashing - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Crashing (
/showthread.php?tid=86907)
Server Crashing -
Adamrcook - 17.07.2009
So, yeah my head scripter finished a huge update for the script but then he went away for a month. I tried to upload it to the FTP and it has all the includes and .cfg is correct but it just shows 0/0 9999. Any other scripts it works. Here's the crash log:
Code:
--------------------------
Exception At Address: 0x0046B37E
Registers:
EAX: 0x00000001 EBX: 0x00000001 ECX: 0x00000000 EDX: 0x00000006
ESI: 0x00F70274 EDI: 0x00000000 EBP: 0x00F1B4D8 ESP: 0x0017F3B4
EFLAGS: 0x00010217
Stack:
--------------------------
Exception At Address: 0x00401720
Registers:
EAX: 0x21EC2834 EBX: 0x009F19D4 ECX: 0x0139F4C8 EDX: 0x0017FC6C
ESI: 0x0011676E EDI: 0x004F8CEA EBP: 0x00000000 ESP: 0x0017FC40
EFLAGS: 0x00010202
Stack:
--------------------------
Exception At Address: 0x004713BA
Registers:
EAX: 0x0017FC00 EBX: 0x9F5CC100 ECX: 0x00000000 EDX: 0x00D9E548
ESI: 0x00000000 EDI: 0x00000000 EBP: 0x01A1D488 ESP: 0x0017FCA0
EFLAGS: 0x00010246
Stack:
Re: Server Crashing -
BP13 - 17.07.2009
it could be too many timers or too many non terminated timers
Re: Server Crashing -
Adamrcook - 17.07.2009
It will work in a regular folder with the computer hosted shit, but when i throw it in my FTP and restart the server. 0/0 9999.
Re: Server Crashing -
Adamrcook - 17.07.2009
This is a huge problem as i have a host just sitting there now...someone have any ideas?
Re: Server Crashing -
BP13 - 18.07.2009
is the server using linux?
Re: Server Crashing -
Adamrcook - 18.07.2009
No, but i found some extra stuff when he gave me the folder.
-database.sql
-samp-mysql-win32
-Plugins/ SDK
When i saw mySQL i searched the script for it, but no sign of any SQL, plus he said he didn't use mySQL. I also noticed after the update user files now save in a seperate folder as do families and so forth. Plus, some new .yr files i've never seen before.
Re: Server Crashing -
Adamrcook - 18.07.2009
Sorry to post again, but i just noticed. In the logs it loads everything but then repeats the:
__SA:Civic Gaming__
Coded by SA:Civic Admin Team
Full Roleplay Script
Blah blah blah
It repeats that part over and over.
Re: Server Crashing -
Vince - 18.07.2009
Check in your script where it says:
SendRconCommand("gmx"); (or
SendRconCommand("exit"); if the server has an auto-restarter).
Then check the conditions for it to execute. Probably there's some missing files.
Re: Server Crashing -
Adamrcook - 19.07.2009
Quote:
Originally Posted by Vince
Check in your script where it says: SendRconCommand("gmx"); (or SendRconCommand("exit"); if the server has an auto-restarter).
Then check the conditions for it to execute. Probably there's some missing files.
|
How? I'm almost positive it's missing some includes but what's listed in #include is in the Inc folder.