I was running the client, trying to connect to the server:
/usr/java/j2sdk1.4.1/bin/java -jar xmud.jar cnt
151.203.245.185
I got the following exception at the end of a bunch of
debugging output.
FrontClipDistance: 0.01
DONE ADD FIXED MONSTER
BINDING EXCEPTION: java.net.ConnectException:
Connection timed out
Assigned clientid: -1
Assigned token: none
setEngine called
java.lang.NullPointerException
at
org.xmud.objectmanager.CObjectManager_impl.createObjectServer(CObjectManager_impl.java:652)
at
org.xmud.objectmanager.CObjectManager_impl.createObject(CObjectManager_impl.java:739)
at
org.xmud.server.Client.constructPlayer(Client.java:168)
at org.xmud.server.Client.init(Client.java:153)
at org.xmud.server.Client.main(Client.java:310)
at org.xmud.server.Main.main(Main.java:17)
objid: 1
avatar position: 6.933125519764819 2.0 -0.2159792711484021
java.lang.NullPointerException
at
org.xmud.objectmanager.CObjectManager_impl.setStateElement(CObjectManager_impl.java:1230)
at
org.xmud.objectmanager.CObjectManager_impl.setStateElement(CObjectManager_impl.java:1214)
at
org.xmud.server.Client.constructPlayer(Client.java:211)
at org.xmud.server.Client.init(Client.java:153)
at org.xmud.server.Client.main(Client.java:310)
at org.xmud.server.Main.main(Main.java:17)
java.lang.NullPointerException
at
org.xmud.net.comm_manager_client._send(comm_manager_client.java:261)
at
org.xmud.net.comm_manager_client$processor.run(comm_manager_client.java:72)
I have the Java3D HelloUniverse demo running in a
window right now.
Logged In: YES
user_id=92805
I had the same error when I tried to connect to
151.203.245.185. I was able to start a server on my own
machine and connect to it without problem. Might there be
an a different version running on 151.203.245.185 that is
different then that available for download?
John