POSSIBLE Fix for "Bad Video Drivers!" Problem
#22
Posted 05 October 2010 - 12:09 PM
#23
Posted 06 October 2010 - 12:27 AM
C> "command : -java Xmx800m -jar "C:\Users\Jack\Downloads\Minecraft.jar"
'COMMAND' isn't recognized as an internal or external command, operable program or batch file.
I also tried it with the extension "Minecraft.jar.exe" where I got:
Specified COMMAND search directory bad
Too many parameters
Too many parameters
Too many parameters
Too many parameters
and "Minecraft.exe", where I got the first error message (I have a copy of all 3)
I'm starting to hate my computer.
#24
Posted 06 October 2010 - 05:36 PM
Make sure that your file is Minecraft.jar and not Minecraft.jar.exe. Windows thinks that it's an exe called Minecraft.jar, and you want it to think it's a jar file so that Java can run it. To fix this, go into the command prompt and type "rename Minecraft.exe Minecraft.jar" in the directory in which you have Minecraft.exe. Then you can run your batch file like normal.
#25
Posted 07 October 2010 - 10:27 PM
ubersquirl said:
C:\Users\Jack> java Xmx800m -jar "C:\Users\Jack\Downloads\Minecraft.jar"
Exception in thread "main" java.lang.NoClassDefFoundError: Xmx800m
caused by: java.lang.ClassNotFoundException: Xmx800m
at java.net.URLClassLoader$1(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: Xmx800m. Program will exit.
Then when I ran the command with Minecraft.jar.exe I got this:
C:\Users\Jack\Downloads> java -Xmx800 -jar "Minecraft.jar.exe"
Error occurred during initialization of VM
Too small initial heap
Still no clue, but patience is a virtue.
#26
Posted 08 October 2010 - 02:03 PM
ubersquirl said:
ubersquirl said:
C:\Users\Jack> java Xmx800m -jar "C:\Users\Jack\Downloads\Minecraft.jar"
Exception in thread "main" java.lang.NoClassDefFoundError: Xmx800m
caused by: java.lang.ClassNotFoundException: Xmx800m
at java.net.URLClassLoader$1(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: Xmx800m. Program will exit.
Then when I ran the command with Minecraft.jar.exe I got this:
C:\Users\Jack\Downloads> java -Xmx800 -jar "Minecraft.jar.exe"
Error occurred during initialization of VM
Too small initial heap
Still no clue, but patience is a virtue.
Do you see the difference?:
java Xmx800m -jar "Minecraft.exe"
java -Xmx800 -jar "Minecraft.exe"
and
java -Xmx800m -jar "Minecraft.exe"
If not let me explain to you:
- [*:f3iml0pt] java Xmx800m -jar "Minecraft.exe"
without hyphen makes java interpret Xmx800m as a class name which is not what you want
[*:f3iml0pt] java -Xmx800 -jar "Minecraft.exe"
set maximum Java heap size to 800 bytes which is indeed too small, even for initialization of VM
[*:f3iml0pt] java -Xmx800m -jar "Minecraft.exe"
set maximum Java heap size to 800 MegaBytes
#27
Posted 08 October 2010 - 02:26 PM
ubersquirl said:
C> "command : -java Xmx800m -jar "C:\Users\Jack\Downloads\Minecraft.jar"
'COMMAND' isn't recognized as an internal or external command, operable program or batch file.
I also tried it with the extension "Minecraft.jar.exe" where I got:
Specified COMMAND search directory bad
Too many parameters
Too many parameters
Too many parameters
Too many parameters
and "Minecraft.exe", where I got the first error message (I have a copy of all 3)
I'm starting to hate my computer.
Open notepad, write (cut & paste):
java -Xmx800m -jar Minecraft.exe
and save it in "C:\Users\Jack\Downloads", or wherever is minecraft.exe, as minecraft.bat
Run minecraft.bat from "C:\Users\Jack\Downloads"
#29
Posted 09 October 2010 - 01:56 PM
what does this mean? can somebody give me more instructions?
#30
Posted 09 October 2010 - 04:02 PM
I've got a Compaq 6720s with: Mobile Intel ® 965 Express Chipset Family.
Doesn't work
#31
Posted 09 October 2010 - 10:58 PM
I've also noticed that with this workaround, my laptop only uses 3% allocated memory for minecraft, making the game a laggy ride until I set my view distance to tiny, which is rather annoying. Do you know how to fix this?
#32
Posted 10 October 2010 - 01:56 AM
I have the "Unable to access jarfile" I even tried the .exe. Nothing works.
Intel® 82945G Express Chipset Family
I'm really beginning to think I'm never going to be able to play this.
#33
Posted 10 October 2010 - 02:07 AM
#34
Posted 10 October 2010 - 03:00 AM
Mihai Manole said:
ubersquirl said:
C> "command : -java Xmx800m -jar "C:\Users\Jack\Downloads\Minecraft.jar"
'COMMAND' isn't recognized as an internal or external command, operable program or batch file.
I also tried it with the extension "Minecraft.jar.exe" where I got:
Specified COMMAND search directory bad
Too many parameters
Too many parameters
Too many parameters
Too many parameters
and "Minecraft.exe", where I got the first error message (I have a copy of all 3)
I'm starting to hate my computer.
Open notepad, write (cut & paste):
java -Xmx800m -jar Minecraft.exe
and save it in "C:\Users\Jack\Downloads", or wherever is minecraft.exe, as minecraft.bat
Run minecraft.bat from "C:\Users\Jack\Downloads"
I have this same problem, but doing that did not fix it. still says not a recognized command, operable program, or batch file.
i have intel graphics media accelerator HD
#35
Posted 10 October 2010 - 04:55 PM
I'm on Windows 7 btw
#36
Posted 12 October 2010 - 10:07 AM
#37
Posted 12 October 2010 - 08:12 PM
My Grafikchip: Mobile Intel 965 Express Chipset Family
Help D:
... the cake is a lie! ...
#38
Posted 12 October 2010 - 08:15 PM
Malzblock said:
My Grafikchip: Mobile Intel 965 Express Chipset Family
Help D:
Did you install the newest Java version? Fixed it for a friend of mine.
#39
Posted 12 October 2010 - 08:57 PM
... the cake is a lie! ...
#40
Posted 12 October 2010 - 09:04 PM
Mihai Manole said:
Open notepad, write (cut & paste):
java -Xmx800m -jar Minecraft.exe
and save it in "C:\Users\Jack\Downloads", or wherever is minecraft.exe, as minecraft.bat
Run minecraft.bat from "C:\Users\Jack\Downloads"
This worked perfectly for me. All other options that came before Mihai Manole's did not work for me. I'm using a lenovo thinkpad laptop. Thanks, and let us all learn from that.











