Odd Crash, Advice Welcome
MordridtheBlack opened this issue ยท 3 comments
Base information
- Minecraft version: 1.10.2 (modded)
- Mod version: 1.10.2-2.1.8.273-universal
- Minecraft Forge version: 12.18.3.2511
- Mod Pack: (if applicable) custom
Crash report
[crash-2018-04-07_16.44.32-client.txt](https://github.com/brandon3055/Draconic-Evolution/files/1886725/crash-2018-04-07_16.44.32-client.txt)
---- Minecraft Crash Report ----
WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AstralCore (astralsorcery-1.4.5.jar)
p455w0rds Things (p455w0rdsthings-1.10.2-2.2.32.jar)
LoadingPlugin (AdFinders-1.10.2-1.1.4.0-build.0065.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
DummyPlugin (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (Quark-r1.1-70.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
AppleCore (AppleCore-mc1.10.2-3.1.1.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 4/7/18 4:44 PM
Description: Rendering screen
java.lang.NullPointerException: Rendering screen
at net.blay09.mods.tcinventoryscan.client.ClientProxy.isHoldingThaumometer(ClientProxy.java:92)
at net.blay09.mods.tcinventoryscan.client.ClientProxy.onTooltipPostText(ClientProxy.java:168)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1372_ClientProxy_onTooltipPostText_PostText.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:399)
at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:250)
at net.minecraft.client.gui.GuiScreen.drawHoveringText(GuiScreen.java:168)
at net.minecraft.client.gui.GuiScreen.func_146283_a(GuiScreen.java:163)
at com.brandon3055.draconicevolution.client.gui.GuiPSA.access$000(GuiPSA.java:23)
at com.brandon3055.draconicevolution.client.gui.GuiPSA$1.func_146112_a(GuiPSA.java:44)
at net.minecraft.client.gui.GuiScreen.func_73863_a(GuiScreen.java:71)
at com.brandon3055.draconicevolution.client.gui.GuiPSA.func_73863_a(GuiPSA.java:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.blay09.mods.tcinventoryscan.client.ClientProxy.isHoldingThaumometer(ClientProxy.java:92)
at net.blay09.mods.tcinventoryscan.client.ClientProxy.onTooltipPostText(ClientProxy.java:168)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1372_ClientProxy_onTooltipPostText_PostText.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:399)
at net.minecraftforge.fml.client.config.GuiUtils.drawHoveringText(GuiUtils.java:250)
at net.minecraft.client.gui.GuiScreen.drawHoveringText(GuiScreen.java:168)
at net.minecraft.client.gui.GuiScreen.func_146283_a(GuiScreen.java:163)
at com.brandon3055.draconicevolution.client.gui.GuiPSA.access$000(GuiPSA.java:23)
at com.brandon3055.draconicevolution.client.gui.GuiPSA$1.func_146112_a(GuiPSA.java:44)
at net.minecraft.client.gui.GuiScreen.func_73863_a(GuiScreen.java:71)
at com.brandon3055.draconicevolution.client.gui.GuiPSA.func_73863_a(GuiPSA.java:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
-- Screen render details --
Details:
Screen name: com.brandon3055.draconicevolution.client.gui.GuiPSA
Mouse location: Scaled: (375, 164). Absolute: (1125, 344)
Screen size: Scaled: (534, 279). Absolute: (1600, 837). Scale factor of 3
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1142529024 bytes (1089 MB) / 5726797824 bytes (5461 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.3.2511 168 mods loaded, 168 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar)
UCHIJA Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar)
UCHIJA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
UCHIJA cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJA Baubles{1.3.13} [Baubles] (Baubles-1.10.2-1.3.13.jar)
UCHIJA actuallybaubles{1.1.1} [Actually Baubles] (ActuallyBaubles-1.10.2-1.1.1.jar)
UCHIJA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
UCHIJA bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar)
UCHIJA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.7.5.jar)
UCHIJA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
UCHIJA Animus{1} [Animus] (Animus-2017-04-18.jar)
UCHIJA AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.10.2-3.1.1.jar)
UCHIJA appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar)
UCHIJA aquaculture{1.4.1} [Aquaculture] (Aquaculture-1.10.2-1.4.1.4.jar)
UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJA CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
UCHIJA avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar)
UCHIJA base{1.10.2-1.5.0} [B.A.S.E] (base-1.10.2-1.5.0.jar)
UCHIJA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJA BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar)
UCHIJA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCHIJA bloodarsenal{1.10.2-2.1.0-22} [Blood Arsenal] (BloodArsenal-1.10.2-2.1.0-22.jar)
UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJA brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJA chancecubes{1.10.2-3.1.1.221} [Chance Cubes] (ChanceCubes-1.10.2-3.1.1.221.jar)
UCHIJA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCHIJA ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar)
UCHIJA chisel{MC1.10.2-0.2.0.43} [Chisel] (Chisel-MC1.10.2-0.2.0.43.jar)
UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA chiselsandbits{12.18} [Chisels & Bits] (chiselsandbits-12.18.jar)
UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJA cyclopscore{0.10.10} [Cyclops Core] (CyclopsCore-1.9.4-0.10.10.jar)
UCHIJA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
UCHIJA compatlayer{0.3.1} [compatlayer] (compatlayer-1.10-0.3.1.jar)
UCHIJA cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar)
UCHIJA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
UCHIJA forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
UCHIJA pillar_extension_forestry{2.0.0} [Corail Pillar - Forestry Extension] (corail_pillar_extension_forestry-2.0.0.jar)
UCHIJA creeperconfetti{1.3} [Creeper Confetti] (creeperconfetti-1.2.1.jar)
UCHIJA cropdusting{0.6} [CropDusting] (CropDusting-0.6-[1.9.4-1.10-1.10.2].jar)
UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJA eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar)
UCHIJA mcjtylib_ng{2.5.3} [McJtyLib] (mcjtylib-1.1x-2.5.3.jar)
UCHIJA deepresonance{1.4.9} [DeepResonance] (deepresonance-1.1x-1.4.9.jar)
UCHIJA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCHIJA draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar)
UCHIJA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA embers{0.104} [Embers] (embers-0.104.jar)
UCHIJA enderore{1.10.2-b2} [Ender Ore] (Ender Ore-1.10.2-b3.jar)
UCHIJA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
UCHIJA exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar)
UCHIJA excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar)
UCHIJA extracells{1.10.2-2.4.4a15} [Extra Cells 2] (ExtraCells-1.10.2-2.4.4a15.jar)
UCHIJA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
UCHIJA sonarcore{3.3.1} [SonarCore] (sonarcore-1.10.2-3.3.1.jar)
UCHIJA fluxnetworks{1.3.9} [Flux Networks] (fluxnetworks-1.10.2-1.2.9.jar)
UCHIJA binniecore{2.1.0} [Binnie Core] (forestry-extras-1.10.2-2.1.0b5.jar)
UCHIJA botany{2.1.0} [Binnie's Botany] (forestry-extras-1.10.2-2.1.0b5.jar)
UCHIJA extrabees{2.1.0} [Binnie's Extra Bees] (forestry-extras-1.10.2-2.1.0b5.jar)
UCHIJA extratrees{2.1.0} [Binnie's Extra Trees] (forestry-extras-1.10.2-2.1.0b5.jar)
UCHIJA genetics{2.1.0} [Binnie's Genetics] (forestry-extras-1.10.2-2.1.0b5.jar)
UCHIJA forgeendertech{1.10.2-1.3.4.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
UCHIJA forgelin{1.6.0} [Shadowfacts' Forgelin] (Forgelin-1.6.0.jar)
UCHIJA gendustry{1.6.5.32} [GenDustry] (gendustry-1.6.5.32-mc1.10.2.jar)
UCHIJA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
UCHIJA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
UCHIJA Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA tweakersconstruct{1.10.2-1.2.0} [Tweakers Construct] (tweakersconstruct-1.10.2-1.2.0.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA hardcoreore{0.0.36} [Hardcore ORE] (hardcoreore-1.10.2-0.0.36.jar)
UCHIJA hatchery{0.3.22} [Hatchery] (hatchery-1.10.2-0.3.22.jar)
UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
UCHIJA immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar)
UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJA ironbackpacks{1.10.2-2.2.33} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.33.jar)
UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJA iskalliumreactors{0.3.12} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.12.jar)
UCHIJA JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
UCHIJA jehc{1.2.2} [Just Enough HarvestCraft] (jehc-1.10.2-1.2.2.jar)
UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJA jeiintegration{1.2.0.19} [JEI Integration] (jeiintegration_1.10.2-1.2.0.19.jar)
UCHIJA journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar)
UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJA kelib{1.3.3.0} [KewaiiLib] (KewaiiLib-1.3.3.0-1.10.2.jar)
UCHIJA lootbags{2.5.0} [Loot Bags] (LootBags-1.10.2-2.5.0.jar)
UCHIJA magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar)
UCHIJA MekanismTools{9.2.4} [MekanismTools] (MekanismTools-1.10.2-9.2.4.103.jar)
UCHIJA minecolonies{@VERSION@} [MineColonies] (minecolonies-universal-1.10.2-0.9.7587.jar)
UCHIJA mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar)
UCHIJA morechickens{1.1.7} [More Chickens] (MoreChickens-1.10.2-1.1.7.jar)
UCHIJA moremetals{1.0} [More Metals] (MoreMetals v1.0 (1.9.4).jar)
UCHIJA multitools{1.3.0} [Multi Tools] (Multitools-1.3.0-1.10.2.jar)
UCHIJA MysticOres{1.6} [MysticOres] (Mystic Ores 1.6.jar)
UCHIJA mysticalagriculture{1.5.10} [Mystical Agriculture] (mysticalagriculture-1.10.2-1.5.10.jar)
UCHIJA mysticalagradditions{1.0.4} [Mystical Agradditions] (mysticalagradditions-1.10.2-1.0.4.jar)
UCHIJA natura{1.10.2-4.1.0.82} [Natura] (natura-1.10.2-4.1.0.82.jar)
UCHIJA naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.10.2-1.3.1.jar)
UCHIJA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
UCHIJA nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
UCHIJA nabb{1.0.0} [New Age Bee Breeding] (NewAgeBeeBreeding-1.10.2-1.0.0.jar)
UCHIJA orespawn{3.2.2} [OreSpawn] (OreSpawn-1.10.2-3.2.2.104.jar)
UCHIJA ProjectE{1.10.2-PE1.3.1} [ProjectE] (ProjectE-1.10.2-PE1.3.1.jar)
UCHIJA p455w0rdslib{1.0.32} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.32.jar)
UCHIJA p455w0rdsthings{2.2.32} [p455w0rd's Things] (p455w0rdsthings-1.10.2-2.2.32.jar)
UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
UCHIJA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
UCHIJA rustic{0.1.2.2} [Rustic] (rustic-0.1.2.2.jar)
UCHIJA sanguimancy{1.10.2-2.0.2} [Sanguimancy] (Sanguimancy-1.10.2-2.0.2.jar)
UCHIJA silentlib{2.2.6} [Silent Lib] (SilentLib-1.10.2-2.2.6-66.jar)
UCHIJA silentgems{2.4.7} [Silent's Gems] (SilentsGems-1.11.2-2.4.7-217.jar)
UCHIJA sgextraparts{1.3.3} [Silent's Gems: Extra Parts] (SGExtraParts-1.12-1.3.3-29.jar)
UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJA simplecore{1.4.5.1} [SimpleCore API] (simplecore-1.10.2-1.4.5.1.jar)
UCHIJA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
UCHIJA simpletcon{2.0} [Simple Tinkers Construct Addon] (SimpleTcon-2.0a.jar)
UCHIJA simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
UCHIJA taiga{1.1.4} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.4.jar)
UCHIJA thaumcraft{6.0.BETA8} [Thaumcraft] (Thaumcraft-1.10.2-6.0.BETA8.jar)
UCHIJA tcinventoryscan{2.0.3} [Thaumcrafft Inventory Scanning] (ThaumcraftInventoryScanning_1.10.2-2.0.3.jar)
UCHIJA ThaumicJEI{1.1.2} [ThaumicJEI] (ThaumicJEI-1.10.2-1.1.3-2.jar)
UCHIJA thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar)
UCHIJA TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar)
UCHIJA tinkersdefense{1.4.0.8a} [Tinkers' Defense] (tinkersdefense-1.4.0.8a.jar)
UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJA muchmorechickens{1.6} [Too Many Chickens Mod] (TMC-1.10-1.6.jar)
UCHIJA ts2k16{1.0.6} [Twerk-Sim 2K16] (TS2K16-1.0.6.jar)
UCHIJA TTLBowAddon{1.0.0} [Tinkers Tool Leveling Bow addon] (TTLBowAddon-1.10.2-1.0.0.jar)
UCHIJA usefulnullifiers{1.3.5} [Useful Nullifiers] (usefulnullifiers-1.3.5.jar)
UCHIJA utilitybaseores{1.0} [Utility Base Ores] (UtilityBaseOres-1.0.jar)
UCHIJA VeinMiner{0.38.2_1.9-127e28f} [Vein Miner] (VeinMiner-1.9-0.38.2.624+127e28f.jar)
UCHIJA VeinMinerModSupport{0.38.2_1.9-127e28f} [Mod Support] (VeinMiner-1.9-0.38.2.624+127e28f.jar)
UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA waystones{2.0.13} [Waystones] (Waystones_1.10.2-2.0.13.jar)
UCHIJA wct{2.1.49} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-2.1.49.jar)
UCHIJA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
UCHIJA adfinders{1.10.2-1.1.4.0} [Advanced Finders] (AdFinders-1.10.2-1.1.4.0-build.0065.jar)
UCHIJA corail_pillar{4.1.0} [Corail Pillar] (corail_pillar-4.1.0-1.10.2.jar)
UCHIJA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
appeng.coremod.transformer.IntegrationTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AstralCore (astralsorcery-1.4.5.jar)
p455w0rds Things (p455w0rdsthings-1.10.2-2.2.32.jar)
p455w0rd.p455w0rdsthings.asm.HorseArmorTransformer
LoadingPlugin (AdFinders-1.10.2-1.1.4.0-build.0065.jar)
com.endertech.minecraft.mods.adfinders.core.RenderTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
DummyPlugin (ForgeEndertech-1.10.2-1.3.4.0-build.0057.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.10.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.35' Renderer: 'GeForce GTX 745/PCIe/SSE2'
AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.10.2-3.1.1.jar
* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-stable-1.jar
* Base|API (1.0.0) from base-1.10.2-1.5.0.jar
* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.13.jar
* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
* BotaniaAPI (85) from Botania r1.9-341.jar
* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.2.0.43.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.2.0.43.jar
* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.18.jar
* CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.5.3.jar
* cofhapi (1.5.0) from BrandonsCore-1.10.2-2.1.14.137-universal.jar
* cofhapi|block (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
* cofhapi|energy (1.5.0) from ImmersiveEngineering-0.10-61.jar
* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
* cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|audio (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|container (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|element (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|element|listbox (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|slot (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|inventory (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|util (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|util|helpers (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|world (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|world|feature (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* ctm-api (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.9.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.8.273-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
* ExCompressum|API (1.0) from ExCompressum_1.10.2-2.0.97.jar
* fluxapi (1.0) from fluxnetworks-1.10.2-1.2.9.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.32-mc1.10.2.jar
* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.22.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.33.jar
* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
* journeymap|client-api (1.4) from journeymap-1.10.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.2.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* oreshrubs-api (0.1) from hardcoreore-1.10.2-0.0.36.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.32.jar
* Sanguimancy|API (@VERSION@) from Sanguimancy-1.10.2-2.0.2.jar
* SilentGemsAPI (3) from SilentsGems-1.11.2-2.4.7-217.jar
* sonarapi (1.0.1) from sonarcore-1.10.2-3.3.1.jar
* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.10.2-6.0.BETA8.jar
* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
* VeinMinerApi (0.3) from VeinMiner-1.9-0.38.2.624+127e28f.jar
* wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-2.1.49.jar
CodeChickenLib Invalid Fingerprint Reports:
C
Please note assuming the issue is a crash something like this
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Some Mod
Is NOT a crash report!
I need the full crash report which you can find in the crash-reports folder in the minecraft folder.
Failing that please give me your entire minecraft log from the session when the crash occurred.
If you do not provide these your issue will be insta-closed.
Any advice on this would be helpful. I've seen other modpacks with a lot of the mods I have in my custom pack work together fine w Draconic Evolution. So I don't know if I goofed somewhere, or if there is something deeper going on.
It's an issue with Thaumcraft Inventory Scanning, report it to them: https://github.com/blay09/TCInventoryScanning/issues