Santy!. Posted August 18, 2012 Report Share Posted August 18, 2012 Solo para este foro. Hola buenas a todos a pedido de kohaku are este post explicando un poco el syser y a solucionar sus problemas mas principales. antes de nada debemos saber que el syser: el syser es el registro de los channel donde se marcaran errores del servidor. ¿Donde lo podemos localizar? bueno el se localizara en la siguiente ruta: cd /home/game/channel1 cd /home/game/channel2 cd /home/game/game99 cd /home/game/g1/db cd /home/game/g1/auth claramente esta el de channel 1 registrara los de dicho canal. Errores mas comunes: SYSERR: Aug 17 21:09:04 :: GetMotionFileName: Motion: boar2 have not motlist.txt vnum(20115) folder(boar2) este error dice que que bicho 20115 no tiene movimiento como os solucionaremos fácil accedemos a navicat tabla player mob_proto 1 ves hay buscamos el mob 20115 y en aiflag debemos seleccionar el tipo de movimiento que le daremos puede ser agresivo, atak con movimiento, sin movimiento, etc obviamente al lado de aiflag hay mas columnas llamadas set_race_flag, etc fÃjense de rellenar esas correctamente. siguiente error: SYSERR: Aug 17 22:09:52 :: SpawnMob: SpawnMob: no mob data for vnum 10828 SYSERR: Aug 17 22:09:52 :: regen_load: No mob data by vnum 10829 esto dice que no se recibe data de el mob 1089 lo solucionamos de la misma manera nos fijamos que en el mob_proto del navicat estén todas las columnas correctamente. siguiente: SYSERR: Jul 17 20:40:00 :: ChildLoop: AsyncSQL: query failed: Unknown column 'vnum' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 0, 1, 0, 90001178, 'SET_SOCKET', '', '', 3090) errno: 1054) Según collado metemos esta query en log: -- ---------------------------- -- Table structure for `log` -- ---------------------------- DROP TABLE IF EXISTS `log`; CREATE TABLE `log` ( `ID` int(11) DEFAULT NULL, `type` varchar(20) COLLATE big5_bin DEFAULT NULL, `time` datetime DEFAULT NULL, `who` int(11) DEFAULT NULL, `x` int(11) DEFAULT NULL, `y` int(11) DEFAULT NULL, `what` int(11) DEFAULT NULL, `how` varchar(20) COLLATE big5_bin DEFAULT NULL, `hint` varchar(20) COLLATE big5_bin DEFAULT NULL, `ip` varchar(30) COLLATE big5_bin DEFAULT NULL, `vnum` int(50) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin; -- ---------------------------- -- Records of log -- ---------------------------- siguiente: SYSERR: Aug 17 22:51:01 :: socket_connect: HOST localhost:15000, could not connect. SYSERR: Aug 17 22:51:02 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Aug 17 22:51:02 :: socket_block: fcntl: nonblock: Bad file descriptor SYSERR: Aug 17 22:53:33 :: socket_connect: HOST 220.95.239.40:7120, could not connect. SYSERR: Aug 17 22:53:33 :: heart_idle: losing 75 seconds. (lag occured) solo lag borrar logs siguiente: SYSERR: Aug 17 23:53:22 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id aqui tenemos mal la tabla monarca [02:00:24 p.m.] .Angel Collado: lo de monarca tiene solucion modificando el archivo db o la tabla monarch [02:00:35 p.m.] .Angel Collado: en mi virtual cambie lo de db y no me ha dado error ninguna vez as [02:00:36 p.m.] .Angel Collado: mas* siguiente: SYSERR: Aug 17 21:16:26 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO quest (dwPID, szName, szState, lValue) VALUES(1, 'event_map', '__status', -2107478168) errno: 2002) SYSERR: Aug 17 21:16:26 :: ChildLoop: AsyncSQL: retrying en esta nos esta fallando la conexion a mysql. Bueno ahora ya saben un poco mas de estos feos errores que tantos dolores de cabeza nos dan que tengan suerte! Agradecimiento: collado. ezerrata311 and Blesse 2 Link to comment Share on other sites More sharing options...
D4nT3 Posted August 18, 2012 Report Share Posted August 18, 2012 No esta mal.. tambien me referia al del Cliente : ), si puedes poner algo estaria de Lujo. Link to comment Share on other sites More sharing options...
Serex Posted August 18, 2012 Report Share Posted August 18, 2012 Muy buen aporte, +1 Link to comment Share on other sites More sharing options...
Guest cristianoronaldo Posted August 19, 2012 Report Share Posted August 19, 2012 serex a vuelto y ay noticias sobre los files? Link to comment Share on other sites More sharing options...
stein20 Posted September 20, 2012 Report Share Posted September 20, 2012 Yo tengo este DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id como lo soluciono? Link to comment Share on other sites More sharing options...
Yori Posted September 21, 2012 Report Share Posted September 21, 2012 SYSERR:Aug1722:51:01:: socket_connect: HOST localhost:15000, could not connect. SYSERR: Aug 17 22:51:02 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Aug 17 22:51:02 :: socket_block: fcntl: nonblock: Bad file descriptor SYSERR: Aug 17 22:53:33 :: socket_connect: HOST 220.95.239.40:7120, could not connect. SYSERR:Aug1722:53:33:: heart_idle: losing 75 seconds.(lag occured) Yo tengo ese error, y buscando esa ip por mi server la encontre dentro del game, nadie sabe para que es? Saludos Link to comment Share on other sites More sharing options...
stein20 Posted October 28, 2012 Report Share Posted October 28, 2012 a mi me ocurrio con un game que descargue pero mejor lo cambie xD Link to comment Share on other sites More sharing options...
Tyrael Posted September 1, 2015 Report Share Posted September 1, 2015 SYSERR: Sep 1 18:44:16.885254 :: Process: SEQUENCE 3f205a00 mismatch 0xaf != 0x64 header 254SYSERR: Sep 1 18:44:16.885364 :: Process: SEQUENCE_LOG [uNKNOWN]------------- [254 : 0xaf]y este error lo han visto? Link to comment Share on other sites More sharing options...
Recommended Posts