Trying to connect to World Server

02/26/2020 23:53 iLogix'.#1
Hey, when i try to Connect to my World Server i get a weird error.

Code:
2020/ 2/26   23:44:55   Not TransServer Connect
and in my client i get this

Code:
Wed Feb 26 23:24:42 2020
0 - CERT_CONNECTED
Wed Feb 26 23:24:42 2020
2 - CERT_SRVR_LIST
Wed Feb 26 23:24:43 2020
4 - LOGIN_CONNECTED
Wed Feb 26 23:24:43 2020
8 - LOGIN_CACHE_ADDR
Wed Feb 26 23:24:43 2020
15 - CERT_DISCONNECT
network error:64
Wed Feb 26 23:24:43 2020
6 - LOGIN_PLAYER_LIST
Wed Feb 26 23:24:43 2020
9 - CACHE_CONNECTED
Wed Feb 26 23:24:45 2020
11 - LOGIN_REQ_PREJOIN
Wed Feb 26 23:24:45 2020
12 - LOGIN_ACK_PREJOIN
also i found this in a error log inside the server, does it matter?
Code:
2020/ 2/26   23:58:13   GetModelElem - out of range: type=0, size=912012, index=2072

2020/ 2/26   23:58:13   CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=2072 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©.

2020/ 2/26   23:58:14   GetModelElem - out of range: type=0, size=912012, index=31000

2020/ 2/26   23:58:14   CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=31000 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©.

2020/ 2/26   23:58:14   GetModelElem - out of range: type=0, size=912012, index=31000

2020/ 2/26   23:58:14   CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=31000 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©.
any idea how to fix ?
02/27/2020 11:03 TestUrSkillz#2
The items with the ID 2072 and 31000 are having the same ID as another item that causes an error of the mdlDyna.inc i guess
02/27/2020 11:11 iLogix'.#3
when i search for 2072 and 31000 i can't find even any entry in mdldyna and mdlobj... its a bit weird.
02/27/2020 11:14 TestUrSkillz#4
ID means the definition of the item in defineItem.h
02/27/2020 12:01 iLogix'.#5
Quote:
Originally Posted by TestUrSkillz View Post
ID means the definition of the item in defineItem.h
well i found 2072 in there but not the 31000.
03/07/2020 23:01 Flogolo#6
Quote:
Originally Posted by iLogix'. View Post
when i search for 2072 and 31000 i can't find even any entry in mdldyna and mdlobj... its a bit weird.
maybe you find the entry in the position of "3100" or "310" where an additional 0 has been set by mistake?
03/08/2020 12:26 sebariio#7
Not TransServer is a problem to connect to your database. You should verify it^^