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!

Unable to run client

Initiate Mage
Joined
Nov 7, 2008
Messages
2
Reaction score
0
Unable to run client (.bat opens then closes rly fast) anyone got a link for the \lib file i know there is 1 around but megaupload has been closed down so i cant get the fix from there
 

xkl

Experienced Elementalist
Joined
Dec 26, 2011
Messages
284
Reaction score
116
You can try these for you client's batch.

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

Hope that helped somehow :)
 
Back
Top