---- Minecraft Crash Report ----
WARNING: coremods are present:
ShaderHookLoader (Minema-3.6.1-1.12.2.jar)
McLib core mod (mclib-2.3.1-1.12.2.jar)
BlockbusterCore (blockbuster-2.3.1-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 8/23/21 1:19 PM
Description: Unexpected error
java.lang.IncompatibleClassChangeError: Expected static method software.bernie.geckolib3.geo.render.GeoBuilder.constructGeoModel(Lsoftware/bernie/geckolib3/geo/raw/tree/RawGeometryTree;)Lsoftware/bernie/geckolib3/geo/render/built/GeoModel;
at mchorse.chameleon.geckolib.ChameleonLoader.loadModel(ChameleonLoader.java:69)
at mchorse.chameleon.ClientProxy.reloadModelFolder(ClientProxy.java:167)
at mchorse.chameleon.ClientProxy.recursiveReloadModel(ClientProxy.java:107)
at mchorse.chameleon.ClientProxy.reloadModels(ClientProxy.java:80)
at mchorse.chameleon.metamorph.ChameleonSection.update(ChameleonSection.java:28)
at mchorse.metamorph.api.creative.MorphList.update(MorphList.java:35)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphs.setupSections(GuiCreativeMorphs.java:34)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphsList.reload(GuiCreativeMorphsList.java:121)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphsList.<init>(GuiCreativeMorphsList.java:112)
at mchorse.metamorph.client.gui.creative.GuiCreativeScreen.<init>(GuiCreativeScreen.java:80)
at mchorse.metamorph.client.KeyboardHandler.onKey(KeyboardHandler.java:73)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_60_KeyboardHandler_onKey_KeyInputEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:565)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2017)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
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 mchorse.chameleon.geckolib.ChameleonLoader.loadModel(ChameleonLoader.java:69)
at mchorse.chameleon.ClientProxy.reloadModelFolder(ClientProxy.java:167)
at mchorse.chameleon.ClientProxy.recursiveReloadModel(ClientProxy.java:107)
at mchorse.chameleon.ClientProxy.reloadModels(ClientProxy.java:80)
at mchorse.chameleon.metamorph.ChameleonSection.update(ChameleonSection.java:28)
at mchorse.metamorph.api.creative.MorphList.update(MorphList.java:35)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphs.setupSections(GuiCreativeMorphs.java:34)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphsList.reload(GuiCreativeMorphsList.java:121)
at mchorse.metamorph.client.gui.creative.GuiCreativeMorphsList.<init>(GuiCreativeMorphsList.java:112)
at mchorse.metamorph.client.gui.creative.GuiCreativeScreen.<init>(GuiCreativeScreen.java:80)
at mchorse.metamorph.client.KeyboardHandler.onKey(KeyboardHandler.java:73)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_60_KeyboardHandler_onKey_KeyInputEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:565)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2017)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['xOz6'/4, l='MpServer', x=-752.40, y=11.00, z=1851.93]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-830,4,1572), Chunk: (at 2,0,4 in -52,98; contains blocks -832,0,1568 to -817,255,1583), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
Level time: 588079 game time, 1000 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 4 total; [EntityHorse['말'/5, l='MpServer', x=-771.86, y=4.00, z=1908.78], EntityVillager['주민'/6, l='MpServer', x=-792.33, y=4.00, z=1877.30], EntityVillager['주민'/7, l='MpServer', x=-799.37, y=4.00, z=1867.50], EntityPlayerSP['xOz6'/4, l='MpServer', x=-752.40, y=11.00, z=1851.93]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
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: 890580192 bytes (849 MB) / 1607991296 bytes (1533 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 13 mods loaded, 11 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 |
|:------ |:---------------- |:------------ |:-------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | mclib | 2.3.1 | mclib-2.3.1-1.12.2.jar | None |
| LCHIJA | aperture | 1.6.1 | aperture-1.6.1-1.12.2.jar | None |
| LCHIJA | metamorph | 1.2.9 | metamorph-1.2.9-1.12.2.jar | None |
| LCHIJA | blockbuster | 2.3.1 | blockbuster-2.3.1-1.12.2.jar | None |
| LCHIJA | geckolib3 | 3.0.0 | geckolib-forge-1.12.2-3.0.0-beta.8.jar | None |
| LCHIJA | chameleon_morph | 1.0.3 | chameleon-1.0.3.jar | None |
| LCHIJA | minema | 3.6.1 | Minema-3.6.1-1.12.2.jar | None |
| UD | blockbuster_core | 2.3.1 | minecraft.jar | None |
| UD | mclib_core | 2.3.1 | minecraft.jar | None |
Loaded coremods (and transformers):
ShaderHookLoader (Minema-3.6.1-1.12.2.jar)
info.ata4.minecraft.minema.shaderHook_coremod.ShaderHookInjector
McLib core mod (mclib-2.3.1-1.12.2.jar)
mchorse.mclib.core.McLibCMClassTransformer
BlockbusterCore (blockbuster-2.3.1-1.12.2.jar)
mchorse.blockbuster.core.BBCoreClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 1660 SUPER/PCIe/SSE2'
Launched Version: forge-14.23.5.2855
LWJGL: 2.9.4
OpenGL: GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, 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: 한국어 (대한민국)
Profiler Position: N/A (disabled)
CPU: 6x AMD Ryzen 5 3500 6-Core Processor
Chameleon 문제인것같은데
해결방법을 모르 겠습니다
댓글이 없습니다.
새로운 댓글을 등록해 주세요!