when I try to initialize the map, I keep getting this:
gamed (75): OnAbortSession 0
Any suggestions?
Printable View
when I try to initialize the map, I keep getting this:
gamed (75): OnAbortSession 0
Any suggestions?
its probably just an empty exception handler
They don't really mean anything and if server is working fine don't worry about it.Code:try{
//whatever
} catch (...){
printf("OnAbortSession");
}
But the a35 map dont work fine. I try:
$ ./gs a35
to initialize the map and I got this message, anything else. And I try teleport to the map and nathing :/ . I followed this guide:
http://forum.ragezone.com/f452/a35-714660/
---------- Post added at 08:22 PM ---------- Previous post was at 07:41 PM ----------
Well, forget it. You were right as usual. Is working properly. That I was putting the wrong coordinates.:blush:
Thx again :rolleyes: