Everything posted by Ugdhar
-
HELP : Modded game crash after spending some time in Nether
Please post your debug.log to a paste site, not a download site, so we may view it.
-
Please help forge keeps crashing during early loading process
From the launcher, click Installations near the top, then when you point (not click) at the Installation that's giving you problems, there will be a little folder icon on the right side. Click that, and it will open a folder. in this folder, is a logs folder, go in there. Here you should find a debug.log file. It helps posting it to a paste site, because then you can view it without formatting so it preserves line breaks etc., where if you post it on here, well, it's quite a pain to read. After posting it, you just copy the link to it and paste it on here, and people can check it out and hopefully give you advice I prefer gist.github.com myself, but any site that can handle your debug.log should be fine, hastebin, pastebin, etc. etc.
-
FORGE Moded Server wont start pls HELP!!! Crashlog beneath:
You either have client-only mods on your server, or poorly coded mods that do not separate their client stuff from the rest, causing the dedicated server to not load. (the dedicated server has no screens etc. since it's a server) Check your modlist, might have to double check mod descriptions to make sure they say it's ok to run on a server.
-
Server keeps crashing when going into villages.
I'd start looking at advancedperipherals first
- 1.20.1 Forge crashing
- Please help forge keeps crashing during early loading process
-
Item properties tab missing???
What version are you using? Creative tab access is different now, not sure when it changed. McJty has examples of adding stuff to creative tabs for various versions: https://www.mcjty.eu/docs/intro
- Server crashing no reason given
- Modded server keeps crashing, previously worked
- 1.20.1 crash on start up
- 1.20.1 crash on start up
-
(MC: 1.19.2 - FORGE: 43.2.21) Custom modpack crashing on nodecraft with crash message "Exception in server tick loop"
Please post your debug.log, it should contain more information than the crash report. The crash is because you're running out of memory, could be it just needs more to run, or could be something in there eating it all up due to bad code or something.
- My Drivers and java are Letest Still I Can't instell The Java Forge server
-
[1.19.2] [SOLVED] How can i make a farmland wet in an area of 3x3?
Did you take a look at the FarmBlock class, and see how Minecraft checks/sets moisture? Looks like perhaps it's done in the randomTick method for that block: p_221140_.setBlock(p_221141_, p_221139_.setValue(MOISTURE, Integer.valueOf(7)), 2); See what you can cobble together, and if it doesn't work, show what you tried and what the results were vs. what you expect. Also a github repo of your project so it can be cloned/downloaded and built/run/debugged would be useful for others to help find errors as well.
-
Seeking Help with an Error while performing the "runClient" task in IntelliJ - Gradle
Sounds like they either didn't tell you how to setup your project correctly, or you missed a step. Go back and retrace your steps, or perhaps try another tutorial series. I prefer McJty's stuff myself, I check them out every couple versions in addition to reading the MC code in my IDE. https://www.mcjty.eu/docs/1.20
-
Forge server not working
You either have another MC server running on there w/the same port number, or another application using the port the MC server wants to use.
-
onArmorTick substitution
this is from IForgeItem: @Deprecated(forRemoval = true, since = "1.20.1") // Use onInventoryTick default void onArmorTick(ItemStack stack, Level level, Player player) { } says to use onInventoryTick. I guess it's worth a try!
-
Server starting but crashing 5-10 minutes after being open and playable (please help)
Looks like it's the same error, probably from the same poorly made mod that's breaking everything. Might have to try the binary search method: 1. Remove half of the existing things, and put them aside. 2. Run the program / game. 3. Does the issue still exist? -If YES: Repeat from step 1 with the current things. -IF NO: Swap out the current things with the ones set aside, and repeat from step 1. 4. Repeat this process until the problematic thing/s have been found.
-
Modded 1.20.1- Errors in currently selected data packs prevented the world from loading.
Did you add/remove any mods or anything before this started? My limited experience with corrupt worlds would lead me to believe your world has become corrupt, and you probably need a save editor to fix it (if that will even work, maybe removing whatever these invalid tag id 101s are? not 100% sure) I would guess this error was why it was suggested to remove OptiFine first, but things seem to continue on past that error until it can't read the level information.
-
The game crashed whilst rendering overlay error
Looks like the config file for supplementaries is broken, you could try deleting it. If it errors out again, scan through the log for similar errors to this, I've seen cases where the whole config folder needed to be nuked because they were all broken before the pack would load.
-
[1.20.1] resource folder out of work
There is not enough information here to go on. The best thing would be a link to a github repo with the project, then anyone that may be able to help can see the code/files/structure and possibly see where you are going wrong.
-
Minecraft crashing on iPad
Make sure you are using Minecraft Java Edition. I have no idea if an iPad can run that or not, I don't use apple products But if I had to guess, you are getting Minecraft (formerly labeled Bedrock edition) from the apple store thing, and that is not compatible with forge. If it's just plain Minecraft you are having issues with, you should try minecraft.net for support.
-
Minecraft 1.20.1 forge troubleshooting
Your pastebin link was removed for "being potentially dangerous". I would try gist.github.com instead. Also I believe the curseforge launcher has useful logs turned off by default, and you may need to change a setting to enable them. Unfortunately, I don't use curseforge so can't explain how to do it, but pretty sure I've seen someone with instructions in their forum signature, or a google search would probably explain how.
-
Curseforge loader crashing for Mystical Block
So that kubejs mod looks like it's for making your own javascripts for doing server stuff. Did you make any? Or give anything a name? If it's the same error, the problem is a filename with a space in it being generated by that mod, filenames with spaces are in general just a bad idea, even though it's been 30+/- years there are still lots of things that handle them improperly. If you're not creating anything yourself, then I would guess that mod is generating it by itself, and you might need to hit up the mod author for further help. *edit: https://kubejs.com/support
-
Curseforge loader crashing for Mystical Block
That's crazy that it worked last night, because it shouldn't have with a broken resource path like that, as far as I know. You didn't add this machines mod between then and now?
IPS spam blocked by CleanTalk.