Jump to content
ossi0110

Harmony Patch 3.3.12 30 MAI

Recommended Posts

 

Working with the latest Hercules version. :D

 

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 by Meigan

Share this post


Link to post
Share on other sites

[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

Share this post


Link to post
Share on other sites

[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 '?'.

Share this post


Link to post
Share on other sites

 

[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 ..

Share this post


Link to post
Share on other sites

 

 

[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

Share this post


Link to post
Share on other sites

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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",

Share this post


Link to post
Share on other sites

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 by ossi0110

Share this post


Link to post
Share on other sites

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?

 

BVLsXlC.png

 

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

what version are you using? and what emulator?

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

 

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 by Lumina

Share this post


Link to post
Share on other sites

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?

 

BVLsXlC.png

 

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?

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.