Why does my mcedit keep crashing
If you have an account, sign in now to post with your account. Restore formatting. Only 75 emoji are allowed. Display as a link instead. Clear editor. Upload or insert images from URL. By bossmania Started Monday at AM. By PsyberWolf Started 9 hours ago. By maylee Started Wednesday at PM. By themobro Started 7 hours ago. By using this site, you agree to our Privacy Policy.
Currently Supported: 1. X Latest , 1. X LTS. Java and you: How to avoid crashes. Loading world crashes game. Share More sharing options Followers 1. Reply to this topic Start new topic. Recommended Posts. TheMonkeyLlama Posted March 19, Posted March 19, Is it a PerGen error? Out of memory? I don't know. Link to comment Share on other sites More sharing options DaemonUmbra Posted March 19, Logs Most issues require logs to diagnose : Spoiler.
What to provide Make sure you have the correct version of Forge installed some packs are heavily dependent on one specific build of Forge Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder not the instances folder, the folder that has the pack's name on it. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler.
Join the conversation You can post now and register later. Modded Minecraft can be incredibly complex. Modpacks with upwards of mods exist and it's impossible for every mod interaction to be vetted ahead of time.
In addition, individual hardware and software configurations, driver versions, and other independent factors can all impact stability. As such, crashes can and do happen. This page tries to distill common scenarios and baseline knowledge for troubleshooting crashes you're experiencing to get you back into your Minecraft world as quickly as possible. If you are experiencing game crashes while playing modded Minecraft, the best source of information as to what is happening is the crash log files.
There are a couple different files that you may need to look through before finding the information you need. There are two folders which might contain relevant information. If you are experiencing an actual crash, the crash-reports folder will have a file starting with crash- and then a time stamp of the crash so you can easily determine which file contains the information for that crash.
If that file doesn't have useful information, doesn't exist, or you're not experiencing a full crash, the next place you want to check is the logs folder. This folder holds the logs generated by Minecraft as it runs, and there is a new one generated each time you launch Minecraft. As such, there are many more files here and older ones are archived and zipped up, so you might have to do a little more hunting to find the correct file, but usually latest. A dedicated server will have fml-server-latest.
Getting to your Minecraft instance folder from the Twitch app is easy. First, from the Minecraft screen in Twitch, click on the modpack you're interested in. Now, in the top right corner you'll see a button labelled "Get More Content" next to which is an ellipsis three dots button. Clicking on that button will open a drop-down menu, from which you can choose Open Folder to be taken directly to the folder for that modpack.
From the FTB launcher, choose the Options button. This screen will display an entry for Install Folder ; this is where you will find your modpacks. Either manually navigate to that folder or on Windows copy the text and paste it into the address bar of Explorer and it will take you to the correct directory.
From there you'll need to navigate into the individual modpack folders, after which the instructions above about finding the log files will be accurate. If you are using a different launcher or none at all, you will need to be able to locate your Minecraft modpack directory on your own.
Once you do, the same folder structure as described above should exist and you should be able to hunt down your crash logs without issue. If you need to share your log with the community so you can get assistance with someone else, please do not copy and paste it into a discussion thread. The logs are large and if you try to prune them you may omit important details, and some websites mess up the formatting.
Instead, share the file via a paste service, of which there are many. Here are a few in no particular order:. Once you've put the file on one of these sites, you can simply share the link to the paste rather than the whole file. Also, please note that it is simpler if you use one of these services rather than something like Dropbox, Google Drive, or OneDrive.
While these are great for sharing other data, they're overly complex for this purpose and are the reason the sites above are available. Understanding all of the details of a crash log is far beyond the scope of this tutorial page, but is also unnecessary in a lot of cases. Try the following to be able to help yourself solve a problem quicker than waiting on help from the internet!
When Minecraft crashes, it produces what is known as a stacktrace. Put simply, this is a list of what Minecraft was trying to do when things went wrong.
Here is a pruned example of one:. This looks like a big mess but there are a few hints as to what's going on. First of all, the Description line tells us that the problem is with a "Ticking block entity" - ticking essentially refers to something doing the work that it does i. The really important pieces are here:. In the first line, we see a mention of "IInscriberRegistry" which could mean absolutely anything, but what was I doing when this crash occurred?
The second line confirms that as it shows the issue was in "net. At this point there's a hint at what's going on, but what can be done about it?
0コメント