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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..