This is the error in the server:
Code:
[20:26:06][00:00:00]: Starting Emulous X on 0.0.0.0:43594
[20:26:38][00:00:31]: ClientHandler: Accepted from localhost:4804
[20:26:38][00:00:32]: Exception in thread "Timer-0" [20:26:38][00:00:32]: java.lang.NullPoin
terException
[20:26:38][00:00:32]: at server.util.PacketBuffer.createFrameVarSizeWord(PacketBuffer.java
:60)
[20:26:38][00:00:32]: at server.model.players.PlayerAssistant.sendFrame126(PlayerAssistant
.java:1151)
[20:26:38][00:00:32]: at server.model.players.Client.process(Client.java:380)
[20:26:38][00:00:32]: at server.world.PlayerHandler.process(PlayerHandler.java:122)
[20:26:38][00:00:32]: at server.GameEngine$1.run(GameEngine.java:26)
[20:26:38][00:00:32]: at java.util.TimerThread.mainLoop(Timer.java:550)
[20:26:38][00:00:32]: at java.util.TimerThread.run(Timer.java:500)
[20:26:38][00:00:32]: Dane has connected - UID: 1000
[20:26:39][00:00:32]: ClientHandler: Accepted from localhost:4805
[20:26:39][00:00:32]: Dane has connected - UID: 1000
This is the error in the client:
Code:
connecting to update server
no midi or mp3 files in folder
connected to update server
loading custom spirts part 1
loading custom spirts part 2
Exception in thread "Thread-5" java.lang.NumberFormatException: For input string: "%1"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:473)
at java.lang.Integer.parseInt(Integer.java:519)
at client.orbs(client.java:12462)
at client.method62(client.java:3549)
at client.method7(client.java:2659)
at Applet_Sub1.run(Applet_Sub1.java:120)
at client.run(client.java:95)
at java.lang.Thread.run(Thread.java:674)
Wth? lol