cta8ic Posted February 20, 2010 Posted February 20, 2010 dn 3erw pos na fix noobish error :s m tn klinoune... k m vgazei to massange auto : noobish error 2 the mision ;s
0 Commodus Posted February 20, 2010 Posted February 20, 2010 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); }
0 Commodus Posted February 20, 2010 Posted February 20, 2010 pou to apo8ikevw auto filarako m?? Preconfigured h compiled pack xrhsimopoieis?
0 cta8ic Posted February 20, 2010 Author Posted February 20, 2010 Preconfigured h compiled pack xrhsimopoieis? pre....
0 cta8ic Posted February 20, 2010 Author Posted February 20, 2010 Den einai pote arga gia compile :P eiparxnoune compile??? i na arxisw na kanw?
0 Commodus Posted February 20, 2010 Posted February 20, 2010 pre.... E tote den ginetai na to ftiaxeis.Sou eipa na stamatiseis ta preconfigured shits kai den me akouses.
0 ExTrEmEDwarf Posted February 20, 2010 Posted February 20, 2010 http://www.maxcheaters.com/forum/index.php?topic=122985.0 Όλα τα Preconfigured pack έγιναν delete από το forum. Μόνο αν θα κάνεις compile μπορείς να το φτιάξεις, και να ξέρεις οτι στα καινούργια packs το έχουν φτιάξει.
Question
cta8ic
dn 3erw pos na fix noobish error :s
m tn klinoune...
k m vgazei to massange auto : noobish error 2 the mision ;s
8 answers to this question
Recommended Posts