Jump to content
  • 0

error server down


Question

9 answers to this question

Recommended Posts

  • 0
Posted

Here u go:

 

it sends a packet which has nothing to read, but l2j didn't expect this to happen and make a System.exit to it.

 

Simply... it sends a 0 value (emtpy packet or so) ,so in the mmocore it displays ...

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("NOOBISHT ERROR 2 THE MISSION");

            System.exit(0);

        }

 

and now... here's the simple -beep-in' fix:

 

1. Just delete the ELSE IF <- you will cry if you do like most kids

2. Make it not to close.. simply remove it and replace by this..

 

        else if (result == 0)

        {

            // read interest but nothing to read? wtf?

            System.out.println("MMOCore: Nothing to read.");

            System.out.println("Trying not to close the server...");

            //System.exit(0);

            System.out.println("MMOCore Sender IP: "+ con.getSocketChannel().socket().getInetAddress().getHostAddress());

            con.onForcedDisconnection();

            this.closeConnectionImpl(con);

        }

 

easy fix, huh?

 

its just that kids has no brains

 

If u didnt made compile then u just cant fix it ~.~

  • 0
Posted

oriste file ti  exei to link pou sou edose poio pano kai den mporeis na deis giati den exeis post

 

 

Hi all,I share mmcore NOOBISH ERROR dos program.You can turn off servers with that soft.

Thats work now fine.

 

Picture with guide.

http://img262.imageshack.us/i/noobish.png/

 

Link Download. http://www.2shared.com/file/9952796/c678643e/Shit.html

 

Good luck to use.

nomizw oti den kanei na to doseis flash ....btw se emena den doulevei to programm.
Guest
This topic is now closed to further replies.


×
×
  • Create New...