Where to find the crash reports
- Head to your Game Panel and to the left, press FTP File Access and log in.
- Once in FTP File Access, you will see a folder named `crash-reports`.
- Every file is written with the date (2019-08-17) which makes it easy to know when each report was made.
How do I update my Java for Minecraft?
Go to My Apps & Games, select Minecraft, and select More Options. From the list, select Manage game & add-ons and then select Updates. Any updates will be available here. If no updates are available here, your game is fully updated!
How do I update my JDK to latest version?
Go to the Windows Start Button and select Settings then Control Panel. Click Java in the Control Panel list, it has an icon of a coffee cup with steam. Select the Update tab then click the Update Now button. Click Yes to allow changes.
Why do I get a crash report on Minecraft?
So I got this pretty annoying problem right here: When I start up Minecraft and choose a world to play or I log into my server, it renders the world. But after 5-10 seconds a blue screen appears for about 10 seconds and then it shows a crash report.
Why does the ticking entity keep crashing Minecraft?
If any event happens that keeps the tick from finishing properly, it can cause the game to crash. This can result in the game repeatedly crashing every time you try to enter the game, because your spawn point for your character is in the same chunk as the Ticking Entity.
Why does Minecraft tell me there is a ticking World?
Always try to use the newest crash report, as older ones ,even if they are only minutes apart, will contain information that might be outdated. “Ticking World”: If you have a “Ticking World” crash, the report will give no X, Y , Z coordinates because… well, the game has no clue where the problem is.
What does blue mean in Java crash report?
The blue highlighted part is the so called “package”. A package is a mechanism to organize Java classes (orange). For the user, it will only appear as a folder structure. The class (orange) itself contains the code to run. That’s where errors can appear.