warjort
Members-
Posts
5420 -
Joined
-
Last visited
-
Days Won
175
Everything posted by warjort
-
Help me, I don't know why my modpack is crashing
warjort replied to DragonDestroyer999's topic in Support & Bug Reports
Isn't that what that bug report says? You have to remove the midnlight lib mod to see the real error because it obscures it. -
Yes. See the recent discussion here or one of the many others in this forum about using Suppliers (deferred access) https://forums.minecraftforge.net/topic/123444-forge-error-on-run/?do=findComment&comment=536470
-
As the title of this forum says, this is a support forum. That is, it is for people with real problems. It is not a way for you to use us as a search engine. Research how Mojang does this, e.g. the SayCommand and if you really are stuck instead of just lazy, you can ask again here.
-
Cracked clients are not supported here.
-
Why are you using rubidium on the server? Just remove it and any other client side only mods. Or report the bug to the mod authors. But good luck getting them to fix it. ๐
-
Get world saved data on client for a screen [1.19.2]
warjort replied to RInventor7's topic in Modder Support
You are responsible for synchronizing server data to the client for display. https://forge.gemwire.uk/wiki/Main_Page - "the handling information" section e.g. the vanilla MapItem serializes its SavedData map data to the client using the ClientBoundMapItemDataPacket -
From the wiki: https://forge.gemwire.uk/wiki/Custom_Item_Animations This is a support forum. It is for people with real problems. It is not a way for you to use others as a search engine.
-
Some issue with a mekanism shader. Maybe a conflict with optifine? Check you have the latest version then contact the mod author.
-
The mod is visuality.
-
[1.19.4, SOLVED] Left-click charging mechanics for custom weapon
warjort replied to LeeCrafts's topic in Modder Support
How is this different from what the (Cross)Bow does? -
You need to use java 17, mixin (used by many mods) does not support java 19.
-
That's private.
-
There's something messed up with your development environment. It is trying to use the 1.18 assets with 1.19.2 Guesses: * you haven't run the gradle clean task so there is still stuff hanging around from when you had 1.18 * you are launching from inside your IDE and haven't rebuilt the run configurations
-
I have problem with my server (version 1.19.2 forge)
warjort replied to MadDog's topic in Support & Bug Reports
That's the same error. So either you didn't remove the mod or you are looking at the wrong log. Also post the full log to a file sharing site, not snippets in the forums. -
Something is breaking the rendering code. The error message does not say which mod. I have underlined the mods that are directly modifying that class, but really it could be any mod. I would be suprised if immersive portals works well with optifine? Given how incompatible it is with a lot of other mods. ๐
-
Issue with oculus, check you have the latest version then contact the mod author.
-
That's private. Probably awaiting moderation? Try searching it yourself for the phrase "Problematic frame" like this: https://forums.minecraftforge.net/topic/123416-exit-code-1/?do=findComment&comment=536369
-
https://forums.minecraftforge.net/topic/123416-exit-code-1/ Post your launcher_log.txt to confirm it is your graphics card driver. My suspicion is AMD recently updated their driver and broke it? Given how many people have reported this problem in the last few days.
-
I have problem with my server (version 1.19.2 forge)
warjort replied to MadDog's topic in Support & Bug Reports
Some conflict between solarflux and applied energistics. Check you have the latest versions of these mods then contact the mod authors. -
From that link I posted above, or also in my footer:
-
Config files will usually get recreated with default values if you delete them. Unless the mod author is doing something weird. I have no idea what is causing the missing text, if it is not some knock-on effect from the broken mod loading. Maybe optifine? Or, the errors with the broken config files are usually caused by the computer not getting shutdown properly (e.g. power outage) so windows does not flush the files to the hard drive. Maybe you have some other corrupted file in your minecraft installation caused by the same problem? If the problem persists, I would suggest backing up your saves and then reinstalling minecraft and forge.