• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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