Перейти к публикации

Вылетает после длительной загрузки лаунчера


Рекомендованные сообщения

[20:30:58] [INFO]: Loading display...
[20:30:58] [INFO]: Platform:
[20:30:58] [INFO]:   Display:
[20:30:58] [INFO]:       Resolution: 1920x1080
[20:30:58] [INFO]:       Scale: auto (min: x1, max: x1)
[20:30:58] [INFO]:       Styles:
[20:30:58] [INFO]:           - "default"
[20:30:58] [INFO]:   OS: WINDOWS (Windows 10)
[20:30:58] [INFO]:   Arch: x64 (amd64)
[20:30:58] [INFO]:   Total memory: 16321mb
[20:30:58] [INFO]:   Allowed memory: 16321mb
[20:30:58] [INFO]: Loading textures of style <default>...
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/window.default.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/btn.app.close.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.social.vk.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/window.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.memory.slider.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/client.icon.png
[20:30:58] [INFO]:    assets/textures/gui/default/auth/field.pass.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.background.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/progressbar.download.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.profile.popup.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/btn.confirm.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/client.background.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.logo.png
[20:30:58] [INFO]:    assets/textures/gui/default/auth/btn.sign.icon.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.checkbox.png
[20:30:58] [INFO]:    assets/textures/gui/default/comp/checkbox.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.social.discord.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.profile.user.steve.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/launcher.scale.arrow.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/window.downloader.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/client.options.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.app.minimize.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.background.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.profile.form.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.background.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.profile.user.mask.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/btn.default.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/field.secret_key.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/root.scrollbar.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/btn.app.minimize.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/logo.loader.png
[20:30:58] [INFO]:    assets/textures/gui/default/auth/btn.sign.background.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/window.loader.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/btn.default.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.logout.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/client.play.png
[20:30:58] [INFO]:    assets/textures/gui/default/auth/field.login.png
[20:30:58] [INFO]:    assets/textures/gui/default/auth/btn.join.png
[20:30:58] [INFO]:    assets/textures/gui/default/main/header.app.close.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/client.dlc.scrollbar.png
[20:30:58] [INFO]:    assets/textures/gui/default/dialog/settings/comp.border.png
[20:30:58] [INFO]: Loading profile...
[20:30:58] [INFO]: Handshaking...
[20:30:59] [INFO]: Auth with login <Xperian>
[20:31:02] [INFO]: Auth response: success
[20:31:02] [INFO]: Permissions:
[20:31:02] [INFO]:    - "dev.run.invalidate.post"
[20:31:02] [INFO]:    - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя"
[20:31:02] [INFO]: Styles:
[20:31:02] [INFO]:    - "default"
[20:31:02] [INFO]: Saving display...
[20:31:02] [INFO]: Loading textures of style <default>...
[20:31:02] [WARN]: Could not load profile skin
javax.imageio.IIOException: Can't get input stream from URL!
    at javax.imageio.ImageIO.read(ImageIO.java:1395) ~[?:1.8.0_221]
    at ru.excalibur.launcher.c.f.f.k(sd:695) [launcher.jar:?]
    at ru.excalibur.launcher.c.h.run(hm:55) [launcher.jar:?]
Caused by: java.io.FileNotFoundException: http://ex-server.ru/skins/Xperian.png
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_221]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_221]
    at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_221]
    at javax.imageio.ImageIO.read(ImageIO.java:1393) ~[?:1.8.0_221]
    ... 2 more
[20:31:02] [INFO]: Saving profile...
[20:31:02] [INFO]: Updating server-list...
[20:31:03] [INFO]: Loading server-list caches...
[20:31:03] [INFO]: Updating server-content <CLASSIC>...
[20:31:03] [INFO]: Updating server-content <CLASSIC1201>...
[20:31:03] [INFO]: Downloading bundle: <606118606eb73367aa01c21eab5ace83>
[20:31:04] [INFO]: Updating server-content <INDUSTRIAL>...
[20:31:04] [INFO]: Updating server-content <TECHNOMAGIC>...
[20:31:04] [INFO]: Updating server-content <RPG>...
[20:31:04] [INFO]: Updating server-content <MAGIC>...
[20:31:04] [INFO]: Updating server-content <HITECH2>...
[20:31:04] [INFO]: Downloading bundle: <aa53feb2be5f70896c4c28fa2c8b3548>
[20:31:04] [INFO]: Updating server-content <TECHNOMAGICEVO>...
[20:31:04] [INFO]: Updating server-content <ANARCHY>...
[20:31:04] [INFO]: Updating server-content <GALAXYTECH2>...
[20:31:04] [INFO]: Updating server-content <SKYFACTORY>...
[20:31:04] [INFO]: Updating server-content <ONEBLOCK>...
[20:31:04] [INFO]: Updating server-content <EPICWORLD>...
[20:31:04] [INFO]: Updating server-content <WIZARDRY>...
[20:31:04] [INFO]: Updating server-content <PIXELMON>...
[20:31:04] [INFO]: Updating server-content <TERRAFIRMAGREG2>...
[20:31:04] [INFO]: Updating server-content <INDUSTRIALRETRO>...
[20:31:04] [INFO]: Downloading bundle: <2323ddf11cde5286891883007bd3af0f>
[20:31:04] [INFO]: Updating server-content <STALKER>...
[20:31:04] [INFO]: Saving server-list caches...
[20:31:08] [INFO]: ------------------------------------
[20:31:08] [INFO]: Preparing client <TECHNOMAGICEVO>
[20:31:08] [INFO]: Checking content files...
[20:31:11] [INFO]: ------------------------------------
[20:31:11] [INFO]: Launching client <TECHNOMAGICEVO>
[20:31:11] [INFO]: Minecraft version: 1.12.2
[20:31:11] [INFO]: Performance mode: enbaled
[20:31:11] [INFO]: Memory size: Optional.emptymb
[20:31:11] [INFO]: PRE validating context...
[20:31:11] [INFO]: Removing illegal modification: C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-98\ImmersiveEngineering-core-0.12-98.jar
[20:31:11] [INFO]: Removing illegal modification: C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods\memory_repo\net\ilexiconn\llibrary-core\1.0.11-1.12.2\llibrary-core-1.0.11-1.12.2.jar
[20:31:12] [INFO]: [20:31:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:31:12] [INFO]: [20:31:12] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:31:12] [INFO]: [20:31:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:31:12] [INFO]: [20:31:12] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[20:31:12] [INFO]: [20:31:12] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Users\Alexandr\AppData\Roaming\exjava\jvm
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[20:31:12] [INFO]: [20:31:12] [main/INFO] [FML]: Searching C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods for mods
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-C0-ClientFixer1122.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod ClientFixer (com.gamerforea.clientfixer.loader.CoreMod) is not signed!
[20:31:12] [INFO]: [20:31:12] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from mod-C0-ClientFixerMixin1122.jar
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-C0-foamfix01010.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:12] [INFO]: [20:31:12] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from mod-C0-OptiFineHDUF5.jar
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-C1-XaerosMinimap211501_technomagicevo.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod XaeroMinimapPlugin (xaero.common.core.XaeroMinimapPlugin) is not signed!
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-S1-Forgelin184-EX53.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[20:31:12] [INFO]: [20:31:12] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-S1-HammerLib-20628-EX61.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod HCASM (com.zeitheron.hammercore.asm.HCASM) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-S1-ThaumicAugmentation-2013.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod Thaumic Augmentation Core Plugin (thecodex6824.thaumicaugmentation.core.ThaumicAugmentationCore) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-S1-wings-116-EX85.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod wings (me.paulf.wings.server.asm.plugin.WingsLoadingPlugin) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from mod-S6-supermartijn642corelib-1.0.19-EX69.jar
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mod-S9-CreativeCore_v1.10.20-EX91.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from mod-C0-phosphor026build50.jar
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8.1 Source=file:/C:/Users/Alexandr/AppData/Roaming/.exlauncher/clients/technomagicevo/mods/mod-C0-ClientFixerMixin1122.jar Service=LaunchWrapper Env=CLIENT
[20:31:13] [INFO]: [20:31:13] [main/WARN] [FML]: The coremod SuperMartijn642's Core Lib Plugin (com.supermartijn642.core.mixin.CoreModPlugin) is not signed!
[20:31:13] [INFO]: [20:31:13] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[20:31:13] [INFO]: [20:31:13] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[20:31:13] [INFO]: [20:31:13] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[20:31:13] [INFO]: [20:31:13] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[20:31:13] [INFO]: [20:31:13] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[20:31:13] [INFO]: [20:31:13] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[20:31:13] [INFO]: [20:31:13] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods\mod-C0-OptiFineHDUF5.jar
[20:31:13] [INFO]: [20:31:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[20:31:15] [INFO]: [20:31:15] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[20:31:15] [INFO]: [20:31:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[20:31:16] [INFO]: [20:31:16] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered.
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[20:31:16] [INFO]: [20:31:16] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[20:31:16] [INFO]: [20:31:16] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraftforge.client.ForgeHooksClient (net.minecraftforge.client.ForgeHooksClient)...
[20:31:16] [INFO]: [20:31:16] [main/INFO] [Hammer Core [ASM]]:   -Patched handleCameraTransforms!
[20:31:16] [INFO]: [20:31:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.gamerforea.clientfixer.asm.ASMTransformer' was detected and will no longer process meta class data
[20:31:16] [INFO]: [20:31:16] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
[20:31:16] [INFO]: [20:31:16] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[20:31:16] [INFO]: [20:31:16] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[20:31:16] [INFO]: [20:31:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
[20:31:16] [INFO]: [20:31:16] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...
[20:31:16] [INFO]: [20:31:16] [main/INFO] [Hammer Core [ASM]]:   -Patching World
[20:31:16] [INFO]: [20:31:16] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'k', replaced nx.e()V with HC call.
[20:31:16] [INFO]: [20:31:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.zeitheron.hammercore.asm.HammerCoreTransformer' was detected and will no longer process meta class data
[20:31:16] [INFO]: [20:31:16] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bud net.minecraft.client.entity.EntityPlayerSP
[20:31:17] [INFO]: 
[20:31:17] [INFO]: [20:31:17] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.client.entity.EntityPlayerSP
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bua net.minecraft.client.entity.AbstractClientPlayer
[20:31:17] [INFO]: 
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class aed net.minecraft.entity.player.EntityPlayer
[20:31:17] [INFO]: 
[20:31:17] [INFO]: [20:31:17] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.entity.EntityLivingBase. This may cause patch issues
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]:   -Patching EntityLivingBase
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'onItemUseFinish': added event call.
[20:31:17] [INFO]: [20:31:17] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.nbt.NBTTagList. This may cause patch issues
[20:31:17] [INFO]: [20:31:17] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.entity.player.EntityPlayerMP. This may cause patch issues
[20:31:17] [INFO]: [20:31:17] [main/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.EntityLivingBase
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]:   -Patching World
[20:31:17] [INFO]: [20:31:17] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'k', replaced nx.e()V with HC call.
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:135]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bsb net.minecraft.client.multiplayer.WorldClient
[20:31:17] [INFO]: [20:31:17] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraftforge.client.GuiIngameForge net.minecraftforge.client.GuiIngameForge
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.world.WorldServer
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.profiler.Profiler (rl)...
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched startSection!
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched endSection!
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched endStartSection!
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraftforge.client.ForgeHooksClient (net.minecraftforge.client.ForgeHooksClient)...
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched handleCameraTransforms!
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.client.renderer.RenderGlobal
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Xperian
[20:31:17] [INFO]: [20:31:17] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.block.Block
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.item.EntityItem (acl)...
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [Hammer Core [ASM]]:   -Patching EntityItem
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [Hammer Core [ASM]]:     -Modified method 'attackEntityFrom': added event call.
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.block.state.BlockStateContainer$StateImplementation
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[20:31:18] [INFO]: [20:31:18] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.monster.EntityEnderman$AITakeBlock
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.ai.EntityAIEatGrass
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.passive.EntityRabbit$AIRaidFarm
[20:31:19] [INFO]: [20:31:19] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.entity.ai.EntityAIHarvestFarmland
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Config]: [OptiFine] *** Reflector Forge ***
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[20:31:20] [INFO]: [20:31:20] [Client thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class brz net.minecraft.client.network.NetHandlerPlayClient
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.network.NetHandlerPlayServer
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.client.renderer.RenderGlobal
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:89]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [thaumicaugmentationcore]: Successfully transformed class net.minecraft.client.model.ModelBiped
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.client.renderer.RenderItem (bzw)...
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]:   -Coloring Item Glint...
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]:     -Sending instructions to RenderItem for function renderItem
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]:     -Sending instructions to RenderItem for function renderEffect
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]:     -Sending instructions to RenderItem for function renderItemModel
[20:31:20] [INFO]: [20:31:20] [Client thread/INFO] [Hammer Core [ASM]]:     -Sending instructions to RenderItem for function renderItemModelIntoGUI
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.client.renderer.entity.RenderManager (bzf)...
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched renderEntity!
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] *** Reflector Vanilla ***
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class brs net.minecraft.client.model.ModelRenderer
[20:31:21] [INFO]: 
[20:31:21] [INFO]: [20:31:21] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] 
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_F5
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] Build: 20191204-141934
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] Java: 1.8.0_221, Oracle Corporation
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] LWJGL: 2.9.4
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] OpenGL: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2, version 4.6.0 NVIDIA 536.67, NVIDIA Corporation
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] OpenGL Version: 4.6.0
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.client.renderer.GlStateManager (bus)...
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched enableLighting!
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Hammer Core [ASM]]:   -Patched disableLighting!
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [Config]: [OptiFine] Maximum texture size: 32768x32768
[20:31:21] [INFO]: [20:31:21] [VersionCheck/INFO] [Config]: [OptiFine] Checking for new version
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 536.67
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Vendor:  NVIDIA Corporation
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Renderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[20:31:21] [INFO]: [20:31:21] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Load shaders configuration.
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Save shaders configuration.
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] No shaderpack loaded.
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
[20:31:22] [INFO]: [20:31:22] [VersionCheck/INFO] [Config]: [OptiFine] Version found: G5
[20:31:22] [INFO]: [20:31:22] [Client thread/WARN] [LLibrary Core]: Unable to call Core API! It has not been initialized yet!
[20:31:22] [INFO]: [20:31:22] [Client thread/WARN] [LLibrary Core]: Unable to call Core API! It has not been initialized yet!
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_F5, enabling compatibility features
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2855 Initialized
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
[20:31:22] [INFO]: [20:31:22] [Client thread/INFO] [FML]: Searching C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods for mods
[20:31:23] [INFO]: [20:31:23] [Client thread/ERROR] [FML]: Unable to parse dependency for mod 'clientfixerfont' with dependency string 'required-after:ClientFixer@[1.12.2-1.9,)'. The modId 'ClientFixer' must be all lowercase.
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[20:31:23] [INFO]: [20:31:23] [Client thread/ERROR] [FML]: Unable to read a class file correctly
[20:31:23] [INFO]: java.lang.SecurityException: SHA-256 digest error for codechicken/nei/NotEnoughItems.class
[20:31:23] [INFO]:     at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:223) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.processEntry(JarVerifier.java:243) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.update(JarVerifier.java:230) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:484) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.a(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:445) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]: [20:31:23] [Client thread/ERROR] [FML]: There was a problem reading the entry codechicken/nei/NotEnoughItems.class in the jar C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\mods\mod-C9-NotEnoughItems245.jar - probably a corrupt zip
[20:31:23] [INFO]: net.minecraftforge.fml.common.LoaderException: java.lang.SecurityException: SHA-256 digest error for codechicken/nei/NotEnoughItems.class
[20:31:23] [INFO]: 
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:445) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]: Caused by: java.lang.SecurityException: SHA-256 digest error for codechicken/nei/NotEnoughItems.class
[20:31:23] [INFO]:     at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:223) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.processEntry(JarVerifier.java:243) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.update(JarVerifier.java:230) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:484) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.a(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
[20:31:23] [INFO]:     ... 17 more
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Zip file mod-C9-NotEnoughItems245.jar failed to read properly, it will be ignored
[20:31:23] [INFO]: net.minecraftforge.fml.common.LoaderException: java.lang.SecurityException: SHA-256 digest error for codechicken/nei/NotEnoughItems.class
[20:31:23] [INFO]: 
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
[20:31:23] [INFO]:     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:445) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
[20:31:23] [INFO]:     at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[20:31:23] [INFO]: Caused by: java.lang.SecurityException: SHA-256 digest error for codechicken/nei/NotEnoughItems.class
[20:31:23] [INFO]:     at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:223) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.processEntry(JarVerifier.java:243) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier.update(JarVerifier.java:230) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:484) ~[?:1.8.0_221]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.a(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
[20:31:23] [INFO]:     at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
[20:31:23] [INFO]:     ... 17 more
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Mod economy_mod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Mod enderbag is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Mod itemicon is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0
[20:31:23] [INFO]: [20:31:23] [Client thread/WARN] [FML]: Mod more_records is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0
[20:31:24] [INFO]: [20:31:24] [Client thread/WARN] [FML]: Mod botanianeedsit is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-3.0-release
[20:31:25] [INFO]: [20:31:25] [Client thread/WARN] [FML]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.10
[20:31:25] [INFO]: [20:31:25] [Client thread/WARN] [FML]: Mod wings is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.6
[20:31:25] [INFO]: [20:31:25] [Client thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
[20:31:26] [INFO]: [20:31:26] [Client thread/WARN] [FML]: Mod magicbees is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[20:31:27] [INFO]: [20:31:27] [Client thread/WARN] [FML]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v5a
[20:31:27] [INFO]: [20:31:27] [Client thread/INFO] [FML]: Forge Mod Loader has identified 148 mods to load
[20:31:27] [INFO]: [20:31:27] [Client thread/WARN] [FML]: Mod mowzies_wings has been disabled through configuration
[20:31:27] [INFO]: [20:31:27] [Client thread/WARN] [FML]: Mod mobends_wings has been disabled through configuration
[20:31:27] [INFO]: [20:31:27] [Client thread/INFO] [FML]: FML has found a non-mod file mod-C0-ClientFixer1122.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:31:27] [INFO]: [20:31:27] [Client thread/INFO] [FML]: FML has found a non-mod file mod-C9-NotEnoughItems245.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:31:27] [INFO]: [20:31:27] [Client thread/INFO] [FML]: FML has found a non-mod file mod-S10-ic2Tweaker020-EX10.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:31:28] [INFO]: [20:31:28] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, xaerominimap_core, creativecoredummy, ClientFixer, foamfixcore, bnbgamingcore, clientfixerfont, economyutils, clientfixermixin, foamfix, hardwareinfo, optifineapi, xaerominimap, waila, thaumicwaila, chatbubbles, fpg, worldeditcuife2, moreoverlays, codechickenlib, jei, jeibees, jee, jeresources, thaumicjei, vk_feed, advancedmachines, clantag, craftaltars, economy_mod, economyore, extraamulets, extraarmour, gifts, hologram, ic2plus, superpickaxe, treasure_chest, wardrobe, worlds, handshake, dragons_radio, aquaculture, bag, craftitems, dailybonus, enderbag, itemicon, more_records, slimerancher, trade, discordsupport, wanditems, itemfinder, advanced_solar_panels, appliedenergistics2, baubles, biomesoplenty, bloodarsenal, bloodmagic, botanianeedsit, botania, botanicadds, ceramics, conarm, crimsonrevelations, energycontrol, energyconverters, extrabotany, forgelin, gravisuite, guideapi, hammercore, immersivepetroleum, ic2, industrialforegoing, threng, libnine, mantle, tconstruct, teslacorelib, teslacorelib_registries, thaumcraft, thaumadditions, thaumicaugmentation, thaumicenergistics, tcinventoryscan, thaumicperiphery, thaumicwonders, twilightforest, vampiresneedumbrellas, teamlapen-lib, vampirism, vampirism_integrations, bauble_wings, wings, ctgui, crafttweaker, crafttweakerjei, modtweaker, mtlib, artemislib, artifacts, brandonscore, chameleon, cofhcore, cofhworld, draconicadditions, draconicevolution, fluxnetworks, ironchest, redstoneflux, storagedrawers, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, extrautils2, binniecore, botany, binniedesign, extrabees, extratrees, genetics, elevatorid, forestry, magicbees, scannable, coralreef, supermartijn642corelib, trashcans, bnbgaminglib, ftblib, ftbquests, itemfilters, triumph, cosmeticarmorreworked, creativecore, opframe, phosphor-lighting, immersiveengineering, llibrary] at CLIENT
[20:31:28] [INFO]: [20:31:28] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, xaerominimap_core, creativecoredummy, ClientFixer, foamfixcore, bnbgamingcore, clientfixerfont, economyutils, clientfixermixin, foamfix, hardwareinfo, optifineapi, xaerominimap, waila, thaumicwaila, chatbubbles, fpg, worldeditcuife2, moreoverlays, codechickenlib, jei, jeibees, jee, jeresources, thaumicjei, vk_feed, advancedmachines, clantag, craftaltars, economy_mod, economyore, extraamulets, extraarmour, gifts, hologram, ic2plus, superpickaxe, treasure_chest, wardrobe, worlds, handshake, dragons_radio, aquaculture, bag, craftitems, dailybonus, enderbag, itemicon, more_records, slimerancher, trade, discordsupport, wanditems, itemfinder, advanced_solar_panels, appliedenergistics2, baubles, biomesoplenty, bloodarsenal, bloodmagic, botanianeedsit, botania, botanicadds, ceramics, conarm, crimsonrevelations, energycontrol, energyconverters, extrabotany, forgelin, gravisuite, guideapi, hammercore, immersivepetroleum, ic2, industrialforegoing, threng, libnine, mantle, tconstruct, teslacorelib, teslacorelib_registries, thaumcraft, thaumadditions, thaumicaugmentation, thaumicenergistics, tcinventoryscan, thaumicperiphery, thaumicwonders, twilightforest, vampiresneedumbrellas, teamlapen-lib, vampirism, vampirism_integrations, bauble_wings, wings, ctgui, crafttweaker, crafttweakerjei, modtweaker, mtlib, artemislib, artifacts, brandonscore, chameleon, cofhcore, cofhworld, draconicadditions, draconicevolution, fluxnetworks, ironchest, redstoneflux, storagedrawers, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, extrautils2, binniecore, botany, binniedesign, extrabees, extratrees, genetics, elevatorid, forestry, magicbees, scannable, coralreef, supermartijn642corelib, trashcans, bnbgaminglib, ftblib, ftbquests, itemfilters, triumph, cosmeticarmorreworked, creativecore, opframe, phosphor-lighting, immersiveengineering, llibrary] at SERVER
[20:31:29] [INFO]: [20:31:29] [Client thread/ERROR] [FML]: The mod codechickenlib is expecting signature f1850c39b2516232a2108a7bd84d1cb5df93b261 for source mod-C9-CodeChickenLib358.jar, however there is no signature matching that description
[20:31:29] [INFO]: [20:31:29] [Client thread/ERROR] [FML]: The mod ic2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source mod-S1-industrialcraft188-ex112.jar, however there is no signature matching that description
[20:31:31] [INFO]: [20:31:31] [Client thread/ERROR] [FML]: The mod wardrobe appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse quarkIntegration; missing dependency: quark
[20:31:32] [INFO]: [20:31:32] [Client thread/INFO] [tconstruct]: Preparing to take over the world
[20:31:33] [INFO]: [20:31:33] [Client thread/ERROR] [FML]: The mod hammercore is expecting signature 9f5e2a811a8332a842b34f6967b7db0ac4f24856 for source mod-S1-HammerLib-20628-EX61.jar, however there is no signature matching that description
[20:31:33] [INFO]: [20:31:33] [Client thread/INFO] [HammerCore]: Added particle lighting supplier
[20:31:34] [INFO]: [20:31:34] [Client thread/WARN] [HammerCore]: *****************************
[20:31:34] [INFO]: [20:31:34] [Client thread/WARN] [HammerCore]: WARNING: Somebody has been tampering with HammerCore jar!
[20:31:34] [INFO]: [20:31:34] [Client thread/WARN] [HammerCore]: It is highly recommended that you redownload mod from https://www.curseforge.com/projects/247401 !
[20:31:34] [INFO]: [20:31:34] [Client thread/WARN] [HammerCore]: *****************************
[20:31:34] [INFO]: [20:31:34] [Client thread/ERROR] [FML]: The mod conarm is expecting signature b33d2c8df492beff56d1bbbc92da49b8ab7345a1 for source mod-S1-conarm-12510.jar, however there is no signature matching that description
[20:31:34] [INFO]: [20:31:34] [Client thread/ERROR] [FML]: Invalid fingerprint detected! The file mod-S1-conarm-12510.jar may have been tampered with. This version will NOT be supported by the author!
[20:31:39] [INFO]: [20:31:39] [Client thread/ERROR] [FML]: The mod immersiveengineering is expecting signature 4cb49fcde3b43048c9889e0a3d083225da926334 for source mod-S1-ImmersiveEngineering-01298-EX22.jar, however there is no signature matching that description
[20:31:41] [INFO]: [20:31:41] [Client thread/INFO] [STDOUT]: [blusunrize.immersiveengineering.ImmersiveEngineering:wrongSignature:175]: [Immersive Engineering/Error] THIS IS NOT AN OFFICIAL BUILD OF IMMERSIVE ENGINEERING! Found these fingerprints: []
[20:31:41] [INFO]: [20:31:41] [Client thread/ERROR] [FML]: The mod teslacorelib is expecting signature @FINGERPRINT@ for source mod-S1-tesla-core-lib-101725-EX53.jar, however there is no signature matching that description
[20:31:41] [INFO]: [20:31:41] [Client thread/ERROR] [FML]: The mod thaumadditions is expecting signature 4d7b29cd19124e986da685107d16ce4b49bc0a97 for source mod-S1-ThaumicAdditions22r-EX61.jar, however there is no signature matching that description
[20:31:42] [INFO]: [20:31:42] [Client thread/INFO] [thaumadditions]: You are running general public build 22r@bc-270518. You're fine! 😉
[20:31:42] [INFO]: [20:31:42] [Client thread/WARN] [thaumadditions]: *****************************
[20:31:42] [INFO]: [20:31:42] [Client thread/WARN] [thaumadditions]: WARNING: Somebody has been tampering with Thaumic Additions (Reconstructed) jar!
[20:31:42] [INFO]: [20:31:42] [Client thread/WARN] [thaumadditions]: It is highly recommended that you redownload mod from https://www.curseforge.com/projects/247401 !
[20:31:42] [INFO]: [20:31:42] [Client thread/WARN] [thaumadditions]: *****************************
[20:31:42] [INFO]: [20:31:42] [Client thread/ERROR] [FML]: The mod thaumicaugmentation is expecting signature 8f678591ba6f78d579e553a8aa94b4c4766cb13d for source mod-S1-ThaumicAugmentation-2013.jar, however there is no signature matching that description
[20:31:44] [INFO]: [20:31:44] [Client thread/WARN] [thaumicaugmentation]: A file failed to match with the signing key.
[20:31:44] [INFO]: [20:31:44] [Client thread/WARN] [thaumicaugmentation]: If you *know* this is a homebrew/custom build then this is expected, carry on.
[20:31:44] [INFO]: [20:31:44] [Client thread/WARN] [thaumicaugmentation]: Otherwise, you might want to redownload this mod from the *official* CurseForge page.
[20:31:45] [INFO]: [20:31:45] [Client thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[20:31:45] [INFO]: [20:31:45] [Client thread/INFO] [draconicevolution]: Draconic Evolution online!
[20:31:45] [INFO]: [20:31:45] [Client thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[20:31:45] [INFO]: [20:31:45] [Client thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it!
[20:31:46] [INFO]: [20:31:46] [Client thread/INFO] [draconicevolution]: Hello Minecraft!!!
[20:31:46] [INFO]: [20:31:46] [Client thread/INFO] [draconicadditions]: I see you, Draconic Evolution...  Ready for a boost?
[20:31:46] [INFO]: [20:31:46] [Client thread/INFO] [draconicevolution]: Upping the potential for my draconic arsonal?  You bet!!!
[20:31:46] [INFO]: [20:31:46] [Client thread/INFO] [draconicadditions]: Then let's do this!
[20:31:46] [INFO]: [20:31:46] [Client thread/INFO] [draconicadditions]: Hello Minecraft!!!
[20:31:49] [INFO]: [20:31:49] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ClientFixerFont, FMLFileResourcePack:EconomyUtils, FMLFileResourcePack:ClientFixerMixin, FMLFileResourcePack:FoamFix, FMLFileResourcePack:HardwareInfo, FMLFileResourcePack:Optifine API, FMLFileResourcePack:Xaero's Minimap, FMLFileResourcePack:Waila, FMLFileResourcePack:ThaumicWaila, FMLFileResourcePack:Chat Bubbles, FMLFileResourcePack:FPG, FMLFileResourcePack:WorldEdit CUI Forge Edition 2, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:VK Feed, FMLFileResourcePack:Advanced Machines, FMLFileResourcePack:ClanTag, FMLFileResourcePack:CraftAltars, FMLFileResourcePack:Economy-mod, FMLFileResourcePack:EconomyOre, FMLFileResourcePack:Extra Amulets, FMLFileResourcePack:ExtraArmour, FMLFileResourcePack:Gifts, FMLFileResourcePack:Hologram, FMLFileResourcePack:IC2Plus, FMLFileResourcePack:SuperPickaxe, FMLFileResourcePack:Treasure Chest, FMLFileResourcePack:Wardrobe Mod, FMLFileResourcePack:Worlds, FMLFileResourcePack:Handshake, FMLFileResourcePack:Dragon's Radio Mod, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Bag, FMLFileResourcePack:CraftItems, FMLFileResourcePack:Daily Bonus, FMLFileResourcePack:Ender Bag, FMLFileResourcePack:Item Icon, FMLFileResourcePack:More Records, FMLFileResourcePack:SlimeRancher, FMLFileResourcePack:Trade, FMLFileResourcePack:DiscordSupport, FMLFileResourcePack:Wand Items, FMLFileResourcePack:ItemFinder, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Arsenal, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania Needs These Things!, FMLFileResourcePack:Botania, FMLFileResourcePack:Botanic Additions, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Construct's Armory, FMLFileResourcePack:Crimson Revelations, FMLFileResourcePack:Energy Control, FMLFileResourcePack:Energy Converters, FMLFileResourcePack:ExtraBotany, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:Gravitation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hammer Core, FMLFileResourcePack:Immersive Petroleum, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Industrial Foregoing, FMLFileResourcePack:Lazy AE2, FMLFileResourcePack:libnine, FMLFileResourcePack:Mantle, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesla Core Lib, FMLFileResourcePack:Tesla Core Lib Registries, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Additions: Reconstructed, FMLFileResourcePack:Thaumic Augmentation, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumcrafft Inventory Scanning, FMLFileResourcePack:Thaumic Periphery, FMLFileResourcePack:Thaumic Wonders, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vampires Need Umbrellas, FMLFileResourcePack:TeamLapen Library, FMLFileResourcePack:Vampirism, FMLFileResourcePack:VampirismIntegrations, FMLFileResourcePack:Bauble Wings, FMLFileResourcePack:Wings, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:MTLib, FMLFileResourcePack:ArtemisLib, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:Chameleon, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:Draconic Additions, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Flux Networks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Elevator Mod, FMLFileResourcePack:Forestry, FMLFileResourcePack:MagicBees, FMLFileResourcePack:Scannable, FMLFileResourcePack:Coralreef, FMLFileResourcePack:SuperMartijn642's Core Lib, FMLFileResourcePack:Trash Cans, FMLFileResourcePack:BNBGamingLib, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Quests, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Triumph, FMLFileResourcePack:CosmeticArmorReworked, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:OnlinePictureFrame, FMLFileResourcePack:Phosphor Lighting Engine, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:LLibrary, HammerCore Connected Models, libnine magic pi pack
[20:31:51] [INFO]: [20:31:51] [Client thread/INFO] [HammerCore]: Reloading 0 shader entities.
[20:31:51] [INFO]: [20:31:51] [Client thread/INFO] [HammerCore]: Created Ender Field GLSL Shader.
[20:31:51] [INFO]: [20:31:51] [Client thread/INFO] [HammerCore]: Reloading 1 variable shader programs.
[20:31:51] [INFO]: [20:31:51] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [FML]: Found 2134 ObjectHolder annotations
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[20:31:54] [INFO]: [20:31:54] [Forge Version Check/INFO] [forge.VersionCheck]: [vampirism_integrations] Starting version check at http://maxanier.de/projects/vampirism/versions_integrations.json
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [clientfixermixin]: Initialization Client Fixer Mixin Mod
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map...
[20:31:54] [INFO]: [20:31:54] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
[20:31:54] [INFO]: 21/07/2023 08:31:54.329 - [INFO] - Init : WorldEdit CUI Forge Edition 2-2.1.2-mf-1.12-14.21.1.2387
[20:31:54] [INFO]: 21/07/2023 08:31:54.331 - [INFO] - Using : BukkitNetworkLib-1.12-1.0.0-SNAPSHOT
[20:31:54] [INFO]: 21/07/2023 08:31:54.332 - [INFO] - Using : guilib-1.12-1.3.0-SNAPSHOT
[20:31:54] [INFO]: 21/07/2023 08:31:54.333 - [INFO] - Using : guiressouceslib-1.12-1.0.0-SNAPSHOT
[20:31:54] [INFO]: 21/07/2023 08:31:54.334 - [INFO] - Using : OverlayLib-1.12-1.0.0-SNAPSHOT
[20:31:55] [INFO]: [20:31:55] [Forge Version Check/INFO] [forge.VersionCheck]: [vampirism_integrations] Found status: OUTDATED Target: 1.3.0
[20:31:55] [INFO]: [20:31:55] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.12.2
[20:31:56] [INFO]: [20:31:56] [Client thread/INFO] [extrautils2]: Extra Utilities 2 JEI Plugin - ACTIVATE!
[20:31:57] [INFO]: [20:31:57] [Forge Version Check/INFO] [forge.VersionCheck]: [crafttweaker] Found status: BETA Target: null
[20:31:57] [INFO]: [20:31:57] [Forge Version Check/INFO] [forge.VersionCheck]: [industrialforegoing] Starting version check at https://raw.githubusercontent.com/Buuz135/Industrial-Foregoing/master/update.json
[20:31:59] [INFO]: [20:31:59] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `ic2ex_invalid`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `advanced_macerator`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `advanced_compressor`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `advanced_extractor`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `advanced_recycler`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advancedmachines` for name `advanced_matter`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `ic2plus` for name `ic2_invalid_machine`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `ic2plus` for name `wireless_machine_charger`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `ic2plus` for name `wireless_machine_receiver`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `molecular_transformer`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `quantum_generator`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `advanced_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `hybrid_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `ultimate_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:00] [INFO]: [20:32:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `advanced_solar_panels` for name `quantum_solar_panel`, expected `ic2`. This could be a intended override, but in most cases indicates a broken mod.
[20:32:19] [INFO]: [20:32:19] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json
[20:32:40] [INFO]: [20:32:40] [Forge Version Check/INFO] [forge.VersionCheck]: [artifacts] Starting version check at https://raw.githubusercontent.com/ochotonida/artifacts/1.12/update.json
[20:33:03] [INFO]: [20:33:03] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalcultivation] Starting version check at https://raw.github.com/cofh/version/master/thermalcultivation_update.json
[20:33:20] [INFO]: [20:33:20] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----
[20:33:20] [INFO]: 
[20:33:20] [INFO]: WARNING: coremods are present:
[20:33:20] [INFO]:   IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
[20:33:20] [INFO]:   SuperMartijn642's Core Lib Plugin (mod-S6-supermartijn642corelib-1.0.19-EX69.jar)
[20:33:20] [INFO]:   ForgelinPlugin (mod-S1-Forgelin184-EX53.jar)
[20:33:20] [INFO]:   ClientFixer (mod-C0-ClientFixer1122.jar)
[20:33:20] [INFO]:   XaeroMinimapPlugin (mod-C1-XaerosMinimap211501_technomagicevo.jar)
[20:33:20] [INFO]:   Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (mod-C0-foamfix01010.jar)
[20:33:20] [INFO]:   llibrary (llibrary-core-1.0.11-1.12.2.jar)
[20:33:20] [INFO]:   Thaumic Augmentation Core Plugin (mod-S1-ThaumicAugmentation-2013.jar)
[20:33:20] [INFO]:   wings (mod-S1-wings-116-EX85.jar)
[20:33:20] [INFO]:   CreativePatchingLoader (mod-S9-CreativeCore_v1.10.20-EX91.jar)
[20:33:20] [INFO]:   PhosphorFMLLoadingPlugin (mod-C0-phosphor026build50.jar)
[20:33:20] [INFO]:   HCASM (mod-S1-HammerLib-20628-EX61.jar)
[20:33:20] [INFO]:   BNBGamingCore (mod-S8-BNBGamingCore-0.12.0-EX88.jar)
[20:33:20] [INFO]: Contact their authors BEFORE contacting forge
[20:33:20] [INFO]: 
[20:33:20] [INFO]: // My bad.
[20:33:20] [INFO]: 
[20:33:20] [INFO]: Time: 7/21/23 8:33 PM
[20:33:20] [INFO]: Description: There was a severe problem during mod loading that has caused the game to fail
[20:33:20] [INFO]: 
[20:33:20] [INFO]: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2)
[20:33:20] [INFO]: Caused by: java.lang.OutOfMemoryError: Java heap space
[20:33:20] [INFO]:     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:172)
[20:33:20] [INFO]:     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:248)
[20:33:20] [INFO]:     at com.google.common.collect.SparseImmutableTable.<init>(SparseImmutableTable.java:90)
[20:33:20] [INFO]:     at com.google.common.collect.RegularImmutableTable.forOrderedComponents(RegularImmutableTable.java:169)
[20:33:20] [INFO]:     at com.google.common.collect.RegularImmutableTable.forCellsInternal(RegularImmutableTable.java:159)
[20:33:20] [INFO]:     at com.google.common.collect.RegularImmutableTable.forCells(RegularImmutableTable.java:131)
[20:33:20] [INFO]:     at com.google.common.collect.ImmutableTable$Builder.build(ImmutableTable.java:359)
[20:33:20] [INFO]:     at com.google.common.collect.ImmutableTable.copyOf(ImmutableTable.java:221)
[20:33:20] [INFO]:     at com.google.common.collect.ImmutableTable.copyOf(ImmutableTable.java:211)
[20:33:20] [INFO]:     at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177235_a(BlockStateContainer.java:289)
[20:33:20] [INFO]:     at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:101)
[20:33:20] [INFO]:     at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:65)
[20:33:20] [INFO]:     at ic2.core.block.state.Ic2BlockState.<init>(Ic2BlockState.java:24)
[20:33:20] [INFO]:     at ic2.core.block.BlockTileEntity.func_180661_e(BlockTileEntity.java:254)
[20:33:20] [INFO]:     at net.minecraft.block.Block.<init>(Block.java:234)
[20:33:20] [INFO]:     at net.minecraft.block.Block.<init>(Block.java:243)
[20:33:20] [INFO]:     at ic2.core.block.BlockBase.<init>(BlockBase.java:45)
[20:33:20] [INFO]:     at ic2.core.block.BlockBase.<init>(BlockBase.java:37)
[20:33:20] [INFO]:     at ic2.core.block.BlockTileEntity.<init>(BlockTileEntity.java:110)
[20:33:20] [INFO]:     at ic2.core.block.BlockTileEntity.create(BlockTileEntity.java:102)
[20:33:20] [INFO]:     at ic2.core.block.BlockTileEntity.create(BlockTileEntity.java:92)
[20:33:20] [INFO]:     at ic2.core.block.TeBlockRegistry.buildBlocks(TeBlockRegistry.java:244)
[20:33:20] [INFO]:     at ic2.core.init.BlocksItems.initBlocks(BlocksItems.java:171)
[20:33:20] [INFO]:     at ic2.core.init.BlocksItems.init(BlocksItems.java:157)
[20:33:20] [INFO]:     at ic2.core.IC2.load(IC2.java:222)
[20:33:20] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:33:20] [INFO]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:33:20] [INFO]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:33:20] [INFO]:     at java.lang.reflect.Method.invoke(Method.java:498)
[20:33:20] [INFO]:     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
[20:33:20] [INFO]:     at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[20:33:20] [INFO]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:33:20] [INFO]: 
[20:33:20] [INFO]: 
[20:33:20] [INFO]: A detailed walkthrough of the error, its code path and all known details is as follows:
[20:33:20] [INFO]: ---------------------------------------------------------------------------------------
[20:33:20] [INFO]: 
[20:33:20] [INFO]: -- System Details --
[20:33:20] [INFO]: Details:
[20:33:20] [INFO]:     Minecraft Version: 1.12.2
[20:33:20] [INFO]:     Operating System: Windows 10 (amd64) version 10.0
[20:33:20] [INFO]:     Java Version: 1.8.0_221, Oracle Corporation
[20:33:20] [INFO]:     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[20:33:20] [INFO]:     Memory: 168110928 bytes (160 MB) / 510066688 bytes (486 MB) up to 510066688 bytes (486 MB)
[20:33:20] [INFO]:     JVM Flags: 8 total; -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -XX:+UseFastEmptyMethods -Xmn256M -XX:+CMSIncrementalMode -XX:+UseCompressedOops -Xmx8192M -Xmx512M
[20:33:20] [INFO]:     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
[20:33:20] [INFO]:     FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_F5 148 mods loaded, 146 mods active
[20:33:20] [INFO]:     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
[20:33:20] [INFO]: 
[20:33:20] [INFO]:     | State | ID                      | Version                    | Source                                        | Signature                                |
[20:33:20] [INFO]:     |:----- |:----------------------- |:-------------------------- |:--------------------------------------------- |:---------------------------------------- |
[20:33:20] [INFO]:     | LCH   | minecraft               | 1.12.2                     | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | mcp                     | 9.42                       | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | FML                     | 8.0.99.99                  | forge-1.12.2-14.23.5.2838.jar                 | None                                     |
[20:33:20] [INFO]:     | LCH   | forge                   | 14.23.5.2855               | forge-1.12.2-14.23.5.2838.jar                 | None                                     |
[20:33:20] [INFO]:     | LCH   | xaerominimap_core       | 1.12.2-1.0                 | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | creativecoredummy       | 1.0.0                      | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | ClientFixer             | 1.12.2-1.9                 | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | foamfixcore             | 7.7.4                      | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | bnbgamingcore           | 0.12.0                     | minecraft.jar                                 | None                                     |
[20:33:20] [INFO]:     | LCH   | clientfixerfont         | 1.0                        | mod-C0-ClientFixerFont.jar                    | None                                     |
[20:33:20] [INFO]:     | LCH   | economyutils            | 1.0                        | mod-C0-ClientFixerFont.jar                    | None                                     |
[20:33:20] [INFO]:     | LCH   | clientfixermixin        | 1.0                        | mod-C0-ClientFixerMixin1122.jar               | None                                     |
[20:33:20] [INFO]:     | LCH   | foamfix                 | 0.10.10-1.12.2             | mod-C0-foamfix01010.jar                       | None                                     |
[20:33:20] [INFO]:     | LCH   | hardwareinfo            | 1.0                        | mod-C0-HardwareInfo1122.jar                   | None                                     |
[20:33:20] [INFO]:     | LCH   | optifineapi             | 3.4                        | mod-C0-OptifineAPI34.jar                      | None                                     |
[20:33:20] [INFO]:     | LCH   | xaerominimap            | 21.15.0.1                  | mod-C1-XaerosMinimap211501_technomagicevo.jar | None                                     |
[20:33:20] [INFO]:     | LCH   | waila                   | 1.8.26                     | mod-C10-Hwyla1826B41.jar                      | None                                     |
[20:33:20] [INFO]:     | LCH   | thaumicwaila            | 1.12.2-0.0.2               | mod-C10-ThaumicWaila-002.jar                  | None                                     |
[20:33:20] [INFO]:     | LCH   | chatbubbles             | 1.0                        | mod-C2-ChatBubbles1122.jar                    | None                                     |
[20:33:20] [INFO]:     | LCH   | fpg                     | 1.12.2                     | mod-C2-ChatFix1122.jar                        | None                                     |
[20:33:20] [INFO]:     | LCH   | worldeditcuife2         | 2.1.2-mf-1.12-14.21.1.2387 | mod-C3-WorldEditCUI2212.jar                   | None                                     |
[20:33:20] [INFO]:     | LCH   | crafttweaker            | 4.1.20                     | mod-S10-CraftTweaker4120.679-EX10.jar         | None                                     |
[20:33:20] [INFO]:     | LCH   | mtlib                   | 3.0.6                      | mod-S10-MTLib306-EX10.jar                     | None                                     |
[20:33:20] [INFO]:     | LCH   | modtweaker              | 4.0.17                     | mod-S10-modtweaker4017-EX10.jar               | None                                     |
[20:33:20] [INFO]:     | LCH   | jei                     | 4.15.0.289                 | mod-C9-jei289.jar                             | None                                     |
[20:33:20] [INFO]:     | LCH   | moreoverlays            | 1.13                       | mod-C8-moreoverlays1121.jar                   | None                                     |
[20:33:20] [INFO]:     | LCH   | codechickenlib          | 3.2.3.358                  | mod-C9-CodeChickenLib358.jar                  | None                                     |
[20:33:20] [INFO]:     | LCE   | ic2                     | 2.8.188-ex112              | mod-S1-industrialcraft188-ex112.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | forestry                | 5.8.2.387                  | mod-S4-forestry582-387.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | jeibees                 | 0.9.0.5                    | mod-C9-JeiBees0905.jar                        | None                                     |
[20:33:20] [INFO]:     | LC    | appliedenergistics2     | rv6-stable-7               | mod-S1-appliedenergistics2-rv6-stable-7.jar   | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
[20:33:20] [INFO]:     | LC    | jee                     | 1.0.8                      | mod-C9-JustEnoughEnergistics-108.jar          | None                                     |
[20:33:20] [INFO]:     | LC    | jeresources             | 0.9.2.60                   | mod-C9-JustEnoughResources09260.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | baubles                 | 1.5.2                      | mod-S1-Baubles152.jar                         | None                                     |
[20:33:20] [INFO]:     | LC    | thaumcraft              | 6.1.BETA26                 | mod-S1-Thaumcraft61BETA26.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | thaumicjei              | 1.6.0                      | mod-C9-ThaumicJEI16027.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | vk_feed                 | 1.0                        | mod-MC1-VKfeed20.jar                          | None                                     |
[20:33:20] [INFO]:     | LC    | advancedmachines        | 2.0                        | mod-MS1-AdvancedMachines-2.0-client.jar       | None                                     |
[20:33:20] [INFO]:     | LC    | clantag                 | 2.0                        | mod-MS1-ClanTags2-client.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | craftaltars             | 1.0                        | mod-MS1-CraftAltars-1.12.2-client.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | economy_mod             | 3.0                        | mod-MS1-EconomyMod30client.jar                | None                                     |
[20:33:20] [INFO]:     | LC    | economyore              | 1.0                        | mod-MS1-EconomyOre1122-Client.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | extraamulets            | 1.0                        | mod-MS1-ExtraAmuletsV2.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | extraarmour             | 1.12.2                     | mod-MS1-ExtraArmour-1.12.2-client.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | gifts                   | 1.12.2                     | mod-MS1-Gifts1122-client.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | hologram                | 2.0                        | mod-MS1-hologram-2.0-client.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | ic2plus                 | 1.0                        | mod-MS1-IC2Plus-client.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | superpickaxe            | 1.12.2-1.0                 | mod-MS1-SuperPickaxe1122-client.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | treasure_chest          | treasure_chest             | mod-MS1-TreasureChest22Client.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | wardrobe                | 1.12.2                     | mod-MS1-Wardrobe1122v3.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | worlds                  | 1.0                        | mod-MS1-Worlds-1122.jar                       | None                                     |
[20:33:20] [INFO]:     | LC    | handshake               | 1.12.2                     | mod-MS10-Handshake-client.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | dragons_radio           | 1.12.2                     | mod-MS16-DragonsRadioModClient1122.jar        | None                                     |
[20:33:20] [INFO]:     | LC    | aquaculture             | 1.0                        | mod-MS4-Aquaculture-1.12.2.jar                | None                                     |
[20:33:20] [INFO]:     | LC    | bag                     | 1.0                        | mod-MS4-Bag-client.jar                        | None                                     |
[20:33:20] [INFO]:     | LC    | craftitems              | 1.12.2                     | mod-MS4-CraftItems-1.12.2.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | dailybonus              | 1.12.2                     | mod-MS4-DailyBonus-21-client.jar              | None                                     |
[20:33:20] [INFO]:     | LC    | enderbag                | 2.0                        | mod-MS4-EnderBag2.jar                         | None                                     |
[20:33:20] [INFO]:     | LC    | itemicon                | 2.0                        | mod-MS4-ItemIcon20Client.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | more_records            | 2.0                        | mod-MS4-MoreRecords2.jar                      | None                                     |
[20:33:20] [INFO]:     | LC    | slimerancher            | 1.0                        | mod-MS4-SlimeRancher1122-client.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | trade                   | 1.12.2                     | mod-MS7-Trade.jar                             | None                                     |
[20:33:20] [INFO]:     | LC    | discordsupport          | 1.7.10                     | mod-MS8-DiscordSupportClient1122.jar          | None                                     |
[20:33:20] [INFO]:     | LC    | wanditems               | 1.0                        | mod-MS8-wanditems2.jar                        | None                                     |
[20:33:20] [INFO]:     | LC    | itemfinder              | 1.12.2-1.0                 | mod-MS9-ItemFinder-client.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | advanced_solar_panels   | 4.3.0                      | mod-S1-AdvancedSolarPanels430.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | biomesoplenty           | 7.0.1.2444                 | mod-S1-BiomesOPlenty-2444.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | guideapi                | 1.12-2.1.8-63              | mod-S1-GuideAP21863-EX19.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | bloodmagic              | 1.12.2-2.4.3-105           | mod-S1-BloodMagic-105.jar                     | None                                     |
[20:33:20] [INFO]:     | LC    | mantle                  | 1.12-1.3.3.55              | mod-S1-Mantle13355-EX40.jar                   | None                                     |
[20:33:20] [INFO]:     | LC    | twilightforest          | 3.11.1021                  | mod-S1-twilightforest-3111021.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | tconstruct              | 1.12.2-2.13.0.183          | mod-S1-TConstruct-2130183-EX40.jar            | None                                     |
[20:33:20] [INFO]:     | LC    | bloodarsenal            | 1.12.2-2.2.2-31            | mod-S1-BloodArsenal-31.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | botania                 | r1.10-363                  | mod-S1-Botaniar1.10-363.jar                   | None                                     |
[20:33:20] [INFO]:     | LC    | botanianeedsit          | 1.12.2-3.0-release         | mod-S1-botanianeedsit-30.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | hammercore              | 2.0.6.28                   | mod-S1-HammerLib-20628-EX61.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | botanicadds             | 12.2.6                     | mod-S1-BotanicAdditions-1226.jar              | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
[20:33:20] [INFO]:     | LC    | ceramics                | 1.12-1.3.7                 | mod-S1-Ceramics-137.jar                       | None                                     |
[20:33:20] [INFO]:     | LC    | conarm                  | 1.2.5.10                   | mod-S1-conarm-12510.jar                       | None                                     |
[20:33:20] [INFO]:     | LC    | crimsonrevelations      | 0.8                        | mod-S1-crimsonrevelations-08.jar              | None                                     |
[20:33:20] [INFO]:     | LC    | energycontrol           | 1.12.2-0.3.1               | mod-S1-EnergyControl-0.3.1.jar                | None                                     |
[20:33:20] [INFO]:     | LC    | energyconverters        | 1.3.7.30                   | mod-S1-energyconverters-1.3.7.30.jar          | None                                     |
[20:33:20] [INFO]:     | LC    | extrabotany             | 60                         | mod-S1-ExtraBotany-r11-60.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | forgelin                | 1.8.4                      | mod-S1-Forgelin184-EX53.jar                   | None                                     |
[20:33:20] [INFO]:     | LC    | gravisuite              | 3.1.1                      | mod-S1-GravitationSuite-3.1.1.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | redstoneflux            | 2.1.0                      | mod-S2-RedstoneFlux2106-EX52.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | cofhcore                | 4.6.3                      | mod-S2-CoFHCore46327-EX52.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | cofhworld               | 1.3.1                      | mod-S2-CoFHWorld1317-EX52.jar                 | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | thermalfoundation       | 2.6.3                      | mod-S2-ThermalFoundation26327-EX52.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | immersiveengineering    | 0.12-98                    | mod-S1-ImmersiveEngineering-01298-EX22.jar    | None                                     |
[20:33:20] [INFO]:     | LC    | immersivepetroleum      | 1.1.9                      | mod-S1-immersivepetroleum-119-EX22.jar        | None                                     |
[20:33:20] [INFO]:     | LC    | teslacorelib            | 1.0.17.25                  | mod-S1-tesla-core-lib-101725-EX53.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | industrialforegoing     | 1.12.2-1.12.2              | mod-S1-industrialforegoing237-EX53.jar        | None                                     |
[20:33:20] [INFO]:     | LC    | libnine                 | 1.1.9                      | mod-S1-libnine-1.1.9-EX22.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | threng                  | 1.1.21                     | mod-S1-lazy-ae2-1.1.21-EX22.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | thaumadditions          | 22r                        | mod-S1-ThaumicAdditions22r-EX61.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | thaumicaugmentation     | 1.12.2-2.0.13              | mod-S1-ThaumicAugmentation-2013.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | thaumicenergistics      | 2.2.3                      | mod-S1-thaumicenergistics-224.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | tcinventoryscan         | 2.0.10                     | mod-S1-ThaumicInventoryScanning2010.jar       | None                                     |
[20:33:20] [INFO]:     | LC    | thaumicperiphery        | 0.3.1                      | mod-S1-thaumicperiphery-031.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | thaumicwonders          | 1.8.2                      | mod-S1-thaumicwonders-182.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | vampiresneedumbrellas   | 1.4                        | mod-S1-VampiresNeedUmbrellas-15.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | vampirism               | 1.6.2                      | mod-S1-Vampirism162-EX19.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | teamlapen-lib           | 1.6.2                      | mod-S1-Vampirism162-EX19.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | vampirism_integrations  | vampirism_integrations     | mod-S1-VampirismIntegrations-110.jar          | None                                     |
[20:33:20] [INFO]:     | LC    | llibrary                | 1.7.20                     | mod-S1-llibrary-11224-EX85.jar                | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
[20:33:20] [INFO]:     | LC    | wings                   | 1.1.6                      | mod-S1-wings-116-EX85.jar                     | None                                     |
[20:33:20] [INFO]:     | LC    | bauble_wings            | 1.0.0                      | mod-S1-wings-116-EX85.jar                     | None                                     |
[20:33:20] [INFO]:     | LC    | ctgui                   | 1.0.0                      | mod-S10-CraftTweaker4120.679-EX10.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | crafttweakerjei         | 2.0.3                      | mod-S10-CraftTweaker4120.679-EX10.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | artemislib              | 1.0.6                      | mod-S2-ArtemisLib-v1.0.6-EX76.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | artifacts               | 1.12.2-1.2.3               | mod-S2-Artifacts-1.2.3-EX76.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | brandonscore            | 2.4.20                     | mod-S2-BrandonsCore-2420162-EX54.jar          | None                                     |
[20:33:20] [INFO]:     | LC    | chameleon               | 1.12-4.1.3                 | mod-S2-Chameleon413-EX34.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | draconicevolution       | 2.3.28                     | mod-S2-Draconic-Evolution-2328354-EX54.jar    | None                                     |
[20:33:20] [INFO]:     | LC    | draconicadditions       | 1.17.0                     | mod-S2-Draconic-Additions-117045-EX54.jar     | None                                     |
[20:33:20] [INFO]:     | LC    | fluxnetworks            | 4.1.0                      | mod-S2-FluxNetworks-41134.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | ironchest               | 1.12.2-7.0.67.844          | mod-S2-ironchest847.jar                       | None                                     |
[20:33:20] [INFO]:     | LC    | storagedrawers          | 1.12.2-5.4.2               | mod-S2-StorageDrawers542-EX34.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | thermalexpansion        | 5.5.4                      | mod-S2-ThermalExpansion55443-EX52.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | thermalcultivation      | 0.3.3                      | mod-S2-ThermalCultivation03312-EX52.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | thermaldynamics         | 2.5.5                      | mod-S2-ThermalDynamics25521-EX52.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | thermalinnovation       | 0.3.3                      | mod-S2-ThermalInnovation03312-EX52.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
[20:33:20] [INFO]:     | LC    | extrautils2             | 1.0                        | mod-S3-extrautils2-199.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | binniecore              | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | binniedesign            | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | genetics                | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | botany                  | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | extrabees               | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | extratrees              | 2.5.1.203                  | mod-S4-binnie-mods-251203.jar                 | None                                     |
[20:33:20] [INFO]:     | LC    | elevatorid              | 1.3.12                     | mod-S4-ElevatorMod1312.jar                    | None                                     |
[20:33:20] [INFO]:     | LC    | magicbees               | 1.0                        | mod-S4-MagicBees-3.2-client.jar               | None                                     |
[20:33:20] [INFO]:     | LC    | scannable               | 1.6.3.24                   | mod-S4-Scannable16324.jar                     | None                                     |
[20:33:20] [INFO]:     | LC    | coralreef               | 2.0                        | mod-S5-CoralReef25.jar                        | None                                     |
[20:33:20] [INFO]:     | LC    | supermartijn642corelib  | 1.0.19                     | mod-S6-supermartijn642corelib-1.0.19-EX69.jar | None                                     |
[20:33:20] [INFO]:     | LC    | trashcans               | 1.0.14                     | mod-S6-trashcans-1.0.15-EX69.jar              | None                                     |
[20:33:20] [INFO]:     | LC    | bnbgaminglib            | 2.17.6                     | mod-S8-BNBGamingLib-2.17.6-EX88.jar           | None                                     |
[20:33:20] [INFO]:     | LC    | ftblib                  | 5.4.7.2                    | mod-S8-FTBLib-5472-EX101.jar                  | None                                     |
[20:33:20] [INFO]:     | LC    | itemfilters             | 1.0.4.2                    | mod-S8-ItemFilters-1042-EX101.jar             | None                                     |
[20:33:20] [INFO]:     | LC    | ftbquests               | 1.9.0.12                   | mod-S8-FTBQuests-19012-EX101.jar              | None                                     |
[20:33:20] [INFO]:     | LC    | triumph                 | 3.19.2                     | mod-S8-Triumph-3.19.2-EX88.jar                | None                                     |
[20:33:20] [INFO]:     | LC    | cosmeticarmorreworked   | 1.12.2-v5a                 | mod-S9-CosmeticArmorReworked-v5a-client.jar   | None                                     |
[20:33:20] [INFO]:     | LC    | creativecore            | 1.10.0                     | mod-S9-CreativeCore_v1.10.20-EX91.jar         | None                                     |
[20:33:20] [INFO]:     | LC    | opframe                 | 1.4.0                      | mod-S9-OnlinePictureFrame-1.4.18-EX91.jar     | None                                     |
[20:33:20] [INFO]:     | LC    | phosphor-lighting       | 1.12.2-0.2.6               | mod-C0-phosphor026build50.jar                 | f0387d288626cc2d937daa504e74af570c52a2f1 |
[20:33:20] [INFO]:     | LC    | teslacorelib_registries | 1.0.17.25                  | mod-S1-tesla-core-lib-101725-EX53.jar         | None                                     |
[20:33:20] [INFO]:     | UD    | mowzies_wings           | 1.0.0                      | mod-S1-wings-116-EX85.jar                     | None                                     |
[20:33:20] [INFO]:     | UD    | mobends_wings           | 1.0.0                      | mod-S1-wings-116-EX85.jar                     | None                                     |
[20:33:20] [INFO]: 
[20:33:20] [INFO]:     Loaded coremods (and transformers): 
[20:33:20] [INFO]: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
[20:33:20] [INFO]:   blusunrize.immersiveengineering.common.asm.IEClassTransformer
[20:33:20] [INFO]: SuperMartijn642's Core Lib Plugin (mod-S6-supermartijn642corelib-1.0.19-EX69.jar)
[20:33:20] [INFO]:   
[20:33:20] [INFO]: ForgelinPlugin (mod-S1-Forgelin184-EX53.jar)
[20:33:20] [INFO]:   
[20:33:20] [INFO]: ClientFixer (mod-C0-ClientFixer1122.jar)
[20:33:20] [INFO]:   com.gamerforea.clientfixer.asm.ASMTransformer
[20:33:20] [INFO]: XaeroMinimapPlugin (mod-C1-XaerosMinimap211501_technomagicevo.jar)
[20:33:20] [INFO]:   xaero.common.core.transformer.ChunkTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.NetHandlerPlayClientTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.EntityPlayerTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.AbstractClientPlayerTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.WorldClientTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.EntityPlayerSPTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.PlayerListTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.GuiIngameForgeTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.GuiBossOverlayTransformer
[20:33:20] [INFO]:   xaero.common.core.transformer.ModelRendererTransformer
[20:33:20] [INFO]: Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (mod-C0-foamfix01010.jar)
[20:33:20] [INFO]:   pl.asie.foamfix.coremod.FoamFixTransformer
[20:33:20] [INFO]: llibrary (llibrary-core-1.0.11-1.12.2.jar)
[20:33:20] [INFO]:   net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
[20:33:20] [INFO]:   net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
[20:33:20] [INFO]: Thaumic Augmentation Core Plugin (mod-S1-ThaumicAugmentation-2013.jar)
[20:33:20] [INFO]:   thecodex6824.thaumicaugmentation.core.TATransformer
[20:33:20] [INFO]: wings (mod-S1-wings-116-EX85.jar)
[20:33:20] [INFO]:   me.paulf.wings.server.asm.WingsRuntimePatcher
[20:33:20] [INFO]:   me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
[20:33:20] [INFO]: CreativePatchingLoader (mod-S9-CreativeCore_v1.10.20-EX91.jar)
[20:33:20] [INFO]:   
[20:33:20] [INFO]: PhosphorFMLLoadingPlugin (mod-C0-phosphor026build50.jar)
[20:33:20] [INFO]:   
[20:33:20] [INFO]: HCASM (mod-S1-HammerLib-20628-EX61.jar)
[20:33:20] [INFO]:   com.zeitheron.hammercore.asm.HammerCoreTransformer
[20:33:20] [INFO]: BNBGamingCore (mod-S8-BNBGamingCore-0.12.0-EX88.jar)
[20:33:20] [INFO]:   com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
[20:33:20] [INFO]:     AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
[20:33:20] [INFO]:     Pulsar/tconstruct loaded Pulses: 
[20:33:20] [INFO]:         - TinkerCommons (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerWorld (Enabled/Not Forced)
[20:33:20] [INFO]:         - TinkerTools (Enabled/Not Forced)
[20:33:20] [INFO]:         - TinkerHarvestTools (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerMeleeWeapons (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerRangedWeapons (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerModifiers (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerSmeltery (Enabled/Not Forced)
[20:33:20] [INFO]:         - TinkerGadgets (Enabled/Not Forced)
[20:33:20] [INFO]:         - TinkerOredict (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerIntegration (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerFluids (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerMaterials (Enabled/Forced)
[20:33:20] [INFO]:         - TinkerModelRegister (Enabled/Forced)
[20:33:20] [INFO]:         - wailaIntegration (Enabled/Not Forced)
[20:33:20] [INFO]: 
[20:33:20] [INFO]:     HammerCore Debug Information: 
[20:33:20] [INFO]:         Dependent Mods:
[20:33:20] [INFO]:             -Botanic Additions (botanicadds) @ 12.2.6
[20:33:20] [INFO]:             -Thaumic Additions: Reconstructed (thaumadditions) @ 22r
[20:33:20] [INFO]: 
[20:33:20] [INFO]:     OptiFine Version: OptiFine_1.12.2_HD_U_F5
[20:33:20] [INFO]:     OptiFine Build: 20191204-141934
[20:33:20] [INFO]:     Render Distance Chunks: 8
[20:33:20] [INFO]:     Mipmaps: 4
[20:33:20] [INFO]:     Anisotropic Filtering: 1
[20:33:20] [INFO]:     Antialiasing: 0
[20:33:20] [INFO]:     Multitexture: false
[20:33:20] [INFO]:     Shaders: null
[20:33:20] [INFO]:     OpenGlVersion: 4.6.0 NVIDIA 536.67
[20:33:20] [INFO]:     OpenGlRenderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
[20:33:20] [INFO]:     OpenGlVendor: NVIDIA Corporation
[20:33:20] [INFO]:     CpuCount: 12
[20:33:20] [INFO]: [20:33:20] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\crash-reports\crash-2023-07-21_20.33.20-client.txt
[20:33:20] [WARN]: 
ru.excalibur.launcher.d.f.A: Crash with reason <[20:33:20] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Alexandr\AppData\Roaming\.exlauncher\clients\technomagicevo\crash-reports\crash-2023-07-21_20.33.20-client.txt>
    at ru.excalibur.launcher.d.f.b.k(u:182) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.I.k(u:603) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.I.k(u:264) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.I.k(u:480) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.G.k(de:340) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.M.k(jl:117) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.M.k(jl:309) ~[launcher.jar:?]
    at ru.excalibur.launcher.d.f.M.k(jl:600) ~[launcher.jar:?]
    at ru.excalibur.launcher.c.f.f.f.k(dk:514) ~[launcher.jar:?]
    at ru.excalibur.launcher.c.h.run(hm:55) ~[launcher.jar:?]
    at ru.excalibur.launcher.c.h.start(hm:293) ~[launcher.jar:?]
    at ru.excalibur.launcher.c.G.k(hm:150) ~[launcher.jar:?]
    at ru.excalibur.launcher.f.h.c.T.k(ch:170) ~[launcher.jar:?]
    at ru.excalibur.launcher.c.h.run(hm:67) ~[launcher.jar:?]
[20:33:20] [INFO]: Sending notify...

Ссылка на комментарий

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас
  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу.
×
×
  • Создать...