Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

warjort

Members
  • Joined

  • Last visited

Posts posted by warjort

  1. Quote

    [12:43:12] [Render thread/ERROR] [minecraft/LevelStorageSource]: Exception reading C:\Users\nicho\Documents\MultiMC\instances\1.18.2\.minecraft\saves\mod2\level.dat_old
    java.util.NoSuchElementException: No value present
        at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?] {re:mixin}
        at net.minecraft.util.datafix.fixes.StructureSettingsFlattenFix.m_204014_(StructureSettingsFlattenFix.java:27) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading}

    Mojang completely changed how structures work in 1.18.2

    Unless your mods have put in place code that fixes the old data, Mojang (vanilla minecraft) won't know how to update/fix modded structures.

    You can try to contact the mod authors of any mods you have that modify worldgen to ask how to convert the data from the 1.18.1 to 1.18.2

     

    NOTE: 1.18 is no longer supported in this forum.

  2. For the 10,000th time...

    Posting code snippets out of context in the forums will just mean you are ignored unless your problem is obvious.

    To get help you need to post a build (preferably on github) so we can see **all** the relevant code and reproduce your problem.

     

    The rest of your comments are wrong.

    Forge will only skip your init method if some other mod decides to **cancel** that Screen.Init.Pre event. i.e. it wants to rework your screen.

    https://github.com/MinecraftForge/MinecraftForge/blob/e69f5e262ac6481ca35e181b1720e99bc50320fe/src/main/java/net/minecraftforge/client/event/ScreenEvent.java#L119

     

    There was however a bug relating to this processing in some older 1.19.4 forge releases:

    https://github.com/MinecraftForge/MinecraftForge/pull/9431

    But you don't even bother to say which version you are using.

  3. Quote

    java.lang.NoSuchMethodError: 'void com.mojang.blaze3d.systems.RenderSystem.m_187555_()'

    at com.mojang.blaze3d.platform.GlStateManager$BooleanState.m_84590_(GlStateManager.java:1594) ~[client-1.20.1-20230612.114412-srg.jar%23158!/:?] {re:classloading,xf:OptiFine:default}

    [01sep.2023 12:52:53.485] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [C:\Users\Eigenaar\AppData\Roaming\.minecraft\mods\OptiFine_1.19_HD_U_H8.jar]

    Launched Version: 1.20.1-forge-47.1.46

    Trying to use optifine for minecraft 1.19 isn't going to work well with minecraft 1.20.1

    Check their download page for their latest preview tested against forge 47.1.43

    Issues/questions about optifine need to be reported to them.

  4. ·

    Edited by warjort

    Quote

    Unknown registry key in ResourceKey[minecraft:root / corgilib:villager_trades_item_listing]:

    -- snip --

    at corgitaco.corgilib.serialization.jankson.JanksonUtil.readConfig(JanksonUtil.java:139) ~[CorgiLib-forge-1.19.2-1.0.0.34.jar%23189!/:1.0.0.34] {re:classloading}
    at potionstudios.byg.common.entity.npc.TradesConfig.readConfig(TradesConfig.java:66) ~[Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.4.jar%23200!/:2.0.1.4] {re:classloading}

    Some issue with byg not being able to find a corgilb registry.

    Since you didn't read the FAQ at the top of the forum and so didn't post a link to the debug.log, we have no idea what the real problem is with that registry.

     

    I suggest you check you have the latest version then contact the mod authors.

    But most likely they will also want to see the debug.log

  5. Quote

    Caused by: java.lang.IllegalArgumentException: Multiple entries with same key: net.wixter2.wixterus.util.WixterusArmorMaterial@7cdb7fc=effect.minecraft.health_boost x 2, Duration: 200, Particles: false and net.wixter2.wixterus.util.WixterusArmorMaterial@7cdb7fc=effect.minecraft.haste x 3, Duration: 200, Particles: false

    -- snip --

    at net.wixter2.wixterus.item.custom.ModArmorItem.<clinit>(ModArmorItem.java:19) ~[%23196!/:?]

     

  6. Quote

    java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/behaviour/MovementBehaviour
        at net.mehvahdjukaar.supplementaries.integration.CompatHandler.init(CompatHandler.java:91) ~[supplementaries-1.18.2-1.5.18.jar%23140!/:1.18.2-1.5.18] {re:classloading}

    Probably you have the wrong version of create and/or supplementaries. Check you have the latest versions then contact the mod authors.

    NOTE: Minecraft 1.18.2 is no longer supported in this forum.

  7.  

    Read the FAQ, that's not the debug.log

     

    Your error is a network protocol error. It typically does not tell you which mod caused the problem.

    Those errors are usually caused by

    * Mods that were never tested by the mod author in multiplayer

    * Mods for different versions of minecraft

     

    Usually the only way to find the problem mod is to experiment with removing mods until the problem goes away.

    Backup your world before removing mods.

  8. Quote

    20:55:46.5760360: MinecraftJavaLoggingContext.cpp(52)] Game/game () Info Exception in thread "main" cpw.mods.niofs.union.UnionFileSystem$UncheckedIOException: java.util.zip.ZipException: zip END header not found

    [Info: 2023-08-30 20:55:46.5765318: MinecraftJavaLoggingContext.cpp(52)] Game/game () Info Caused by: java.util.zip.ZipException: zip END header not found

    -- snip

    [Info: 2023-08-30 20:55:46.5784175: MinecraftJavaLoggingContext.cpp(52)] Game/game () Info at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider.createMod(AbstractModProvider.java:38)

    As I guessed above, this is a broken mod jar. The error does not say which mod.

    If you don't know how to test a jar file is valid using a zip or jar tool, I suggest redownloading your mods.

  9. ·

    Edited by warjort

    Minecraft 1.16 is no longer supported in this forum.

    https://forums.minecraftforge.net/topic/91712-supported-version-directory/

     

    But you should read the docs on that event:

    https://github.com/MinecraftForge/MinecraftForge/blob/e69f5e262ac6481ca35e181b1720e99bc50320fe/src/main/java/net/minecraftforge/event/server/ServerAboutToStartEvent.java#L11

    You are closing the server long before it has even started loading the server (hence the NPE). It has only just finished loading mods.

    Closing the server will terminate it anyway.

  10. ·

    Edited by warjort

    That's the debug.log, but I asked for the launcher_log.txt

    Where it is crashing is usually caused by issues with broken jars or mods packaging duplicate jars inside themselves and causing conflicts.

    The actual error message is usually logged in that minecraft launcher log.

     

    But it's also minecraft 1.18 which isn't supported in this forum anymore.

    https://forums.minecraftforge.net/topic/91712-supported-version-directory

    Nope, this is 1.20

  11. Those are 2 different things.

    The first part is getting the client ip address on the server.

    And the last part is getting the server ip address on the client.

    In both cases there can be only be one unique ip address if you know it is a tcp/ip connection. It is the one the connection has been ESTABLISHED on.

    You want the ip address the server is LISTENING on, which could be many (the "any" address) or none (i.e. single player or some other network protocol provided by a mod).

  12. In general, there is really no such thing.

    In the default configuration, minecraft binds to the "Any" address which means it will bind to all ip addresses the machine has.

    If you run the command "netstat -an" on the command line you can see examples of these, e.g. something like this for ipv4 or ipv6

    Quote

     Proto  Local Address          Foreign Address        State
      TCP    0.0.0.0:20191            0.0.0.0:0              LISTENING

      TCP    [::]:20191               [::]:0                 LISTENING

    However, if the user specified an ip address in their server.properties you can get this from server.getLocalIp() - it will be blank if it wasn't specified

    There is also the issue that the server might not be using TCP/IP, e.g. it could be single player (in memory) or they could be using that essentials mod that completely changes the networking.

    Look at ServerConnectionListener.startTcpServerListener()/startMemoryChannel() for the vanilla code.

     

  13. Quote

    java.lang.ClassCastException: class artifacts.client.item.renderer.GenericArtifactRenderer cannot be cast to class artifacts.client.item.renderer.GloveArtifactRenderer (artifacts.client.item.renderer.GenericArtifactRenderer and artifacts.client.item.renderer.GloveArtifactRenderer are in module [email protected] of loader 'TRANSFORMER' @5d1d9d73)
        at artifacts.client.item.renderer.GloveArtifactRenderer.getGloveRenderer(GloveArtifactRenderer.java:43) ~[artifacts-forge-9.0.3.jar%23198!/:?] {re:classloading}

    Check you have the latest version then contact the mod author.

     

    Also read the FAQ.

    Do not post logs in the forum, use a file sharing site. And always post the logs/debug.log

  14. ·

    Edited by warjort

    Quote

    et.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: ResourceKey[minecraft:enchantment / ensorcellation:quick_draw]
        at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:31) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ftblibrary-

    Did you change the crash log?

    Now it is a different error for a different mod.

     

    Also please don't post logs in the forum, use a file sharing site.

    Also, also post the full logs/debug.log - read the FAQ at the top of the forum.

  15. Quote

    4: ASM: class com.pixelmonmod.pixelmon.client.ClientProxy onClientLoaded(Lnet/minecraftforge/fml/event/lifecycle/FMLClientSetupEvent;)V de.jcm.discordgamesdk.GameSDKException: Game SDK operation failed: INTERNAL_ERROR at TRANSFORMER/[email protected]/de.jcm.discordgamesdk.Core.<init>(Core.java:439) at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence.init(PixelmonRichPresence.java:69)

    This is a duplicate of: https://forums.minecraftforge.net/topic/125970-the-game-crashed-whilst-rendering-overlay/#comment-542781

    It is not deleted?

     

    The log you posted here confirms my guess on the other thread that the mod wants a discord account.

    You need to read their documentation or contact the author of that pixelmon mod if you want help with this.

     

    Quote

    Just because I am not smart in computers you do not have to delete my topic. I am here so you help me not to be mean to me. I am here so you help me not to be mean to me

    I am a volunteer in this forum. I have no more power to do things than you.

    All I did was to ask you to post the debug.log and stop posting logs in the forum, like it asks in the FAQ.

    That's so that people that donate their time free of charge to answers questions in this forum can actually try to answer yours.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.