Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
Old Minecraft Crash

舊minecraft崩潰。

崩潰是Minecraft的意外關閉。如果minecraft發生崩潰,它通常會立即關閉,但它也可能會顯示一個標示引起崩潰的異常的錯誤報告。一種發生了崩潰的狀況會顯示一個"儲存區塊中"(Saving Chunks)的畫面。造成崩潰的最常見原因是mods和已有的bug。嘗試修改的Minecraft的檔案或個別的世界,即使是使用先進的編輯器,還是會可能導致崩潰。崩潰也可是因遊戲中的bug所造成(如:在1.6.5更新之前,按住Shift+點擊一個物品,把該物品全放進滿的儲物箱裡會造成遊戲崩潰。)如果玩家不小心的話,崩潰可能會導致儲存檔案損壞。因此,我們強烈建議你定期儲存你的儲存檔案的副本(在Windows系統的%appdata%/.minecraft/saves檔案夾中),以減少因崩潰而造成世界被損壞的損失。

崩潰以前會有一個錯誤報告,但該功能已被移除。然而,有時錯誤報告可能在遊戲關閉前極快地閃一下。Minecraft偶爾會在啟動時顯示該報告,但它只會在那裡停留,並不會讓你玩遊戲。

崩潰的原因

Mods

崩潰可能因mod衝突而發生,或不完善的mod。如果你安裝了幾個mods,嘗試重新命名在minecraft資料夾中的「bin」資料夾,然後開啟Minecraft。一個新的bin資料夾會被建立。然後把你想要的mod逐個安裝,開啟Minecraft並保證有沒有mod崩潰。一旦開始崩潰再次發生,最後安裝的mod可能是問題的原由,或另一個mod與它衝突。無論哪種方式,刪除你認為導致問題的mod,或重複第一個步驟,除了不安裝有問題的mod。

Hardware Problems

Problems with your computer's hardware can also easily cause crashing, or buggy behavior. If this is the case, it's likely you're experiencing problems in other, unrelated games as well. If Minecraft is the only game experiencing issues, then it is unlikely to be a hardware issue.

If you are indeed experiencing crashing or visual corruption in other games as well, the first thing to check is whether your computer's vents are blocked, or clogged with dust (which inevitably occurs over time). Dust or vent/fan blockages can cause a problem known as overheating, which may not be severe enough to cause problems during normal computer use, but during more intensive activities such as gaming, the temperature may spike. If you're using a laptop, make sure any vents on its sides or bottom are neither blocked or filled with dust. For a desktop, check obvious fan locations for blockages, and use a flashlight to peer inside the case. If there is lots of dust, or any internal fans appear to not be spinning, you should either take your computer to a repair shop for a "tune-up" (mention that you suspect there is overheating problems), which you will have to pay for, or read a few tutorials online related to computer cleaning (note that a computer's internal components are highly sensitive to damage from ESD (Electrostatic Discharge, basically a static shock), so it would not be difficult for you to accidentally damage your computer).

If your computer appears to not be suffering from overheating related issues, another cause of game crashing could be damaged components, especially either the RAM, or the video card. If the problem just recently started occurring, and you have not recently installed any major updates or software such as Anti-Virus suites, you may want to take your computer to a shop to have it tested, or you can do it yourself using tools such as "memtest86+", "Furmark", etc. (however these tools tend to require a medium to large amount of computer knowledge).

It should be noted that even if your computer meets the basic system requirements of Minecraft, there is a possibility that your hardware might have unique issues, something especially common with laptops and OpenGL (the API used by Minecraft to display the game's visuals). If your laptop makes use of a "video-card" in the Intel GMA (Graphics Media Accelerator) series, which are notorious for experiencing issues with OpenGL.

Software

Though unlikely, unrelated software can conceivably cause crashing in games such as Minecraft. The most likely candidates are User Account Control (Win7), various types of Anti-Malware (i.e. Anti-Virus, Anti-Spyware, Firewall, etc.) software, which could either consume enough system resources to choke other resource hungry applications, or could cause issues as a result of their "Heuristic" real-time scanning. If you recently installed an application such as AV software, try disabling it. If Minecraft stops crashing, you know the AV program is the perpetrator. You can either remove it (not recommended for security reasons), or configure it to ignore Minecraft's folder and executable. If you're unsure of how to, look up some tutorials using Google.

How to Get a Crash Report

More often then not, Minecraft automatically closes itself after a crash rather than displaying an error report. Here are some methods to find the error report.

Windows

Method 1

  1. Browse to the folder that contains your minecraft.exe launcher
  2. With no files selected (left click on background to deselect), Shift+Right Click anywhere in background of the window, and choose "Open command window here"
  3. Copy the following code:
    java -Xms1G -Xmx1G -cp Minecraft.exe net.minecraft.LauncherFrame
  4. Right click in the command window, select Paste and then press enter
  5. Login, start Single or Multiplayer and reproduce the crash
  6. Once you have obtained the crash report, right click on it, select all and copy, then paste it to the proper mod thread for assistance

Method 2

  1. Make a new text file, and open it.
  2. Save the file with a name that can be easily recognizable and quickly found.
  3. Put the following code into the file:
java -Xms1G -Xmx1G -cp "%APPDATA%\.minecraft\bin\*" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft
pause
  1. Save the file, not as a text document, but using the All Files type as minecraft-report.bat
  2. Run the file. This will make the game run in offline mode, but should get you the error report.
  3. Once you have obtained the crash report, right click on it, select all and copy, then paste it to the proper mod thread for assistance

Method 3

  1. Open notepad and paste this code:
java -Xms1G -Xmx1G -cp Minecraft.exe net.minecraft.LauncherFrame > log.txt
  1. Click "save as", name the file minecraft-report.bat
  2. Underneath where you put the file name there will be a pull down menu named file type, select the file type as All Files, and click save.
  3. Run the bat file that you just created. Try to duplicate the crash. Upon crashing, an error report will be created, named "log.txt". Congratulations, you have just created an error report.
  4. Open the log.txt file
  5. Once you have obtained the crash report, right click on it, select all and copy, then paste it to the proper mod thread for assistance.

Mac OSX

Method 1

  1. Open mcpatcher.
  2. Click "Test Minecraft"
  3. Go into a singleplayer world or multiplayer server
  4. Commit a bug that crashes the game somehow.
  5. You should now get the error.

Method 2

  1. Go to Macintosh HD/Applications/Utilities and open Console.app
  2. Run minecraft and when it crashes the java log will be added to the console, which you can then select and copy

Linux

  1. Open a terminal (on distributions such as Ubuntu/Linux Mint, this is done with Ctrl + Alt + T)
  2. Run java -Xms512m -Xmx1024m -jar minecraft.jar and watch the console output. You can select and copy it after making the game crash.
Advertisement