Everything posted by warjort
-
need help
Images are worthless. We cannot debug images. I would suggest you start with no mods and then add the mods one-by-one and test it. You will then know which mod is causing the problem, it is the one you just added.
-
need help
* That's not the logs/debug.log * You shouldn't post logs in the forum There is no error in that log. If it really is getting stuck there then we will need to see a thread dump: https://www.baeldung.com/java-thread-dump which probably means you will need to install the jdk to get acces to the tools, e.g. https://adoptium.net/ Otherwise you will have to experiment with removing mods until you find the mod that is causing the problem.
-
need help
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
-
Can't install 1.7.10
The link is: https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar But that version is not supported in these forums: https://forums.minecraftforge.net/topic/91712-supported-version-directory/
-
I got an error when launching the game
Conflict between rudbidium and chunk animator.
-
A bunch of mods fail to load properly
That is one other error, there are many others relating to create.
-
Error with my 1.18.2 Forge modpack
See my footer for how to find it.
-
server keep crashing sponge power error 1.19.2
Use java 17
-
Minecraft crash "Rendering overlay" in Forge 1.18.2 version 40.2.0
- Error with my 1.18.2 Forge modpack
There's no error in that log, post a link your launcher_log.txt on a file sharing site.- mouseClicked event handler: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical err
Conflict between apotheosis and unique enchantments.- java.lang.NoSuchMethodError: 'void net.minecraft.server.level.DistanceManager.addRegionTicket(net.minecraft.server.level.TicketT
Use the latest optifine preview release.- [1.19.4] Make a package delivery whit a delay of 20 ticks ??
This sounds like something you should be doing on the server originally. And if you want to schedule something for a block, you should make it a BlockEntity so it can tick. Or you can look at how the LiquidBlock (for spreading) or FallingBlock (for failling) schedules ticks for "one off" delayed events.- World Stuck on 100% Loading | Modded and no Crash Logs
Do it on a copy of the world. If you want to test that.- World Stuck on 100% Loading | Modded and no Crash Logs
It looks to be some issue with sophisticated storage or refined storage? Check you have the latest versions then contact the mod authors.- World Stuck on 100% Loading | Modded and no Crash Logs
Just use jstack and create a file like the link says. That will be easier to upload to a file sharing site.- World Stuck on 100% Loading | Modded and no Crash Logs
If it's not crashing, then it sounds like it is "looping" or stuck. We would need to see a thread dump to understand where it is stuck: https://www.baeldung.com/java-thread-dump which would probably mean you need to install the java jdk to get the tools. e.g. https://adoptium.net- when trying to enter my server i get "connection closed - mismatched mod channel list" error message
Some incompatibility between create and supplementaries? Probably you don't have compatible versions. Contact the mod authors for help. The mixin "minVersion" error is not a real error, or at least not one that causes problems. You can ignore it.- World Stuck on 100% Loading | Modded and no Crash Logs
There's no real error in that log that looks like a crash. There is this warning With lots of warnings about the latter during world loading like this one: And some issue with bumblezone data: There's a number of other things that look like warnings. What I can see is it looks like you tried to load the world twice? The second time the last line: and the above is the last thing in the log. While the first time it went onto doing something in refined storage- Minecraft keeps crashing
Issue with create. The logs/debug.log probably has more information. e.g. create for 1.19.2 wants at least forge 43.2.4 (something the logs/debug.log will say). https://github.com/Creators-of-Create/Create/blob/0c6a6de0e835a378b730982689e64df6f8fedb30/gradle.properties#L11- World Stuck on 100% Loading | Modded and no Crash Logs
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820- Crashing when it starts loading my world
Cnflict between apotheosis and unique enchantments.- The game crashed whilst initializing game Error: java.lang.NullPointerException: Initializing game
For these mixin errors, you locate for the final "caused by" in the error then look for mod names.- The game crashed whilst initializing game Error: java.lang.NullPointerException: Initializing game
You have the 1.19.2 version of the build paste mod, but you are using minecraft 1.19.3 Download the correct version of that mod for your version of minecraft. https://www.curseforge.com/minecraft/mc-mods/buildpaste/files- Adding inventory to a custom entity and accessing that inventory. [1.19.2]
This explains container menus, there is an example at the bottom for opening one for an entity https://docs.minecraftforge.net/en/latest/gui/menus/ - Error with my 1.18.2 Forge modpack
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.