The category
If I may ask, out of all the categories, why is this under gameplay? –The preceding unsigned comment was added by Yurisho (Talk|Contribs) Please sign your posts with ~~~~
- Sir, may I ask what the better category is, then? | TheKax | Talk 07:06, 18 July 2011 (UTC)
Scripts for finding reports
Firstly, I don't understand why the script and instructions are shown. I'll just find... *searches computer* HERE, it's a script. Why should the site show instructions when you could just dl?
Secondly, Mac/Linux scripts SHOULD be the same as windows, it's all Java.---Tehninjah (Tehninjah99 on Minecraft) 16:35, 31 July 2011 (UTC)
Script doesnt work
Script mentioned on page doesnt work, when I use
java -Xms512m -Xmx1024m -cp "%APPDATA%\.minecraft\bin\*" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft
it only results in
C:\Users\myProfile\Appdata\Roaming\.minecraft\bin\lwjgl.jar
However, after some googling I tried using
java -Xincgc -Xmx1024m -cp "%APPDATA%\.minecraft\bin\minecraft.jar;%APPDATA%\.minecraft\bin\lwjgl.jar;%APPDATA%\.minecraft\bin\lwjgl_util.jar;%APPDATA%\.minecraft\bin\jinput.jar" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft>debug.txt 2>&1
(source) and works perfectly. Shouldnt that be updated?--TakeruDavis 16:24, 18 October 2011 (UTC)
that did not work takerudavis only puts a txt file named debug saying 'java' is not recognized as an internal or external command,
operable program or batch file.
Error only appears in multiplayer
Okay, when some people try to connect to my server they get an error flash but for a split second, however their singleplayer runs fine, when running the script it shows no errors, How can I produce an error report from multiplayer? as this is where the error occurs. --Lutzee 20:10, 20 December 2011 (UTC)
Crash Report
java -Xincgc -Xmx2048M -cp Minecraft.exe net.minecraft.LauncherFrame
add > *.txt to output to a file
so: java -Xincgc -Xmx2048M -cp Minecraft.exe net.minecraft.LauncherFrame > Crashreport.txt
will write the entire report in the same directory as minecraft.exe