Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // My bad.
- Time: 7/6/18 3:29 PM
- Description: Exception in server tick loop
- cpw.mods.fml.common.LoaderException: co.q64.com.google.common.util.concurrent.ExecutionError: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
- at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
- at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
- at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
- at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- Caused by: co.q64.com.google.common.util.concurrent.ExecutionError: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
- at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2205)
- at co.q64.com.google.common.cache.LocalCache.get(LocalCache.java:3953)
- at co.q64.com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3957)
- at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4875)
- at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4881)
- at co.q64.com.google.inject.internal.FailableCache.get(FailableCache.java:48)
- at co.q64.com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:50)
- at co.q64.com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:138)
- at co.q64.com.google.inject.internal.InjectorImpl.initializeJitBinding(InjectorImpl.java:550)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:887)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
- at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
- at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
- at co.q64.com.google.inject.internal.InjectorImpl.getInternalFactory(InjectorImpl.java:893)
- at co.q64.com.google.inject.internal.FactoryProxy.notify(FactoryProxy.java:46)
- at co.q64.com.google.inject.internal.ProcessedBindingData.runCreationListeners(ProcessedBindingData.java:50)
- at co.q64.com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:134)
- at co.q64.com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
- at co.q64.com.google.inject.Guice.createInjector(Guice.java:99)
- at co.q64.com.google.inject.Guice.createInjector(Guice.java:73)
- at co.q64.com.google.inject.Guice.createInjector(Guice.java:62)
- at co.q64.exgregilo.ExGregilo.preInit(ExGregilo.java:61)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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.preinitializeMods(Loader.java:556)
- ... 5 more
- Caused by: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
- at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2205)
- at co.q64.com.google.common.cache.LocalCache.get(LocalCache.java:3953)
- at co.q64.com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3957)
- at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4875)
- at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4881)
- at co.q64.com.google.inject.internal.FailableCache.get(FailableCache.java:48)
- at co.q64.com.google.inject.internal.MembersInjectorStore.get(MembersInjectorStore.java:68)
- at co.q64.com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:75)
- at co.q64.com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:29)
- at co.q64.com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:37)
- at co.q64.com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:33)
- at co.q64.com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
- at co.q64.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3542)
- at co.q64.com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2323)
- at co.q64.com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2286)
- at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
- ... 52 more
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
- at java.lang.Class.getDeclaredMethods0(Native Method)
- at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
- at java.lang.Class.getDeclaredMethods(Unknown Source)
- at co.q64.com.google.inject.spi.InjectionPoint.getInjectionPoints(InjectionPoint.java:688)
- at co.q64.com.google.inject.spi.InjectionPoint.forInstanceMethodsAndFields(InjectionPoint.java:380)
- at co.q64.com.google.inject.internal.ConstructorBindingImpl.getInternalDependencies(ConstructorBindingImpl.java:165)
- at co.q64.com.google.inject.internal.InjectorImpl.getInternalDependencies(InjectorImpl.java:616)
- at co.q64.com.google.inject.internal.InjectorImpl.cleanup(InjectorImpl.java:572)
- at co.q64.com.google.inject.internal.InjectorImpl.initializeJitBinding(InjectorImpl.java:558)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:887)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
- at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
- at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
- at co.q64.com.google.inject.internal.InjectorImpl.createProviderBinding(InjectorImpl.java:346)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:845)
- at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
- at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
- at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
- at co.q64.com.google.inject.internal.SingleFieldInjector.<init>(SingleFieldInjector.java:42)
- at co.q64.com.google.inject.internal.MembersInjectorStore.getInjectors(MembersInjectorStore.java:131)
- at co.q64.com.google.inject.internal.MembersInjectorStore.createWithListeners(MembersInjectorStore.java:98)
- at co.q64.com.google.inject.internal.MembersInjectorStore.access$000(MembersInjectorStore.java:37)
- at co.q64.com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:45)
- at co.q64.com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:42)
- at co.q64.com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
- at co.q64.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3542)
- at co.q64.com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2323)
- at co.q64.com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2286)
- at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
- ... 67 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IIconRegister
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- ... 96 more
- 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_144, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 5222123000 bytes (4980 MB) / 6227755008 bytes (5939 MB) up to 6227755008 bytes (5939 MB)
- JVM Flags: 16 total; -Xms6G -Xmx6G -XX:NewSize=2G -XX:MaxNewSize=2G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+CMSClassUnloadingEnabled -XX:CMSInitiatingOccupancyFraction=70 -XX:+DisableExplicitGC -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:-UseGCOverheadLimit -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:+CMSClassUnloadingEnabled
- 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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 50 mods loaded, 50 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
- UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
- UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
- UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
- UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
- UCH GT++_Preloader{0.3-Alpha} [GT++ Preloader] (minecraft.jar)
- UCH FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
- UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
- UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
- UCH ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
- UCH betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar)
- UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
- UCH BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
- UCH BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat-7.1.7.jar)
- UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
- UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
- UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
- UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
- UCH exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
- UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
- UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
- UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
- UCH exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
- UCE exgregilo{1.0} [ExGregilo] (exgregilo-1.1.0.jar)
- UCH excompressum{1.1.149} [Ex Compressum] (excompressum-mc1.7.10-1.1.149.jar)
- UCH extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar)
- UCH fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
- UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
- UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
- UCH FTBI{1.3.3} [FTB Islands] (ftbisland-1.3.3.jar)
- UCH IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
- UCH gregtech{MC1710} [GregTech] (gregtech-5.09.31.jar)
- UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
- UCH miscutils{1.7.1} [GT++] (GT-PlusPlus-1.7.1.jar)
- UCH ToxicEverglades{0.1} [GT++ Toxic Everglades] (GT-PlusPlus-1.7.1.jar)
- UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
- UCH LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar)
- UCH oreexcavation{1.1.115} [OreExcavation] (OreExcavation-1.1.115.jar)
- UCH p455w0rdslib{1.0.4} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.4.jar)
- UCH RefineCraft{Release-0.1} [RefineCraft] (RefineCraft-Release-0.4.jar)
- UCH SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
- UCH StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar)
- UCH ae2wct{1.7.10-rv3-1.8.7.4b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.4b.jar)
- UCH YUNoMakeGoodMap{3.0} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.7.10-4.0.0.12-universal.jar)
- AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
- Mantle Environment: Environment healthy.
- TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
- List of loaded APIs:
- * ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.4b.jar
- * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
- * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23.jar
- * BuildCraftAPI|boards (2.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|core (2.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|crops (1.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|events (2.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|facades (1.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|filler (4.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|gates (4.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|items (1.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|library (2.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|lists (1.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|power (1.3) from buildcraft-7.1.23.jar
- * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|statements (1.1) from buildcraft-7.1.23.jar
- * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.23.jar
- * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.23.jar
- * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
- * BuildCraftAPI|transport (4.1) from buildcraft-7.1.23.jar
- * CoFHAPI (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * CoFHAPI|block (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
- * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHAPI|energy (1.7.10R1.0.2) from p455w0rdslib-1.7.10-1.0.4.jar
- * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * CoFHAPI|item (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
- * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * CoFHAPI|transport (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
- * CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|gui (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|util|helpers (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
- * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
- * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
- * IC2API (1.0) from industrialcraft-2-2.2.827-experimental.jar
- * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
- EnderIO: Found the following problem(s) with your installation:
- * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
- Ender IO was build against API version rv2 and may or may not work with a newer version.
- This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
- Profiler Position: N/A (disabled)
- Is Modded: Definitely; Server brand changed to 'fml,forge'
- Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment