Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Unknown error Accored...

Newbie Spellweaver
Joined
Jul 13, 2008
Messages
85
Reaction score
2
OS:win7 64bit.
I used the Tut in the tut section(-defult)

first, lol the folder that i download (client and server) was the same.. second, folder is very messy...lots of stuff i cant understand why they there..


well i get a error while im registering..



i have download every thing, and installed nevicat mysql java(jre/jdk 6 ) edit the client IP and stuffs.. nothing works:Z
im on open DMZ in my router so porting isnt the problem..
any ideas?:S


OH: in eclipse when i opened it, there is nothing in the explorer tab:Z what should i do? XD
 
Newbie Spellweaver
Joined
Aug 30, 2011
Messages
33
Reaction score
1
If your operating system is windows xp, try using this command
32bit:
"C:\Program Files\Java\jre6\bin\java.exe" -Djava.library.path=lib/native -jar Pokenet.jar > pokenet.log

64bit:
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.library.path=lib/native -jar Pokenet.jar > pokenet.log

Put one of those that coincides with your PC into the "pokenet.bat" file.


Although your cmd says that a connection was closed, so is it being bocked by your firewall?
 
Newbie Spellweaver
Joined
Jul 13, 2008
Messages
85
Reaction score
2
ok its work fine now (i download the SVN instead)

but now i have an error
"connection time out
blah
blah "
and errors in bat:

C:\Users\Xrel\Desktop\JAVA\Pokemon\Client>"C:\Program Files (x86)\Java\jre6\bin\
java.exe" -Djava.library.path=lib/native -jar Pokenet.jar 1>pokenet.log
java.lang.NullPointerException
at org.pokenet.client.ui.frames.ServerDialog.<init>(ServerDialog.java:14
3)
at org.pokenet.client.ui.LoginScreen.<init>(LoginScreen.java:102)
at org.pokenet.client.GameClient.init(GameClient.java:222)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:390)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at org.pokenet.client.GameClient.main(GameClient.java:900)
20/09/2011 14:15:38 org.apache.mina.util.DefaultExceptionMonitor exceptionCaught

WARNING: Unexpected exception.
java.lang.NullPointerException
at org.pokenet.client.GameClient$5.operationComplete(GameClient.java:860
)
at org.apache.mina.core.future.DefaultIoFuture.notifyListener(DefaultIoF
uture.java:372)
at org.apache.mina.core.future.DefaultIoFuture.notifyListeners(DefaultIo
Future.java:357)
at org.apache.mina.core.future.DefaultIoFuture.setValue(DefaultIoFuture.
java:285)
at org.apache.mina.core.future.DefaultConnectFuture.setException(Default
ConnectFuture.java:97)
at org.apache.mina.core.polling.AbstractPollingIoConnector.processConnec
tions(AbstractPollingIoConnector.java:440)
at org.apache.mina.core.polling.AbstractPollingIoConnector.access$500(Ab
stractPollingIoConnector.java:63)
at org.apache.mina.core.polling.AbstractPollingIoConnector$Connector.run
(AbstractPollingIoConnector.java:480)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:64)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Last edited:
Newbie Spellweaver
Joined
Aug 30, 2011
Messages
33
Reaction score
1
The null pointer error, i get that on my client yet it can still run. What is the error message in the game?
 
Newbie Spellweaver
Joined
Jul 13, 2008
Messages
85
Reaction score
2
now all working :)
Umm.. do you have any clue when there will be a battle animation? XD
 
Newbie Spellweaver
Joined
Aug 30, 2011
Messages
33
Reaction score
1
I have no clue, i haven't done anything like that with the client. But i guess would take some time to do for every move.
 
Back
Top