Everything posted by warjort
-
Mod Loading has faled
Legendary tool tips is a broken client side only mod you don't need on the server.
-
Overriding bucket return item.
This is a basic java question, that usually don't get answered here. You need to learn java (or one of the other jvm languages like koitlin or scala) to write mods effectively. Buy a book or use an online course. Anyway: getEmptySuccessItem is a static helper method used by BucketItem.use() static methods are not polymorphic, you cannot override them in subclasses.
-
- *FIXED* -Error Code 1 - Minecraft crashing *instantly* upon launching.
Post the launcher_log.txt from directly after the crash.
-
(Error Code 1) Buddy's Minecraft crashes immediately upon loading, traditional solutions did not work.
Your fml.toml file is corrupted/invalid. If you don't have a backup, try deleting it and it should be recreated with default values.
-
RESOLVED Game Crashing - Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: java.lang.System
Install the latest preview release of optifine.
-
Need help with mods-crashes instantly (error code 1)
There is no error in that log (and please put logs on a file sharing site). Post a link to your launcher_log.txt from directly after the crash.
-
I cant open forge-1.19.4-45.0.43-installer. i go to open it and it asks for a app on my pc to open it with.
https://johann.loefflmann.net/en/software/jarfix/index.html
-
The game crashed whilst rendering overlay
Check you have the latest version then contact the mod author.
-
Game crash on startup: initializing game, exit code: -1
Something is not registered properly for the CoffeeDelight mod. Check you have the latest version then contact the mod author.
-
Friend getting exit code 1
Duplicate post.
-
Friend getting exit code 1
Looks like at least one of the forge files is missing? Whatever did your forge install didn't complete properly. Try the install again and make sure it says it completed without error.
-
Help with an error i keep having when trying to launch my modpack.
That says midnlightlib is still installed or you posted the wrong log.
-
[1.19.4] Better tag data structure?
Tags, don't have that structure. They are an isA relation. They let you do a blockState.is(TagKey) check to see if a block is part of the tag and that's it. You can write your own datapack type with whatever structure you like. See minecraft's PreparableReloadListener and its subclasses, you can register your own using the AddReloadListenerEvent that's how forge's internal mod loads dynamic loot modifiers: https://github.com/MinecraftForge/MinecraftForge/blob/2815e69407fe64523b6f4165a9fd965333634afd/src/main/java/net/minecraftforge/common/ForgeInternalHandler.java#L120 https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/main/java/net/minecraftforge/common/loot/LootModifierManager.java Or you can just use a config file: https://forge.gemwire.uk/wiki/Configs
-
i installed the mods with the config copied, but when i try to start the server it shows me this warning and some error in 1.19.
Use java 17, mixin does not support java 20
-
forge-1.18.2-40.2.1 server does not install for complete
There is no jar file. Hasn't been for a long time. You use the run.bat or run.sh depending on your operating system. Read that file and the user_jvm_args.txt for more information.
-
forge-1.18.2-40.2.1 server does not install for complete
You need java 17 to run the server.
-
Help with an error i keep having when trying to launch my modpack.
I don't know then. You don't show the new error message without midnightlib installed and you have never posted your logs/debug.log like it says to do in my footer and the forum sticky post, so I don't know which mods you have installed. If it isn't one of the mods mentioned on that bug report I linked above, the only to find the mod will be to experiment with removing mods until the problem goes away. Backup your world(s) before removing mods.
-
I've tried fixing this for 6+ hours
Check you have the latest version then contact the mod author.
-
My game crashed due to Rendering Block Entity - Minecraft Version: 1.19.2
You have some issue with it rendering a chest. The error message does not say which mod is causing the problem. I have underlined all the mods that are directly modifying the class where the error occurs. But given the error message and where it occurs it could be any mod. Further down, it does show oculus doing something (shadows?) for block entities which is what is what a chest is. I would guess the only way you are going to find the problem mod is to experiment with removing mods until the problem goes away. The ones underlined above would be the first to test along with any other graphics "optimisation" mods you have. Backup your world(s) before removing mods.
-
minecraft crash
Check you have the latest version then contact the mod author.
-
I've tried fixing this for 6+ hours
https://forums.minecraftforge.net/topic/122834-help-with-an-error-i-keep-having-when-trying-to-launch-my-modpack/#comment-534408
-
Help with an error i keep having when trying to launch my modpack.
I underlined the mod file name on your other thread: The mod has this long standing bug report: https://github.com/TeamMidnightDust/MidnightLib/issues/19 The mod authors say they have removed the hat functionality for 1.19.4, doesn't say anything about a fix for 1.19.2
-
I've tried fixing this for 6+ hours
Looks like you have two different mods providing the mixinextras functionality? Check you have the latest versions then contact the mod authors to figure out what is going on.
-
[1.19.4] The needs_X_tool tag is ignored for doors
I don't know then. You could use the PlayerEvent.HarvestCheck event to see what the actual values are for the BlockState and the player's held item when it does the check. To see if they are what you expect.
-
Help with an error i keep having when trying to launch my modpack.
Why do you keep repostin the same error report? It is the midnight_hats mod. Contact the mod author. https://forums.minecraftforge.net/topic/122361-help-with-an-error-i-keep-having-when-trying-to-launch-my-modpack/#comment-532966 or uninstall the mod.
IPS spam blocked by CleanTalk.