Everything posted by warjort
-
Error loading minecraft : Error message : fml.modloading.dupedmod
You have mods with duplicate mod ids probably because they are different forks of the same project. Usually jei (just enough items) and rei (roughly enough items) or jade and wthit - both forks of waila.
-
Got this error message and none of the fixes I found on here work
https://github.com/sp614x/optifine/issues/7127
-
Register Event Cannot Resolve Symbol
You are correct, it is a java question. You appear to be using an unsupported (in this forum) version of forge, I think 1.12? But then trying to use api that is from forge 1.19, e.g. import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; // <-- 1.12 import net.minecraftforge.eventbus.api.SubscribeEvent; // <-- 1.19 RegisterEvent was introduced in 1.19
-
create mod crashing
https://github.com/sp614x/optifine/issues/7127
-
Can't install forge, Java Crash
This is a crash within the java virtual machine - jvm.dll. You should report it on the link it shows. Looks like it has a problem reading one of the jar files and didn't handle the error properly. You can try a different version of java, such as: https://adoptium.net/ It might at least give you a better error message about the problem?
-
Getting disconnected on single player
Issue with the calio mod. Check you have the latest version, then contact the mod author.
-
I need some help with Minecraft crash reports ;-;
Issue with flywheel. Check you have the latest version then contact the mod author.
-
The world finishes creating, then the game crashes before it opens.
Conflict between iris and oculus. Check you have the latest versions then contact the mod authors.
-
the game crashed whilst exception in server tick loop
https://github.com/sp614x/optifine/issues/7136
-
Missing mandatory dependencies, bug mods,aternos crash
You have mods that want a different (probably later) version of forge, try the latest version.
-
"Error Code 1" and no crash report directory
You are trying to use a 1.19 mod with minecraft 1.18.2 You're actual crash is with the tetra mod: Check you have the latest version then contact the mod author.
-
[1.19.2] Packet Error After Generating World
Looks like one of your mods has broken networking. The error message does not say which one. Probably the only way you will find it is to remove mods one-by-one until the problem goes away. If you are just starting with modded minecraft, I would suggest you use a prebuilt popular modpack that somebody else has tested They should have already removed all the bugs and incompatiblies. Otherwise you are going to spend a lot of time trying to do it yourself.
-
Keeps on saying 'Failed to download version manifest, can not find client jar URL.'
Upgrade your java. The version you are using has expired trust certificates.
-
1.18.2 Forge crashes when starting up a world, no mods in the mod folder either
Post a link to your logs/debug.log
-
The game gets to 100% and then crashes.
Issue with the flywheel mod. Check you have the latest version then contact the mod author.
-
1.19.2 can't detroy/remove water
You know when you create a falling block the actual fall will be delayed to later processing? So, it could be you are setting the block to air, then on a later tick the block is failling and creating the source block. Setting the block to stone would likely stop the falling block from creating the source block? Probably it tries to spawn the ItemEntity drop for water which doesn't have one.
-
1.19.2 can't detroy/remove water
That effectively uses LiquidBlock.pickupBlock() - assuming you are dealing with a LiquidBlock? That calls setBlock() with flags = 11 while setBlockAndUpdate() calls setBlock() with flags = 3 Which means it is setting the "UPDATE_IMMEDIATE" flag as well - see the Block class. I don't know what difference that makes? It's not a flag I am familiar with.
-
Game crash when creating world //// Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError:
Sorry, that should be iris and oculus.
-
Description: Unexpected error - Crashing while joining world.
Conflict between iris and oculus. Check you have the latest version then contact the mod authors.
-
Client / Server Desync.
We want the logs/debug.log which will contain any error if there is one. Crash or otherwise. But it sounds like you have something looping on the server thread? To diagnose that we need a thread dump: https://www.baeldung.com/java-thread-dump Or maybe the spark mod will tell you which mod is consuming a lot of time on the server thread: https://www.curseforge.com/minecraft/mc-mods/spark
-
1.19.2 can't detroy/remove water
remove/destroyBlock() don't remove the fluid . Did you look at the code? Those methods are intended for things like breaking a waterlogged fence post. It will remove the post but leave the water behind. Try doing something like: Level.setBlockAndUpdate(pos, Blocks.AIR.defaultState());
-
Help me
Issue with debugify mod. Check you have the latest version then contact the mod author.
-
org.spongepowered.asm.mixin.transformer.throwables.mixintransformererror
Issue with valhelsia core. Others have said it is known to conflict with optifine.
-
Game crash when creating world //// Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError:
Conflict between iris and rubidium. Check you have the latest version then contact the mod author.
-
Forge doesn't load after installing it
Not a 1.19.2 mod.
IPS spam blocked by CleanTalk.