- Joined
- Oct 16, 2015
- Messages
- 6
- Reaction score
- 0
So here's my current problem, when using the 32 bit version of jre, I can hit "start game" on the launcher, but it'll crash at 46%. I've read enough to know the reason its crashing is because I need the 64 bit of java. So I uninstall the 32 bit version, and install the 64 bit version, hit start game, and it just crashes, never even see a load screen. Any ideas?
Thanks
NOTE: If both 32 and 64 are installed, I get the same crash. The only time the game attempts to start is if 32 is on the system ALONE. If 64 bit is on at all, I don't even see the loading screen.
Specs:
OS is Windows 10 (64 bit)
Lastest version of java 8u60
16gbs of ram
nvidia 760 gpu
intel i5 cpu
Update: Just tried it on my surface pro - also on windows 10, running java 8u51 64 bit only, works like a charm...what's the deal? :l
SOLVED
How to see if this solution will work:
Open a command prompt, type java -d64 -version
Does it have the line: Picked up _JAVA_OPTIONS: -Xmx____ You might be capped! Mine was xmx256M
Whats the fix?
Search for "advanced system settings" in your application launcher, and a window like this will open up:
check if there is a variable named:
JAVA_OPTIONS or anything with java in the name and containing the xmx256M
and remove it.
It should work when the "Picked up options JAVA_OPTIONS: xmx256M" is gone.
Thanks
NOTE: If both 32 and 64 are installed, I get the same crash. The only time the game attempts to start is if 32 is on the system ALONE. If 64 bit is on at all, I don't even see the loading screen.
Specs:
OS is Windows 10 (64 bit)
Lastest version of java 8u60
16gbs of ram
nvidia 760 gpu
intel i5 cpu
Update: Just tried it on my surface pro - also on windows 10, running java 8u51 64 bit only, works like a charm...what's the deal? :l
SOLVED
How to see if this solution will work:
Open a command prompt, type java -d64 -version
Does it have the line: Picked up _JAVA_OPTIONS: -Xmx____ You might be capped! Mine was xmx256M
Whats the fix?
Search for "advanced system settings" in your application launcher, and a window like this will open up:
check if there is a variable named:
JAVA_OPTIONS or anything with java in the name and containing the xmx256M
and remove it.
It should work when the "Picked up options JAVA_OPTIONS: xmx256M" is gone.
Last edited: