Shatowolf 9 Posted March 10, 2014 (edited) Working with the latest Hercules version. I would like to leave a patch for fix this errors that I had. CC chat.c CC chrif.c CC clif.c CC date.c CC duel.c CC elemental.c CC guild.c CC harmony.charmony.c: In function ‘harmony_action_request’:harmony.c:327: error: ‘struct atcommand_interface’ has no member named ‘parse’harmony.c:334: error: ‘struct atcommand_interface’ has no member named ‘parse’make[1]: *** [obj_sql/harmony.o] Error 1make[1]: Leaving directory `/home/hercules784/Hercules/trunk/src/map'make: *** [map_sql] Error 2 There a problem on last_mac, can't log in. FIXED : I forgot to update the mmo.h Thanks Edited March 10, 2014 by Meigan Quote Share this post Link to post Share on other sites
xkickz 0 Posted April 16, 2014 [SQL]: DB error - Column count doesn't match value count at row 1[Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) how to fix help me please it appear when regis by _M _F Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 16, 2014 [SQL]: DB error - Column count doesn't match value count at row 1 [Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) how to fix help me please it appear when regis by _M _F You have 17 fields and 16 ?. You need one more '?'. Quote Share this post Link to post Share on other sites
xkickz 0 Posted April 17, 2014 [SQL]: DB error - Column count doesn't match value count at row 1 [Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) how to fix help me please it appear when regis by _M _F You have 17 fields and 16 ?. You need one more '?'. where to fix it please tell me .. Quote Share this post Link to post Share on other sites
Thunderbolt 3 Posted April 17, 2014 Unknow pack 0x264 after install Harmony patch on latest hercules. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 17, 2014 [SQL]: DB error - Column count doesn't match value count at row 1 [Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) how to fix help me please it appear when regis by _M _F You have 17 fields and 16 ?. You need one more '?'. where to fix it please tell me .. account_sql.c I guess Quote Share this post Link to post Share on other sites
xkickz 0 Posted April 17, 2014 ok i found how to fix in account_sql.c add ,? red color thank you very much "INSERT INTO `%s` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", Quote Share this post Link to post Share on other sites
Alexandria 53 Posted April 24, 2014 Atcommand.c and Core.c and other files are outdates for the newest hercules version. Please, update the patch. Thank you. Quote Share this post Link to post Share on other sites
Alexandria 53 Posted May 19, 2014 If you guys are looking for an update, you can find out here: http://herc.ws/board/topic/5467-harmony-patch-update/ Quote Share this post Link to post Share on other sites
ossi0110 200 Posted May 30, 2014 (edited) UPDATE Hercules Harmony Patch - 30 MAI updated the FULL Patch to V5 , Fully work with the latest Hercules REV. Dropped the Small Fix Patch.... the Patch can be found on the First Site of this Topic... Edited May 30, 2014 by ossi0110 1 Virtue reacted to this Quote Share this post Link to post Share on other sites
Lelantos 0 Posted June 2, 2014 i'm having an error with the new patch. Patch format detection failed. how can i fix this? Quote Share this post Link to post Share on other sites
Alexandria 53 Posted June 2, 2014 I got this error in Console, it is a FRESH emulator: [Fatal Error]: Invalid Harmony version! Expecting 30312, have 30311.[Fatal Error]: Did you forget to recompile after updating? Should I remove this? File: src/common/harmonycore.c LINE: +#if HARMSRV_VERSION >= 30312 and File: src/common/harmserv.h LINE: +#if HARMSRV_VERSION >= 30312 Quote Share this post Link to post Share on other sites
msanders1020 0 Posted July 5, 2014 I get these errors when installing the harmony patch to my svn. I am using the current version and was looking for a fix. ../common/obj_all/common.a(harmonycore.o): In function `ea_timer_del':/home/trincli0296/trunk/src/common/harmonycore.c:323: undefined reference to `delete_timer'../common/obj_all/common.a(harmonycore.o): In function `ea_timer_add':/home/trincli0296/trunk/src/common/harmonycore.c:304: undefined reference to `add_timer'../common/obj_all/common.a(harmonycore.o): In function `ea_tick':/home/trincli0296/trunk/src/common/harmonycore.c:347: undefined reference to `gettick'collect2: ld returned 1 exit statusmake[1]: Leaving directory `/home/trincli0296/trunk/src/login'make[1]: *** [../../login-server] Error 1make: *** [login_sql] Error 2 Quote Share this post Link to post Share on other sites
Jedzkie 58 Posted July 5, 2014 what version are you using? and what emulator? Quote Share this post Link to post Share on other sites
msanders1020 0 Posted July 7, 2014 I am using the most current version of hercules. Quote Share this post Link to post Share on other sites
vBrenth 39 Posted July 18, 2014 I'm currently using IG, but it seems that the IG website is down for almost a month and no updates with the creator. Planning to switch back to harmony, any updates? for uptodate hercules emulator? Quote Share this post Link to post Share on other sites
jTynne 101 Posted July 18, 2014 Harmony hasn't had updates in months. As far as I'm aware, it's a dead project. New clients haven't been able to contact Sirius to order IP slots/order the product. Quote Share this post Link to post Share on other sites
Jedzkie 58 Posted July 18, 2014 Harmony hasn't had updates in months. As far as I'm aware, it's a dead project. New clients haven't been able to contact Sirius to order IP slots/order the product. hmm ... so there no active gameguard right now? Quote Share this post Link to post Share on other sites
vBrenth 39 Posted July 27, 2014 (edited) Harmony hasn't had updates in months. As far as I'm aware, it's a dead project. New clients haven't been able to contact Sirius to order IP slots/order the product. hmm ... so there no active gameguard right now? Kinda true, IG is not updating for months Edited July 27, 2014 by Lumina Quote Share this post Link to post Share on other sites
nasagnilac 1 Posted August 14, 2014 I got this error in Console, it is a FRESH emulator: [Fatal Error]: Invalid Harmony version! Expecting 30312, have 30311. [Fatal Error]: Did you forget to recompile after updating? Should I remove this? File: src/common/harmonycore.c LINE: +#if HARMSRV_VERSION >= 30312 and File: src/common/harmserv.h LINE: +#if HARMSRV_VERSION >= 30312 How to solve this? Quote Share this post Link to post Share on other sites
Milamber 1 Posted August 14, 2014 You are supposed to use Harmony Version 3.3.12 . to use this patch I Only Provide a Diff file for the Harmon Version 3.3.12 . As Quoted by ossi0110 on First Post of this page So you just need to use the higher and latest version of Harmony, which you can obtain from the Harmony Site Cheers Quote Share this post Link to post Share on other sites
quesoph 105 Posted August 20, 2014 Is harmony v3.3.12 the latest? Quote Share this post Link to post Share on other sites
Milamber 1 Posted August 20, 2014 Yes... It is Quote Share this post Link to post Share on other sites