Jump to content

Recommended Posts

  • Active Member

Hello, I'm experiencing some problems with the client, it gives some errors, being them:

- Close out of nowhere
- Some boxes appear out of nowhere
- Screen "freezes", game continues to work normal on the screen of the other characters, however, on the one that gives the problem, it is as if everything was stopped

From what I could see, it usually occurs when you receive a private message, I already checked the packets (client / game) and they all look good, does anyone have any idea what it might be? (In the syserr / syslog of the server, there is no anomaly)

- Sequence system was removed from my source (but before, the problems were worse)

syserr:

0525 21:21:44608 :: Phase Game does not handle this header (header: 34, last: 3, 34)

mQPRniV.png

I thank you all!

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Active Member
16 minutes ago, Finnis said:

Seems like a packet problem to me, did you add / update some packets?

If yes, static or dynamic?

Can you reproduce it sending PM's?

Yes, 

#define ENABLE_TRADE_24SLOT
#define ENABLE_EXTEND_INVEN_SYSTEM
#define ENABLE_RELOAD_QUEST_FIX
#define MAX_GOLD_LL
#define SVSIDE_ON
#define __SPECIAL_INVENTORY_SYSTEM__
#define __DISABLE_SEND_SEQUENCE__ // Disable sequence
#define WJ_ENABLE_TRADABLE_ICON // GF-Like Inventory Slot Marking System
#define __SEND_TARGET_INFO__
#define __OFFLINE_PRIVATE_SHOP_SYSTEM__
#define OFFLINE_SHOP_MAX_GOLD_LL
#define ENABLE_RENEWAL_SHOPEX
#define ENABLE_SWITCHBOT

Error of private messages occurs occasionally, the more players online, the more frequent it occurs, and the more private messages, the more chances of occurring, however, there are no other errors or information, there is always a packet error with number 34 (HEADER_GC_WHISPER = 34)

 

Edit: Even before making changes, inserting new systems, the problem already existed.

Edited by Klaus
Link to comment
Share on other sites

  • Developer

Those updates shouldn't cause this error;

I've had this problem too a while ago, but in my case it was because I didn't send the correct size of the dynamic packet(there should be a 'short' variable in the packet's struct if it's Dynamic), maybe it helps.

You could also can try starting the client in Debug mode and check what data you receive from the server;

Hope it helps!

r

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.