Jump to content

org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered


atoscano993

Recommended Posts

I keep getting this error when I am loading in my world in Forge 1.19.3. Can anyone find a fix for this?

 

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2023-03-28 22:39:55
Description: Exception in server tick loop

org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {}
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.6.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.6.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.6.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.6.jar:?] {}
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.6.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
    at net.minecraft.server.level.ServerChunkCache.<init>(ServerChunkCache.java:77) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl.mixins.json:common.MixinServerChunkCache,pl:mixin:A}
    at net.minecraft.server.level.ServerLevel.<init>(ServerLevel.java:207) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin,pl:mixin:APP:betterdeserttemples.mixins.json:ServerLevelMixin,pl:mixin:APP:imm_ptl.mixins.json:common.MixinServerLevel,pl:mixin:APP:imm_ptl_peripheral.mixins.json:common.alternate_dimension.MixinServerLevel_ModifySeed,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:337) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:308) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:636) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.19.3-20221207.122022-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C] from phase [DEFAULT] in config [imm_ptl.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    ... 21 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method m_183760_ in imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C cannot reduce visibiliy of PUBLIC target method
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.conformVisibility(MixinPreProcessorStandard.java:485) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:458) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachOverwriteMethod(MixinPreProcessorStandard.java:419) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:349) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:302) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    ... 21 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.19.3
    Minecraft Version ID: 1.19.3
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 889740488 bytes (848 MiB) / 2113929216 bytes (2016 MiB) up to 6710886400 bytes (6400 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
    Identifier: Intel64 Family 6 Model 60 Stepping 3
    Microarchitecture: Haswell (Client)
    Frequency (GHz): 3.99
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 8
    Graphics card #0 name: NVIDIA GeForce RTX 2060
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1f08
    Graphics card #0 versionInfo: DriverVersion=31.0.15.1748
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 1.60
    Memory slot #0 type: DDR3
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 1.60
    Memory slot #1 type: DDR3
    Virtual memory max (MB): 118757.11
    Virtual memory used (MB): 16476.23
    Swap memory total (MB): 102432.00
    Swap memory used (MB): 0.00
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6400m -Xms256m
    Server Running: true
    Player Count: 0 / 8; []
    Data Packs: vanilla, mod:elytraslot, mod:clienttweaks (incompatible), mod:betterdungeons (incompatible), mod:supermartijn642configlib (incompatible), mod:cucumber (incompatible), mod:betterwitchhuts (incompatible), mod:trashslot (incompatible), mod:netherportalfix (incompatible), mod:harvestwithease, mod:craftingstation (incompatible), mod:treeharvester, mod:jei (incompatible), mod:attributefix (incompatible), mod:betteroceanmonuments (incompatible), mod:libraryferret, mod:dynamiclights (incompatible), mod:caelus, mod:modnametooltip (incompatible), mod:minicoal, mod:ironjetpacks (incompatible), mod:clumps (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:naturescompass (incompatible), mod:sereneseasons, mod:yungsapi (incompatible), mod:spawnermod (incompatible), mod:bookshelf, mod:guardvillagers (incompatible), mod:betterdeserttemples, mod:balm (incompatible), mod:carryon (incompatible), mod:jeresources, mod:immersive_portals (incompatible), mod:betterfortresses (incompatible), mod:nabba (incompatible), mod:cloth_config (incompatible), mod:forge, mod:ironchest, mod:enchdesc, mod:theoneprobe (incompatible), mod:ae2 (incompatible), mod:mousetweaks, mod:immersiveengineering (incompatible), mod:spectrelib (incompatible), mod:supermartijn642corelib (incompatible), mod:yungsbridges (incompatible), mod:curios, mod:xaerominimap (incompatible), mod:itemcollectors (incompatible), mod:gravestone (incompatible), mod:collective, mod:yungsextras (incompatible), mod:bettervillage, mod:backpacked (incompatible), mod:elevatorid (incompatible), mod:betterstrongholds (incompatible), mod:constructionwand, mod:architectury (incompatible), mod:animal_feeding_trough (incompatible), mod:appleskin, mod:engineersdecor, mod:connectedglass (incompatible), mod:puzzleslib (incompatible), mod:bettermineshafts (incompatible), mod:veinmining, mod:enchantinginfuser
    Enabled Feature Flags: minecraft:vanilla
    World Generation: Experimental
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
    Launched Version: forge-44.1.23
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        javafml@null
    Mod List: 
        elytraslot-forge-6.2.0+1.19.3.jar                 |Elytra Slot                   |elytraslot                    |6.2.0+1.19.3        |DONE      |Manifest: NOSIGNATURE
        clienttweaks-forge-1.19.3-9.0.0.jar               |Client Tweaks                 |clienttweaks                  |9.0.0               |DONE      |Manifest: NOSIGNATURE
        YungsBetterDungeons-1.19.3-Forge-3.3.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.19.3-Forge-3.3.0  |DONE      |Manifest: NOSIGNATURE
        supermartijn642configlib-1.1.6b-forge-mc1.19.jar  |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6b              |DONE      |Manifest: NOSIGNATURE
        Cucumber-1.19.3-6.1.2.jar                         |Cucumber Library              |cucumber                      |6.1.2               |DONE      |Manifest: NOSIGNATURE
        YungsBetterWitchHuts-1.19.3-Forge-2.2.0.jar       |YUNG's Better Witch Huts      |betterwitchhuts               |1.19.3-Forge-2.2.0  |DONE      |Manifest: NOSIGNATURE
        trashslot-forge-1.19.3-13.0.1.jar                 |TrashSlot                     |trashslot                     |13.0.1              |DONE      |Manifest: NOSIGNATURE
        netherportalfix-forge-1.19.3-11.0.2.jar           |NetherPortalFix               |netherportalfix               |11.0.2              |DONE      |Manifest: NOSIGNATURE
        harvestwithease-1.19.3-6.0.0.0-forge.jar          |Harvest with ease             |harvestwithease               |6.0.0.0             |DONE      |Manifest: NOSIGNATURE
        craftingstation-1.19.3-6.1.jar                    |Crafting Station              |craftingstation               |1.19.3-6.1          |DONE      |Manifest: NOSIGNATURE
        treeharvester-1.19.3-8.0.jar                      |Tree Harvester                |treeharvester                 |8.0                 |DONE      |Manifest: NOSIGNATURE
        jei-1.19.3-forge-12.4.0.22.jar                    |Just Enough Items             |jei                           |12.4.0.22           |DONE      |Manifest: NOSIGNATURE
        AttributeFix-Forge-1.19.3-18.0.2.jar              |AttributeFix                  |attributefix                  |18.0.2              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        YungsBetterOceanMonuments-1.19.3-Forge-2.2.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.3-Forge-2.2.0  |DONE      |Manifest: NOSIGNATURE
        libraryferret-forge-1.19.3-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
        dynamiclights-1.19.3.1.jar                        |Dynamic Lights                |dynamiclights                 |1.19.3.1            |DONE      |Manifest: NOSIGNATURE
        caelus-forge-1.19.4-3.0.0.10.jar                  |Caelus API                    |caelus                        |1.19.4-3.0.0.10     |DONE      |Manifest: NOSIGNATURE
        modnametooltip-1.19-1.19.0.jar                    |Mod Name Tooltip              |modnametooltip                |1.19.0              |DONE      |Manifest: NOSIGNATURE
        minicoal-1.19.3-1.0.0.jar                         |MiniCoal                      |minicoal                      |1.19.3-1.0.0        |DONE      |Manifest: NOSIGNATURE
        IronJetpacks-1.19.3-6.1.0.jar                     |Iron Jetpacks                 |ironjetpacks                  |6.1.0               |DONE      |Manifest: NOSIGNATURE
        Clumps-forge-1.19.3-9.0.0+16.jar                  |Clumps                        |clumps                        |9.0.0+16            |DONE      |Manifest: NOSIGNATURE
        citadel-2.3.1-1.19.3.jar                          |Citadel                       |citadel                       |2.3.1               |DONE      |Manifest: NOSIGNATURE
        alexsmobs-1.22.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.1              |DONE      |Manifest: NOSIGNATURE
        NaturesCompass-1.19.3-1.10.1-forge.jar            |Nature's Compass              |naturescompass                |1.19.3-1.10.1-forge |DONE      |Manifest: NOSIGNATURE
        SereneSeasons-1.19.3-8.2.0.29.jar                 |Serene Seasons                |sereneseasons                 |0.0NONE             |DONE      |Manifest: NOSIGNATURE
        YungsApi-1.19.3-Forge-3.9.0.jar                   |YUNG's API                    |yungsapi                      |1.19.3-Forge-3.9.0  |DONE      |Manifest: NOSIGNATURE
        spawnermod-1.19.3-1.9.3+Forge.jar                 |Enhanced Mob Spawners         |spawnermod                    |1.9.3               |DONE      |Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19.3-17.1.6.jar                 |Bookshelf                     |bookshelf                     |17.1.6              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        guardvillagers-1.19.3-1.5.5.jar                   |Guard Villagers               |guardvillagers                |1.19.3-1.5.5        |DONE      |Manifest: NOSIGNATURE
        YungsBetterDesertTemples-1.19.3-Forge-2.3.0.jar   |YUNG's Better Desert Temples  |betterdeserttemples           |1.19.3-Forge-2.3.0  |DONE      |Manifest: NOSIGNATURE
        balm-forge-1.19.3-5.0.4.jar                       |Balm                          |balm                          |5.0.4               |DONE      |Manifest: NOSIGNATURE
        carryon-forge-1.19.3-2.0.5.17.jar                 |Carry On                      |carryon                       |2.0.5.17            |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.19.3-1.3.2.198.jar          |Just Enough Resources         |jeresources                   |1.3.2.198           |DONE      |Manifest: NOSIGNATURE
        immersive-portals-2.5.2-alpha3-mc1.19.3-forge.jar |Immersive Portals             |immersive_portals             |2.5.2-alpha3        |DONE      |Manifest: NOSIGNATURE
        YungsBetterNetherFortresses-1.19.3-Forge-1.1.1.jar|YUNG's Better Nether Fortresse|betterfortresses              |1.19.3-Forge-1.1.1  |DONE      |Manifest: NOSIGNATURE
        nabba-1.19.3-1.1.6.jar                            |Not (Just) Another Better Barr|nabba                         |1.19.3-1.1.6        |DONE      |Manifest: NOSIGNATURE
        cloth-config-9.0.94-forge.jar                     |Cloth Config v9 API           |cloth_config                  |9.0.94              |DONE      |Manifest: NOSIGNATURE
        forge-1.19.3-44.1.23-universal.jar                |Forge                         |forge                         |44.1.23             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        ironchest-1.19.3-14.3.2.jar                       |Iron Chests                   |ironchest                     |1.19.3-14.3.2       |DONE      |Manifest: NOSIGNATURE
        client-1.19.3-20221207.122022-srg.jar             |Minecraft                     |minecraft                     |1.19.3              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        EnchantmentDescriptions-Forge-1.19.3-14.0.7.jar   |EnchantmentDescriptions       |enchdesc                      |14.0.7              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        theoneprobe-1.19.3-7.0.0.jar                      |The One Probe                 |theoneprobe                   |1.19.3-7.0.0        |DONE      |Manifest: NOSIGNATURE
        appliedenergistics2-forge-13.0.10-beta.jar        |Applied Energistics 2         |ae2                           |13.0.10-beta        |DONE      |Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19.3-2.24.jar               |Mouse Tweaks                  |mousetweaks                   |2.24                |DONE      |Manifest: NOSIGNATURE
        ImmersiveEngineering-1.19.3-9.3.0-163.jar         |Immersive Engineering         |immersiveengineering          |1.19.3-9.3.0-163    |DONE      |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
        spectrelib-forge-0.12.3+1.19.2.jar                |SpectreLib                    |spectrelib                    |0.12.3+1.19.2       |DONE      |Manifest: NOSIGNATURE
        supermartijn642corelib-1.1.6-forge-mc1.19.3.jar   |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.6               |DONE      |Manifest: NOSIGNATURE
        YungsBridges-1.19.3-Forge-3.2.0.jar               |YUNG's Bridges                |yungsbridges                  |1.19.3-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.19.3-5.1.4.1.jar                   |Curios API                    |curios                        |1.19.3-5.1.4.1      |DONE      |Manifest: NOSIGNATURE
        Xaeros_Minimap_23.3.1_Forge_1.19.3.jar            |Xaero's Minimap               |xaerominimap                  |23.3.1              |DONE      |Manifest: NOSIGNATURE
        itemcollectors-1.1.7-forge-mc1.19.3.jar           |Item Collectors               |itemcollectors                |1.1.7               |DONE      |Manifest: NOSIGNATURE
        gravestone-1.19.3-1.0.3.jar                       |Gravestone Mod                |gravestone                    |1.19.3-1.0.3        |DONE      |Manifest: NOSIGNATURE
        collective-1.19.3-6.53.jar                        |Collective                    |collective                    |6.53                |DONE      |Manifest: NOSIGNATURE
        YungsExtras-1.19.3-Forge-3.2.0.jar                |YUNG's Extras                 |yungsextras                   |1.19.3-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
        bettervillage-forge-1.19.3-2.1.0.jar              |Better village                |bettervillage                 |2.1.0               |DONE      |Manifest: NOSIGNATURE
        backpacked-2.1.11-1.19.3.jar                      |Backpacked                    |backpacked                    |2.1.11              |DONE      |Manifest: NOSIGNATURE
        elevatorid-1.19.3-1.8.11.jar                      |Elevator Mod                  |elevatorid                    |1.19.3-1.8.11       |DONE      |Manifest: NOSIGNATURE
        YungsBetterStrongholds-1.19.3-Forge-3.3.0.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.19.3-Forge-3.3.0  |DONE      |Manifest: NOSIGNATURE
        constructionwand-1.19.3-2.10.jar                  |Construction Wand             |constructionwand              |1.19.3-2.10         |DONE      |Manifest: NOSIGNATURE
        architectury-7.1.70-forge.jar                     |Architectury                  |architectury                  |7.1.70              |DONE      |Manifest: NOSIGNATURE
        animal_feeding_trough-1.0.3+1.19.3-forge.jar      |Animal Feeding Trough         |animal_feeding_trough         |1.0.3+1.19.3-forge  |DONE      |Manifest: NOSIGNATURE
        appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE
        engineersdecor-1.19.3-forge-1.4.28.jar            |Engineer's Decor              |engineersdecor                |1.4.28              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
        connectedglass-1.1.6-forge-mc1.19.3.jar           |Connected Glass               |connectedglass                |1.1.6               |DONE      |Manifest: NOSIGNATURE
        PuzzlesLib-v5.0.19-1.19.3-Forge.jar               |Puzzles Lib                   |puzzleslib                    |5.0.19              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        YungsBetterMineshafts-1.19.3-Forge-3.3.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.3-Forge-3.3.0  |DONE      |Manifest: NOSIGNATURE
        veinmining-forge-1.1.1+1.19.3.jar                 |Vein Mining                   |veinmining                    |1.1.1+1.19.3        |DONE      |Manifest: NOSIGNATURE
        EnchantingInfuser-v5.0.0-1.19.3-Forge.jar         |Enchanting Infuser            |enchantinginfuser             |5.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
    Crash Report UUID: 711923b9-a6f4-455c-9bbe-d8f15a33300c
    FML: 44.1
    Forge: net.minecraftforge:44.1.23

Link to comment
Share on other sites

Quote

Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method m_183760_ in imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C cannot reduce visibiliy of PUBLIC target method

Issue with immersive portals, probably a conflict with another mod?

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

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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