Advertisement
Guest User

Untitled

a guest
Mar 17th, 2012
4,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. I got the same problem but I found a way to start it:
  2. -go to the game folder and choose a bat to launch the game, depending on your resources
  3. -create a backup copy of it and open the original with notepad, you'll see at the top:
  4.  
  5. set path=%path%;%ProgramFiles%\Java\jre7\bin;%ProgramFiles(x86)%\Java\jre7\bin;
  6. "%ProgramFiles%\Java\jre7\bin\java"
  7.  
  8. and you should change it with
  9.  
  10. set path=%path%;%ProgramFiles(x86)%\Java\jre7\bin;
  11. "%ProgramFiles(x86)%\Java\jre7\bin\java"
  12.  
  13. -save and run the bat you just edited and when it asks you for login and pass just click "Log In" and the game will start.
  14.  
  15. It worked for me, let me know if it helps.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement