Invalid Index Bad entry point. Server Consol 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: Invalid Index Bad entry point. Server Consol Error. (
/showthread.php?tid=590894)
Invalid Index Bad entry point. Server Consol Error. -
Kayla_Swade - 05.10.2015
Код:
[00:53:39] [connection] 74.90.144.70:49971 requests connection cookie.
[00:53:40] Incoming connection: 74.90.144.70:49971 id: 0
[00:53:40] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:53:44] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:53:48] [part] Lewis_Parker has left the server (0:2)
[00:54:15] [connection] 74.90.144.70:60058 requests connection cookie.
[00:54:16] Incoming connection: 74.90.144.70:60058 id: 0
[00:54:16] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:54:17] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:54:21] [part] Lewis_Parker has left the server (0:2)
[00:55:03] [connection] 74.90.144.70:61010 requests connection cookie.
[00:55:04] Incoming connection: 74.90.144.70:61010 id: 0
[00:55:04] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:55:05] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:55:19] [part] Lewis_Parker has left the server (0:2)
[00:55:51] [connection] 74.90.144.70:60484 requests connection cookie.
[00:55:51] Incoming connection: 74.90.144.70:60484 id: 0
[00:55:51] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:55:51] [join] Richard_Garcia has joined the server (0:74.90.144.70)
[00:56:31] [chat] [Richard_Garcia]: fuck
[00:56:58] [connection] 49.48.240.234:63086 requests connection cookie.
[00:56:59] Incoming connection: 49.48.240.234:63086 id: 1
[00:56:59] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:57:01] [join] tong has joined the server (1:49.48.240.234)
[00:57:21] [part] tong has left the server (1:2)
I recently upgraded my server to MYSQL VERSION R8. But prior to this my server was crashing. NOW, it wont crash but its almost as if my commands are not working now. How do i fix this problem? Anyone?
Re: Invalid Index Bad entry point. Server Consol Error. -
ThePhenix - 05.10.2015
That message usually happens when you don't have the "main()" part included, however as it's quite obvious you have that part.
I guess you could try to increase the memory using #pragma dynamic <some value> or if you use YSI #define MALLOC_MEMORY <some value>
Re: Invalid Index Bad entry point. Server Consol Error. -
Kayla_Swade - 05.10.2015
And now i am getting a heapunderflow error... smh
Re: Invalid Index Bad entry point. Server Consol Error. -
AbyssMorgan - 05.10.2015
Add
Код:
main(){
print("init");
}
Re: Invalid Index Bad entry point. Server Consol Error. -
SecretBoss - 05.10.2015
Quote:
Originally Posted by AbyssMorgan
Add
Код:
main(){
print("init");
}
|
Think before posting, if the server has started and there are connections on the server that means that server started successfully and didn't close on init, look here
Код:
[00:53:39] [connection] 74.90.144.70:49971 requests connection cookie.
[00:53:40] Incoming connection: 74.90.144.70:49971 id: 0
[00:53:40] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:53:44] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:53:48] [part] Lewis_Parker has left the server (0:2)
[00:54:15] [connection] 74.90.144.70:60058 requests connection cookie.
[00:54:16] Incoming connection: 74.90.144.70:60058 id: 0
[00:54:16] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:54:17] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:54:21] [part] Lewis_Parker has left the server (0:2)
[00:55:03] [connection] 74.90.144.70:61010 requests connection cookie.
[00:55:04] Incoming connection: 74.90.144.70:61010 id: 0
[00:55:04] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:55:05] [join] Lewis_Parker has joined the server (0:74.90.144.70)
[00:55:19] [part] Lewis_Parker has left the server (0:2)
[00:55:51] [connection] 74.90.144.70:60484 requests connection cookie.
[00:55:51] Incoming connection: 74.90.144.70:60484 id: 0
[00:55:51] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:55:51] [join] Richard_Garcia has joined the server (0:74.90.144.70)
[00:56:31] [chat] [Richard_Garcia]: fuck
[00:56:58] [connection] 49.48.240.234:63086 requests connection cookie.
[00:56:59] Incoming connection: 49.48.240.234:63086 id: 1
[00:56:59] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[00:57:01] [join] tong has joined the server (1:49.48.240.234)
[00:57:21] [part] tong has left the server (1:2)