Minecraft .exe

Recommended Videos

Wyes

New member
Aug 1, 2009
514
0
0
Help me Escapist, you're my only hope;

A couple of weeks ago I discovered something very unsettling; Minecraft would no longer run on my computer. Trying to run the .exe does precisely nothing, no sounds, no errors, no nothing. I've tried re-downloading the .exe, deleting all the game files, completely reinstalling Java, but nothing seems to work.

Naturally, I want to play the 1.8 update, so any help is greatly appreciated.
 

lacktheknack

Je suis joined jewels.
Jan 19, 2009
19,316
0
0
Wat.

Umm, did you try running it in Safe mode? That usually helps figure out what went wrong.

If all else fails, there's an in-browser version (of Beta, not classic).
 

Arafiro

New member
Mar 26, 2010
272
0
0
Try downloading the linux version of minecraft (which is a .jar) from the main site and then creating a .bat file in notepad with this:


Code:
@echo off
Code:
"c:\Program Files\Java\jre6\bin\java.exe" -jar C:\SomeFolders\minecraft.jar

Use the correct filepaths for both java.exe and wherever you put your minecraft.jar (which can be anywhere).
Name it something like MinecraftLaunch.bat and try running it.
 

Wyes

New member
Aug 1, 2009
514
0
0
Pandalink said:
Try downloading the linux version of minecraft (which is a .jar) from the main site and then creating a .bat file in notepad with this:


Code:
@echo off
Code:
"c:\Program Files\Java\jre6\bin\java.exe" -jar C:\SomeFolders\minecraft.jar

Use the correct filepaths for both java.exe and wherever you put your minecraft.jar (which can be anywhere).
Name it something like MinecraftLaunch.bat and try running it.
Success! This appears to have done the trick, now to reimport my worlds and saves... thank you!
 

imnot

New member
Apr 23, 2010
3,916
0
0
Pandalink said:
Try downloading the linux version of minecraft (which is a .jar) from the main site and then creating a .bat file in notepad with this:


Code:
@echo off
Code:
"c:\Program Files\Java\jre6\bin\java.exe" -jar C:\SomeFolders\minecraft.jar

Use the correct filepaths for both java.exe and wherever you put your minecraft.jar (which can be anywhere).
Name it something like MinecraftLaunch.bat and try running it.
lol, at first I thought that was the system 32 deleting thing XD
Of course I wouldnt have told OP!
 

phYnc

New member
Sep 23, 2009
96
0
0
Wyes said:
Help me Escapist, you're my only hope;

A couple of weeks ago I discovered something very unsettling; Minecraft would no longer run on my computer. Trying to run the .exe does precisely nothing, no sounds, no errors, no nothing. I've tried re-downloading the .exe, deleting all the game files, completely reinstalling Java, but nothing seems to work.

Naturally, I want to play the 1.8 update, so any help is greatly appreciated.
Could be a new anti-virus using sand boxing or preventing it?
 

Arafiro

New member
Mar 26, 2010
272
0
0
Wyes said:
Pandalink said:
Try downloading the linux version of minecraft (which is a .jar) from the main site and then creating a .bat file in notepad with this:


Code:
@echo off
Code:
"c:\Program Files\Java\jre6\bin\java.exe" -jar C:\SomeFolders\minecraft.jar

Use the correct filepaths for both java.exe and wherever you put your minecraft.jar (which can be anywhere).
Name it something like MinecraftLaunch.bat and try running it.
Success! This appears to have done the trick, now to reimport my worlds and saves... thank you!
No problem. I had to do that to force my Minecraft into 64 bit Java as it otherwise refused and tried to open 32 bit. Perhaps the issue you had was similar?
 

Wyes

New member
Aug 1, 2009
514
0
0
Pandalink said:
No problem. I had to do that to force my Minecraft into 64 bit Java as it otherwise refused and tried to open 32 bit. Perhaps the issue you had was similar?
I'm still using 32 bit for everything, so I don't think that was the problem. That said, I have no idea what the problem was.