Jump to content
  • 0

help noobish error


Question

7 answers to this question

Recommended Posts

  • 0
Posted

pedia kserete kana comand i programa na klidoso to l2ini na min blepoune to no-ip tou server

1on Den 3erw An Yparxi !!!

2on Na Mn Vlepoun To No-ip Sou E??

Kai na yparxi vsk...An O Server Sou Einai Hopzone To Vreskoun Kai Pali!!!

Se Hackaroun?

  • 0
Posted

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.. thanks and fixed on eminence since it started (1st noemver)

 

afto pou to bazo

  • 0
Posted

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.. thanks and fixed on eminence since it started (1st noemver)

 

afto pou to bazo

 

akyros entelws..

afto einai fix gia to noobish error, oxi gia afto pou zhtas..

  • 0
Posted

nai alla den exei sxesh me to l2.ini pou einai kai client file..

 

Oti eine se wrong section , einai.

 

Alla apo to na kanei 2o topic gia tin deuteri tou erotisi , einai kalitero na kanei kai tis 2 se ena.

  • 0
Posted

pedia to bazo anigo me eclipse to java arxio to kano paste kai me lei server terminater gt ti bazo lathos pite mou ti akribos na balo

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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