Jump to content
  • 0

[HELP]Noobish Error


Goree

Question

re paidia mporeite na mou peite pos mporw na epe3ergasto auto to mmocore giati exw kai ego auto to provlima...?? exw ena mmocore me eclipse me kati class arxeia..exw valei to code sto selector thread.class.. ola ok mexri edw.. tora pos na to kanw mmocore.jar gia na to anagnorizei to server?? Kapoios na m apantisei pls!!!  :-\ :-\

Link to comment
Share on other sites

Recommended Posts

  • 0

Den mporw kai toso eukola na kanw donate re file... Mporeis kapos na me help esu??

 

Unhide posts se alla members , den ginetai.

 

Pantos , den eine kako na diabaseis kai ta forum rules ^^

Link to comment
Share on other sites

  • 0

ean einai compiled to pack

 

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) :)

 

ean oxi, kane compile l2j pou to exei kai etoimo ftiagmeno

Link to comment
Share on other sites

  • 0

mporei kapoios na mou dosei svn??

 

wtf?

legontas na sou dwsoume svn ti ennoeis?

btw ta topic me to mmocore fix sta dwsame..

Link to comment
Share on other sites

  • 0

ok re alla eimai den eimai kai pro dev kai 8elw kapoio help..an den 8es esu na help den pirazei isws na me help kapoios allos.... an exw kanei compile allo pack kai oxi l2j den ginete na to fix??episis to pack pou exw den exei mazi MMOCORE apoti exw dei...

 

aa nomizw vreika to mmocore tou l2jserver... to ekana kai jar alla einai pio mikro apo to allo tou pack mou..mipws iparxei kanena provlima me auto???

Link to comment
Share on other sites

  • 0

ok re alla eimai den eimai kai pro dev kai 8elw kapoio help..an den 8es esu na help den pirazei isws na me help kapoios allos.... an exw kanei compile allo pack kai oxi l2j den ginete na to fix??episis to pack pou exw den exei mazi MMOCORE apoti exw dei...

 

aa nomizw vreika to mmocore tou l2jserver... to ekana kai jar alla einai pio mikro apo to allo tou pack mou..mipws iparxei kanena provlima me auto???

 

pack?

Link to comment
Share on other sites

  • 0

tora dokimazw gia proti fora ena equal...exw perasei kai polla fixes...

 

equal, pff..

H equal den exei ftiaksei to mmocore exploit, epeidh polu apla exei pe8anei..

Kai btw afou les pws exei "perasei" polla fixes, giati den fixareis kai ayto?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...