Jump to content
  • 0

Question

Posted

Hello,  :D\

 

I Have a Problem In My Server !! After That i have Server Crash

 

Its Crash Server !! Propably From The L2PHX !!

 

So I Want To Fix It !! Anyway I Cant Find How !!

 

I Would Like To Know How I Can Make Users With PHX Who Login In To Have BAN !! ( from Login Page )

 

The Error is This

 

Exception in thread "SelectorThread-51" java.lang.NullPointerException
at com.l2jarchid.gameserver.network.L2GameClient.onForcedDisconnection(L
2GameClient.java:480)
at org.mmocore.network.SelectorThread.readPacket(SelectorThread.java:323
)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:171)

 

Vago And Developers !! I Am Waiting For Your Answer !! Also This is Problem From L2JArchid !

8 answers to this question

Recommended Posts

  • 0
Posted

NullPointerException

at com.l2jarchid.gameserver.network.L2GameClient.onForcedDisconnection(L

2GameClient.java:480)

 

Read the error, its self- explainable.

  • 0
Posted

I haved the same error

go to L2GameClient.java

and serch for protected void onForcedDisconnection()

then delete all in the {}

just leave this one _log.info("Client " + toString() + " disconnected abnormally.");

 

so it must look like:

 

          protected void onForcedDisconnection()

    {

        _log.info("Client "+toString()+" disconnected abnormally.");

 

    }

 

Im 100% sure thats the problem to you !

  • 0
Posted
  On 10/20/2009 at 12:16 PM, SySt3MGaM3RFr3aKs said:

Thank You a Lot !! as i can see Real Developers Couldnt Help !

 

no offense but how should somebody help if you use an outdated non working dead project to make something...

  • 0
Posted
  On 10/20/2009 at 12:16 PM, SySt3MGaM3RFr3aKs said:

Thank You a Lot !! as i can see Real Developers Couldnt Help !

Wrong.

The devs didn't to help you since you are too lazy to even read things.

Guest
This topic is now closed to further replies.


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