Recent content by SpreadTheBlood

    1. S

      [SOLVED] Game won't start with 64 bit

      No problem! The more solutions we have to this bug, the better, I'd say. :)
    2. S

      [SOLVED] Game won't start with 64 bit

      All fixed, here's the solution: 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...
    3. S

      [SOLVED] Game won't start with 64 bit

      Yep, crashes if I only have 64 bit, don't even see the loading screen. If I only have 32 bit I see the loading screen but it crashes at 46% and if I have both 32 bit and 64 bit, it crashes as if only 64 bit is installed (no loading screen, no logs, no error message)
    4. S

      [SOLVED] Game won't start with 64 bit

      Yeah that's the problem for me, no log file is being created when 64 bit is installed. If I uninstall 64 bit, and install 32 bit, a log file created and says its running out of memory, so I thought "okay, I'll allocate more memory and maybe I can get 32 bit to work" allocated 6gb of memory...
    5. S

      [SOLVED] Game won't start with 64 bit

      Yeah I tried installing JDK v8u60 64 bit, same thing. Also tried installing the same version that's running on my surface, again, same thing. Not sure what's going wrong.
    6. S

      [SOLVED] Game won't start with 64 bit

      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...