Everything posted by warjort
-
btw am new to making servers and I porb did something dumb
- Unable to start minecraft
Now you are missing the creative core mod. You need to check if your mods have dependencies when downloading them, e.g. https://www.curseforge.com/minecraft/mc-mods/enhancedvisuals/relations/dependencies or sometimes it will say it in the text of the mod page - usually in large prominent text ๐- Getting the error org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError
Issue with the create mod. Probably a conflict with optifine?- Unable to start minecraft
You are missing the autoreglib mod.- Please help me fix this - The game crashed whilst rendering overlay
Issue with "the_vault" mod. Probably a conflict with another mod? Check you have the latest version then contact the mod author.- when i try to join my server i get internal exception java.lang.illegalargumentexception unknown recipe serializer minecraft
You usually get that error when a mod does not register its custom recipe properly. None of the logs you posted identify which is mod is causing the problem. Usually, the only way to find it is to experiment with removing mods until the problem goes away. (Backup your world before removing mods)- Help with FML and mods about 200 of em pls help
Looks like an issue with immersive portals. Probably a conflict with another mod? Check you have the latest version then contact the mod author.- Loading world causes disconnect instantly.
Looks like you uninstalled some mods that have custom dimensions in your world save. There was a change made in forge 43 (1.19.2) to handle this, but it is not your version: https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.3/forge-1.19.2-43.2.3-changelog.txt You either need to start a new world, reinstall the mods or edit the save file to remove those dimensions. I don't know how to do the latter, I have never done it myself. Removing a mod that does worldgen is usually a bad idea for worlds that were created with that mod.- org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError was occurd
Oculus issue: https://github.com/Asek3/Oculus/issues/257- Several Players attempting to join my locally hosted server get disconnected
Looks to me like they are taking too long to connect? There is a 30 second timeout when connecting to a minecraft server. The times on those logs don't match on the client/server logs, but one example is: As you can see it is taking longer than 30 seconds to connect. This client is taking 25 seconds just to synchronize the registry information with the server. A mod like this one might help? https://www.curseforge.com/minecraft/mc-mods/longer-login-times- Game Crash Help
Conflict between Domum Ornamentum and optifne. https://github.com/ldtteam/Domum-Ornamentum/issues/111- Please Help
You have the development version of the biomesoplenty mod. Download the version that does NOT have "deobf" in the jar name.- The game crashed whilst initializing game Error: java.lang.RuntimeException: null
Looks you are missing the cloth config mod wanted by the mcsa mod?- The game crashed whilst rendering overlay Error: java.lang.NoSuchMethodError: 'void net.minecraft.client.renderer.block.model.Ba
Install the latest preview release of optifine.- Exception in server tick loop
Issue with ftb chunks or library mods. Check you have the latest versions then contact the mod author.- Minecraft Blank screen after reading world data (Not responding)
One of your config files is invalid/corrupted. You can find it in <save-folder>/serverconfig If you don't have a back up, you can delete the file and it should be recreated with default values.- How Do I Change Player Model?
AFAICT, the patch to apply this feature to 1.18.2 was never accepted and is currently marked as "stale". https://github.com/MinecraftForge/MinecraftForge/pull/8419- Item Capability (Bug?)
The "Parent" is a capability added by the item itself. See IForgeItem.initCapabilities() e.g. BucketItem adds a fluid inventory capability.- Crash on Start up. Minecraft 1.18.2 Forge 40.1.0
Looks like an issue with the unionlib mod? Check you have the latest version then contact the mod author.- server not loading forge mods
You need to post the logs/debug.log so we can see what mods it is loading. Mods need to be the mods folder, end with .jar and have a META-INF/mods.toml inside them to be loaded.- How Do I Change Player Model?
https://forge.gemwire.uk/wiki/Custom_Item_Animations- Crash Help
Issue with armorstatues/puzzleslib. Check you have the latest version of these mods then contact the mod author.- cant play with create mod
That's a crash in native code. Maybe you have this problem: https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102 Otherwise you need to post a link to the launcher_log.txt Or check for a hs_err_pid file in your minecraft folder from the time of the crash. If you have one only post the first 20 lines not the full file.- cant play with create mod
What do you expect me do? You can't just say you have a problem without describing what it is. Maybe this? Or one of the other 80 errors and warnings you have in that log that don't crash the game? If you are making your own modpack, you can't expect to dump the work of debugging it onto us. You should build your modpack incrementally one mod at a time and test it. That way you will know which mod is causing the problem. It is the mod you most recently added.- cant play with create mod
You have a number of errors reported by optifine, e.g. Try without optifine. If that fixes the problem, report it to them. - Unable to start minecraft
Important Information
By using this site, you agree to our Terms of Use.