Minecraft Wiki
Advertisement

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.

Better install java then. 78.105.8.153 13:10, 19 May 2012 (UTC)
That error can also occur if the path is not properly set up; try replacing java with "%programfiles%/java/jre6/bin/java.exe" (keep the quotes) if on a laptop, or

"%programfiles(x86)%/java/jre6/bin/java.exe" if on a desktop. Also, if neither works, then try replacing jre6 with jre7 and trying those combos again. Pokechu22 03:14, 8 July 2012 (UTC)

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

Why is there even an article on this

I mean really Minecraft can get techy if you want it too. But REALLY WIKIPEDIA HAS AN ARTICLE ON This.

But this is a MINECRAFT WIKI, so it should cover everything about the game, so people don't have to go to other sites! And also, does Wikipedia explain how to get a minecraft crash report? Pokechu22 03:16, 8 July 2012 (UTC)
Advertisement