Giter Site home page Giter Site logo

bdlib's People

Contributors

adaptivity avatar bdew avatar dragonslover avatar guro2 avatar managarmr719 avatar mazdallier avatar nalimleinad avatar secret-rabbit avatar theelixzammuto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bdlib's Issues

bdLib error

I used the bdLib, as it was required by the modification.
BUT. I ran into a problem - the game is broken.
It is equally as broken with a bunch of mods, and without them (bdlib only).

---- Minecraft Crash Report ----
// Don't do that.

Time: 29.09.14 21:22
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: scala/Predef$any2stringadd$
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: scala/Predef$any2stringadd$
at net.bdew.lib.network.NetChannel.addHandler(NetChannel.scala:73)
at net.bdew.lib.network.NetChannel.init(NetChannel.scala:57)
at net.bdew.lib.BdLib$.preInit(BdLib.scala:36)
at net.bdew.lib.BdLib.preInit(BdLib.scala)
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:513)
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.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: scala.Predef$any2stringadd$
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more
Caused by: java.lang.NullPointerException

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 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 116302960 bytes (110 MB) / 244113408 bytes (232 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.84.1217 Minecraft Forge 10.13.1.1217 4 mods loaded, 4 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.84.1217} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.1.1217} Minecraft Forge Unloaded->Constructed->Pre-initialized
bdlib{1.4.5.24} BD Lib Unloaded->Constructed->Errored

Huge lag on server startup

Sampler says "Server has been stalled for 480000 ms."

Stall Report:

"Server thread" #28 prio=5
RUNNABLE
	at scala.collection.immutable.HashMap.$plus(HashMap.scala:60)
	at scala.collection.immutable.HashMap.$plus(HashMap.scala:37)
	at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:29)
	at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:25)
	at scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1.apply(Growable.scala:59)
	at scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1.apply(Growable.scala:59)
	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
	at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
	at scala.collection.generic.Growable$class.$plus$plus$eq(Growable.scala:59)
	at scala.collection.mutable.MapBuilder.$plus$plus$eq(MapBuilder.scala:25)
	at scala.collection.TraversableLike$class.$plus$plus(TraversableLike.scala:158)
	at scala.collection.AbstractTraversable.$plus$plus(Traversable.scala:104)
	at scala.collection.immutable.HashMap.$plus(HashMap.scala:63)
	at scala.collection.immutable.Map$Map4.updated(Map.scala:179)
	at scala.collection.immutable.Map$Map4.$plus(Map.scala:180)
	at scala.collection.immutable.Map$Map4.$plus(Map.scala:165)
	at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:29)
	at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:25)
	at scala.collection.TraversableOnce$$anonfun$toMap$1.apply(TraversableOnce.scala:303)
	at scala.collection.TraversableOnce$$anonfun$toMap$1.apply(TraversableOnce.scala:302)
	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
	at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
	at scala.collection.TraversableOnce$class.toMap(TraversableOnce.scala:302)
	at scala.collection.mutable.ArrayOps$ofRef.toMap(ArrayOps.scala:186)
	at net.bdew.lib.rich.RichBlockPos$.neighbours$extension(RichBlockPos.scala:18)
	at net.bdew.lib.multiblock.Tools$.getConnectedNeighbours(Tools.scala:36)
	at net.bdew.lib.multiblock.Tools$.findReachableModules(Tools.scala:49)
	at net.bdew.lib.multiblock.tile.TileController$class.validateModules(TileController.scala:73)
	at net.bdew.lib.multiblock.tile.TileControllerGui.validateModules(TileControllerGui.scala:14)
	at net.bdew.lib.multiblock.tile.TileController$$anonfun$1.apply$mcV$sp(TileController.scala:89)
	at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
	at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
	at scala.collection.immutable.List.foreach(List.scala:383)
	at net.bdew.lib.Event0.trigger(Event.scala:19)
	at net.bdew.lib.tile.TileTicking$class.update(TileTicking.scala:24)
	at net.bdew.lib.multiblock.tile.TileControllerGui.func_73660_a(TileControllerGui.scala:14)
	at net.minecraft.world.World.func_72939_s(World.java:1832)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
	at java.lang.Thread.run(Unknown Source)
``

what's the matter?

---- Minecraft Crash Report ----
// Don't do that.

Time: 18-3-10 下午1:25
Description: Ticking block entity

java.lang.NoClassDefFoundError: appeng/core/WorldSettings
at net.bdew.ae2stuff.grid.GridTile$$anonfun$1.apply$mcV$sp(GridTile.scala:37)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at scala.collection.immutable.List.foreach(List.scala:383)
at net.bdew.lib.Event0.trigger(Event.scala:19)
at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: appeng.core.WorldSettings
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 15 more

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

-- Head --
Stacktrace:
at net.bdew.ae2stuff.grid.GridTile$$anonfun$1.apply$mcV$sp(GridTile.scala:37)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at scala.collection.immutable.List.foreach(List.scala:383)
at net.bdew.lib.Event0.trigger(Event.scala:19)
at net.bdew.lib.tile.TileExtended.func_145845_h(TileExtended.scala:63)

-- Block entity being ticked --
Details:
Name: ae2stuff.Grower // net.bdew.ae2stuff.machines.grower.TileGrower
Block type: ID #1647 (tile.ae2stuff.Grower // net.bdew.ae2stuff.machines.grower.BlockGrower$)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (1163,4,1123), Chunk: (at 11,0,3 in 72,70; contains blocks 1152,0,1120 to 1167,255,1135), Region: (2,2; contains chunks 64,64 to 95,95, blocks 1024,0,1024 to 1535,255,1535)
Actual block type: ID #1647 (tile.ae2stuff.Grower // net.bdew.ae2stuff.machines.grower.BlockGrower$)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: 新的世界
All players: 1 total; [EntityPlayerMP['fishbig'/217, l='新的世界', x=1163.91, y=5.63, z=1121.72]]
Chunk stats: ServerChunkCache: 725 Drop: 0
Level seed: 1805912561244091363
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (1284,4,1002), Chunk: (at 4,0,10 in 80,62; contains blocks 1280,0,992 to 1295,255,1007), Region: (2,1; contains chunks 64,32 to 95,63, blocks 1024,0,512 to 1535,255,1023)
Level time: 264078 game time, 46916 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 8392 (now: true), thunder time: 148365 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3246329840 bytes (3095 MB) / 3802136576 bytes (3626 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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 61 mods loaded, 61 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA InputFix{1.7.10-v5} [InputFix] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCHIJAAAA rftools{4.23} [RFTools] ([RFtools]rftools-4.23.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] ([热力膨胀]ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] ([热力膨胀]ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCHIJAAAA SolarFlux{1.7.10-0.8b} [Solar Flux] ([RF太阳能]SolarFlux-1.7.10-0.8b.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] ([R键整理]InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.10.9} [Storage Drawers] ([储物抽屉]StorageDrawers-1.7.10-1.10.9.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] ([应用能源2]appliedenergistics2-rv3-beta-6.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] ([凿子]Chisel-2.9.5.11.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] ([更多使用设备]extrautilities-1.2.12.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] ([植物魔法]Botania+r1.8-249.jar)
UCHIJAAAA Avaritia{1.13} [Avaritia] ([无尽贪婪]Avaritia-1.13.jar)
UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] ([沉浸工程]ImmersiveEngineering-0.7.7.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] ([匠魂]TConstruct-1.7.10-1.8.8.build991.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] ([大型反应堆]BigReactors-0.4.3A.jar)
UCHIJAAAA ActuallyAdditions{1.7.10-r21} [Actually Additions] ([实用设备]ActuallyAdditions-1.7.10-r21.jar)
UCHIJAAAA IC2{2.2.827-experimental} [IndustrialCraft 2] ([工业2]industrialcraft-2-2.2.827-experimental.jar)
UCHIJAAAA journeymap{5.1.4p2} [JourneyMap] ([旅行者地图]journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCHIJAAAA wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar)
UCHIJAAAA avaritiaddons{1.4b} [Avaritiaddons] ([无尽贪婪拓展]Avaritiaddons-1.4b.jar)
UCHIJAAAA universalsingularities{1.7.10-8.0} [Universal Singularities] ([无尽贪婪拓展]Universal+Singularities+[Version+8]-1.7.10.jar)
UCHIJAAAA aobdsingularities{1.0.4} [Another One Bites The Dust: Singularities] (AOBDsingularities-1.0.4.jar)
UCHIJAAAA eternalsingularity{1.7.10-.1.0.3} [Eternal Singularity] ([无尽贪婪拓展]EternalSingularity-1.7.10-1.0.4.jar)
UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] ([普通太阳能]SolarExpansion-Basic-1.6a.jar)
UCHIJAAAA bdlib{1.9.4.109} [BD Lib] ([晶体催生器前置]bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAAA ae2stuff{0.5.1.61} [AE2 Stuff] ([晶体催生器]ae2stuff-0.5.1.61-mc1.7.10.jar)
UCHIJAAAA betterbuilderswands{0.8.1} [Better Builder's Wands] ([更好的建筑法杖]BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] ([末影水库]EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] ([末影管道]EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] ([潘马斯]Pam's+HarvestCraft+1.7.10Lb.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] ([热力膨胀]ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] ([铁箱子]ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA ironbackpacks{1.7.10-1.2.20} [Iron Backpacks] ([铁背包]IronBackpacks-1.7.10-1.2.20.jar)
UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] ([飞行背包]SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAAAA MouseTweaks{2.4.4} [Mouse Tweaks] ([鼠标手势]MouseTweaks-2.4.4-mc1.7.10.jar)
UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] ([龙之研究]Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA NEIAddons{1.12.13.38} [NEI Addons] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.13.38} [NEI Addons: Developer Tools] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.13.38} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.13.38} [NEI Addons: Botany] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.13.38} [NEI Addons: Forestry] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.13.38} [NEI Addons: Crafting Tables] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.13.38} [NEI Addons: Ex Nihilo] (neiaddons-1.12.13.38-mc1.7.10.jar)
UCHIJAAAA neieasyserach{0.8.7} [NEI Easy Serach] (neieasyserach-0.8.7.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] ([无尽贪婪]AOBD-2.9.2.jar)
UCHIJAAAA UniDict{1.7.10-2.9.2} [UniDict] ([矿物词典]UniDict-1.7.10-2.9.2.jar)
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.1.4-329
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.2.1-172
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
List of loaded APIs:
* ActuallyAdditionsAPI (3) from [实用设备]ActuallyAdditions-1.7.10-r21.jar
* appliedenergistics2|API (rv3) from [应用能源2]appliedenergistics2-rv3-beta-6.jar
* Baubles|API (1.0.1.10) from [热力膨胀]ThermalFoundation-[1.7.10]1.2.6-118.jar
* BotaniaAPI (61) from [无尽贪婪]Avaritia-1.13.jar
* BuildCraftAPI|core (1.0) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* BuildCraftAPI|tools (1.0) from [更多使用设备]extrautilities-1.2.12.jar
* ChiselAPI (0.1.1) from [凿子]Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from [凿子]Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from [凿子]Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|block (1.7.10R1.1.0) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHAPI|energy (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|item (1.7.10R1.1.0) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|items (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|transport (1.7.10R1.0.3) from [普通太阳能]SolarExpansion-Basic-1.6a.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|render (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.0.4B1) from [末影水库]EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.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 [工业2]industrialcraft-2-2.2.827-experimental.jar
* ImmersiveEngineering|API (1.0) from [沉浸工程]ImmersiveEngineering-0.7.7.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* RailcraftAPI|crafting (1.0.0) from [沉浸工程]ImmersiveEngineering-0.7.7.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
* Thaumcraft|API (4.2.2.0) from [潘马斯]Pam's+HarvestCraft+1.7.10Lb.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.0.3 from [普通太阳能]SolarExpansion-Basic-1.6a.jar).
It is a supported version, but that difference may lead to problems.
* Our API got loaded from [末影管道]EnderIO-1.7.10-2.3.0.429_beta.jar. That's unexpected.
* Our API got loaded from [末影管道]EnderIO-1.7.10-2.3.0.429_beta.jar. That's unexpected.
* Our API got loaded from [末影管道]EnderIO-1.7.10-2.3.0.429_beta.jar. That's unexpected.
* An unknown AE2 API is installed (rv3 from [应用能源2]appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
* Our API got loaded from [末影管道]EnderIO-1.7.10-2.3.0.429_beta.jar. That's unexpected.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['fishbig'/217, l='新的世界', x=1163.91, y=5.63, z=1121.72]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

SidedInvWrapper used when facing parameter is null

See ForestryMC/ForestryMC#1542 for a similar instance of this.

InventoryTile constructs a SidedInvWrapper when requesting an IItemHandler instance. However, when the facing argument is null, a SidedInvWrapper is still constructed, which can cause issues when trying to use it - instead an InvWraper should be returned.

https://github.com/bdew/bdlib/blob/c37db5723a8b2ec324a8fefc4781ae0f1def23b5/src/net/bdew/lib/tile/inventory/BaseInventory.scala#L80

major refactor of WidgetContainer chain ..

I'm trying to extend it and its being a huge pain ..

I want to add a new method to it, a second variant of draw, right now draw is meant for drawing the "active" part of the widget, I want to have 2 parts to a widget, the passive and the active one. The passive is drawn along with the window background from drawGuiContainerBackgroundLayer

I plan to extend all your widgets, but if you're willing I'd rather just pull request a refactor and integrate this background layer rendering right at its core.

BDLib Starting error on windows 10

Strangly BDLib and with it all its dependencies crash, when I start them with minecraft on my Laptop (windows 10), but not on my PC (Windows 7) with the same settings.
I regularly update my Java version on both computers and I have also already tried different minecraft settings, but I'm not quite sure what causes the problem. (Especially since there isn't already another issue, although that crash is happening to me since 1.7)

Crash Report: (with only BDLib installed): http://pastebin.com/auNDL77D
It seems it doesn't like the Java I use, but I have already tried reinstalling and installing the same like on my PC. Any idea what I could be doing wrong?

[Suggestion] Move all config parsers and crafting handlers to core mod.

Hello, @bdew !
Firstly. great thanks for your mods!
Secondly, I have a simle suggestion (that can be realized not so simply). Please, move to BDLib all crafting handlers, that you use to apply recipes from config files.
For example, now I can add recipe for Assembly Table only in configs of GenDustry. But I can't do that in configs of AdvancedGenerators (It's logical to use some kind of advanced crafting table to make advanced generator, isn't it?).
And I suggest to move all handlers/config parsers (for shaped/shapeless crafting, smelting, TE/EIO smelting and alloying, crafting in assembly table, Centrifuge, Squeezer, etc.) to BDLib; it'll be conveniently to use its with all mods, that support BACON.

P. S. And sorry for my English, I'm from Russia.

Major debug log spam

Hello,

I've noticed that bdlib prints a lot of stuff to the console when starting. And i mean, a LOT!
Honestly, most of it isn't really needed. I'm trying to get mod authors to make a config option in their mod, to allow for the entire turning off of logging.

Modpacks can load a lot faster this way, because printing to the console takes time.
If you want i can look into your code and create a PR for it, but i cannot decide for you what fits in what category and what not.

With kind regards,
~K4Unl

Bug:Game crashes when teleporting (java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[down, up, north, south, west, east]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]})

The Crash-Report:
https://pastebin.com/DZzAxPMN

I tried changing the version of the mod BDLib and Pressure, but it throws the same exception.
so i decided to put this issue under NTW.

Description:
it always happens when some pipe system(mk2?) get loaded and then you attempt to unload the chunk the pumps are
the game try to render the block minecraft:air's EnumFacing and this crashes the main thread

Suspected Mods:
BD Lib (bdlib), Pressure Pipes (pressure), HBM's Nuclear Tech - Extended Edition (hbm)

put an issue here too

[1.12.1] Unable to resolve StackItem )Forestry Combs)

While starting the server/client, bdlib is throwing a warning.

[10:43:14] [Server thread/WARN] [bdlib]: Unable to resolve StackItem(forestry,beeCombs,3): Item not found forestry:beeCombs

BDLib: 1.14.2.8
Forestry: 5.5.6.197
Forge: 14.22.0.2475

Config and Recipes log spam

As of 1.14.3.12 (MC 1.12), logs are spammed by recipe addition, taking 5% of the logs in kitchensink modpack with 260 mods. That's 10 times more than expected.

[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyCombs.white.PrimaryColor = EntryDouble(1.5258986E7)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyCombs.white.SecondaryColor = EntryDouble(1.579032E7)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyDrops.black.ID = EntryDouble(10.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyDrops.black.PrimaryColor = EntryDouble(1.5258986E7)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyDrops.black.SecondaryColor = EntryDouble(1973019.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: HoneyDrops.red.ID = EntryDouble(11.0)
...
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Machines.Replicator.DNATankSize = EntryDouble(10000.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Machines.Replicator.DNAPerItem = EntryDouble(1000.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Machines.Replicator.ProteinTankSize = EntryDouble(50000.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Machines.Replicator.ProteinPerItem = EntryDouble(5000.0)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Machines.Replicator.MakePristineBees = EntryStr(False)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Items.IndustrialGrafter.Enabled = EntryStr(Yes)
[14:04:12] [Server thread/DEBUG] [bdlib]: Config: Items.IndustrialGrafter.Charges = EntryDouble(200.0)
...
[14:05:39] [Server thread/DEBUG] [bdlib]: Added X = StackOreDict(ingotIron)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added B = StackItem(advgenerators,turbine_blade_iron,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added R = StackItem(advgenerators,turbine_rotor_iron,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added F = StackItem(advgenerators,iron_frame,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added w = StackItem(advgenerators,iron_wiring,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added W = StackItem(advgenerators,iron_tubing,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Added K = StackItem(advgenerators,upgrade_kit,32767)
[14:05:39] [Server thread/DEBUG] [bdlib]: Adding shaped recipe List(_XX, _XX, __X) => StackMacro(B) * 4
[14:05:39] [Server thread/DEBUG] [bdlib]: X -> ingotIron
...

Other mods involved: Advanced Generators version 0.9.20.12-mc1.12.2

Feature Request for BACON - Mass Blacklisting

Apologies if this isn't on the right issue tracker, but I'm trying to tweaks some things using BACON and there doesn't seem to be a good way to do it without writing hundreds of lines of code. Specifically, I want to blacklist all the default sources of carbon/mutagen in Advanced Generators and Gendustry so that I can make a couple of specific items the only way to get them.

However, there doesn't seem to be a way to do this without manually adding every item to the blacklist (or setting the mutagen value for it to 0) which is quite tedious, especially for carbon as there are hundreds of valid sources. Am I just unaware of the correct syntax to do this?

Server Client Version Mismatch

Hey so I'm running this inside a pack with someone on a server, and I keep receiving a version mismatch error. I double checked the file versions several times, switched between 1.15.0.4 and 1.15.0.3, redownloaded the file several times to be absolutely sure. Is this simply related to early stages of porting over to 1.16.5? It seems to work for my bf but not for me.

The error in the log file is always the same one:
[25May2021 22:36:10.375] [Netty Client IO #1/ERROR] [net.minecraftforge.fml.network.NetworkRegistry/NETREGISTRY]: Channels [bdlib:multiblock] rejected their server side version number

I appreciate your work though

Regards
Becca

Cannot Modify Empty FluidStack

Issue:

Using the latest versions of BDLib and Advanced Generators, having multiple fluid inputs on at least a syngas generator appears to cause a game crash. I have not tested other types of generators at this point. For the test below I just have Mekanism to allow me to pipe fluids. Setup and full log included. Using the Configurator from Mekanism to start piping fluids in causes a game crash and an unrecoverable world due to the same crash occurring every time you load the save.

Versions/Mods:

  • Minecraft 1.16.5
  • Forge 36.1.24
  • BDLib 1.15.0.4
  • Advanced Generators 0.10.0.8
  • Mekanism 10.0.18

Full Log:

Screenshot of setup:

photo_2021-05-31_13-07-28

java.lang.IllegalStateException: Can't modify the empty stack.
        at net.minecraftforge.fluids.FluidStack.setAmount(FluidStack.java:191)
        at net.minecraftforge.fluids.FluidStack.shrink(FluidStack.java:201)
        at net.bdew.lib.capabilities.helpers.fluid.FluidMultiHandler.$anonfun$fill$1(FluidMultiHandler.scala:32)
        at net.bdew.lib.capabilities.helpers.fluid.FluidMultiHandler.$anonfun$fill$1$adapted(FluidMultiHandler.scala:30)
        at scala.collection.immutable.List.foreach(List.scala:333)
        at net.bdew.lib.capabilities.helpers.fluid.FluidMultiHandler.fill(FluidMultiHandler.scala:30)
        at net.bdew.lib.capabilities.helpers.fluid.FluidHandlerProxy.fill(FluidHandlerProxy.scala:16)
        at net.bdew.lib.capabilities.helpers.fluid.FluidHandlerProxy.fill$(FluidHandlerProxy.scala:16)
        at net.bdew.lib.capabilities.helpers.fluid.RestrictedFluidHandler.fill(RestrictedFluidHandler.scala:12)
        at net.bdew.lib.capabilities.helpers.fluid.FluidHandlerProxy.fill(FluidHandlerProxy.scala:16)
        at net.bdew.lib.capabilities.helpers.fluid.FluidHandlerProxy.fill$(FluidHandlerProxy.scala:16)
        at net.bdew.lib.capabilities.helpers.fluid.FluidHandlerOptional.fill(FluidHandlerOptional.scala:6)
        at mekanism.common.content.network.distribution.FluidHandlerTarget.acceptAmount(FluidHandlerTarget.java:19)
        at mekanism.common.content.network.distribution.FluidHandlerTarget.acceptAmount(FluidHandlerTarget.java:11)
        at mekanism.common.lib.distribution.Target.sendPossible(Target.java:86)
        at mekanism.common.util.EmitUtils.lambda$sendToAcceptors$0(EmitUtils.java:41)
        at java.lang.Iterable.forEach(Unknown Source)
        at mekanism.common.util.EmitUtils.sendToAcceptors(EmitUtils.java:41)
        at mekanism.common.util.EmitUtils.sendToAcceptors(EmitUtils.java:70)
        at mekanism.common.content.network.FluidNetwork.tickEmit(FluidNetwork.java:187)
        at mekanism.common.content.network.FluidNetwork.onUpdate(FluidNetwork.java:200)
        at mekanism.common.lib.transmitter.TransmitterNetworkRegistry.onTick(TransmitterNetworkRegistry.java:108)
        at net.minecraftforge.eventbus.ASMEventHandler_52_TransmitterNetworkRegistry_onTick_ServerTickEvent.invoke(.dynamic)
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
        at net.minecraftforge.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:120)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78)
        at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642)
        at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232)
        at java.lang.Thread.run(Unknown Source)<!--EndFragment-->

Question: Guidance on using bdlib in another mod.

Can you please provide some guidance on using bdlib in the development of another mod? I understand the project structure of a minecraft mod, but not how to utilize and API such as this, where I want to link to classes but not distribute the binary.

Do I need a deobf version of the jar file?

1.10.2: java.lang.NullPointerException with /oredistribution

I tried doing the oredistribution thing and it just said that an unknown error occurred. The command was

/oredistribution 64 1 128

In the log it was a NullPointerException (putting in the whole log here as I don't know what else might be important):

[21:40:21] [Client thread/INFO]: Setting user: mrtopf
[21:40:25] [Client thread/WARN]: Skipping bad option: lastServer:
[21:40:25] [Client thread/INFO]: LWJGL Version: 2.9.4
[21:40:41] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AbyssalCraft Heads, FMLFileResourcePack:AbyssalCraft Integration, FMLFileResourcePack:AbyssalCraft, FMLFileResourcePack:Advanced Hook Launchers, FMLFileResourcePack:The Agricultural Revolution, FMLFileResourcePack:Akashic Tome, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:ArmorPlus, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Achievements, FMLFileResourcePack:Better Questing, FMLFileResourcePack:Better Questing Triggerer, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chameleon Creepers, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Chopper, FMLFileResourcePack:coroai, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Creeper Awareness, FMLFileResourcePack:CustomNPCs, FMLFileResourcePack:Custom Tweaks, FMLFileResourcePack:Cyberware, FMLFileResourcePack:Dark Utilities, FMLFileResourcePack:Ding, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:DungeonTactics, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Compass, FMLFileResourcePack:EXCore, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:ExtraUtils2, FMLFileResourcePack:Fast Leave Decay, FMLFileResourcePack:Forge Endertech, FMLFileResourcePack:FTBLib, FMLFileResourcePack:Goetia, FMLFileResourcePack:Gravestone, FMLFileResourcePack:Grim Pack, FMLFileResourcePack:Grue, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hardcore Wither, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:InfinityLib, FMLFileResourcePack:InGame Info XML, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Buttons, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:LatBlocks, FMLFileResourcePack:Loading Profiler, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mob Settings, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:More Shearables, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:Natura, FMLFileResourcePack:Nomadic Tents, FMLFileResourcePack:Not Enough Wands, FMLFileResourcePack:OnFurtherTales, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Packet Filter, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Quark, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Random Things, FMLFileResourcePack:Recurrent Complex, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Roots, FMLFileResourcePack:Rough Mobs, FMLFileResourcePack:Rough Tweaks, FMLFileResourcePack:Scaling Health, FMLFileResourcePack:ShadowMC, FMLFileResourcePack:Showcase Mod, FMLFileResourcePack:Silent Lib, FMLFileResourcePack:Simple Achievements, FMLFileResourcePack:SlashBlade, FMLFileResourcePack:Soul Shards - The Old Ways, FMLFileResourcePack:Standard Expansion, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:TamModized, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TheDragonCore, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:Tiny Progressions, FMLFileResourcePack:Vanilla Magic, FMLFileResourcePack:ViesCraft, FMLFileResourcePack:View EMC, FMLFileResourcePack:VoidCraft, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Water Strainer, FMLFileResourcePack:I Can See Everything, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Waystones, FMLFileResourcePack:WeaponCaseLoot, FMLFileResourcePack:WeaponsPlus, FMLFileResourcePack:Localized Weather & Storms, FMLFileResourcePack:Zombie Awareness
[21:40:54] [Client thread/WARN]: Skipping bad option: lastServer:
[21:41:08] [Client thread/WARN]: File chopper:sounds/bowShot.ogg does not exist, cannot add it to event chopper:bowSHott
[21:41:08] [Client thread/WARN]: File minecraft:sounds/cloth1.ogg does not exist, cannot add it to event inventorypets:cloth1
[21:41:08] [Client thread/WARN]: File minecraft:sounds/wood1.ogg does not exist, cannot add it to event inventorypets:wood1
[21:41:08] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122) [bxi.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:446) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[21:41:08] [Client thread/WARN]: File voidcraft:sounds/mobs/voidwrath/breathe.ogg does not exist, cannot add it to event voidcraft:wrath.breathe
[21:41:08] [Client thread/WARN]: File voidcraft:sounds/portal/Xia.ogg does not exist, cannot add it to event voidcraft:portal.Xia
[21:41:08] [Client thread/WARN]: Missing sound for event: voidcraft:spectrechain.chainLive
[21:41:08] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:41:08] [Thread-12/INFO]: Initializing LWJGL OpenAL
[21:41:08] [Thread-12/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[21:41:08] [Thread-12/INFO]: OpenAL initialized.
[21:41:08] [Sound Library Loader/INFO]: Sound engine started
[21:41:18] [Client thread/INFO]: Created: 16x16 textures-atlas
[21:41:18] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ns
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ns
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:41:23] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[21:41:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AbyssalCraft Heads, FMLFileResourcePack:AbyssalCraft Integration, FMLFileResourcePack:AbyssalCraft, FMLFileResourcePack:Advanced Hook Launchers, FMLFileResourcePack:The Agricultural Revolution, FMLFileResourcePack:Akashic Tome, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:ArmorPlus, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Achievements, FMLFileResourcePack:Better Questing, FMLFileResourcePack:Better Questing Triggerer, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chameleon Creepers, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Chopper, FMLFileResourcePack:coroai, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Creeper Awareness, FMLFileResourcePack:CustomNPCs, FMLFileResourcePack:Custom Tweaks, FMLFileResourcePack:Cyberware, FMLFileResourcePack:Dark Utilities, FMLFileResourcePack:Ding, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:DungeonTactics, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Compass, FMLFileResourcePack:EXCore, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:ExtraUtils2, FMLFileResourcePack:Fast Leave Decay, FMLFileResourcePack:Forge Endertech, FMLFileResourcePack:FTBLib, FMLFileResourcePack:Goetia, FMLFileResourcePack:Gravestone, FMLFileResourcePack:Grim Pack, FMLFileResourcePack:Grue, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hardcore Wither, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:InfinityLib, FMLFileResourcePack:InGame Info XML, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Buttons, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:LatBlocks, FMLFileResourcePack:Loading Profiler, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mob Settings, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:More Shearables, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:Natura, FMLFileResourcePack:Nomadic Tents, FMLFileResourcePack:Not Enough Wands, FMLFileResourcePack:OnFurtherTales, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Packet Filter, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Quark, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Random Things, FMLFileResourcePack:Recurrent Complex, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Roots, FMLFileResourcePack:Rough Mobs, FMLFileResourcePack:Rough Tweaks, FMLFileResourcePack:Scaling Health, FMLFileResourcePack:ShadowMC, FMLFileResourcePack:Showcase Mod, FMLFileResourcePack:Silent Lib, FMLFileResourcePack:Simple Achievements, FMLFileResourcePack:SlashBlade, FMLFileResourcePack:Soul Shards - The Old Ways, FMLFileResourcePack:Standard Expansion, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:TamModized, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TheDragonCore, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:Tiny Progressions, FMLFileResourcePack:Vanilla Magic, FMLFileResourcePack:ViesCraft, FMLFileResourcePack:View EMC, FMLFileResourcePack:VoidCraft, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Water Strainer, FMLFileResourcePack:I Can See Everything, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Waystones, FMLFileResourcePack:WeaponCaseLoot, FMLFileResourcePack:WeaponsPlus, FMLFileResourcePack:Localized Weather & Storms, FMLFileResourcePack:Zombie Awareness, BetterQuesting_folders, BetterQuesting_files, WEB
[21:41:45] [Client thread/WARN]: File chopper:sounds/bowShot.ogg does not exist, cannot add it to event chopper:bowSHott
[21:41:45] [Client thread/WARN]: File minecraft:sounds/cloth1.ogg does not exist, cannot add it to event inventorypets:cloth1
[21:41:45] [Client thread/WARN]: File minecraft:sounds/wood1.ogg does not exist, cannot add it to event inventorypets:wood1
[21:41:45] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132) [bxi.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113) [bxi.class:?]
    at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755) [bcx.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[21:41:45] [Client thread/WARN]: File voidcraft:sounds/mobs/voidwrath/breathe.ogg does not exist, cannot add it to event voidcraft:wrath.breathe
[21:41:45] [Client thread/WARN]: File voidcraft:sounds/portal/Xia.ogg does not exist, cannot add it to event voidcraft:portal.Xia
[21:41:45] [Client thread/WARN]: Missing sound for event: voidcraft:spectrechain.chainLive
[21:41:45] [Client thread/INFO]: SoundSystem shutting down...
[21:41:45] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[21:41:45] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:41:45] [Thread-16/INFO]: Initializing LWJGL OpenAL
[21:41:45] [Thread-16/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[21:41:45] [Thread-16/INFO]: OpenAL initialized.
[21:41:46] [Sound Library Loader/INFO]: Sound engine started
[21:41:55] [Client thread/WARN]: Texture armorplus:textures/items/modded_city.png with size 1000x1000 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture armorplus:textures/items/jon_bams.png with size 300x300 will have visual artifacts at mip level 4, it can only support level 2. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture immersiveengineering:textures/blocks/metalMultiblock_silo.png with size 88x88 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture armorplus:textures/items/the_dragon_team.png with size 135x135 will have visual artifacts at mip level 4, it can only support level 0. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture minecraft:textures/items/electroBulletItem.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture armorplus:textures/items/beam.png with size 152x152 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:56] [Client thread/WARN]: Texture minecraft:textures/items/bullet1.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:57] [Client thread/WARN]: Texture armorplus:textures/items/jon_bams_second.png with size 28x28 will have visual artifacts at mip level 4, it can only support level 2. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:57] [Client thread/WARN]: Texture minecraft:textures/items/explDrob.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:57] [Client thread/WARN]: Texture minecraft:textures/items/drillingR.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:57] [Client thread/WARN]: Texture minecraft:textures/items/EnergyBullet.png with size 8x8 will have visual artifacts at mip level 4, it can only support level 3. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:58] [Client thread/WARN]: Texture armorplus:textures/items/twitch.png with size 350x350 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.
[21:41:58] [Client thread/WARN]: Texture voidcraft:textures/items/voidicSuppressor.png with size 150x150 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.
[21:42:01] [Client thread/INFO]: Created: 8192x4096 textures-atlas
[21:42:05] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_n
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ne
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ns
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_ns
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #pane in chisel:models/block/pane/pane_nse
[21:42:12] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[21:42:13] [Client thread/WARN]: Skipping bad option: lastServer:
[21:42:13] [Client thread/WARN]: Skipping bad option: lastServer:
[21:42:14] [Client thread/WARN]: Failed reading metadata of: http://www:http://i.imgur.com/MfRhezf.png
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
    at net.minecraft.client.resources.SimpleResource.func_110526_a(SourceFile:65) ~[bxj.class:?]
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:36) [bwa.class:?]
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67) [bwf.class:?]
    at code.elix_x.excore.client.thingy.ThingyDisplay.cacheIcons(ThingyDisplay.java:82) [ThingyDisplay.class:?]
    at code.elix_x.excore.client.thingy.Thingy$1.run(Thingy.java:33) [Thingy$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
    at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
    ... 17 more
[21:42:15] [Client thread/WARN]: Failed reading metadata of: http://www:http://i.imgur.com/hm5fBZN.png
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
    at net.minecraft.client.resources.SimpleResource.func_110526_a(SourceFile:65) ~[bxj.class:?]
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:36) [bwa.class:?]
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67) [bwf.class:?]
    at code.elix_x.excore.client.thingy.ThingyDisplay.cacheIcons(ThingyDisplay.java:82) [ThingyDisplay.class:?]
    at code.elix_x.excore.client.thingy.Thingy$1.run(Thingy.java:33) [Thingy$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
    at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
    ... 17 more
[21:42:15] [Client thread/WARN]: Failed reading metadata of: http://www:http://i.imgur.com/KYKYN7h.png
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
    at net.minecraft.client.resources.SimpleResource.func_110526_a(SourceFile:65) ~[bxj.class:?]
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:36) [bwa.class:?]
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67) [bwf.class:?]
    at code.elix_x.excore.client.thingy.ThingyDisplay.cacheIcons(ThingyDisplay.java:82) [ThingyDisplay.class:?]
    at code.elix_x.excore.client.thingy.Thingy$1.run(Thingy.java:33) [Thingy$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
    at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
    ... 17 more
[21:42:16] [Client thread/WARN]: Failed reading metadata of: http://www:http://i.imgur.com/XXHNN4F.png
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
    at net.minecraft.client.resources.SimpleResource.func_110526_a(SourceFile:65) ~[bxj.class:?]
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:36) [bwa.class:?]
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67) [bwf.class:?]
    at code.elix_x.excore.client.thingy.ThingyDisplay.cacheIcons(ThingyDisplay.java:82) [ThingyDisplay.class:?]
    at code.elix_x.excore.client.thingy.Thingy$1.run(Thingy.java:33) [Thingy$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
    at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
    ... 17 more
[21:42:40] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[21:42:40] [Server thread/INFO]: Generating keypair
[21:42:44] [Server thread/WARN]: Couldn't find resource table dungeontactics:inject/gameplay/junk
[21:42:44] [Server thread/WARN]: Couldn't find resource table dungeontactics:inject/chests/spawn_bonus_chest
[21:42:44] [Server thread/WARN]: Couldn't find resource table railcraft:chests/village_workshop
[21:42:44] [Server thread/WARN]: Couldn't find resource table dungeontactics:inject/chests/igloo_chest
[21:42:44] [Server thread/INFO]: Preparing start region for level 0
[21:42:45] [Server thread/INFO]: Preparing spawn area: 41%
[21:42:48] [Server thread/INFO]: FTBLib: Server reloaded in 6ms
[21:42:49] [Server thread/INFO]: Changing view distance to 12, from 10
[21:42:50] [Server thread/INFO]: mrtopf[local:E:3e43dfb8] logged in with entity id 962 at (249.68313827002058, 69.0, 51.19494619211283)
[21:42:50] [Server thread/INFO]: mrtopf joined the game
[21:42:50] [Thread-11/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here
[21:42:52] [Server thread/INFO]: Saving and pausing game...
[21:42:52] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:42:53] [Server thread/INFO]: Saving chunks for level 'test001'/TENT
[21:42:53] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3141ms behind, skipping 62 tick(s)
[21:42:53] [Client thread/WARN]: Couldn't find resource table dungeontactics:inject/gameplay/junk
[21:42:53] [Client thread/WARN]: Couldn't find resource table dungeontactics:inject/chests/spawn_bonus_chest
[21:42:53] [Client thread/WARN]: Couldn't find resource table railcraft:chests/village_workshop
[21:42:53] [Client thread/WARN]: Couldn't find resource table dungeontactics:inject/chests/igloo_chest
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.rabbitRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.beefRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.chickenRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.beefRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.porkchopRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't smelt 1xitem.muttonRaw@0 because there is no smelting recipe
[21:42:53] [Client thread/WARN]: Couldn't set damage of loot item 1xitem.darkutils.mystery.potion@0
[21:42:59] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
[21:42:59] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
    at java.util.AbstractCollection.addAll(AbstractCollection.java:343) ~[?:1.8.0_25]
    at com.feed_the_beast.ftbl.net.MessageLogin.onMessage(MessageLogin.java:189) ~[MessageLogin.class:?]
    at com.feed_the_beast.ftbl.net.MessageLogin.onMessage(MessageLogin.java:29) ~[MessageLogin.class:?]
    at com.feed_the_beast.ftbl.lib.net.MessageToClient.lambda$onMessage$0(MessageToClient.java:28) ~[MessageToClient.class:?]
    at com.feed_the_beast.ftbl.lib.net.MessageToClient$$Lambda$957/525784936.run(Unknown Source) ~[?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
    ... 9 more
[21:42:59] [Client thread/INFO]: [CHAT] §cUpdate for Standard Expansion available!
[21:42:59] [Client thread/INFO]: [CHAT] Download: http://minecraft.curseforge.com/projects/better-questing-standard-expansion
[21:42:59] [Client thread/INFO]: [CHAT] - Fixed invalid block break IDs crashing GUI
[21:43:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3873ms behind, skipping 77 tick(s)
[21:43:20] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
[21:43:44] [Server thread/INFO]: Saving and pausing game...
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:43:44] [Server thread/INFO]: Saving chunks for level 'test001'/TENT
[21:46:09] [Server thread/INFO]: Saving and pausing game...
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:46:09] [Server thread/INFO]: Saving chunks for level 'test001'/TENT
[21:46:13] [Server thread/INFO]: [mrtopf: Set own game mode to Creative Mode]
[21:46:13] [Client thread/INFO]: [CHAT] Your game mode has been updated to Creative Mode
[21:46:25] [Server thread/INFO]: Saving and pausing game...
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:46:25] [Server thread/INFO]: Saving chunks for level 'test001'/TENT
[21:46:30] [Server thread/INFO]: Saving and pausing game...
[21:46:30] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:46:31] [Server thread/INFO]: Saving chunks for level 'test001'/TENT
[21:48:49] [Client thread/WARN]: Unable to play empty soundEvent: voidcraft:wrath.breathe
[21:49:57] [Client thread/INFO]: [CHAT] Usage: /oredistribution <radius> [<min height>] [<max height>] [--file]
[21:50:04] [Server thread/INFO]: [mrtopf: Checking ore distribution in (163,1,12) to (291,128,140) dim 0]
[21:50:04] [Server thread/INFO]: [mrtopf: Server may lag for a while]
[21:50:04] [Client thread/INFO]: [CHAT] Checking ore distribution in (163,1,12) to (291,128,140) dim 0
[21:50:04] [Client thread/INFO]: [CHAT] Server may lag for a while
[21:50:04] [Server thread/WARN]: Couldn't process command: 'oredistribution 64 1 128'
java.lang.NullPointerException
    at net.bdew.lib.CommandOreDistribution$$anonfun$execute$2.apply(CommandOreDistribution.scala:87) ~[CommandOreDistribution$$anonfun$execute$2.class:?]
    at net.bdew.lib.CommandOreDistribution$$anonfun$execute$2.apply(CommandOreDistribution.scala:82) ~[CommandOreDistribution$$anonfun$execute$2.class:?]
    at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778) ~[TraversableLike$WithFilter$$anonfun$foreach$1.class:?]
    at scala.collection.Iterator$class.foreach(Iterator.scala:743) ~[Iterator$class.class:?]
    at scala.collection.AbstractIterator.foreach(Iterator.scala:1174) ~[AbstractIterator.class:?]
    at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) ~[IterableLike$class.class:?]
    at scala.collection.AbstractIterable.foreach(Iterable.scala:54) ~[AbstractIterable.class:?]
    at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777) ~[TraversableLike$WithFilter.class:?]
    at net.bdew.lib.CommandOreDistribution$.func_184881_a(CommandOreDistribution.scala:82) ~[CommandOreDistribution$.class:?]
    at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:104) [k.class:?]
    at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:83) [k.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) [me.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) [me.class:?]
    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [im.class:?]
    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [im.class:?]
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [bzl.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[21:50:04] [Client thread/INFO]: [CHAT] An unknown error occurred while attempting to perform this command
[21:50:09] [Server thread/INFO]: Saving and pausing game...
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/Nether
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/The End
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/Deep Dark
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/ExtraUtils2_Quarry_Dim
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Dark Realm
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/Omothol
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Dreadlands
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Abyssal Wasteland
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/The Void
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/theFurther
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/Overworld
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/???
[21:50:09] [Server thread/INFO]: Saving chunks for level 'test001'/TENT


1.10.2 /oredistribution doesnt see Ic2 ores

Oredistribution command doesn't seem to be picking up ic2 ores, private modpack unified ores to Ic2 disabling forestry copper leads to copper not being generated in the distribution list same for tin/lead.

If I swap oregen to forestry/immersive engineering the command sees them so seems to only affect Ic2.

Version: bdlib-1.12.2.10-mc1.10.2

Edit Screenshot
Edit 2 Uranium from immersive engineering is enabled as well as ic2 which is why that's showing up

2016-09-07_22 16 39

bdlib isnt working at all

IT conflicts with every api I have installed on the modpack. It is a custom modpack with over 200 mods and very much stable with just this little hickup with gendustry and tesseracts directly touching eachother.

here is my crash log.
http://pastebin.com/acjKbKHg

Support for minecraft 1.15

Hi, I wanted to ask you if you will update the mods for mc 1.15? If you want I can help you, but I would update them by rewriting them with Java.
Let me know

better usage /display ideas for gas turbine generator

I would like to see one or two changes to how the gas turbine generators work.

  1. don't store power.. it currently is made on demand in the max of 25k chunks. why not just have it run to give power on demand/pull? ( is there a reason to have storage options to allow it to pull power? )
    this might make the storage modules worth using vs other power storage options.
  2. a option to see average usage of a fuel from the last few hours? since the system currently does not run based on usage it will spike up and down randomly so seeing how much your using in fuel is very hard to quantify. a graph or just numbers would be nice. ( maybe a option to see last minute 30 mins hour 6 hours and 24 hours?

ChiselsAndBits conflict

In my serverlog it says "[chiselsandbits]: Unable to determine blocks eligibility for chiseling" for some of the blocks in the mod.
I read up on the error (ChiselsAndBits/Chisels-and-Bits#49) and it seems it can't be fixed by @AlgorithmX2.
These are the blocks:
net.bdew.lib.multiblock.block.BlockController attempted to load net/minecraft/client/util/ITooltipFlag
net.bdew.lib.multiblock.block.BlockModule attempted to load net/minecraft/client/util/ITooltipFlag

minimum version needed 1.7.2.76

every time i boot up the game it says the minimum version of bdlib i need is 1.7.2.76 and that version isn't even released yet is it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.