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

    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Refunded Too bad that you couldn't finish it on time.
    • I've been trying to set-up an Interlude server for the past few days and did get one up and running, but it's a mess. Even the "gold" standard files shared here didn't give better results.   I am wondering which are the current best projects to invest in? - AdvExt64 looks like crap - no offense to the developers. - And I've seen a few more related projects - Athena Project? also not good looking in general.   Is it true L2Reborn is Java based?  Really curious to know if there are good server packs or services to buy there - protocol 110? I really dig the look and feel of l2reborn.   Let me know what you guys think
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchiha.sellpass.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...