Jump to content

java.lang.reflect.InvocationTargetException


Speekies

Recommended Posts

I currently have a ton of mods installed and when I try to start up Minecraft, I crash. I play on 1.12.2 and have around 80 mods installed. How can I fix this?

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  SecurityCraftLoadingPlugin ([1.12.2]+SecurityCraft+v1.9.6.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
  IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  ForgelinPlugin (Forgelin-1.8.3.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
  weaponlib (Modern-Warfare-Cubed-0.1-Dev-16.jar)
  MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
  weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  modularwarfare (modularwarfare-2.4.2f.jar)
  LoadingPlugin (CrashToMainMenu-client-1.12.2-1.0.0.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 12/22/23 11:25 PM
Description: Initializing game

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.wildbamaboy.crashtomainmenu.asm.ASMHooks.onMinecraftRun(ASMHooks.java:37)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    net/minecraft/client/renderer/entity/layers/LayerHeldItem.func_188358_a(Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType;Lnet/minecraft/util/EnumHandSide;)V @31: getfield
  Reason:
    Type 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType' (current frame, stack[3]) is not assignable to 'net/minecraft/client/renderer/entity/layers/LayerHeldItem'
  Current Frame:
    bci: @31
    flags: { }
    locals: { 'net/minecraft/client/renderer/entity/layers/LayerHeldItem', 'net/minecraft/entity/EntityLivingBase', 'net/minecraft/item/ItemStack', 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType', 'net/minecraft/util/EnumHandSide' }
    stack: { 'net/minecraft/client/renderer/entity/RenderLivingBase', 'net/minecraft/entity/EntityLivingBase', 'net/minecraft/item/ItemStack', 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType' }
  Bytecode:
    0x0000000: 2cb6 0039 9a00 6bb8 003e 2bb6 0076 9900
    0x0000010: 0a0b 1277 0bb8 0050 2ab4 001b 2b2c 2db4
    0x0000020: 001b 2b2c 2d19 04b8 007d 127e 0c0b 0bb8
    0x0000030: 0082 1283 0b0c 0bb8 0082 1904 b200 61a6
    0x0000040: 0007 04a7 0004 0336 0515 0599 0007 02a7
    0x0000050: 0004 0486 1284 6e12 8512 86b8 0050 b800
    0x0000060: 8cb6 0090 2b2c 2d15 05b6 0096 b800 64b1
    0x0000070:                                        
  Stackmap Table:
    same_frame(@24)
    same_frame(@70)
    same_locals_1_stack_item_frame(@71,Integer)
    append_frame(@82,Integer)
    same_locals_1_stack_item_frame(@83,Integer)
    chop_frame(@111,1)

    at net.minecraft.client.renderer.entity.RenderBiped.<init>(SourceFile:19)
    at net.minecraft.client.renderer.entity.RenderSkeleton.<init>(SourceFile:14)
    at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:176)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518)
    ... 13 more


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

-- Head --
Thread: Client thread
Stacktrace:
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)

-- Initialization --
Details:
Stacktrace:
    at com.wildbamaboy.crashtomainmenu.asm.ASMHooks.onMinecraftRun(ASMHooks.java:37)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 702986736 bytes (670 MB) / 2281701376 bytes (2176 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 83 mods loaded, 82 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                     | Version                   | Source                                             | Signature                                |
    |:----- |:---------------------- |:------------------------- |:-------------------------------------------------- |:---------------------------------------- |
    | L     | minecraft              | 1.12.2                    | minecraft.jar                                      | None                                     |
    | L     | mcp                    | 9.42                      | minecraft.jar                                      | None                                     |
    | L     | FML                    | 8.0.99.99                 | forge-1.12.2-14.23.5.2859.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | L     | forge                  | 14.23.5.2859              | forge-1.12.2-14.23.5.2859.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UD    | advancedrocketrycore   | 1                         | minecraft.jar                                      | None                                     |
    | L     | creativecoredummy      | 1.0.0                     | minecraft.jar                                      | None                                     |
    | L     | securitycraft          | v1.9.6                    | [1.12.2]+SecurityCraft+v1.9.6.jar                  | None                                     |
    | L     | movillages             | 1.5.4                     | [1.12]MoVillages-1.5.4.jar                         | None                                     |
    | L     | valkyrienskies         | 1.1.7                     | [[valkyrien-skies-1.1.7-all]].jar                  | None                                     |
    | L     | advancedrocketry       | 1.12.2-2.0.0-13           | AdvancedRocketry-1.12.2-2.0.0-13.jar               | None                                     |
    | L     | ancientbeasts          | 1.9.99999                 | ancientbeasts-1.9.99999.jar                        | None                                     |
    | L     | animania               | 2.0.3.28                  | animania-1.12.2-base-2.0.3.28.jar                  | None                                     |
    | L     | aoa3                   | 3.3.6                     | AoA3-3.3.6.jar                                     | None                                     |
    | L     | avaritia               | 3.3.0                     | Avaritia-1.12.2-3.3.0.37-universal.jar             | None                                     |
    | L     | backpack               | 3.0.2                     | backpack-3.0.2-1.12.2.jar                          | None                                     |
    | L     | betterfoliage          | 2.3.1                     | BetterFoliage-MC1.12-2.3.1.jar                     | None                                     |
    | L     | bookshelf              | 2.3.590                   | Bookshelf-1.12.2-2.3.590.jar                       | None                                     |
    | L     | brandonscore           | 2.4.20                    | BrandonsCore-1.12.2-2.4.20.162-universal.jar       | None                                     |
    | L     | codechickenlib         | 3.2.3.358                 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | None                                     |
    | L     | cofhcore               | 4.6.6                     | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
    | L     | cofhworld              | 1.4.0                     | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
    | L     | extendedrenderer       | v1.0                      | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | coroutil               | 1.12.1-1.2.37             | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | configmod              | v1.0                      | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | craftstudioapi         | 1.0.0                     | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
    | L     | creativecore           | 1.10.0                    | CreativeCore_v1.10.70_mc1.12.2.jar                 | None                                     |
    | L     | crimsonwarfare         | 1.5                       | crimsonwarfare-1.5.jar                             | None                                     |
    | L     | customnpcs             | 1.12                      | CustomNPCs_1.12.2-(05Jul20).jar                    | None                                     |
    | L     | denseneutroncollectors | @VERSION@                 | denseneutroncollectors-1.1.jar                     | None                                     |
    | L     | divinerpg              | 1.7.1                     | DivineRPG-1.7.1.jar                                | None                                     |
    | L     | draconicevolution      | 2.3.28                    | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None                                     |
    | L     | dsurround              | 3.6.1.0                   | DynamicSurroundings-1.12.2-3.6.1.0.jar             | None                                     |
    | L     | dynamictrees           | 1.12.2-0.9.29             | DynamicTrees-1.12.2-0.9.29.jar                     | None                                     |
    | L     | eplus                  | 5.0.176                   | EnchantingPlus-1.12.2-5.0.176.jar                  | None                                     |
    | L     | ageofabyssalcraft      | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | ageofchaos             | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | ageofminecraft         | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | enhancedvisuals        | 1.3.0                     | EnhancedVisuals_v1.4.4_mc1.12.2.jar                | None                                     |
    | L     | fakename               | 1.2                       | Fakename+MC1.12.2+v1.2.jar                         | None                                     |
    | L     | forgelin               | 1.8.3                     | Forgelin-1.8.3.jar                                 | None                                     |
    | L     | heroesexpansion        | 1.12.2-1.3.5              | HeroesExpansion-1.12.2-1.3.5.jar                   | None                                     |
    | L     | iceandfire             | 1.9.1                     | iceandfire-1.9.1-1.12.2.jar                        | None                                     |
    | L     | mts                    | 22.10.0                   | Immersive+Vehicles-1.12.2-22.10.0.jar              | None                                     |
    | L     | inventorypets          | 2.0.15                    | inventorypets-1.12-2.0.15.jar                      | None                                     |
    | L     | jei                    | 4.16.1.301                | jei_1.12.2-4.16.1.301.jar                          | None                                     |
    | L     | herobrine              | 0.5.4                     | LegendOfHerobrine-1.12.2-0.5.4.jar                 | None                                     |
    | L     | libvulpes              | 0.4.2.-25                 | LibVulpes-1.12.2-0.4.2-25-universal.jar            | None                                     |
    | L     | lostcities             | 2.0.22                    | lostcities-1.12-2.0.22.jar                         | None                                     |
    | L     | lotsoffoodrev          | 1.5                       | LotsOfFoodRev-1.12.x-v1.5.jar                      | None                                     |
    | L     | lycanitesmobs          | 2.0.8.9 - MC 1.12.2       | lycanitesmobs-1.12.2-2.0.8.9.jar                   | None                                     |
    | L     | mcgltf                 | 1.12.2-Forge-2.0.3.0      | MCglTF-1.12.2-Forge-2.0.3.0.jar                    | None                                     |
    | L     | mcheliext              | 1.2.1                     | mcheliext-1.2.1.jar                                | None                                     |
    | L     | nsutils                | 1.6.10                    | mcheliext-1.2.1.jar                                | None                                     |
    | L     | mwc                    | 0.1-Dev-16                | Modern-Warfare-Cubed-0.1-Dev-16.jar                | None                                     |
    | L     | modularwarfare         | 2.4.2f                    | modularwarfare-2.4.2f.jar                          | None                                     |
    | L     | mowziesmobs            | 1.5.8                     | mowziesmobs-1.5.8.jar                              | None                                     |
    | L     | mutantbeasts           | 1.12.2-1.0.2              | MutantBeasts-1.12.2-1.0.2.jar                      | None                                     |
    | L     | mw                     | 0.4.6.2                   | mw_2.0-0.4.6.2_mc1.12.2.jar                        | None                                     |
    | L     | nocubessrparmory       | 3.0.0                     | NoCubes_SRP_Combat_Addon_3.0.0.jar                 | None                                     |
    | L     | nocubessrpnests        | 3.0.0                     | NoCubes_SRP_Nests_Addon_3.0.0.jar                  | None                                     |
    | L     | nocubessrpsurvival     | 3.0.0                     | NoCubes_SRP_Survival_Addon_3.0.0.jar               | None                                     |
    | L     | hbm                    | NTM-Extended-1.12.2-1.9.8 | NTM-Extended-1.12.2-1.9.8.jar                      | None                                     |
    | L     | redstoneflux           | 2.1.1                     | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
    | L     | scp                    | 2.4.2                     | SCP+Lockdown-1.12.2-2.4.2-release.jar              | None                                     |
    | L     | spartanshields         | 1.5.5                     | SpartanShields-1.12.2-1.5.5.jar                    | None                                     |
    | L     | spartanweaponry        | 1.5.3                     | SpartanWeaponry-1.12.2-1.5.3.jar                   | None                                     |
    | L     | srparasites            | 1.9.12                    | SRParasites-1.12.2v1.9.12.jar                      | None                                     |
    | L     | thermaldynamics        | 2.5.6                     | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
    | L     | thermalexpansion       | 5.5.7                     | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
    | L     | thermalfoundation      | 2.6.7                     | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
    | L     | toughasnails           | 3.1.0.141                 | ToughAsNails-1.12.2-3.1.0.141-universal.jar        | None                                     |
    | L     | twilightforest         | 3.11.1021                 | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |
    | L     | unucivil               | 5.3.2                     | UNU+Civilian+Pack+[MTS]+1.12.2-21.3.0-5.3.2.jar    | None                                     |
    | L     | unumilitary            | 5.0.0                     | UNU+Military+Pack+[MTS]+1.12.2-21.3.0-5.0.0.jar    | None                                     |
    | L     | unuparts               | 5.1.4                     | UNU+Parts+Pack+[MTS]+1.12.2-21.3.0-5.1.4.jar       | None                                     |
    | L     | wastelands             | 1.2.2                     | wastelands-1.2.2-null-universal.jar                | None                                     |
    | L     | weather2               | 1.12.1-2.6.12             | weather2-1.12.1-2.6.12.jar                         | None                                     |
    | L     | worldedit              | 6.1.10                    | worldedit-forge-mc1.12.2-6.1.10-dist.jar           | None                                     |
    | L     | immersiveengineering   | 0.12-98                   | ImmersiveEngineering-0.12-98.jar                   | None                                     |
    | L     | immersiveintelligence  | 0.2.1                     | immersiveintelligence-0.2.1.jar                    | None                                     |
    | L     | llibrary               | 1.7.20                    | llibrary-1.7.20-1.12.2.jar                         | None                                     |
    | L     | orelib                 | 3.6.0.1                   | OreLib-1.12.2-3.6.0.1.jar                          | None                                     |
    | L     | weeping-angels         | 1.12.2-46                 | weeping-angels-46.jar                              | None                                     |

    Loaded coremods (and transformers): 
SecurityCraftLoadingPlugin ([1.12.2]+SecurityCraft+v1.9.6.jar)
  
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
  
IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
ForgelinPlugin (Forgelin-1.8.3.jar)
  
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
weaponlib (Modern-Warfare-Cubed-0.1-Dev-16.jar)
  com.paneedah.weaponlib.core.WeaponlibClassTransformer
MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
  
weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  
modularwarfare (modularwarfare-2.4.2f.jar)
  com.modularwarfare.core.net.optifine.shaders.ShadersRender
LoadingPlugin (CrashToMainMenu-client-1.12.2-1.0.0.jar)
  com.wildbamaboy.crashtomainmenu.asm.ClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.25' Renderer: 'GeForce GPU/PCIe/SSE2'
    Launched Version: 1.12.2-forge-14.23.5.2859
    LWJGL: 2.9.4
    OpenGL: GeForce GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_G5
    OptiFine Build: 20210124-142939
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 391.25
    OpenGlRenderer: GeForce GPU/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

 

Edited by Speekies
Link to comment
Share on other sites

I removed the crashtomainmenu mod and crashed again.

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  SecurityCraftLoadingPlugin ([1.12.2]+SecurityCraft+v1.9.6.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
  IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  ForgelinPlugin (Forgelin-1.8.3.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
  weaponlib (Modern-Warfare-Cubed-0.1-Dev-16.jar)
  MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
  weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  modularwarfare (modularwarfare-2.4.2f.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 12/23/23 8:02 PM
Description: Initializing game

java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    net/minecraft/client/renderer/entity/layers/LayerHeldItem.func_188358_a(Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType;Lnet/minecraft/util/EnumHandSide;)V @31: getfield
  Reason:
    Type 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType' (current frame, stack[3]) is not assignable to 'net/minecraft/client/renderer/entity/layers/LayerHeldItem'
  Current Frame:
    bci: @31
    flags: { }
    locals: { 'net/minecraft/client/renderer/entity/layers/LayerHeldItem', 'net/minecraft/entity/EntityLivingBase', 'net/minecraft/item/ItemStack', 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType', 'net/minecraft/util/EnumHandSide' }
    stack: { 'net/minecraft/client/renderer/entity/RenderLivingBase', 'net/minecraft/entity/EntityLivingBase', 'net/minecraft/item/ItemStack', 'net/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType' }
  Bytecode:
    0x0000000: 2cb6 0039 9a00 6bb8 003e 2bb6 0076 9900
    0x0000010: 0a0b 1277 0bb8 0050 2ab4 001b 2b2c 2db4
    0x0000020: 001b 2b2c 2d19 04b8 007d 127e 0c0b 0bb8
    0x0000030: 0082 1283 0b0c 0bb8 0082 1904 b200 61a6
    0x0000040: 0007 04a7 0004 0336 0515 0599 0007 02a7
    0x0000050: 0004 0486 1284 6e12 8512 86b8 0050 b800
    0x0000060: 8cb6 0090 2b2c 2d15 05b6 0096 b800 64b1
    0x0000070:                                        
  Stackmap Table:
    same_frame(@24)
    same_frame(@70)
    same_locals_1_stack_item_frame(@71,Integer)
    append_frame(@82,Integer)
    same_locals_1_stack_item_frame(@83,Integer)
    chop_frame(@111,1)

    at net.minecraft.client.renderer.entity.RenderBiped.<init>(SourceFile:19)
    at net.minecraft.client.renderer.entity.RenderSkeleton.<init>(SourceFile:14)
    at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:176)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.renderer.entity.RenderBiped.<init>(SourceFile:19)
    at net.minecraft.client.renderer.entity.RenderSkeleton.<init>(SourceFile:14)
    at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:176)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 332037160 bytes (316 MB) / 1073741824 bytes (1024 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 83 mods loaded, 82 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                     | Version                   | Source                                             | Signature                                |
    |:----- |:---------------------- |:------------------------- |:-------------------------------------------------- |:---------------------------------------- |
    | L     | minecraft              | 1.12.2                    | minecraft.jar                                      | None                                     |
    | L     | mcp                    | 9.42                      | minecraft.jar                                      | None                                     |
    | L     | FML                    | 8.0.99.99                 | forge-1.12.2-14.23.5.2859.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | L     | forge                  | 14.23.5.2859              | forge-1.12.2-14.23.5.2859.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UD    | advancedrocketrycore   | 1                         | minecraft.jar                                      | None                                     |
    | L     | creativecoredummy      | 1.0.0                     | minecraft.jar                                      | None                                     |
    | L     | securitycraft          | v1.9.6                    | [1.12.2]+SecurityCraft+v1.9.6.jar                  | None                                     |
    | L     | movillages             | 1.5.4                     | [1.12]MoVillages-1.5.4.jar                         | None                                     |
    | L     | valkyrienskies         | 1.1.7                     | [[valkyrien-skies-1.1.7-all]].jar                  | None                                     |
    | L     | advancedrocketry       | 1.12.2-2.0.0-13           | AdvancedRocketry-1.12.2-2.0.0-13.jar               | None                                     |
    | L     | ancientbeasts          | 1.9.99999                 | ancientbeasts-1.9.99999.jar                        | None                                     |
    | L     | animania               | 2.0.3.28                  | animania-1.12.2-base-2.0.3.28.jar                  | None                                     |
    | L     | aoa3                   | 3.3.6                     | AoA3-3.3.6.jar                                     | None                                     |
    | L     | avaritia               | 3.3.0                     | Avaritia-1.12.2-3.3.0.37-universal.jar             | None                                     |
    | L     | backpack               | 3.0.2                     | backpack-3.0.2-1.12.2.jar                          | None                                     |
    | L     | betterfoliage          | 2.3.1                     | BetterFoliage-MC1.12-2.3.1.jar                     | None                                     |
    | L     | bookshelf              | 2.3.590                   | Bookshelf-1.12.2-2.3.590.jar                       | None                                     |
    | L     | brandonscore           | 2.4.20                    | BrandonsCore-1.12.2-2.4.20.162-universal.jar       | None                                     |
    | L     | codechickenlib         | 3.2.3.358                 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | None                                     |
    | L     | cofhcore               | 4.6.6                     | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
    | L     | cofhworld              | 1.4.0                     | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
    | L     | extendedrenderer       | v1.0                      | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | coroutil               | 1.12.1-1.2.37             | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | configmod              | v1.0                      | coroutil-1.12.1-1.2.37.jar                         | None                                     |
    | L     | craftstudioapi         | 1.0.0                     | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
    | L     | creativecore           | 1.10.0                    | CreativeCore_v1.10.70_mc1.12.2.jar                 | None                                     |
    | L     | crimsonwarfare         | 1.5                       | crimsonwarfare-1.5.jar                             | None                                     |
    | L     | customnpcs             | 1.12                      | CustomNPCs_1.12.2-(05Jul20).jar                    | None                                     |
    | L     | denseneutroncollectors | @VERSION@                 | denseneutroncollectors-1.1.jar                     | None                                     |
    | L     | divinerpg              | 1.7.1                     | DivineRPG-1.7.1.jar                                | None                                     |
    | L     | draconicevolution      | 2.3.28                    | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None                                     |
    | L     | dsurround              | 3.6.1.0                   | DynamicSurroundings-1.12.2-3.6.1.0.jar             | None                                     |
    | L     | dynamictrees           | 1.12.2-0.9.29             | DynamicTrees-1.12.2-0.9.29.jar                     | None                                     |
    | L     | eplus                  | 5.0.176                   | EnchantingPlus-1.12.2-5.0.176.jar                  | None                                     |
    | L     | ageofabyssalcraft      | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | ageofchaos             | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | ageofminecraft         | 0.7                       | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
    | L     | enhancedvisuals        | 1.3.0                     | EnhancedVisuals_v1.4.4_mc1.12.2.jar                | None                                     |
    | L     | fakename               | 1.2                       | Fakename+MC1.12.2+v1.2.jar                         | None                                     |
    | L     | forgelin               | 1.8.3                     | Forgelin-1.8.3.jar                                 | None                                     |
    | L     | heroesexpansion        | 1.12.2-1.3.5              | HeroesExpansion-1.12.2-1.3.5.jar                   | None                                     |
    | L     | iceandfire             | 1.9.1                     | iceandfire-1.9.1-1.12.2.jar                        | None                                     |
    | L     | mts                    | 22.10.0                   | Immersive+Vehicles-1.12.2-22.10.0.jar              | None                                     |
    | L     | inventorypets          | 2.0.15                    | inventorypets-1.12-2.0.15.jar                      | None                                     |
    | L     | jei                    | 4.16.1.301                | jei_1.12.2-4.16.1.301.jar                          | None                                     |
    | L     | herobrine              | 0.5.4                     | LegendOfHerobrine-1.12.2-0.5.4.jar                 | None                                     |
    | L     | libvulpes              | 0.4.2.-25                 | LibVulpes-1.12.2-0.4.2-25-universal.jar            | None                                     |
    | L     | lostcities             | 2.0.22                    | lostcities-1.12-2.0.22.jar                         | None                                     |
    | L     | lotsoffoodrev          | 1.5                       | LotsOfFoodRev-1.12.x-v1.5.jar                      | None                                     |
    | L     | lycanitesmobs          | 2.0.8.9 - MC 1.12.2       | lycanitesmobs-1.12.2-2.0.8.9.jar                   | None                                     |
    | L     | mcgltf                 | 1.12.2-Forge-2.0.3.0      | MCglTF-1.12.2-Forge-2.0.3.0.jar                    | None                                     |
    | L     | mcheliext              | 1.2.1                     | mcheliext-1.2.1.jar                                | None                                     |
    | L     | nsutils                | 1.6.10                    | mcheliext-1.2.1.jar                                | None                                     |
    | L     | mwc                    | 0.1-Dev-16                | Modern-Warfare-Cubed-0.1-Dev-16.jar                | None                                     |
    | L     | modularwarfare         | 2.4.2f                    | modularwarfare-2.4.2f.jar                          | None                                     |
    | L     | mowziesmobs            | 1.5.8                     | mowziesmobs-1.5.8.jar                              | None                                     |
    | L     | mutantbeasts           | 1.12.2-1.0.2              | MutantBeasts-1.12.2-1.0.2.jar                      | None                                     |
    | L     | mw                     | 0.4.6.2                   | mw_2.0-0.4.6.2_mc1.12.2.jar                        | None                                     |
    | L     | nocubessrparmory       | 3.0.0                     | NoCubes_SRP_Combat_Addon_3.0.0.jar                 | None                                     |
    | L     | nocubessrpnests        | 3.0.0                     | NoCubes_SRP_Nests_Addon_3.0.0.jar                  | None                                     |
    | L     | nocubessrpsurvival     | 3.0.0                     | NoCubes_SRP_Survival_Addon_3.0.0.jar               | None                                     |
    | L     | hbm                    | NTM-Extended-1.12.2-1.9.8 | NTM-Extended-1.12.2-1.9.8.jar                      | None                                     |
    | L     | redstoneflux           | 2.1.1                     | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
    | L     | scp                    | 2.4.2                     | SCP+Lockdown-1.12.2-2.4.2-release.jar              | None                                     |
    | L     | spartanshields         | 1.5.5                     | SpartanShields-1.12.2-1.5.5.jar                    | None                                     |
    | L     | spartanweaponry        | 1.5.3                     | SpartanWeaponry-1.12.2-1.5.3.jar                   | None                                     |
    | L     | srparasites            | 1.9.12                    | SRParasites-1.12.2v1.9.12.jar                      | None                                     |
    | L     | thermaldynamics        | 2.5.6                     | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
    | L     | thermalexpansion       | 5.5.7                     | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
    | L     | thermalfoundation      | 2.6.7                     | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
    | L     | toughasnails           | 3.1.0.141                 | ToughAsNails-1.12.2-3.1.0.141-universal.jar        | None                                     |
    | L     | twilightforest         | 3.11.1021                 | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |
    | L     | unucivil               | 5.3.2                     | UNU+Civilian+Pack+[MTS]+1.12.2-21.3.0-5.3.2.jar    | None                                     |
    | L     | unumilitary            | 5.0.0                     | UNU+Military+Pack+[MTS]+1.12.2-21.3.0-5.0.0.jar    | None                                     |
    | L     | unuparts               | 5.1.4                     | UNU+Parts+Pack+[MTS]+1.12.2-21.3.0-5.1.4.jar       | None                                     |
    | L     | wastelands             | 1.2.2                     | wastelands-1.2.2-null-universal.jar                | None                                     |
    | L     | weather2               | 1.12.1-2.6.12             | weather2-1.12.1-2.6.12.jar                         | None                                     |
    | L     | worldedit              | 6.1.10                    | worldedit-forge-mc1.12.2-6.1.10-dist.jar           | None                                     |
    | L     | immersiveengineering   | 0.12-98                   | ImmersiveEngineering-0.12-98.jar                   | None                                     |
    | L     | immersiveintelligence  | 0.2.1                     | immersiveintelligence-0.2.1.jar                    | None                                     |
    | L     | llibrary               | 1.7.20                    | llibrary-1.7.20-1.12.2.jar                         | None                                     |
    | L     | orelib                 | 3.6.0.1                   | OreLib-1.12.2-3.6.0.1.jar                          | None                                     |
    | L     | weeping-angels         | 1.12.2-46                 | weeping-angels-46.jar                              | None                                     |

    Loaded coremods (and transformers): 
SecurityCraftLoadingPlugin ([1.12.2]+SecurityCraft+v1.9.6.jar)
  
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
  
IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
ForgelinPlugin (Forgelin-1.8.3.jar)
  
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
weaponlib (Modern-Warfare-Cubed-0.1-Dev-16.jar)
  com.paneedah.weaponlib.core.WeaponlibClassTransformer
MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
  
weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  
modularwarfare (modularwarfare-2.4.2f.jar)
  com.modularwarfare.core.net.optifine.shaders.ShadersRender
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.25' Renderer: 'GeForce GPU/PCIe/SSE2'
    Launched Version: 1.12.2-forge-14.23.5.2859
    LWJGL: 2.9.4
    OpenGL: GeForce GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: !     �9midnight �8[�f16�9x�8]�f.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_G5
    OptiFine Build: 20210124-142939
    Render Distance Chunks: 24
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 391.25
    OpenGlRenderer: GeForce GPU/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

 

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • As a software developer from Sakha Republic, Russia. and like many in my field, I am quite tech-savvy. However, I recently became a victim of a cryptocurrency scam that cost me more than 10 million in my currency. The experience was not only financially devastating but also emotionally draining. I reported the crime to the authorities, hoping for a swift resolution, but I was frustrated and lacked results. It felt like I was in a maze with no exit. Feeling stuck and desperate, I turned to fellow developers for advice. One of them recommended a company called Muyern Trust Hacker. Initially, I was hesitant; I had heard mixed reviews about recovery services and I was concerned about falling victim to another scam. However, after speaking with their team, I was impressed by their professionalism and the clarity of their recovery methods. The team at Muyern Trust Hacker was dedicated and responsive, providing regular updates on their progress. It was refreshing to work with professionals who genuinely cared about my situation and were committed to helping me recover my lost funds. To my astonishment, they managed to recover most of my lost funds. The experience taught me valuable lessons about the risks of cryptocurrency investments and the importance of vigilance in the digital space.
    • Hello! I am the leader of this rp community for a Minecraft rp server and I would like to lend out an invitation to you all to join! We are on a rp server meaning we are going to do some rp and have characters, lore, stories and more! If you want to join just click the discord link below and I’ll help guide you through the process in joining the server and joining us on the server which should be easy. (NOTE: server requires you have to be 16 years old or older) (Java only!) Discord: https://discord.gg/V9uxjKQ7dB
    • these are the errors at startup [06nov2024 19:13:37.566] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.11, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [06nov2024 19:13:37.570] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 23.0.1 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0 [06nov2024 19:13:39.173] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [06nov2024 19:13:39.178] [main/INFO] [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good... [06nov2024 19:13:39.398] [main/INFO] [mixin-transmog/]: Redefining 5 mixin classes [06nov2024 19:13:39.412] [main/INFO] [mixin-transmog/]: crimes against java were committed [06nov2024 19:13:39.413] [main/INFO] [com.teampotato.redirector.Redirector/]: Redirector CoreMod initialized successfully! [06nov2024 19:13:39.424] [main/INFO] [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier! [06nov2024 19:13:39.453] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/zappi/OneDrive/Desktop/server%20forge/mods/Connector-1.0.0-beta.18+1.20.1-full.jar%23386%23390!/ Service=ModLauncher Env=SERVER [06nov2024 19:13:40.424] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.11\fmlcore-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.427] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.11\javafmllanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.430] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.11\lowcodelanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:40.433] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\zappi\OneDrive\Desktop\server forge\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.11\mclanguage-1.20.1-47.3.11.jar is missing mods.toml file [06nov2024 19:13:41.061] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [06nov2024 19:13:41.062] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\curios-forge-5.10.0+1.20.1.jar [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: terrablender. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\TerraBlender-forge-1.20.1-3.0.1.7.jar [06nov2024 19:13:41.063] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\zappi\OneDrive\Desktop\server forge\mods\aeroblender-1.20.1-1.0.1-neoforge.jar [06nov2024 19:13:41.063] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 97 dependencies adding them to mods collection [06nov2024 19:13:42.637] [main/INFO] [dev.su5ed.sinytra.connector.locator.DependencyResolver/]: Dependency resolution found 11 candidates to load [06nov2024 19:13:43.954] [main/INFO] [Configured Defaults/]: Applying default files...
    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
  • Topics

×
×
  • Create New...

Important Information

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