Jump to content

Recommended Posts

Posted

I fixed it in l2jhellas.

 

http://l2jhellas.eu

Try this :

 

if (to.equalsIgnoreCase("") || message.equalsIgnoreCase("") || tο == null) {

activeChar.sendMessage("You have to fill all the fields.");

 

if (title.equalsIgnoreCase("") || title == null)

title = "(No Subject)";

 

and the problem still exists  :(

 

Bad RequestBypassToServer:
java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(Unknown Source)
        at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:532)
        at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:75)
        at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
195)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

 

Posted

Try this :

 

if (to.equalsIgnoreCase("") || message.equalsIgnoreCase("") || tο == null) {

activeChar.sendMessage("You have to fill all the fields.");

 

if (title.equalsIgnoreCase("") || title == null)

title = "(No Subject)";

 

and the problem still exists  :(

 

Bad RequestBypassToServer:
java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(Unknown Source)
        at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:532)
        at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:75)
        at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
195)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Someone who knows how to Fix?

Posted

thx a lot i will try it . :)

PS. if there are multiple messages how it owrks  ??

ty

 

As I can guess there is a lane that seperates messages like this (Sure there will be problem with the html max size but it's nice!) -> ************!

  • 6 months later...
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