-
Постов
50 -
Зарегистрирован
-
Посещение
Посетители профиля
Блок последних пользователей отключён и не показывается другим пользователям.
Достижения Aeris_Farewall
-
Если майн официальный то ничего страшного, продолжай если майн пиратский, то советую не входить в свой аккаунт
-
---- Minecraft Crash Report ---- WARNING: coremods are present: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) 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.) (foamfix-0.10.15-1.12.2.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar) SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar) SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.8.6+cd8851e.jar) SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar) MixinBooter (!mixinbooter-9.4.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) Plugin (NotEnoughIDs-1.5.4.4.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar) Contact their authors BEFORE contacting forge // Why did you do that? Time: 9/27/24 1:44 PM Description: Initializing game java.lang.NoClassDefFoundError: Lnet/minecraft/world/chunk/Chunk; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2583) at java.lang.Class.getDeclaredFields(Class.java:1916) at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29) at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at ic2.core.util.SideGateway.<init>(SideGateway.java:10) at ic2.core.IC2.<clinit>(IC2.java:188) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:419) at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ... 48 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:406) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208) at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 50 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla from mod unknown-owner failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377) ... 55 more No Mixin Metadata is found in the Stacktrace. A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2583) at java.lang.Class.getDeclaredFields(Class.java:1916) at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29) at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at ic2.core.util.SideGateway.<init>(SideGateway.java:10) at ic2.core.IC2.<clinit>(IC2.java:188) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_422, Azul Systems, Inc. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc. Memory: 824622664 bytes (786 MB) / 1845493760 bytes (1760 MB) up to 7814512640 bytes (7452 MB) JVM Flags: 1 total; -Xmx8384M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 169 mods loaded, 169 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | creativecoredummy | 1.0.0 | minecraft.jar | None | | LC | micdoodlecore | 4.0.6 | minecraft.jar | None | | LC | itemphysic | 1.4.0 | minecraft.jar | None | | LC | mixinbooter | 9.4 | minecraft.jar | None | | LC | foamfixcore | 7.7.4 | minecraft.jar | None | | LC | opencomputers|core | 1.8.6 | minecraft.jar | None | | LC | supermartijn642corelib | 1.1.17a | _supermartijn642corelib-1.1.17a-forge-mc1.12.jar | None | | L | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | None | | L | advanced_machines | 61.0.1 | Advanced Machines-61.0.1.jar | None | | L | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None | | L | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None | | L | industrialupgrade | 3.2.0.8 | IndustrialUpgrade-1.12.2-3.2.0.8.jar | None | | L | powerutils | 1.5.3 | Power+Utilities.jar | None | | L | advanced_solar_panels | 4.3.0 | Advanced Solar Panels-4.3.0.jar | None | | L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None | | L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None | | L | bdlib | 1.14.4.1 | bdlib-1.14.4.1-mc1.12.2.jar | None | | L | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | L | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None | | L | ambientsounds | 3.0 | AmbientSounds_v3.1.7_mc1.12.2.jar | None | | L | atlaslib | 1.1.5a | Atlas-Lib-1.12.2-1.1.5a.jar | None | | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | L | hordes | 1.5.3a | The-Hordes-1.12.2-1.5.3a.jar | None | | L | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | L | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | | L | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None | | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None | | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None | | L | artifacts | 1.12.2-1.2.4 | artifacts-1.12.2-1.2.4.jar | None | | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None | | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None | | L | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None | | L | betteranimationscollection2 | 1.0.2 | BetterAnimationsCollection2-v1.0.2-1.12.2.jar | None | | L | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None | | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | L | betterfoliage | 2.3.2 | BetterFoliage-MC1.12-2.3.3.jar | None | | L | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None | | L | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None | | L | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None | | L | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | None | | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None | | L | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | None | | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None | | L | botania | r1.10-364 | Botania r1.10-364.4.jar | None | | L | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None | | L | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | L | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | L | chancecubes | 1.12.2-5.0.2.385 | ChanceCubes-1.12.2-5.0.2.385.jar | None | | L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | L | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None | | L | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | None | | L | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None | | L | galacticraftcore | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None | | L | corpsecomplex | 1.0.12.0 | corpsecomplex-1.12.2-1.0.12.0.jar | None | | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | L | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | None | | L | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None | | L | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None | | L | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None | | L | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | None | | L | endercore | 1.12.2-0.5.78 | EnderCore-1.12.2-0.5.78.jar | None | | L | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None | | L | enderio | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiointegrationtic | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiobase | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioconduits | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioconduitsappliedenergistics | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | opencomputers | 1.8.6 | OpenComputers-MC1.12.2-1.8.6+cd8851e.jar | None | | L | enderioconduitsopencomputers | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | None | | L | enderioconduitsrefinedstorage | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiointegrationforestry | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None | | L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | L | enderiointegrationticlate | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioinvpanel | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiomachines | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiopowertools | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiofluxified | 1.0.3 | enderiofluxified-1.12.2-1.0.3.jar | None | | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None | | L | epicfight | 1.12.2-2.2.8 | EpicFightMod-1.12.2-2.2.8.jar | None | | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | L | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None | | L | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None | | L | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | L | fluxnetworks | 4.1.0 | FluxNetworks-1.12.2-4.1.1.34.jar | None | | L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None | | L | forgeendertech | 1.12.2-4.5.6.1 | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar | None | | L | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None | | L | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | L | galacticraftplanets | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None | | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | L | gravisuite | 3.1.1 | Gravitation Suite-3.1.1.jar | None | | L | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | None | | L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None | | L | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | L | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None | | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | | L | immersive_energy | 0.5.5 | Immersive Energy-1.12.2-0.5.5.jar | None | | L | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None | | L | immersiveposts | 0.2.1 | ImmersivePosts-0.2.1.jar | None | | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | L | teslacorelib | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None | | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | | L | nuclearcraft | @VERSION@ | nuclearcraft-1.12.2-2.19.jar | None | | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None | | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | | L | rftools | 7.73 | rftools-1.12-7.73.jar | None | | L | integrationforegoing | 1.12.2-1.11 | IntegrationForegoing-1.12.2-1.11.jar | None | | L | supermartijn642configlib | 1.1.6 | supermartijn642configlib-1.1.8-forge-mc1.12.jar | None | | L | itemcollectors | 1.1.10 | itemcollectors-1.1.10-forge-mc1.12.jar | None | | L | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None | | L | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None | | L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None | | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None | | L | stevekung's_lib | 1.3.1 | stevekung's-lib-mc1.12.2-v1.3.1.jar | None | | L | moreplanets | 2.3.3 | More-Planets-1.12.2-2.3.3-GC4.0.6.jar | None | | L | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None | | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None | | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None | | L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None | | L | rare-ice | ${version} | rare-ice-0.1.1.jar | None | | L | additionalstructures | 2.5.0 | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None | | L | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None | | L | solarflux | 12.4.11 | SolarFluxReborn-1.12.2-12.4.11.jar | None | | L | spark | 1.6.3 | spark-forge.jar | None | | L | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None | | L | spartanweaponry | 1.6.0 | SpartanWeaponry-1.12.2-1.6.0.jar | None | | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | L | storagedrawers | 5.5.2 | StorageDrawers-1.12.2-5.5.2.jar | None | | L | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None | | L | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None | | L | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None | | L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None | | L | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None | | L | wanionlib | 1.12.2-2.91 | WanionLib-1.12.2-2.91.jar | None | | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None | | L | weaponmaster_ydm | 4.2.3 | weaponmaster_ydm-forge-1.12.2-4.2.3.jar | None | | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None | | L | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None | | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None | | L | teslacorelib_registries | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None | | L | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None | Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer 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.) (foamfix-0.10.15-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer ForgelinPlugin (Forgelin-1.8.4.jar) MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar) micdoodle8.mods.miccore.MicdoodleTransformer SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.8.6+cd8851e.jar) li.cil.oc.common.asm.ClassTransformer SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar) MixinBooter (!mixinbooter-9.4.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) wanion.unidict.core.UniDictCoreModTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer Plugin (NotEnoughIDs-1.5.4.4.jar) ru.fewizz.neid.asm.Transformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar) mods.betterfoliage.loader.BetterFoliageTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.81' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' Launched Version: 1.12.2 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.81, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 12x AMD Ryzen 5 5600 6-Core Processor
-
крашлог https://mclo.gs/COGlL5A
-
flush now [Loading] INITIALIZING Starting TLauncher 2.897 RELEASE For more information, visit https://tlauncher.org/ Startup time: 01.02.2024 18:15:50 Running folder C:\Users\Pga23\AppData\Roaming\.minecraft --- [Loading] LOADING_CONFIGURATION Machine info: ------------------------------------------------------- Windows 10 10.0, Java 1.8.0_281, jvm bit x64, 16307 MB RAM java path=C:\Users\Pga23\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\javaw.exe AMD Ryzen 5 5600 6-Core Processor ------------------------------------------------------- Selected locale: ru Locale fil doesn't contain key button.update.update Locale nb_NO doesn't contain key button.update.update Locale vi doesn't contain key button.update.update [Loading] LOADING_CONSOLE [Downloader2] Loaded configuration: good [Updater] Requesting an update... [Updater] Requesting from: https://repo.tlauncher.org/update/lch/release_update_2.31.json [Updater] Making request: https://repo.tlauncher.org/update/lch/release_update_2.31.json?version=2.897&client=a4caeabb-3f9f-434e-bcb8-3b629819501d [Browser] Loading resources... [Browser] Cleaning up after loading: Starting garbage collector: 50 / 195 MB Garbage collector completed: 22 / 236 MB [Loading] LOADING_MANAGERS [LocalVersionList] Base directory: C:\Users\Pga23\AppData\Roaming\.minecraft [ProfileManager] Refreshing profiles from: C:\Users\Pga23\AppData\Roaming\.minecraft\TlauncherProfiles.json [AdvertisingStatusObserver] started to get ad information [GsonUtil] request to https://repo.tlauncher.org/update/downloads/libraries/org/tlauncher/authlib/libraries-1.7.json [JFXStartPageLoader] start load page: https://page.tlauncher.org/update/downloads/configs/pages/index_ru.html [Browser] Running in JavaFX Thread [Browser] Preparing JavaFX... [Browser] Initializing... [Updater] Request time: 419 ms [Updater] Successfully requested from: https://repo.tlauncher.org/update/lch/release_update_2.31.json [AdvertisingStatusObserver] finished to get add information save profiles [Loading] LOADING_WINDOW [Swing] Favicons loaded: 256px, 128px, 96px, 64px, 48px, 32px, 24px, 16px [Loading] PREPARING_MAINPANE [REPO][SERVER_LIST_REPO] Success: Reached the repo in 185 ms. [JFXStartPageLoader] succeeded load page: https://page.tlauncher.org/update/downloads/configs/pages/index_ru.html during 0 [Browser@745311265] Loaded successfully: "https://page.tlauncher.org/update/downloads/configs/pages/index_ru.html" [Browser] add listens into server_choose [Browser] finished listens into server_choose [Downloader2] Loaded configuration: good [Loading] POSTINIT_GUI [Frame] Packing main frame... [Frame] Resizing main pane... Updater is already closed. Showing up... Visibility set. [Loading] REFRESHING_INFO [VersionManager] Refreshing versions remotely... [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ Started! (3453 ms.) [Loading] SUCCESS [TLauncher] show tlauncher!!! [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 117 ms. [REPO][OFFICIAL_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://launchermeta.mojang.com/mc/game/ [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ [REPO][SKIN_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/skin/versions/ Found preferred client: ANY [REPO][SKIN_VERSION_REPO] Success: Reached the repo in 101 ms. [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 104 ms. [SkinVersionList] Got in 110 ms [ExtraVersionList] Got in 124 ms [REPO][OFFICIAL_VERSION_REPO] Success: Reached the repo in 925 ms. [OfficialVersionList] Got in 959 ms [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Resolving... [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Inherits from 1.12.2 [VersionManager] Versions has been refreshed (1247 ms) [REPO][ADD_HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/additional_hot_servers-1.0.json [REPO][HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/servers/hot_servers-1.0.json run server on 37842 [REPO][ADD_HOT_SERVERS_REPO] Success: Reached the repo in 113 ms. [REPO][HOT_SERVERS_REPO] Success: Reached the repo in 118 ms. AccountComboBox.validte pre game launch username Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} TLAUNCHER [TlauncherAuthenticator] Staring to authenticate: Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} [TlauncherAuthenticator] hasUsername: Aeris_farewall [TlauncherAuthenticator] hasPassword: false [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] Loggining in with token [TlauncherAuthenticator] Log in successful! [TlauncherAuthenticator] hasUUID: true [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] hasProfiles: true [TlauncherAuthenticator] hasProfile: true [TlauncherAuthenticator] hasProperties: true onAuthPassed saved account Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} save profiles [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.897 [Launcher] Collecting info... [TLauncherManager] before clearLibrary C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets-1.7.10-2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [TLauncherManager] written: [] [TLauncherManager] after clearLibrary C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets-1.7.10-2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [Launcher] Force update: false [Launcher] Selected version: Forge 1.7.10 [Launcher] Selected account: Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} [Launcher] Version sync info: VersionSyncInfo{id='Forge 1.7.10', local=CompleteVersion{id='Forge 1.7.10', time=Wed May 14 23:29:03 YEKT 2014, release=Wed May 14 23:29:03 YEKT 2014, type=modified, class=net.minecraft.launchwrapper.Launch, minimumVersion=13, assets='1.7.10', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.ExtraVersionList@7b7b97aa, libraries=[Library{name='net.minecraftforge:forge:1.7.10-10.13.4.1614-1.7.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraft:launchwrapper:1.12', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-all:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.typesafe.akka:akka-actor_2.11:2.3.3', rules=null, natives=null, extract=null, packed='forge'}, Library{name='com.typesafe:config:1.2.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-actors-migration_2.11:1.1.0', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-compiler:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-library:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-parser-combinators_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-reflect:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-swing_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-xml_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='lzma:lzma:0.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:netty:1.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:realms:1.3.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='java3d:vecmath:1.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.trove4j:trove4j:3.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:4.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-all:4.0.10.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.2.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:1.5.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.0-beta9', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.0-beta9', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.1', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@44731f6b, packed='null'}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@187135cd, packed='null'}, Library{name='tv.twitch:twitch:5.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='tv.twitch:twitch-platform:5.16', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows-${arch}}, extract=net.minecraft.launcher.versions.ExtractRules@1ce89172, packed='null'}, Library{name='tv.twitch:twitch-external-platform:4.5', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives={WINDOWS=natives-windows-${arch}}, extract=net.minecraft.launcher.versions.ExtractRules@2039a864, packed='null'}]}, remote=PartialVersion{id='Forge 1.7.10', time=Mon Dec 13 14:15:30 YEKT 2021, release=Wed May 14 23:29:03 YEKT 2014, type=modified, source=EXTRA_VERSION_REPO, list=net.minecraft.launcher.updater.ExtraVersionList@7b7b97aa}, isInstalled=true, hasRemote=true, isUpToDate=true} [GsonUtil] request to https://res.tlauncher.org/b/jvm/java_configuration.json [Launcher] Checking conditions... [Launcher] resourcepacks:Faithful 64x64.zip,Faithful-32x-1.12.2.zip,faithful_1.7.zip,MIKIMINE - 1.2.zip,minecraftfont.zip,Realistic-Faithful-128x-1.3.zip [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Pga23\AppData\Roaming\.minecraft\assets\indexes\1.7.10.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 22 ms. [TLauncherManager] add required libraries: Forge 1.7.10 [VersionManager] Required for version Forge 1.7.10: [] [TLauncherManager] add required libraries: Forge 1.7.10 used default java runtime Minecraft requires java version: 8, java path: C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe library will be replaced: com.mojang:authlib:1.5.21 -> org.tlauncher:authlib:1.7.211 library will be replaced: com.mojang:netty:1.6 -> org.tlauncher:netty:1.6 [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... backup world is active: true [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -Djava.library.path=C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Forge 1.7.10\natives -cp C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1614-1.7.10\forge-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\netty\1.6\netty-1.6.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\1.7.211\authlib-1.7.211.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Forge 1.7.10\Forge 1.7.10.jar -Xmx9989M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\Pga23\AppData\Roaming\.minecraft -Dlog4j.configurationFile=C:\Users\Pga23\AppData\Roaming\.minecraft\assets\log_configs\client-1.7.xml net.minecraft.launchwrapper.Launch --username Aeris_Farewall --version Forge 1.7.10 --gameDir C:\Users\Pga23\AppData\Roaming\.minecraft --assetsDir C:\Users\Pga23\AppData\Roaming\.minecraft\assets --assetIndex 1.7.10 --uuid 09f54ee2-937f-11ee-98e5-f02f74958d22 --accessToken null --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --width 925 --height 530 [Launcher] Launching Minecraft... I'm hiding! [TLauncherManager] mods after C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets-1.7.10-2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\tlskincape_1.7.10-1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [InnerMinecraftServersImpl] search changers of the servers read servers from servers.dat [Server(name=HypeMC.pro, address=mc.hypemc.pro:25565, ip=mc.hypemc.pro, port=25565, hideAddress=false, acceptTextures=1), Server(name=DexLand.org, address=mc.dexland.org:25565, ip=mc.dexland.org, port=25565, hideAddress=false, acceptTextures=1), Server(name=MineBlaze.net, address=mc.mineblaze.net:25565, ip=mc.mineblaze.net, port=25565, hideAddress=false, acceptTextures=1), Server(name=Сервер Minecraft, address=playgo.pro, ip=playgo.pro, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.needmine.ru, ip=mc.needmine.ru, port=null, hideAddress=false, acceptTextures=1), Server(name=Сервер Minecraft, address=mc.vimemc.net:25565, ip=mc.vimemc.net, port=25565, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.politmine.ru, ip=mc.politmine.ru, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.politmine.ru, ip=mc.politmine.ru, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=26.251.99.58:25565, ip=26.251.99.58, port=25565, hideAddress=false, acceptTextures=0)] [InnerMinecraftServersImpl] prepare inner servers save servers to servers.dat [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft Forge 1.7.10... [Launcher] Launching in: C:\Users\Pga23\AppData\Roaming\.minecraft Starting garbage collector: 316 / 414 MB Garbage collector completed: 52 / 435 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== [18:15:22] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:15:26] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:15:26] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [18:15:28] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading [18:15:28] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy [18:15:32] [main/WARN]: The coremod com.bioxx.tfc.TFCASMLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:33] [main/INFO]: [AppEng] Core Init [18:15:33] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:35] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:64] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.2.331 [18:15:65] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:66] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:66] [main/INFO]: [HOOKLIB] Obfuscated: true [18:15:66] [main/WARN]: The coremod galaxyspace.core.hooks.GSHooksLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:69] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:69] [main/WARN]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:69] [main/WARN]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:69] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Pga23\AppData\Roaming\.minecraft\mods [18:15:71] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:15:71] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:15:71] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:15:71] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:15:71] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:15:71] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:44] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [18:16:45] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [18:16:45] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:45] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:48] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:48] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:49] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:50] [main/INFO]: Finished data injection. [18:16:50] [main/INFO]: Finished data injection. [18:16:50] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:52] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:52] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:53] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooklib.minecraft.SecondaryTransformerHook [18:16:56] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooks.GSHooksManager [18:16:56] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:59] [main/INFO]: Loaded library EJML-core-0.26.jar. [18:16:59] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:59] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:59] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer [18:16:76] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game... [18:16:76] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game... [18:16:76] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:77] [main/INFO]: [thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:459]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.2.331 [18:16:77] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:16:80] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class cpw.mods.fml.common.Loader [18:16:80] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method cpw.mods.fml.common.Loader#injectData([Ljava/lang/Object;) [18:16:85] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 2 ms [18:16:91] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:91] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:95] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:96] [main/INFO]: Found runtime patcher net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [18:16:98] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:04] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [18:16:04] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [18:16:05] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:16:10] [main/INFO]: Attempting to Transform: yz | Found 2 injections [18:16:11] [main/INFO]: Inserted: yz : {e | (FF)V} [18:16:11] [main/INFO]: Inserted: yz : {b | (Ladd;I)Lrf;} [18:16:11] [main/INFO]: Attempting to Transform: yz Complete [18:16:12] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sv (1 / 1) [18:16:13] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sa (1 / 1) [18:16:18] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ahb (1 / 1) [18:16:20] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.world.World [18:16:20] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.world.World#setBlock(IIILnet/minecraft/block/Block;II) [18:16:25] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bdi (1 / 1) [18:16:25] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed [18:16:26] [main/INFO]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method [18:16:26] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual [18:16:29] [main/INFO]: Patching class net/minecraft/server/MinecraftServer [18:16:29] [main/INFO]: Patching method run()V [18:16:52] [main/INFO]: used the old auth tlauncher service [18:16:52] [main/INFO]: Setting user: Aeris_Farewall [18:16:59] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: xk (1 / 1) [18:16:83] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: zc (1 / 1) [18:16:84] [main/INFO]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_] [18:16:84] [main/INFO]: Transforming net.minecraft.entity.projectile.EntityArrow Finished. [18:16:89] [main/INFO]: Attempting to Transform: mw | Found 1 injections [18:16:89] [main/INFO]: Inserted: mw : {i | ()V} [18:16:89] [main/INFO]: Attempting to Transform: mw Complete [18:16:92] [main/INFO]: Attempting to Transform: su | Found 1 injections [18:16:92] [main/INFO]: Inserted: su : {e | ()Z} [18:16:92] [main/INFO]: Attempting to Transform: su Complete [18:16:93] [main/INFO]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t] [18:16:93] [main/INFO]: Transforming net.minecraft.item.ItemStack Finished. [18:16:96] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [18:16:96] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [18:16:12] [Client thread/INFO]: LWJGL Version: 2.9.1 [18:16:13] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1) [18:16:55] [Client thread/INFO]: Patching class net/minecraft/client/resources/Locale [18:16:55] [Client thread/INFO]: Patching method func_135022_a(Lnet/minecraft/client/resources/IResourceManager;Ljava/util/List;)V [18:16:64] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 01.02.24 18:16 Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 166114680 bytes (158 MB) / 268435456 bytes (256 MB) up to 10502537216 bytes (10016 MB) JVM Flags: 7 total; -Xmx9989M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 546.33' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' [18:16:65] [Client thread/INFO]: Attempting early MinecraftForge initialization [18:16:66] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized [18:16:68] [Client thread/INFO]: Replaced 183 ore recipies [18:16:71] [Client thread/INFO]: Completed early MinecraftForge initialization [18:16:75] [Client thread/INFO]: [AppEng] Core Init [18:16:80] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [18:16:80] [Client thread/INFO]: Searching C:\Users\Pga23\AppData\Roaming\.minecraft\mods for mods [18:16:80] [Client thread/INFO]: Also searching C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10 for mods [18:16:98] [Client thread/WARN]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16 [18:16:99] [Client thread/WARN]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [18:16:99] [Client thread/WARN]: Mod Avaritia is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.13 [Double running] clear time label [18:16:19] [Client thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:20] [Client thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:20] [Client thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:23] [Client thread/ERROR]: Found a duplicate mod ExtraPlanets at [C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets-1.7.10-2.1.4.jar, C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar] [18:16:24] [Client thread/INFO]: Reloading ResourceManager: Default [18:16:25] [Client thread/WARN]: There were errors previously. Not beginning mod initialization phase [18:16:29] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [18:16:29] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [18:16:48] [Client thread/INFO]: Patching class net/minecraft/client/model/ModelBiped [18:16:48] [Client thread/INFO]: Patching method <init>(FFII)V [18:16:49] [Client thread/INFO]: Patching method func_78088_a(Lnet/minecraft/entity/Entity;FFFFFF)V [18:16:50] [Client thread/INFO]: Patching method func_78087_a(FFFFFFLnet/minecraft/entity/Entity;)V [18:16:53] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: boh (1 / 1) [18:16:55] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [18:16:55] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [18:16:59] [Client thread/INFO]: Patching class net/minecraft/client/renderer/entity/RenderPlayer [18:16:59] [Client thread/INFO]: Patching method <init>()V [18:16:60] [Client thread/INFO]: Patching method func_82441_a(Lnet/minecraft/entity/player/EntityPlayer;)V [18:16:62] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [18:16:65] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bly (1 / 1) [18:16:65] [Client thread/INFO]: Attempting to Transform: blt | Found 1 injections [18:16:65] [Client thread/INFO]: Inserted: blt : {d | ()V} [18:16:65] [Client thread/INFO]: Attempting to Transform: blt Complete [18:16:66] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: blt (5 / 5) [18:16:72] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas [18:16:72] [Client thread/INFO]: Created: 16x16 textures/items-atlas [18:16:73] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bkn (1 / 1) [18:16:93] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [18:16:93] [Sound Library Loader/INFO]: Sound engine started [18:16:84] [Client thread/INFO]: Stopping! [18:16:84] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [18:16:84] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... [18:16:05] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com [18:16:05] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Here I am! [VersionManager] Refreshing versions locally... [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Resolving... [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Inherits from 1.12.2 [VersionManager] Versions has been refreshed (157 ms) [Launcher] Launcher exited. [Launcher] Minecraft closed with exit code: 0 flush now [OS] Trying to open folder: C:\Users\Pga23\AppData\Roaming\.minecraft\ AccountComboBox.validte pre game launch username Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} TLAUNCHER [TlauncherAuthenticator] Staring to authenticate: Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} [TlauncherAuthenticator] hasUsername: Aeris_farewall [TlauncherAuthenticator] hasPassword: false [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] Loggining in with token [TlauncherAuthenticator] Log in successful! [TlauncherAuthenticator] hasUUID: true [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] hasProfiles: true [TlauncherAuthenticator] hasProfile: true [TlauncherAuthenticator] hasProperties: true onAuthPassed saved account Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} save profiles [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.897 [Launcher] Collecting info... [TLauncherManager] before clearLibrary C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\tlskincape_1.7.10-1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [TLauncherManager] written: [] [TLauncherManager] after clearLibrary C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [Launcher] Force update: false [Launcher] Selected version: Forge 1.7.10 [Launcher] Selected account: Account{skinType=TLAUNCHER, displayName=Aeris_Farewall, type=TLAUNCHER, accessToken=(not null), userid=Aeris_farewall, uuid=09f54ee2937f11ee98e5f02f74958d22, username=Aeris_farewall} [Launcher] Version sync info: VersionSyncInfo{id='Forge 1.7.10', local=CompleteVersion{id='Forge 1.7.10', time=Wed May 14 23:29:03 YEKT 2014, release=Wed May 14 23:29:03 YEKT 2014, type=modified, class=net.minecraft.launchwrapper.Launch, minimumVersion=13, assets='1.7.10', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.ExtraVersionList@7b7b97aa, libraries=[Library{name='net.minecraftforge:forge:1.7.10-10.13.4.1614-1.7.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraft:launchwrapper:1.12', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-all:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.typesafe.akka:akka-actor_2.11:2.3.3', rules=null, natives=null, extract=null, packed='forge'}, Library{name='com.typesafe:config:1.2.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-actors-migration_2.11:1.1.0', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-compiler:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-library:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-parser-combinators_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-reflect:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-swing_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-xml_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='lzma:lzma:0.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:netty:1.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:realms:1.3.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='java3d:vecmath:1.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.trove4j:trove4j:3.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:4.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-all:4.0.10.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.2.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:1.5.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.0-beta9', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.0-beta9', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.1', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@688331d3, packed='null'}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@6ace0439, packed='null'}, Library{name='tv.twitch:twitch:5.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='tv.twitch:twitch-platform:5.16', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows-${arch}}, extract=net.minecraft.launcher.versions.ExtractRules@160a36c7, packed='null'}, Library{name='tv.twitch:twitch-external-platform:4.5', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives={WINDOWS=natives-windows-${arch}}, extract=net.minecraft.launcher.versions.ExtractRules@301d3fc5, packed='null'}]}, remote=PartialVersion{id='Forge 1.7.10', time=Mon Dec 13 14:15:30 YEKT 2021, release=Wed May 14 23:29:03 YEKT 2014, type=modified, source=EXTRA_VERSION_REPO, list=net.minecraft.launcher.updater.ExtraVersionList@7b7b97aa}, isInstalled=true, hasRemote=true, isUpToDate=true} [Launcher] Checking conditions... [Launcher] resourcepacks:Faithful 64x64.zip,Faithful-32x-1.12.2.zip,faithful_1.7.zip,MIKIMINE - 1.2.zip,minecraftfont.zip,Realistic-Faithful-128x-1.3.zip [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Pga23\AppData\Roaming\.minecraft\assets\indexes\1.7.10.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 21 ms. [TLauncherManager] add required libraries: Forge 1.7.10 [VersionManager] Required for version Forge 1.7.10: [] [TLauncherManager] add required libraries: Forge 1.7.10 used default java runtime Minecraft requires java version: 8, java path: C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe library will be replaced: com.mojang:authlib:1.5.21 -> org.tlauncher:authlib:1.7.211 library will be replaced: com.mojang:netty:1.6 -> org.tlauncher:netty:1.6 [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... backup world is active: true [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -Djava.library.path=C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Forge 1.7.10\natives -cp C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1614-1.7.10\forge-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\netty\1.6\netty-1.6.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\1.7.211\authlib-1.7.211.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Forge 1.7.10\Forge 1.7.10.jar -Xmx9989M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\Pga23\AppData\Roaming\.minecraft -Dlog4j.configurationFile=C:\Users\Pga23\AppData\Roaming\.minecraft\assets\log_configs\client-1.7.xml net.minecraft.launchwrapper.Launch --username Aeris_Farewall --version Forge 1.7.10 --gameDir C:\Users\Pga23\AppData\Roaming\.minecraft --assetsDir C:\Users\Pga23\AppData\Roaming\.minecraft\assets --assetIndex 1.7.10 --uuid 09f54ee2-937f-11ee-98e5-f02f74958d22 --accessToken null --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --width 925 --height 530 [Launcher] Launching Minecraft... I'm hiding! [TLauncherManager] mods after C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10TerraFirmaCraft_0.79.29.922.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\4space-4.1.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\advancedsolarpanel-1.7.10-3.5.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\appliedenergistics2_mc1.7.10_rv3_beta_6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997Core_1.7.10_1.0.2.16.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Aroma1997s_Dimensional_World_1.7.10_1.1.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Avaritia_1.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Big-Reactors-Mod-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Botania_1.7.10_r1.8_249.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BrandonsCore-1.7.10-1.0.0.12.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\BuildCraft-7.1.25-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10-1.0.7.48-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\cofhcore-1.7.103.1.4-329.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\CoFHLib-[1.7.10]1.2.1-185.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\coroutil-1.7.10-1.1.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\DoggyTalents_1.7.10_1.14.2.317_universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderCore-1.7.10-0.2.0.36_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EnderIO-1.7.10-2.3.0.428_beta.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\EvilCraft_1.7.10_0.9.13.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ExtraPlanets_1.7.10_2.1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Galacticraft-Planets-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalacticraftCore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GalaxySpace-1.7.10-1.2.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GraviSuite_Reloaded-1.7.10-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\GrimoireOfGaia3_1.7.10_1.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ImmersiveEngineering_mc1.7.10_0.7.7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\industrialcraft_2_2.2.827_ex1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\llibrary_1.5.1_1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MekanismGenerators-1.7.10-9.1.1.1031.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\micdoodlecore-1.7-3.0.12.504.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Millenaire6.0.0.zip C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.406.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\More-Planets-1.7.10-1.4.4-GC502.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\MowziesMobs_1.7.10_1.2.99.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Thaumcraft_1.7.10_4.2.3.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalDynamics-[1.7.10]1.2.1-172.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\ThermalExpansion-[1.7.10]4.1.5-248.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\thermalfoundation-1.7.101.2.6-118.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\tlskincape_1.7.10-1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\Totemic_1.7.10_0.6.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\TwilightForest-2.4.3-1.7.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\UniDict_1.7.10_2.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\mods\weather2-1.7.10-2.3.20.jar [InnerMinecraftServersImpl] search changers of the servers read servers from servers.dat [Server(name=HypeMC.pro, address=mc.hypemc.pro:25565, ip=mc.hypemc.pro, port=25565, hideAddress=false, acceptTextures=1), Server(name=DexLand.org, address=mc.dexland.org:25565, ip=mc.dexland.org, port=25565, hideAddress=false, acceptTextures=1), Server(name=MineBlaze.net, address=mc.mineblaze.net:25565, ip=mc.mineblaze.net, port=25565, hideAddress=false, acceptTextures=1), Server(name=Сервер Minecraft, address=playgo.pro, ip=playgo.pro, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.needmine.ru, ip=mc.needmine.ru, port=null, hideAddress=false, acceptTextures=1), Server(name=Сервер Minecraft, address=mc.vimemc.net:25565, ip=mc.vimemc.net, port=25565, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.politmine.ru, ip=mc.politmine.ru, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=mc.politmine.ru, ip=mc.politmine.ru, port=null, hideAddress=false, acceptTextures=0), Server(name=Сервер Minecraft, address=26.251.99.58:25565, ip=26.251.99.58, port=25565, hideAddress=false, acceptTextures=0)] [InnerMinecraftServersImpl] prepare inner servers save servers to servers.dat [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft Forge 1.7.10... [Launcher] Launching in: C:\Users\Pga23\AppData\Roaming\.minecraft Starting garbage collector: 62 / 435 MB Garbage collector completed: 51 / 435 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== [18:16:03] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:16:07] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [18:16:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [18:16:09] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading [18:16:09] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Pga23\AppData\Roaming\.minecraft\runtime\jre-legacy\windows\jre-legacy [18:16:13] [main/WARN]: The coremod com.bioxx.tfc.TFCASMLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:14] [main/INFO]: [AppEng] Core Init [18:16:14] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:16] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:45] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.2.331 [18:16:47] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:47] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:48] [main/INFO]: [HOOKLIB] Obfuscated: true [18:16:48] [main/WARN]: The coremod galaxyspace.core.hooks.GSHooksLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:50] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:50] [main/WARN]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:50] [main/WARN]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:51] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Pga23\AppData\Roaming\.minecraft\mods [18:16:51] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:16:52] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:16:52] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:16:52] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:16:52] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:16:52] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:16] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [18:16:18] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [18:16:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:21] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:21] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:22] [main/INFO]: Finished data injection. [18:16:22] [main/INFO]: Finished data injection. [18:16:22] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:24] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:24] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:25] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooklib.minecraft.SecondaryTransformerHook [18:16:27] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container galaxyspace.core.hooks.GSHooksManager [18:16:27] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:30] [main/INFO]: Loaded library EJML-core-0.26.jar. [18:16:30] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:30] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:30] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer [18:16:47] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game... [18:16:47] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game... [18:16:47] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:48] [main/INFO]: [thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:459]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.2.331 [18:16:48] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:16:50] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class cpw.mods.fml.common.Loader [18:16:51] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method cpw.mods.fml.common.Loader#injectData([Ljava/lang/Object;) [18:16:55] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 2 ms [18:16:61] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:62] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:67] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:67] [main/INFO]: Found runtime patcher net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher [18:16:70] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:16:76] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [18:16:76] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [18:16:77] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:16:85] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ahb (1 / 1) [18:16:86] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.world.World [18:16:86] [main/INFO]: [galaxyspace.core.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.world.World#setBlock(IIILnet/minecraft/block/Block;II) [18:16:88] [main/INFO]: Attempting to Transform: yz | Found 2 injections [18:16:88] [main/INFO]: Inserted: yz : {e | (FF)V} [18:16:88] [main/INFO]: Inserted: yz : {b | (Ladd;I)Lrf;} [18:16:88] [main/INFO]: Attempting to Transform: yz Complete [18:16:89] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sv (1 / 1) [18:16:90] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: sa (1 / 1) [18:16:94] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bdi (1 / 1) [18:16:95] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed [18:16:95] [main/INFO]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method [18:16:95] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual [18:16:00] [main/INFO]: Patching class net/minecraft/server/MinecraftServer [18:16:00] [main/INFO]: Patching method run()V [18:16:24] [main/INFO]: used the old auth tlauncher service [18:16:24] [main/INFO]: Setting user: Aeris_Farewall [18:16:30] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: xk (1 / 1) [18:16:54] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: zc (1 / 1) [18:16:55] [main/INFO]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_] [18:16:55] [main/INFO]: Transforming net.minecraft.entity.projectile.EntityArrow Finished. [18:16:60] [main/INFO]: Attempting to Transform: mw | Found 1 injections [18:16:60] [main/INFO]: Inserted: mw : {i | ()V} [18:16:60] [main/INFO]: Attempting to Transform: mw Complete [18:16:63] [main/INFO]: Attempting to Transform: su | Found 1 injections [18:16:63] [main/INFO]: Inserted: su : {e | ()Z} [18:16:63] [main/INFO]: Attempting to Transform: su Complete [18:16:64] [main/INFO]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t] [18:16:64] [main/INFO]: Transforming net.minecraft.item.ItemStack Finished. [18:16:67] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [18:16:67] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [18:16:83] [Client thread/INFO]: LWJGL Version: 2.9.1 [18:16:84] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1) [18:16:28] [Client thread/INFO]: Patching class net/minecraft/client/resources/Locale [18:16:28] [Client thread/INFO]: Patching method func_135022_a(Lnet/minecraft/client/resources/IResourceManager;Ljava/util/List;)V [18:16:37] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 01.02.24 18:16 Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 172753752 bytes (164 MB) / 268435456 bytes (256 MB) up to 10502537216 bytes (10016 MB) JVM Flags: 7 total; -Xmx9989M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 546.33' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' [18:16:39] [Client thread/INFO]: Attempting early MinecraftForge initialization [18:16:39] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized [18:16:41] [Client thread/INFO]: Replaced 183 ore recipies [18:16:44] [Client thread/INFO]: Completed early MinecraftForge initialization [18:16:47] [Client thread/INFO]: [AppEng] Core Init [18:16:51] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [18:16:51] [Client thread/INFO]: Searching C:\Users\Pga23\AppData\Roaming\.minecraft\mods for mods [18:16:52] [Client thread/INFO]: Also searching C:\Users\Pga23\AppData\Roaming\.minecraft\mods\1.7.10 for mods [18:16:40] [Client thread/WARN]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16 [18:16:40] [Client thread/WARN]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [18:16:40] [Client thread/WARN]: Mod Avaritia is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.13 [18:16:30] [Client thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:31] [Client thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:31] [Client thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345 [18:16:34] [Client thread/INFO]: Forge Mod Loader has identified 72 mods to load [18:16:35] [Client thread/INFO]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference [18:16:93] [Client thread/INFO]: FML has found a non-mod file CoFHLib-[1.7.10]1.2.1-185.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [18:16:93] [Client thread/INFO]: FML has found a non-mod file Millenaire6.0.0.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [18:16:93] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.141-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [18:16:11] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, tfc_coremod, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, Micdoodlecore, <CoFH ASM>, terrafirmacraft, ExoCore, ExoElipse, SpaceCallisto, SpaceCore, SpaceEuropa, SpaceIo, SpaceMercury, SpacePluto, SpaceVenus, AdvancedSolarPanel, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, Avaritia, BigReactors, Botania, BrandonsCore, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, CoFHCore, BuildMod, CoroPets, CoroAI, ExtendedRenderer, ConfigMod, doggytalents, DraconicEvolution, endercore, EnderIO, evilcraft, ExtraPlanets, GalacticraftMars, GalacticraftCore, GalaxySpace, GraviSuiteReloaded, GrimoireOfGaia, ImmersiveEngineering, IC2, llibrary, Mekanism, MekanismGenerators, minechem, MorePlanet, mowziesmobs, Thaumcraft, ThermalDynamics, ThermalExpansion, ThermalFoundation, tlauncher_custom_cape_skin, totemic, TwilightForest, UniDict, weather2, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT [18:16:11] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, tfc_coremod, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, Micdoodlecore, <CoFH ASM>, terrafirmacraft, ExoCore, ExoElipse, SpaceCallisto, SpaceCore, SpaceEuropa, SpaceIo, SpaceMercury, SpacePluto, SpaceVenus, AdvancedSolarPanel, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, Avaritia, BigReactors, Botania, BrandonsCore, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, CoFHCore, BuildMod, CoroPets, CoroAI, ExtendedRenderer, ConfigMod, doggytalents, DraconicEvolution, endercore, EnderIO, evilcraft, ExtraPlanets, GalacticraftMars, GalacticraftCore, GalaxySpace, GraviSuiteReloaded, GrimoireOfGaia, ImmersiveEngineering, IC2, llibrary, Mekanism, MekanismGenerators, minechem, MorePlanet, mowziesmobs, Thaumcraft, ThermalDynamics, ThermalExpansion, ThermalFoundation, tlauncher_custom_cape_skin, totemic, TwilightForest, UniDict, weather2, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER [18:16:30] [Client thread/INFO]: Transforming Class [net.minecraft.world.WorldType], Method [func_76564_j] [18:16:30] [Client thread/INFO]: Transforming net.minecraft.world.WorldType Finished. [18:16:35] [Client thread/INFO]: Attempting to Transform: blt | Found 1 injections [18:16:35] [Client thread/INFO]: Inserted: blt : {d | ()V} [18:16:35] [Client thread/INFO]: Attempting to Transform: blt Complete [18:16:35] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: blt (5 / 5) [18:16:36] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: boh (1 / 1) [18:16:43] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bkn (1 / 1) [18:16:96] [Client thread/INFO]: Patching class net/minecraft/client/renderer/entity/RenderPlayer [18:16:96] [Client thread/INFO]: Patching method <init>()V [18:16:96] [Client thread/INFO]: Patching method func_82441_a(Lnet/minecraft/entity/player/EntityPlayer;)V [18:16:27] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bje (2 / 2) [18:16:38] [Client thread/INFO]: Hello Minecraft!!! [18:16:44] [Client thread/INFO]: Hello Minecraft!!! [18:16:26] [Client thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d] [18:16:26] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerRepair Finished. [18:16:49] [Client thread/INFO]: Patching class net/minecraft/client/model/ModelBiped [18:16:49] [Client thread/INFO]: Patching method <init>(FFII)V [18:16:50] [Client thread/INFO]: Patching method func_78088_a(Lnet/minecraft/entity/Entity;FFFFFF)V [18:16:50] [Client thread/INFO]: Patching method func_78087_a(FFFFFFLnet/minecraft/entity/Entity;)V [18:16:68] [Client thread/ERROR]: The mod weather2 appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called [18:16:75] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TerraFirmaCraft, FMLFileResourcePack:4Space Exoplanets Core, FMLFileResourcePack:4Space Exoplanets Elipse, FMLFileResourcePack:4Space Callisto, FMLFileResourcePack:4Space Core, FMLFileResourcePack:4Space Europa, FMLFileResourcePack:4Space Io, FMLFileResourcePack:4Space Mercury, FMLFileResourcePack:4Space Pluto, FMLFileResourcePack:4Space Venus, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Avaritia, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Build Mod, FMLFileResourcePack:CoroPets, FMLFileResourcePack:CoroAI, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Planets, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:GalaxySpace, FMLFileResourcePack:GraviSuiteReloaded, FMLFileResourcePack:Grimoire of Gaia 3, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:LLibrary, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:Minechem, FMLFileResourcePack:More Planets, FMLFileResourcePack:Mowzie's Mobs, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TLSkinCape, FMLFileResourcePack:Totemic, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Localized Weather & Storms, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin [18:16:91] [Client thread/INFO]: Processing ObjectHolder annotations [18:16:96] [Client thread/ERROR]: Unable to determine registrant mod for com.estebes.gravisuitereloaded.item.tool.ItemToolTheChopper@26f9db7f. This is a critical error and should be impossible java.lang.Throwable at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) at com.estebes.gravisuitereloaded.item.tool.ItemToolTheChopper.<init>(ItemToolTheChopper.java:35) at com.estebes.gravisuitereloaded.init.ItemInit.<clinit>(ItemInit.java:23) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at cpw.mods.fml.common.registry.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:70) at cpw.mods.fml.common.registry.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:39) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:554) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [18:16:11] [Client thread/INFO]: Found 433 ObjectHolder annotations [18:16:11] [Client thread/INFO]: Identifying ItemStackHolder annotations [18:16:11] [Client thread/INFO]: Found 0 ItemStackHolder annotations [18:16:13] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [18:16:13] [Client thread/INFO]: Logger initialized. [18:16:15] [Client thread/INFO]: Finished Pre-initialization. [18:16:16] [Client thread/INFO]: Loading TFCConfig [18:16:20] [Client thread/INFO]: Loading Blocks [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:815) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:768) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:717) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:689) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803) [18:16:54] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 4 more [18:16:54] [Client thread/INFO]: Loading Items [18:16:64] [Client thread/INFO]: Registering Items [18:16:64] [Client thread/INFO]: Registering Food [18:16:64] [Client thread/INFO]: Registering Armor [18:16:64] [Client thread/INFO]: All Items Registered [18:16:65] [Client thread/INFO]: Finished Loading Items [18:16:75] [Client thread/INFO]: Registering Default Templates. [18:16:76] [Client thread/INFO]: Registering default generators [18:16:77] [Client thread/INFO]: Complete [18:16:83] [Client thread/INFO]: Starting BuildCraft 7.1.25 [18:16:83] [Client thread/INFO]: Copyright (c) the BuildCraft team, 2011-2017 [18:16:83] [Client thread/INFO]: http://www.mod-buildcraft.com [18:16:85] [Thread-10/INFO]: Beginning version check [18:16:96] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: ms (1 / 1) [18:16:44] [CoFHUpdater:CoFHCore/ERROR]: Update check for CoFH Core failed. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/CoFHCore at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivileged(AccessController.java:713) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at java.net.URL.openStream(URL.java:1038) at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [18:16:44] [Client thread/INFO]: Transforming Class [net.minecraft.enchantment.EnchantmentHelper], Method [func_77513_b] [18:16:44] [Client thread/INFO]: Transforming net.minecraft.enchantment.EnchantmentHelper Finished. [18:16:71] [Client thread/INFO]: Galacticraft oil is not default, issues may occur. [18:16:80] [Client thread/INFO]: Galacticraft fuel is not default, issues may occur. [18:16:04] [Client thread/INFO]: Pre Initialization ( started ) [18:16:10] [Client thread/INFO]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed [18:16:10] [Client thread/INFO]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed [18:16:15] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled. [18:16:15] [Client thread/INFO]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled. [18:16:15] [Client thread/INFO]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled. [18:16:15] [Client thread/INFO]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled. [18:16:15] [Client thread/INFO]: Updated appeng/tile/powersink/RotaryCraft [18:16:15] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled. [18:16:15] [Client thread/INFO]: Allowing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is enabled. [18:16:18] [Client thread/INFO]: Removing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is disabled. [18:16:18] [Client thread/INFO]: Removing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is disabled. [18:16:18] [Client thread/INFO]: Updated appeng/block/networking/BlockCableBus [18:16:25] [Client thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled. [18:16:25] [Client thread/INFO]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled. [18:16:25] [Client thread/INFO]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled. [18:16:25] [Client thread/INFO]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled. [18:16:25] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled. [18:16:26] [Client thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled. [18:16:33] [Client thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled. [18:16:33] [Client thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled. [18:16:35] [Client thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled. [18:16:35] [Client thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled. [18:16:36] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled. [18:16:36] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled. [18:16:36] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled. [18:16:36] [Client thread/INFO]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled. [18:16:36] [Client thread/INFO]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled. [18:16:36] [Client thread/INFO]: Updated appeng/parts/p2p/PartP2POpenComputers [18:16:36] [Client thread/INFO]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled. [18:16:36] [Client thread/INFO]: Updated appeng/parts/p2p/PartP2PPressure [18:16:39] [Client thread/INFO]: Pre Initialization ( ended after 404ms ) [18:16:39] [Client thread/INFO]: Helping Aroma1997Core [18:16:45] [Client thread/INFO]: [Botania] Registered 1215 recipes. [18:16:62] [Client thread/INFO]: Thermal Foundation: Loading Plugins... [18:16:63] [Client thread/INFO]: Thermal Foundation: Finished Loading Plugins. [18:16:71] [Client thread/INFO]: ThermalExpansion: Loading Plugins... [18:16:72] [Client thread/INFO]: Thermal Expansion: Finished Loading Plugins. [18:16:03] [Client thread/INFO]: Registering Blocks [18:16:04] [Client thread/INFO]: Registering Items [18:16:18] [Client thread/INFO]: Finished PreInitialization [18:16:19] [Client thread/WARN]: ################################################################################## [18:16:19] [Client thread/WARN]: [18:16:19] [Client thread/WARN]: Info Tablet language localisation is not available for the selected language: ru_RU [18:16:19] [Client thread/WARN]: The default language (en_US) will be loaded instead [18:16:19] [Client thread/WARN]: [18:16:19] [Client thread/WARN]: ################################################################################## [18:16:20] [Client thread/INFO]: Attempting to initialize texture error message interceptor. [18:16:29] [CoFHUpdater:ThermalExpansion/ERROR]: Update check for Thermal Expansion failed. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalExpansion at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivileged(AccessController.java:713) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at java.net.URL.openStream(URL.java:1038) at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [18:16:51] [CoFHUpdater:ThermalFoundation/ERROR]: Update check for Thermal Foundation failed. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalFoundation at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivileged(AccessController.java:713) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at java.net.URL.openStream(URL.java:1038) at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [18:16:60] [Client thread/INFO]: XP Juice registered by Ender IO. [18:16:77] [Client thread/INFO]: preInit() [18:16:81] [Client thread/INFO]: Registered general [18:16:98] [Client thread/INFO]: Registered paling [18:16:98] [Client thread/INFO]: Registered evilcraftblood [18:16:98] [Client thread/INFO]: Registered evilcraftpoison [18:16:99] [Client thread/INFO]: Registered blockBlood [18:16:99] [Client thread/INFO]: Registered darkOre [18:16:99] [Client thread/INFO]: Registered darkBlock [18:16:00] [Client thread/INFO]: Registered bloodStainedBlock [18:16:00] [Client thread/INFO]: Registered lightningBomb [18:16:01] [Client thread/INFO]: Registered bloodInfuser [18:16:01] [Client thread/INFO]: Registered bloodyCobblestone [18:16:02] [Client thread/INFO]: Registered netherMonsterBlock [18:16:02] [Client thread/INFO]: Skipped registering excrementPile [18:16:02] [Client thread/INFO]: Registered hardenedBlood [18:16:02] [Client thread/INFO]: Registered obscuredGlass [18:16:02] [Client thread/INFO]: Registered bloodChest [18:16:03] [Client thread/INFO]: Registered environmentalAccumulator [18:16:03] [Client thread/INFO]: Registered undeadLeaves [18:16:03] [Client thread/INFO]: Registered undeadLog [18:16:03] [Client thread/INFO]: Registered undeadSapling [18:16:03] [Client thread/INFO]: Registered undeadPlank [18:16:03] [Client thread/INFO]: Registered blockPoison [18:16:03] [Client thread/INFO]: Registered invisibleRedstoneBlock [18:16:04] [Client thread/INFO]: Registered purifier [18:16:04] [Client thread/INFO]: Registered darkBrick [18:16:04] [Client thread/INFO]: Registered darkBloodBrick [18:16:04] [Client thread/INFO]: Registered spiritFurnace [18:16:05] [Client thread/INFO]: Registered darkTank [18:16:06] [Client thread/INFO]: Registered sanguinaryPedestal [18:16:06] [Client thread/INFO]: Registered spikedPlate [18:16:07] [Client thread/INFO]: Registered spiritReanimator [18:16:07] [Client thread/INFO]: Registered entangledChalice [18:16:07] [Client thread/INFO]: Registered darkPowerGemBlock [18:16:07] [Client thread/INFO]: Registered gemStoneTorch [18:16:08] [Client thread/INFO]: Registered eternalWaterBlock [18:16:08] [Client thread/INFO]: Registered bloodWaxedCoalBlock [18:16:08] [Client thread/INFO]: Registered spiritPortal [18:16:08] [Client thread/INFO]: Registered colossalBloodChest [18:16:08] [Client thread/INFO]: Registered reinforcedUndeadPlank [18:16:08] [Client thread/INFO]: Registered sanguinaryEnvironmentalAccumulator [18:16:08] [Client thread/INFO]: Registered werewolfBone [18:16:09] [Client thread/INFO]: Registered werewolfFlesh [18:16:09] [Client thread/INFO]: Registered lightningGrenade [18:16:09] [Client thread/INFO]: Registered redstoneGrenade [18:16:09] [Client thread/INFO]: Registered bucketBlood [18:16:09] [Client thread/INFO]: Registered bloodExtractor [18:16:09] [Client thread/INFO]: Registered darkGem [18:16:09] [Client thread/INFO]: Registered darkStick [18:16:09] [Client thread/INFO]: Registered weatherContainer [18:16:09] [Client thread/INFO]: Registered bloodPearlOfTeleportation [18:16:10] [Client thread/INFO]: Registered broom [18:16:10] [Client thread/INFO]: Registered hardenedBloodShard [18:16:10] [Client thread/INFO]: Registered darkPowerGem [18:16:10] [Client thread/INFO]: Registered bloodInfusionCore [18:16:10] [Client thread/INFO]: Registered bloodContainer [18:16:10] [Client thread/INFO]: Registered poisonSac [18:16:10] [Client thread/INFO]: Registered bucketPoison [18:16:10] [Client thread/INFO]: Registered werewolfFur [18:16:10] [Client thread/INFO]: Registered blook [18:16:10] [Client thread/INFO]: Registered potentiaSphere [18:16:10] [Client thread/INFO]: Registered invertedPotentia [18:16:10] [Client thread/INFO]: Registered maceOfDistortion [18:16:10] [Client thread/INFO]: Registered kineticator [18:16:10] [Client thread/INFO]: Registered vengeanceRing [18:16:10] [Client thread/INFO]: Registered vengeanceFocus [18:16:10] [Client thread/INFO]: Registered vengeancePickaxe [18:16:10] [Client thread/INFO]: Registered burningGemStone [18:16:10] [Client thread/INFO]: Registered darkGemCrushed [18:16:10] [Client thread/INFO]: Registered veinSword [18:16:10] [Client thread/INFO]: Registered creativeBloodDrop [18:16:10] [Client thread/INFO]: Registered darkSpike [18:16:11] [Client thread/INFO]: Registered exaltedCrafter [18:16:11] [Client thread/INFO]: Registered necromancerStaff [18:16:11] [Client thread/INFO]: Registered invigoratingPendant [18:16:11] [Client thread/INFO]: Registered corruptedTear [18:16:11] [Client thread/INFO]: Registered promise [18:16:11] [Client thread/INFO]: Registered promiseAcceptor [18:16:11] [Client thread/INFO]: Registered bowlOfPromises [18:16:11] [Client thread/INFO]: Registered dullDust [18:16:11] [Client thread/INFO]: Registered bloodWaxedCoal [18:16:11] [Client thread/INFO]: Registered enderTear [18:16:11] [Client thread/INFO]: Registered bloodPotash [18:16:11] [Client thread/INFO]: Registered bucketEternalWater [18:16:11] [Client thread/INFO]: Registered bloodOrb [18:16:11] [Client thread/INFO]: Registered sceptreOfThunder [18:16:11] [Client thread/INFO]: Registered originsOfDarkness [18:16:11] [Client thread/INFO]: Registered darkenedApple [18:16:12] [Client thread/INFO]: Registered effortlessRing [18:16:12] [Client thread/INFO]: Registered condensedBlood [18:16:12] [Client thread/INFO]: Registered rejuvenatedFlesh [18:16:12] [Client thread/INFO]: Registered primedPendant [18:16:12] [Client thread/INFO]: Registered goldenString [18:16:12] [Client thread/INFO]: Registered biomeExtract [18:16:12] [Client thread/INFO]: Registered environmentalAccumulationCore [18:16:12] [Client thread/INFO]: Registered maceOfDestruction [18:16:12] [Client thread/INFO]: Registered garmonbozia [18:16:12] [Client thread/INFO]: Registered poisonBottle [18:16:12] [Client thread/INFO]: Registered entityLightningGrenade [18:16:12] [Client thread/INFO]: Registered entityRedstoneGrenade [18:16:12] [Client thread/INFO]: Registered entityBloodPearl [18:16:12] [Client thread/INFO]: Registered broomEntity [18:16:12] [Client thread/INFO]: Registered entityWeatherContainer [18:16:12] [Client thread/INFO]: Registered entityItemEmpowerable [18:16:12] [Client thread/INFO]: Registered entityItemUndespawnable [18:16:12] [Client thread/INFO]: Registered entityItemDarkStick [18:16:12] [Client thread/INFO]: Registered entityBiomeExtract [18:16:12] [Client thread/INFO]: Registered entityLightningBomb [18:16:12] [Client thread/INFO]: Registered werewolf [18:16:12] [Client thread/INFO]: Registered netherfish [18:16:12] [Client thread/INFO]: Registered poisonousLibelle [18:16:13] [Client thread/INFO]: Registered vengeanceSpirit [18:16:24] [Client thread/INFO]: Registered boxOfEternalClosure [18:16:24] [Client thread/INFO]: Registered controlledZombie [18:16:25] [Client thread/INFO]: Registered werewolfVillager [18:16:25] [Client thread/INFO]: Registered entityNeutronBeam [18:16:25] [Client thread/INFO]: Registered entityNecromancersHead [18:16:25] [Client thread/INFO]: Registered unusing [18:16:25] [Client thread/INFO]: Registered breaking [18:16:25] [Client thread/INFO]: Registered lifeStealing [18:16:25] [Client thread/INFO]: Registered poisonTip [18:16:25] [Client thread/INFO]: Registered biomeDegraded [18:16:26] [Client thread/INFO]: Registered biome [18:16:26] [Client thread/INFO]: Registered knockbackDistort [18:16:26] [Client thread/INFO]: Registered mobSpawn [18:16:26] [Client thread/INFO]: Registered nauseate [18:16:26] [Client thread/INFO]: Registered particle [18:16:26] [Client thread/INFO]: Registered sound [18:16:26] [Client thread/INFO]: Skipped registering terraform [18:16:26] [Client thread/INFO]: Registered paling [18:16:26] [Client thread/INFO]: Registered veinedScribingTools [18:16:26] [Client thread/INFO]: Registered bloodWandCap [18:16:52] [Thread-12/INFO]: The version stats server returned an invalid answer. [18:16:85] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@749e5703 [18:16:85] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThaumcraftHelper@6ec84033 [18:16:85] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.FMPHelper@557fd2c3 [18:16:85] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.MekanismHelper@ce6627c [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.IC2Helper@1f125a18 [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AppliedEnergisticsHelper@4d83e7a9 [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalExpansionHelper@30fa9a8b [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalDynamicsHelper@635b5478 [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalFoundationHelper@1c8ac4cf [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.BotaniaHelper@61877f6f [18:16:86] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.EnderIOHelper@224b0865 [18:16:37] [Client thread/INFO]: Loading Plugins... [18:16:37] [Client thread/INFO]: Finished Loading Plugins. [18:16:37] [Client thread/INFO]: Some other mod already increased the potion array [18:16:37] [Client thread/INFO]: Moma had a cow, Moma had a chicken... Dad was proud, he didn't care how! [18:16:37] [Client thread/INFO]: Totemic is Loading [18:16:92] [Client thread/INFO]: Applying holder lookups [18:16:92] [Client thread/INFO]: Holder lookups applied [18:16:92] [Client thread/INFO]: Injecting itemstacks [18:16:92] [Client thread/INFO]: Itemstack injection complete [18:16:94] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [18:16:94] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [18:16:03] [CoFHUpdater:ThermalDynamics/ERROR]: Update check for Thermal Dynamics failed. java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalDynamics at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivileged(AccessController.java:713) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at java.net.URL.openStream(URL.java:1038) at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [18:16:10] [Client thread/WARN]: File mowziesmobs:sounds/barakoAttack2.ogg does not exist, cannot add it to event mowziesmobs:barakoAttack [18:16:15] [Client thread/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1992]: Galacticraft successfully injected bytecode into: bly (1 / 1) [18:16:16] [Thread-13/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [18:16:16] [Thread-13/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [18:16:22] [Thread-13/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [18:16:42] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas [18:16:42] [Client thread/INFO]: Removed 0 missing texture stacktraces. Tada! [18:16:47] [Client thread/INFO]: Created: 16x16 textures/items-atlas [18:16:47] [Client thread/INFO]: Removed 0 missing texture stacktraces. Tada! [18:16:48] [Client thread/INFO]: Finished Initialization. [18:16:55] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: [18:16:55] [Sound Library Loader/INFO]: Sound engine started [18:16:58] [Client thread/INFO]: Loading TFCCrafting [18:16:78] [Client thread/INFO]: Successfully loaded 267 out of 267 recipes for shaped recipes [18:16:78] [Client thread/INFO]: Successfully loaded 76 out of 76 recipes for shapeless recipes [18:16:78] [Client thread/INFO]: Successfully loaded 5 out of 5 recipes for blast furnace recipes [18:16:78] [Client thread/INFO]: Successfully loaded 17 out of 17 recipes for block cutter recipes [18:16:79] [Client thread/INFO]: Successfully loaded 48 out of 48 recipes for compressor recipes [18:16:79] [Client thread/INFO]: Successfully loaded 12 out of 12 recipes for extractor recipes [18:16:79] [Client thread/INFO]: Successfully loaded 64 out of 64 recipes for macerator recipes [18:16:79] [Client thread/INFO]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes [18:16:79] [Client thread/INFO]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes [18:16:79] [Client thread/INFO]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes [18:16:79] [Client thread/INFO]: Successfully loaded 8 out of 8 recipes for ore washing recipes [18:16:79] [Client thread/INFO]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes [18:16:33] [Client thread/INFO]: Initialization ( started ) [18:16:33] [Client thread/INFO]: Starting AE2 CSV Export [18:16:33] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [18:16:34] [AE2 CSV Export/INFO]: New mod configuration was found. Commencing exporting. [18:16:34] [AE2 CSV Export/INFO]: Item Exporting ( started ) [18:16:58] [AE2 CSV Export/WARN]: Could not export subtypes of: item.microblock [18:16:59] [AE2 CSV Export/INFO]: Exported successfully 4991 items into items.csv [18:16:59] [AE2 CSV Export/INFO]: Item Exporting ( ended after 245 ms) [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:BlockSkyCompass:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolCertusQuartzAxe:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolCertusQuartzPickaxe:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolCertusQuartzSword:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolCertusQuartzHoe:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolNetherQuartzAxe:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolNetherQuartzPickaxe:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolNetherQuartzSword:0 [18:16:76] [Client thread/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:ToolNetherQuartzHoe:0 [18:16:76] [Client thread/INFO]: Recipes Loading: HCCrusher: 8 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Inscribe: 8 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Pulverizer: 8 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Macerator: 7 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: MekEnrichment: 2 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: MekCrusher: 3 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Press: 3 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Shaped: 201 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Shapeless: 56 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: GrindFZ: 7 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: OreRegistration: 16 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Grind: 4 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Crusher: 9 loaded. [18:16:76] [Client thread/INFO]: Recipes Loading: Smelt: 2 loaded. [18:16:81] [Client thread/INFO]: Initialization ( ended after 479ms ) [18:16:83] [Client thread/INFO]: Loaded. [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://raw.githubusercontent.com/Vazkii/Botania/master/version/1.7.10.txt [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038) [18:16:10] [Botania Version Checker Thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vazkii.botania.common.core.version.ThreadVersionChecker.run(ThreadVersionChecker.java:31) [18:16:44] [Client thread/INFO]: Iron Chests was not detected! using fallback chest recipe [18:16:47] [Client thread/INFO]: Finished Initialization [18:16:49] [Thread-18/INFO]: [Update Checker] Thread Started [18:16:80] [Thread-18/INFO]: [Update Checker] Thread Finished [18:16:85] [Client thread/INFO]: RS Added [18:16:87] [Client thread/INFO]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE, FML] [18:16:88] [Client thread/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE, FML] [18:16:88] [Client thread/INFO]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE, FML] [18:16:88] [Client thread/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE, FML] [18:16:89] [Client thread/INFO]: Transforming Class [cpw.mods.fml.client.GuiScrollingList], Method [drawScreen] [18:16:89] [Client thread/INFO]: Transforming cpw.mods.fml.client.GuiScrollingList Finished. [18:16:89] [Client thread/INFO]: Transforming Class [cpw.mods.fml.client.GuiSlotModList], Method [drawBackground] [18:16:89] [Client thread/INFO]: Transforming cpw.mods.fml.client.GuiSlotModList Finished. [18:16:89] [Client thread/INFO]: [Handlers] Registering handler EventHandlerGui to busses: [FORGE, FML] [18:16:89] [Client thread/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE, FML] [18:16:89] [Client thread/INFO]: [Handlers] Registering handler ClientHandler to busses: [FORGE, FML] [18:16:89] [Client thread/INFO]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE, FML] [18:16:89] [Client thread/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE, FML] [18:16:90] [Client thread/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE, FML] [18:16:90] [Client thread/INFO]: [Handlers] Registering handler EnderIOController to busses: [FORGE, FML] [18:16:90] [Client thread/INFO]: Sending dummy event to all mods [18:16:90] [Client thread/INFO]: Reloading ingame configs for modid: endercore [18:16:91] [Client thread/INFO]: Updating config... [18:16:05] [Client thread/INFO]: init() [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityWeatherContainer renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityBroom renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.block.EntityLightningBombPrimed renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.effect.EntityNecromancersHead renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityRedstoneGrenade renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.monster.Netherfish renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.effect.EntityAntiVengeanceBeam renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityBiomeExtract renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.monster.PoisonousLibelle renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityLightningGrenade renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.monster.VengeanceSpirit renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.item.EntityBloodPearl renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.monster.Werewolf renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.entity.monster.ControlledZombie renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileDarkTank special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TilePurifier special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileSpiritPortal special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileEnvironmentalAccumulator special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileSanguinaryPedestal special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileEntangledChalice special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileColossalBloodChest special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileBloodChest special renderer [18:16:06] [Client thread/INFO]: Registered class evilcraft.tileentity.TileBoxOfEternalClosure special renderer [18:16:06] [Client thread/INFO]: Registered key bindings [18:16:06] [Client thread/INFO]: Registered packet handler. [18:16:06] [Client thread/INFO]: Registered tick handlers [18:16:16] [Client thread/INFO]: Registering ThermalExpansion recipes [18:16:82] [Client thread/INFO]: Attempting to extend PotionArray by 4 [18:16:98] [Client thread/INFO]: Created: 16x16 textures/revolvers-atlas [18:16:98] [Client thread/INFO]: Removed 0 missing texture stacktraces. Tada! [18:16:06] [Client thread/INFO]: Version 9.1.1 initializing... [18:16:20] [Thread-19/WARN]: Failed to load update container for mod LLibrary (llibrary)! [18:16:24] [Client thread/INFO]: Render registrations complete. [18:16:26] [Client thread/INFO]: Initialized HolidayManager. [18:16:26] [Client thread/INFO]: Loading complete. [18:16:26] [Client thread/INFO]: Mod loaded. [18:16:27] [Client thread/INFO]: [mekanism.generators.client.GeneratorsClientProxy:registerRenderInformation:87]: [MekanismGenerators] Render registrations complete. [18:16:27] [Client thread/INFO]: Loaded MekanismGenerators module. [18:16:31] [Thread-20/ERROR]: An error occured while connecting to URL 'http://aidancbrady.com/data/versions/Mekanism.txt.' [18:16:33] [Client thread/INFO]: Register packet [18:16:46] [Client thread/INFO]: Totemic is entering its initialisation stage [18:16:55] [Thread-20/ERROR]: An error occured while connecting to URL 'http://aidancbrady.com/data/capes/Mekanism.txt.' [18:16:67] [Client thread/INFO]: Received a successful oil-gen-exclude request 74 from mod Aroma1997sDimension [18:16:73] [Client thread/INFO]: Injecting itemstacks [18:16:73] [Client thread/INFO]: Itemstack injection complete [18:16:73] [Client thread/INFO]: Finished Post-Initialization. [18:16:73] [Client thread/INFO]: Loading TFCOres [18:16:79] [Client thread/INFO]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'! [18:16:82] [Client thread/ERROR]: IndustrialCraft 2 Error The IC2 config file contains an invalid entry for balance/recyclerBlacklist. Invalid value at line 191 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold). There is no item matching IC2:scaffold. [18:16:82] [Client thread/FATAL]: Exception caught while showing an error. java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-7,5,main] already has the context current at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241) at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130) at org.lwjgl.opengl.Display$5.destroy(Display.java:834) at org.lwjgl.opengl.Display.destroy(Display.java:1095) at ic2.core.PlatformClient.displayError(PlatformClient.java:112) at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) at ic2.core.IC2.modsLoaded(IC2.java:572) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Here I am! [VersionManager] Refreshing versions locally... [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Resolving... [Version:1.12.2 СЃ Minecraft Forge 1.12.2-14.23.5.2847] Inherits from 1.12.2 [VersionManager] Versions has been refreshed (129 ms) [Launcher] Minecraft closed with exit code: 1 [Launcher] Launcher exited. flush now flush now сборка просто крашится, не знаю почему
-
Aeris_Farewall изменил фотографию своего профиля
-
Создал я тут сборку для выживания с другом, накидал модов, стал проверять-не работает, логов нет, майн не успевает их сделать. Помогите пожалуйста. ИЗ КОНСОЛИ [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.8 [Launcher] Collecting info... [TLauncherManager] before clearLibrary [TLauncherManager] written: [] [TLauncherManager] after clearLibrary [Launcher] Force update: false [Launcher] Selected version: Bunker [Launcher] Selected account: Account{displayName=NuclearCell, userid=NuclearCell, uuid=6c4b0e5c7f5a48a59bd1fb782c324a6f, username=NuclearCell} [Launcher] Version sync info: VersionSyncInfo{id='Bunker', local=CompleteVersion{id='Bunker', time=Sat Dec 19 04:51:02 MSK 2020, release=Mon Sep 18 11:39:46 MSK 2017, type=release, class=net.minecraft.launchwrapper.Launch, minimumVersion=18, assets='1.12', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@3ba13786, libraries=[Library{name='net.minecraftforge:forge:1.12.2-14.23.5.2855', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-debug-all:5.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraft:launchwrapper:1.12', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline:3.5.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.typesafe.akka:akka-actor_2.11:2.3.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.typesafe:config:1.2.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-actors-migration_2.11:1.1.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-compiler:2.11.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2_mc', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2_mc', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-library:2.11.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-parser-combinators_2.11:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-reflect:2.11.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-swing_2.11:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.scala-lang:scala-xml_2.11:1.0.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='lzma:lzma:0.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='java3d:vecmath:1.5.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.trove4j:trove4j:3.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.5.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='oshi-project:oshi-core:1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:4.4.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:platform:3.4.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-all:4.1.9.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:21.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.8.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:1.5.25', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:realms:1.10.22', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:7.1.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@bb635eb, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@70a2343d, packed='null'}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@7a978433, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@48b881e0, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@729bec71, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}]}, remote=null, isInstalled=true, hasRemote=false, isUpToDate=true} [Launcher] Checking conditions... [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Pga23\AppData\Roaming\.minecraft\assets\indexes\1.12.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 266 ms. [TLauncherManager] add required libraries: Bunker [VersionManager] Required for version Bunker: [] [TLauncherManager] add required libraries: Bunker [Modpack] check resources [Modpack] check CompositeResources path C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\runtime\jre-legacy\windows\jre-legacy Java version 8 path: C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe [Downloader2] Files in queue 2 [Downloader2] Starting download 2 files... [D#2] > https://res.tlauncher.org/b/mods/79616/2777813/Decocraft-2.6.3_1.12.2.jar [D#1] > https://res.tlauncher.org/b/mods/10000020/11000372/tlskincape1.12.2-1.4.jar [TLauncherManager] library will be replaced: com.mojang:authlib:1.5.25 [TLauncherManager] library will be replaced: com.mojang:patchy:1.1 [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\runtime\jre-legacy\windows\jre-legacy\bin\javaw.exe -Djava.net.preferIPv4Stack=true -Dos.name=Windows 10 -Dos.version=10.0 -Xmn128M -Xmx4790M -Djava.library.path=C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\natives -cp C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2855\forge-1.12.2-14.23.5.2855.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-debug-all\5.2\asm-debug-all-5.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2_mc\scala-continuations-library_2.11-1.0.2_mc.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2_mc\scala-continuations-plugin_2.11.1-1.0.2_mc.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\1.1\patchy-1.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\1.6.25\authlib-1.6.25.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar;C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\Bunker.jar -Dminecraft.applet.TargetDirectory=C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -DLibLoader.modsFolder=C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods net.minecraft.launchwrapper.Launch --username NuclearCell --version Bunker --gameDir C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker --assetsDir C:\Users\Pga23\AppData\Roaming\.minecraft\assets --assetIndex 1.12 --uuid 6c4b0e5c7f5a48a59bd1fb782c324a6f --accessToken null --userType mojang --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 925 --height 530 --fullscreen [Launcher] Launching Minecraft... I'm hiding! [TLauncherManager] mods after C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\559_559_dayz_1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\appliedenergistics2-rv6-stable-7.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Avaritia-1.12.2-3.3.0.37-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\backpack-3.0.2-1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\BackTools-1.12.2-7.0.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\BetterFoliage-MC1.12-2.3.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\BetterFps-1.4.8.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\BiomesOPlenty-1.12.2-7.0.1.2444-universal — копия.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Botania+r1.10-364.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\buildcraft-all-7.99.24.8.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\castle_dungeons-2.2p1-1.12.2-forge — копия.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\castle_dungeons-2.2p1-1.12.2-forge.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Chisel-MC1.12.2-1.0.2.45.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Clumps-3.1.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\CodeChickenLib-1.12.2-3.2.3.358-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\corpse-1.12.2-1.0.8.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\CTM-MC1.12.2-1.0.2.31.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Cyclic-1.12.2-1.20.9.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\DayZombiez.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Decocraft-2.6.3_1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\engineers_doors-1.12.2-0.9.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Extra+Weapons+Mod+Release+1.12.2+1.2.04.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\firstaid-1.6.15.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Flan.s.Mod-1.12.2-5.6.0-beta.8.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\forgemod_VoxelMap-1.9.28_for_1.12.2 — копия.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\forgemod_VoxelMap-1.9.28_for_1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\FpsReducer-mc1.12.2-1.20.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\furniture-6.3.1-1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\GalacticraftCore-1.12.2-4.0.2.280.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\hbm-1.3.7.1a.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\iChunUtil-1.12.2-7.2.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\ImmersiveEngineering-0.12-98.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\industrialcraft-2-2.8.221-ex112.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\ironchest_1.12.2_7.0.72.847.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\jei_1.12.2-4.16.1.302.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Mekanism-1.12.2-9.8.3.390.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\MicdoodleCore-1.12.2-4.0.2.281.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\millenaire-1.12.2-8.1.1.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\More-Planets-1.12.2-2.2.1-GC280.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\NotEnoughItems-1.12.2-2.4.3.245-universal.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\obfuscate-0.4.2-1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\OptiFine-1.12.2_HD_U_G5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Patchouli-1.0-23.6.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\PlayerAPI_1.12.2_1.0.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\PTRLib-1.0.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\randomloot-1.12.2-1.7.5.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\SCP_Lockdown-1.12.2-2.4.0-hotfix.jar.deactivation C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\SmartMoving-1.12.2-16.4-RC3.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\SmartRender-1.12.2-2.3-RC2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\SteveKunG's-Lib-1.12.2-1.1.10.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\techguns-1.12.2-2.0.2.0_pre3.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\tlskincape1.12.2-1.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\TreeChopper-1.12.2-1.2.4.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\vehicle-mod-0.44.1-1.12.2.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\Waystones_1.12.2-4.1.0.jar C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\[1.12.2]+SecurityCraft+v1.8.21.jar [Launcher] Starting Minecraft Bunker... [Launcher] Launching in: C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker Starting garbage collector: 264 / 541 MB Garbage collector completed: 177 / 516 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== 2021-09-17 18:34:42,509 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2021-09-17 18:34:42,902 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [18:34:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:34:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:34:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [18:34:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2855 for Minecraft 1.12.2 loading [18:34:43] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\runtime\jre-legacy\windows\jre-legacy [18:34:44] [main/INFO] [FML]: Searching C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods for mods [18:34:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:44] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed! [18:34:44] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar [18:34:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:44] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:34:44] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [18:34:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in engineers_doors-1.12.2-0.9.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:44] [main/WARN] [FML]: The coremod EngineersDoorsLoadingPlugin (nihiltres.engineersdoors.common.asm.EngineersDoorsLoadingPlugin) is not signed! [18:34:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from forgemod_VoxelMap-1.9.28_for_1.12.2 ? ?????.jar [18:34:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from forgemod_VoxelMap-1.9.28_for_1.12.2.jar [18:34:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:44] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:34:44] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! [18:34:44] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [18:34:44] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed! [18:34:44] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from More-Planets-1.12.2-2.2.1-GC280.jar [18:34:45] [main/WARN] [FML]: The coremod ObfuscatePlugin (com.mrcrayfish.obfuscate.asm.ObfuscatePlugin) is not signed! [18:34:45] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine-1.12.2_HD_U_G5.jar [18:34:45] [main/WARN] [FML]: The coremod PlayerAPIPlugin (api.player.forge.PlayerAPIPlugin) is not signed! [18:34:45] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SteveKunG's-Lib-1.12.2-1.1.10.jar [18:34:45] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in techguns-1.12.2-2.0.2.0_pre3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:45] [main/WARN] [FML]: The coremod Techguns Core (techguns.core.TechgunsFMLPlugin) is not signed! [18:34:45] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in tlskincape1.12.2-1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [18:34:45] [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 [18:34:45] [main/WARN] [FML]: The coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin) is not signed! [18:34:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:34:45] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker [18:34:45] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker [18:34:45] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Pga23/AppData/Roaming/.minecraft/versions/Bunker/mods/forgemod_VoxelMap-1.9.28_for_1.12.2%20?%20?????.jar Service=LaunchWrapper Env=CLIENT 2021-09-17 18:34:46,751 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2021-09-17 18:34:46,873 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [18:34:46] [main/INFO] [SteveKunG's Lib]: Initializing SteveKunG's Lib plugin! [18:34:47] [main/INFO] [mixin]: Compatibility level set to JAVA_8 [18:34:47] [main/WARN] [FML]: The coremod SteveKunGLibPlugin (stevekung.mods.stevekunglib.core.SteveKunGLibPlugin) is not signed! [18:34:47] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [18:34:47] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [18:34:47] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker [18:34:47] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping [18:34:47] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker [18:34:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions [18:34:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader [18:34:47] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer [18:34:47] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\Pga23\AppData\Roaming\.minecraft\versions\Bunker\mods\OptiFine-1.12.2_HD_U_G5.jar [18:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:34:54] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [18:34:54] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [18:34:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:34:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:34:54] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer Galacticraft Update Required!Galacticraft and MicdoodleCore should always be at the same versionSevere issues can be caused from not updating1 [18:37:13] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... [18:37:13] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game... [18:37:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:37:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:37:14] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container gloomyfolken.hooklib.minecraft.SecondaryTransformerHook [18:37:14] [main/INFO] [FML]: [HOOKLIB] Obfuscated: true [18:37:14] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container org.tlauncher.skin.cape.asm.TLSkinCapeHooks [18:37:14] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker [18:37:14] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker [18:37:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:37:14] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.fml.common.Loader [18:37:14] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.fml.common.Loader#injectData([Ljava/lang/Object;) [18:37:15] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 10 ms [18:37:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:37:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:37:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:37:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper Exception in thread "main" [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: kotlin/reflect/KDeclarationContainer [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.betterfoliage.loader.Refs.<clinit>(Refs.kt:13) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.betterfoliage.loader.BetterFoliageTransformer.<init>(BetterFoliageCore.kt:13) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:442) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:243) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at $wrapper.mods.betterfoliage.loader.BetterFoliageTransformer.<init>(Unknown Source) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:442) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:132) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: kotlin.reflect.KDeclarationContainer [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [18:37:16] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 18 more Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (161 ms) [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Resolving... [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Inherits from 1.7.10 [REPO][EMPTY] Attempt #1; timeout: 20000 ms; url: [REPO][EMPTY] Success: Reached the repo in 433 ms. [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Resolving... [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Inherits from 1.12.2 [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Resolving... [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Inherits from 1.7.10 [REPO][EMPTY] Attempt #1; timeout: 20000 ms; url: [REPO][EMPTY] Success: Reached the repo in 107 ms. [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Resolving... [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Inherits from 1.12.2 [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Resolving... [Version:Modern City Modpack 1.7.10 ModernCity 1.5] Inherits from 1.7.10 [REPO][EMPTY] Attempt #1; timeout: 20000 ms; url: [REPO][EMPTY] Success: Reached the repo in 104 ms. [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Resolving... [Version:Zombie Apocalypse (FAST ZOMBIES) by Forge Labs Zombie Apocalypse (FAST ZOMBIES) -1.4] Inherits from 1.12.2 [Launcher] Minecraft closed with exit code: 1 flush now [Launcher] Launcher exited.
-
собрались мы с другом пройти сборку по майнкрафту (1.12.2) У меня запустить майнкрафт получилось а у него нет. Детали: Наши компутаторы +- схожи по характеристикам сборка состоит из 49модов. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Заключается все в том, что майнкрафт запускается в штатном режиме, но спустя некоторое время Майн уходит в режим (не отвечает) и все. Иногда удается запустить майнкрафт с той же сборкой но так же при создании мира/заходе на сервер так же (не отвечает) без модов все работает прекрасно в 70 фпс Конфигурация моего компа Amd A6 9225 2.6Ггц Amd radeon 560 Hd 8gb Ddr 4 Это ноутбук. с модами у меня летает в 70 фпс. конфигурация компа друга Intel core i5 Amd radeon 1660 8gb ddr3 в чем может быть проблема? тянет не на максималках( у нас много чего снижено и выключено) + у нас выделено по 6гб оперативки
