Avatar Mod 2: Out of the Iceberg

Avatar Mod 2: Out of the Iceberg

3M Downloads

My game wont load

Daggaron opened this issue ยท 0 comments

commented

whenever i try and load the game, forge crashes after loading the 2nd out of 7 batches
and this is the crash report it gives:

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 7/1/21 9:18 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Avatar Mod: Out of the Iceberg (avatarmod)
Caused by: Can't construct a java object for tag:yaml.org,2002:com.crowsofwar.avatar.common.config.ConfigClient$ActiveBendingSettings; exception=Class not found: com.crowsofwar.avatar.common.config.ConfigClient$ActiveBendingSettings
in 'string', line 3, column 24:
activeBendingSettings: !!com.crowsofwar.avatar.common.c ...
^

at com.crowsofwar.avatar.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:314)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:453)
at com.crowsofwar.avatar.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:184)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:434)
at com.crowsofwar.avatar.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:521)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:159)
at com.crowsofwar.avatar.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:146)
at com.crowsofwar.avatar.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
at com.crowsofwar.avatar.snakeyaml.Yaml.load(Yaml.java:437)
at com.crowsofwar.gorecore.config.ConfigLoader.loadMap(ConfigLoader.java:406)
at com.crowsofwar.gorecore.config.ConfigLoader.load(ConfigLoader.java:466)
at com.crowsofwar.gorecore.config.ConfigLoader.load(ConfigLoader.java:438)
at com.crowsofwar.avatar.config.ConfigClient.load(ConfigClient.java:67)
at com.crowsofwar.avatar.AvatarMod.preInit(AvatarMod.java:201)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
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.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
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)

Caused by: com.crowsofwar.avatar.snakeyaml.error.YAMLException: Class not found: com.crowsofwar.avatar.common.config.ConfigClient$ActiveBendingSettings
at com.crowsofwar.avatar.snakeyaml.constructor.Constructor.getClassForNode(Constructor.java:642)
at com.crowsofwar.avatar.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:300)
at com.crowsofwar.avatar.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309)
... 58 more

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

-- 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: 532359248 bytes (507 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2855 Optifine OptiFine_1.12.2_HD_U_G5 6 mods loaded, 6 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                                |
|:----- |:--------- |:-------------- |:----------------------------- |:---------------------------------------- |
| LCH   | minecraft | 1.12.2         | minecraft.jar                 | None                                     |
| LCH   | mcp       | 9.42           | minecraft.jar                 | None                                     |
| LCH   | FML       | 8.0.99.99      | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge     | 14.23.5.2855   | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | gorecore  | 1.12.2-0.4.5   | avatarmod-1.6.0-alpha.14.jar  | None                                     |
| LCE   | avatarmod | 1.6.0-alpha.14 | avatarmod-1.6.0-alpha.14.jar  | None                                     |

Loaded coremods (and transformers): 
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
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 456.71
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

does anyone know what the problem is?