Invalid Index Bad entry point. Server Consol Error.
#1

Код:
[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?
Reply
#2

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>
Reply
#3

And now i am getting a heapunderflow error... smh
Reply
#4

Add
Код:
main(){
	print("init");
}
Reply
#5

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)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)