Bankai Rune
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Anybody who has troubles with client on vista/7

2 posters

Go down

Anybody who has troubles with client on vista/7 Empty Anybody who has troubles with client on vista/7

Post by Kurogin Game Studios Tue Sep 07, 2010 1:55 am

So this "fixes" the client crash
after you clicked 2 times in your client?

But this isn't a real fix it's more like a walkaround.
Well I also had the problem once though ,and i'm here to explain why.

Most run applications in clients look like this:
Code:

Quote:
@echo off
Start java -Xmx500m -cp .;Theme.jar Gui
exit

This code "only" works on 32Bit machines. (on some 64Bitmachines should it work)
Why? because this piece of code follows this path: programfiles/java/jre6......
Now We are on a OS that haves a Program Files (x86).
So this code should work.

Code:

@echo off
cls
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m -cp .;Theme.jar Gui
exit
pause

If it still doesnt work here some envoirement variables you might want to add.
CLASSPATH
Code:

C:\Program Files (x86)\Java\jdk1.6.0_13\bin
CLASSPATH
Code:

CLASSPATH=C:\Program Files (x86)\Java\jdk1.6.0_13\bin;%CLASSPATH%;
(Look at the moparscape server tutorial to know how to do this)

If you set your variables you will only need to have in your client run batchfile :
Code:

java -Xmx500m -cp .;Theme.jar Gui


If you still have problems with your client please contact me and i will update this topic.
Kurogin Game Studios
Kurogin Game Studios
Site Owner
Site Owner

Posts : 436
Post Points : 96123
Join date : 2009-10-12
Age : 31
Location : Ishpeming, MI

Character Sheet
Class Type: Hunter

http://www.bankairune.org

Back to top Go down

Anybody who has troubles with client on vista/7 Empty Re: Anybody who has troubles with client on vista/7

Post by arkantos1222 Tue Sep 07, 2010 4:19 pm

good job yuuto i hope this works cause i told ff2cloud to try it out... i wanna play with him on server Razz

edit: :S server offline lol
arkantos1222
arkantos1222
Kick-ass Admin Header

Posts : 404
Post Points : 5877
Join date : 2010-02-20
Age : 27
Location : Quebec, Canada

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum