Jump to content
  • 0

Error in loginserverthread


Question

Posted

Hi ! im having this error, when it happens, the login goes offline... its weird because te gameserver and loginserver keeps going without errors. but you cannot connect again until i restart both.  i looked into the code and i didnt found nothing "rare" . Im using acis 399 . this error occurs randomly  and its very annoying because the server goes off.. any suggestions ?
 

problema.jpg

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Provide the associated lines from GameClient, it's definitively not vanilla 399 (first line is a bracket, second error line is javadoc).

 

 

Edited by Tryskell
  • 0
Posted
40 minutes ago, Tryskell said:

Provide the associated lines from GameClient, it's definitively not vanilla 399 (first line is a bracket, second error line is javadoc).

 

 

 FIRST LINE (GAMECLIENT 686)   :
public void close(L2GameServerPacket gsp)
    {
        
        getConnection().close(gsp);
    }
SECOND LINE (GAMECLIENT 707) :
    public synchronized void closeNow()
    {
        // Prevent packets execution.
        _isDetached = true;
        
        
        
        close(ServerClose.STATIC_PACKET);
        
        // Cancel cleanup task, if running.
        if (_cleanupTask != null)
        {
            _cleanupTask.cancel(true);
            _cleanupTask = null;
        }
        
        // Instant cleaning.
        ThreadPool.schedule(new CleanupTask(), 0);
    }

THIRD LINE (LOGINSERVERTHREAD 335) ILL NOT POST THE FULL CODE ITS VERY LARGE..
                        case 0x04:
                            final KickPlayer kp = new KickPlayer(decrypt);
                            kickPlayer(kp.getAccount());
                            break;

FOURTH LINE (LOGINSERVERTHREAD 239)
    public void kickPlayer(String account)
    {
        final GameClient client = _clients.get(account);
        if (client != null)
            client.closeNow();
    }


I have an offline trade mod... i wonder if the problem is that ?

Guest
This topic is now closed to further replies.


  • Posts

    • There is a ready-made option and the possibility to work according to "Wishlist"
    • Contact me, Discord: xbaus
    • WTB GRACIA FINAL INTERFACE
    • Dear partners! At the moment we are in great need of the following positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password — Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password) — Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts — Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com) — Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA. — WhatsApp OLD Accounts — Twitter accounts with followers and posts (old accounts) Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options. Active links to our projects: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock