Eladkay / Scanner

Scanner mod
https://minecraft.curseforge.com/projects/scanner
5 stars 5 forks source link

Biome Scanner Crash #19

Closed clearmode closed 7 years ago

clearmode commented 7 years ago

When placing the ultimate biome scanner next to the terrain scanner and either right clicking the biome scanner, or clicking show map in the terrain scanner, the game crashes.

The game crashed whilst rendering screen Error: java.lang.NoSuchMethodError: eladkay.scanner.terrain.GuiBuildRemotely$3.getWidgets()Ljava/util/Collection;

Eladkay commented 7 years ago

Can I have a full log?

LatvianModder commented 7 years ago

This one is on me. What mc version?

LatvianModder commented 7 years ago

https://github.com/Eladkay/Scanner/commit/8c534cece6a10aa0e75a36e985329078520bfe05 fixed for master branch

clearmode commented 7 years ago

1.10.2, latest release of skyfactory 3.

clearmode commented 7 years ago

Here is the important part of the log

[20:57:43] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering screen
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1121) ~[bnz.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) ~[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.NoSuchMethodError: eladkay.scanner.terrain.GuiBuildRemotely$3.getWidgets()Ljava/util/Collection;
    at eladkay.scanner.terrain.GuiBuildRemotely$3.addWidgets(GuiBuildRemotely.java:70) ~[GuiBuildRemotely$3.class:?]
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42) ~[Panel.class:?]
    at com.feed_the_beast.ftbl.lib.gui.Panel.add(Panel.java:53) ~[Panel.class:?]
    at eladkay.scanner.terrain.GuiBuildRemotely.addWidgets(GuiBuildRemotely.java:102) ~[GuiBuildRemotely.class:?]
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42) ~[Panel.class:?]
    at com.feed_the_beast.ftbl.lib.gui.GuiBase.updateGui(GuiBase.java:136) ~[GuiBase.class:?]
    at com.feed_the_beast.ftbl.lib.gui.GuiWrapper.func_73863_a(GuiWrapper.java:79) ~[GuiWrapper.class:?]
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382) ~[ForgeHooksClient.class:?]
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094) ~[bnz.class:?]
    ... 9 more
[20:57:43] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
  literalascension (literalascension-1.10.2-1.0.2.2.jar)
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  ForgelinPlugin (Forgelin-1.4.2.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  llibrary (llibrary-1.7.6-1.10.2.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 6/4/17 8:57 PM
Description: Rendering screen

java.lang.NoSuchMethodError: eladkay.scanner.terrain.GuiBuildRemotely$3.getWidgets()Ljava/util/Collection;
    at eladkay.scanner.terrain.GuiBuildRemotely$3.addWidgets(GuiBuildRemotely.java:70)
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42)
    at com.feed_the_beast.ftbl.lib.gui.Panel.add(Panel.java:53)
    at eladkay.scanner.terrain.GuiBuildRemotely.addWidgets(GuiBuildRemotely.java:102)
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42)
    at com.feed_the_beast.ftbl.lib.gui.GuiBase.updateGui(GuiBase.java:136)
    at com.feed_the_beast.ftbl.lib.gui.GuiWrapper.func_73863_a(GuiWrapper.java:79)
    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 eladkay.scanner.terrain.GuiBuildRemotely$3.addWidgets(GuiBuildRemotely.java:70)
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42)
    at com.feed_the_beast.ftbl.lib.gui.Panel.add(Panel.java:53)
    at eladkay.scanner.terrain.GuiBuildRemotely.addWidgets(GuiBuildRemotely.java:102)
    at com.feed_the_beast.ftbl.lib.gui.Panel.refreshWidgets(Panel.java:42)
    at com.feed_the_beast.ftbl.lib.gui.GuiBase.updateGui(GuiBase.java:136)
    at com.feed_the_beast.ftbl.lib.gui.GuiWrapper.func_73863_a(GuiWrapper.java:79)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)

-- Screen render details --
Details:
    Screen name: com.feed_the_beast.ftbl.lib.gui.GuiWrapper
    Mouse location: Scaled: (668, 351). Absolute: (1336, 736)
    Screen size: Scaled: (1280, 720). Absolute: (2560, 1440). Scale factor of 2

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['_Racr'/1717801, l='MpServer', x=11.02, y=66.00, z=9.48]]
    Chunk stats: MultiplayerChunkCache: 401, 401
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (-10,59,137), Chunk: (at 6,3,9 in -1,8; contains blocks -16,0,128 to -1,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 12615135 game time, 10307574 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 1 total; [EntityPlayerSP['_Racr'/1717801, l='MpServer', x=11.02, y=66.00, z=9.48]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
    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: 1566971248 bytes (1494 MB) / 4568645632 bytes (4357 MB) up to 4772593664 bytes (4551 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.32 Powered by Forge 12.18.3.2281 193 mods loaded, 192 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.2281.jar) 
    UCHIJA  Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281.jar) 
    UCHIJA  NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) 
    UCHIJA  OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJA  foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    UCHIJA  ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar) 
    UCHIJA  fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar) 
    UCHIJA  actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    UCHIJA  CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar) 
    UCHIJA  CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    UCHIJA  EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    UCHIJA  JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar) 
    UCHIJA  OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) 
    UCHIJA  actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar) 
    UCHIJA  Baubles{1.3.10} [Baubles] (Baubles-1.10.2-1.3.10.jar) 
    UCHIJA  extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar) 
    UCHIJA  flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar) 
    UCHIJA  AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar) 
    UCHIJA  apple_shields{0.1.7} [apple_shields] (AppleShields-0.1.7.jar) 
    UCHIJA  appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar) 
    UCHIJA  autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar) 
    UCHIJA  Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    UCHIJA  AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJA  baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar) 
    UCHIJA  crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar) 
    UCHIJA  MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar) 
    UCHIJA  base{1.10.2-1.3.0} [B.A.S.E] (base-1.10.2-1.3.0.jar) 
    UCHIJA  bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.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  betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar) 
    UCHIJA  biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar) 
    UCHIJA  BlockDispenser{1.0} [BlockDispenser] (BlockDispenser-1.0-1.jar) 
    UCHIJA  guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    UCHIJA  BloodMagic{1.10.2-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.10-79.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{9.9.9} [Brandon's Core] (BrandonsCore-1.10.2-2.1.7.102-universal.jar) 
    UCHIJA  ceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar) 
    UCHIJA  Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar) 
    UCHIJA  chancecubes{1.10.2-2.3.6.176} [Chance Cubes] (ChanceCubes-1.10.2-2.3.6.176.jar) 
    UCHIJA  mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    UCHIJA  CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA  CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA  CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA  ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar) 
    UCHIJA  ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) 
    UCHIJA  chickens{4.3.2} [Chickens] (chickens-4.3.2.jar) 
    UCHIJA  chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar) 
    UCHIJA  chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) 
    UCHIJA  clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) 
    UCHIJA  shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
    UCHIJA  clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
    UCHIJA  clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) 
    UCHIJA  cyclopscore{0.10.2} [Cyclops Core] (CyclopsCore-1.9.4-0.10.2.jar) 
    UCHIJA  colossalchests{1.5.2} [Colossal Chests] (ColossalChests-1.10.2-1.5.2.jar) 
    UCHIJA  commoncapabilities{1.3.2} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.2.jar) 
    UCHIJA  controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar) 
    UCHIJA  cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar) 
    UCHIJA  ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar) 
    UCHIJA  custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar) 
    UCHIJA  Waila{1.8.13-B27_1.10.2} [Waila] (Hwyla-1.8.13-B27_1.10.2.jar) 
    UCHIJA  darkutils{1.1.7.120} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.120.jar) 
    UCHIJA  PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA  props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA  defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar) 
    UCHIJA  dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcake-1.9.4-0.0.1.jar) 
    UCHIJA  draconicevolution{2.0.12} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.12.222-universal.jar) 
    UCHIJA  DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar) 
    UCHIJA  StorageDrawers{1.10.2-3.7.4} [Storage Drawers] (StorageDrawers-1.10.2-3.7.4.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  endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    UCHIJA  EnderIO{1.10.2-3.1.190} [Ender IO] (EnderIO-1.10.2-3.1.190.jar) 
    UCHIJA  engineersworkshop{1.3.3-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.3-1.10.2.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  ExtraBitManipulation{1.10.2-2.3.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.4.jar) 
    UCHIJA  zerocore{1.10.2-0.1.0.5} [Zero CORE] (zerocore-1.10.2-0.1.0.5.jar) 
    UCHIJA  bigreactors{1.10.2-0.4.5.28} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.28.jar) 
    UCHIJA  fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.10.2.jar) 
    UCHIJA  flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    UCHIJA  sonarcore{3.2.7} [SonarCore] (SonarCore-1.10.2-3.2.7.jar) 
    UCHIJA  fluxnetworks{1.2.3} [FluxNetworks] (FluxNetworks-1.10.2-1.2.3.jar) 
    UCHIJA  foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-anarchy.jar) 
    UCHIJA  forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar) 
    UCHIJA  ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.3.jar) 
    UCHIJA  ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.3.jar) 
    UCHIJA  fw{1.5.0} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.0.jar) 
    UCHIJA  Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar) 
    UCHIJA  GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar) 
    UCHIJA  advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    UCHIJA  googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar) 
    UCHIJA  gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) 
    UCHIJA  grue{1.3.4} [Grue] (Grue-1.9.4-1.3.4.jar) 
    UCHIJA  gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar) 
    UCHIJA  hammercore{1.4.8} [Hammer Core] (HammerCore_1.10.2-1.4.8.jar) 
    UCHIJA  hatchery{0.3.11} [Hatchery] (hatchery-1.10.2-0.3.11.jar) 
    UCHIJA  headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar) 
    UCHIJA  hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar) 
    UCHIJA  hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar) 
    UCHIJA  mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCHIJA  tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) 
    UCHIJA  immersiveengineering{0.10-58} [Immersive Engineering] (ImmersiveEngineering-0.10-58.jar) 
    UCHIJA  LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
    UCHIJA  InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
    UCHIJA  mtlib{@VERSION@} [MTLib] (MTLib-1.0.2.jar) 
    UCHIJA  initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar) 
    UCHIJA  integrateddynamics{0.6.12} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.6.12.jar) 
    UCHIJA  integratedtunnels{1.1.2} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.1.2.jar) 
    UCHIJA  inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar) 
    UCHIJA  ironbackpacks{1.10.2-2.2.26} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.26.jar) 
    UCHIJA  ironchest{1.10.2-7.0.12.801} [Iron Chest] (ironchest-1.10.2-7.0.12.801.jar) 
    UCHIJA  yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) 
    UCHIJA  itsbecauseuhasnogoodspawn{1.0.5} [ItsBecauseUHasNoGoodSpawn] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar) 
    UCHIJA  ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.10.2-0.1.0.jar) 
    UCHIJA  journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) 
    UCHIJA  kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
    UCHIJA  llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar) 
    UCHIJA  literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar) 
    UCHIJA  boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) 
    UCHIJA  lootbags{2.3.8} [Loot Bags] (LootBags-1.10.2-2.3.8.jar) 
    UCHIJA  mercurius{1.0.4} [Mercurius] (Mercurius-1.10.2-1.0.4.jar) 
    UCHIJA  minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar) 
    UCHIJA  minicoal{1.1.0} [MiniCoal] (minicoal-1.1.0.jar) 
    UCHIJA  missing_pieces{4.1.3} [Missing Pieces] (missing_pieces-1.10.2-4.1.3.jar) 
    UCHIJA  natura{1.10.2-4.1.0.56} [Natura] (natura-1.10.2-4.1.0.56.jar) 
    UCHIJA  randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar) 
    UCHIJA  roots{0.208} [Roots] (roots-0.208.jar) 
    UCHIJA  moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar) 
    UCHIJA  mob_grinding_utils{0.1.8.18} [mob_grinding_utils] (MobGrindingUtils-0.1.8.18.jar) 
    UCHIJA  modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar) 
    UCHIJA  morechickens{1.1.3} [More Chickens] (MoreChickens-1.10.2-1.1.3.jar) 
    UCHIJA  shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar) 
    UCHIJA  moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) 
    UCHIJA  Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    UCHIJA  mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
    UCHIJA  mputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.6.jar) 
    UCHIJA  mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
    UCHIJA  mysticalagriculture{1.5.2} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.2b.jar) 
    UCHIJA  Neat{1.3-12} [Neat] (Neat 1.3-12.jar) 
    UCHIJA  nice{0.1.0} [Nice] (nice-0.1.0.jar) 
    UCHIJA  notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar) 
    UCHIJA  oreexcavation{1.2.87} [OreExcavation] (OreExcavation-1.2.87.jar) 
    UCHIJA  packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar) 
    UCHIJA  harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) 
    UCHIJA  shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar) 
    UCHIJA  platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar) 
    UCHIJA  reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar) 
    UCHIJA  quantumstorage{3.3.2} [QuantumStorage] (QuantumStorage-1.10.2-3.3.2.jar) 
    UCHIJA  rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
    UCHIJA  reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar) 
    UCHIJA  refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar) 
    UCHIJA  rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar) 
    UCHIJA  redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) 
    UCHIJA  reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar) 
    UCHIJA  ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    UCHIJA  rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar) 
    UCHIJA  rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) 
    UCHIJA  rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar) 
    UCHIJA  woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Wooden Shears] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar) 
    UCHIJA  scanner{1.4.1} [Scanner] (scanner-1.5.1.jar) 
    UCHIJA  shearmadness{1.10.2} [Shear Madness] (shearmadness-1.10.2-1.7.0.4.jar) 
    UCHIJA  SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar) 
    UCHIJA  simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar) 
    UCHIJA  simplecorn{2.1.6} [Simple Corn] (SimpleCorn1.10-2.1.6.jar) 
    UCHIJA  simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) 
    UCHIJA  SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) 
    UCHIJA  simplyjetpacks{2.1.1.47} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.1.47.jar) 
    UCHIJA  snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar) 
    UCHIJA  solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar) 
    UCHIJA  stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar) 
    UCHIJA  rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    UCHIJA  beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar) 
    UCHIJA  tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCHIJA  tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar) 
    UCHIJA  torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.2.25.jar) 
    UCHIJA  Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) 
    UCHIJA  ts2k16{1.0.3} [Twerk-Sim 2K16] (TS2K16-1.0.3.jar) 
    UCHIJA  twitchcrumbs{2.0.4} [Twitchcrumbs] (Twitchcrumbs_1.10.2-2.0.4.jar) 
    UCHIJA  voidcup{1.0} [voidcup] (voidcup-1.10.2-0.0.1.jar) 
    UCHIJA  waddles{0.5.0} [Waddles] (Waddles-1.10.2-0.5.0.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  withercrumbs{@version@} [Wither Crumbs] (witherCrumbs-1.10.2-0.9.jar) 
    UCHIJA  xprings{1.3.0} [Experience Rings] (xprings-1.10-1.3.0.jar) 
    UCHIJA  unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar) 
    UD  BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar) 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  lumien.randomthings.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  net.fybertech.nwr.NWRTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
literalascension (literalascension-1.10.2-1.0.2.2.jar)
  com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  team.chisel.common.asm.ChiselTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
  squeek.applecore.asm.TransformerModuleHandler
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.4.2.jar)

SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  codechicken.nei.asm.NEITransformer
RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  me.superckl.biometweaker.core.BiomeTweakerASMTransformer
llibrary (llibrary-1.7.6-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  shetiphian.core.asm.ClassTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.162.4' Renderer: 'AMD Radeon (TM) R9 200 Series'
    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)
        - WailaIntegration (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)
        - WailaIntegration (Enabled/Not Forced)

    NotEnoughItems Invalid Fingerprint Reports: 
    CodeChickenLib Invalid Fingerprint Reports: 
    CodeChickenCore Invalid Fingerprint Reports: 
    EnderStorage Invalid Fingerprint Reports: 
    List of loaded APIs: 
        * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
        * AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.2.jar
        * Base|API (1.0.0) from base-1.10.2-1.3.0.jar
        * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.10.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.28.jar
        * BiomeTweakerAPI (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|event (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|object (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|pack (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|wrapper (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|util (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.10-79.jar
        * BotaniaAPI (85) from Botania r1.9-341.jar
        * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.17.jar
        * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
        * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
        * CoFHAPI (1.8.9R1.2.0B1) from SolarFluxReborn_1.10.2-2.16r.jar
        * cofhapi (1.5.0) from ImmersiveEngineering-0.10-58.jar
        * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
        * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from refinedstorage-1.2.25.jar
        * cofhapi|energy (1.5.0) from SimplyJetpacks2-1.10.2-2.1.1.47.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 mcjtylib-1.1x-2.3.11.jar
        * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
        * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
        * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.5.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.2.jar
        * compatlayer (0.2.8) from compatlayer-1.10-0.2.8.jar
        * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.5.jar
        * CSLib|API (0.3.0) from Decocraft-2.4.2_1.10.2.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.12.222-universal.jar
        * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.190.jar
        * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.190.jar
        * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.190.jar
        * EnderIOAPI|Tools (0.0.2) from MoarSigns-1.10.2-4.2.2.8.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.3.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.11.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-58.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-58.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.6.12.jar
        * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.26.jar
        * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
        * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.419.jar
        * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
        * MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.2.8.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
        * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * PsiAPI (2) from Psi-r1.0-42.jar
        * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
        * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
        * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
        * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
        * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
        * shearmadness.api (@API_VERSION@) from shearmadness-1.10.2-1.7.0.4.jar
        * shearmadness_api_plumbing (1.0) from shearmadness-1.10.2-1.7.0.4.jar
        * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.7.jar
        * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
        * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.4.jar
        * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.4.jar
        * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.4.jar
        * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
        * SuperScript (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|command (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|object (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|util (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
        * WailaAPI (1.3) from Hwyla-1.8.13-B27_1.10.2.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.5.jar
    ChickenChunks Invalid Fingerprint Reports: 
    EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/CoFHAPIProps.class).
                    Ender IO needs at least 1.4.0 and will NOT work with older versions.
                  * Our API got loaded from MoarSigns-1.10.2-4.2.2.8.jar. That's unexpected.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 2.13.5.136
        Mixin Status: 1
        Runtime Debofucsation 1
        RenderEngine: 0
    Translocator Invalid Fingerprint Reports: 
    Launched Version: forge-12.18.3.2281
    LWJGL: 2.9.4
    OpenGL: AMD Radeon (TM) R9 200 Series GL version 4.5.13474 Compatibility Profile Context 22.19.162.4, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: PureBDcraft  64x MC110.zip, Sphax64x_Sky_Factory_3.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
[20:57:43] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# D:\Documents\Curse\Minecraft\Instances\FTB Presents SkyFactory 3\crash-reports\crash-2017-06-04_20.57.43-client.txt
Shinzulu commented 7 years ago

Hi there,

Same here - can not select the map at the biome scanner or the terrain scanner. I've included 2 crash logs.

Log 1: Sky Factory 3 latest stable 3.0.10 (containing Scanner version 1.5.1) / MC 1.10.2 crash_scanner_1.5.1.txt

Log 2: Sky Factory 3 latest stable 3.0.10 (containing Scanner version 1.5.3 which i hopefully built right using gradle + latest JDK) / MC 1.10.2 crash_scanner_1.5.3.txt

Eladkay commented 7 years ago

Interesting. @latvianmodder?

LatvianModder commented 7 years ago

Did you also update FTBLib and FTBUtilities to latest versions?

Shinzulu commented 7 years ago

No - i just upated Scanner. I left everything else like provided in Sky Factory 3.0.10 like you should see in the Logs.

Previous comment, log 1, line 256 / Log 2, line 204:

UCHIJAAAA   ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.3.jar) 
UCHIJAAAA   ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.3.jar)

I checked it right away with the latest stable versions for MC 1.10.2 (FTBLib-1.1x-3.6.5, FTBUtilities-1.1x-3.6.5.jar, scanner-1.5.3.jar).

Working (partially)! I was able to select the map at Terrain Scanner and Biomescanner and started building chunks. Because i did not know how to use the Scanner Queue i accidentally gave it chunk coordinates instead of block coordinates (-10, 13 and -9, 13). As a result the Terrain Scanner started to build from -10, 13 its 16x16 blocks to 5, 13 and afterwards from -9, 13 to 4, 13 which made the Terrain Scanner gui jump very quickly through the coordinates of the last row of blocks it had to build. After 3 or 4 times selecting just the scanner gui (not the map) during it was building this last row, i had another crash:

crash_scanner_1.5.3, ftblib1.1x-3.6.3, ftbutils1.1x-3.6.3.txt

If you want me to, i'll check other version-combinations as well.

However, I'm glad that i can update the server to this versions and we can enjoy the Scanner mod now, maybe with another crash here and there. It's a great thing anyway that we can play such big modpacks (nearly) without any trouble. If someone ever heard me saying something like: "The ftb-team owns me at least three or four weekends", you have to fix this bug in your universal translator mod - i never did. ;)

Thank you for your very quick responses and the effort you put into your mods.

lpacphantom commented 7 years ago

Hi, I am experiencing the problem as well. Opening either the Ultimate scanner UI or clicking show map on the Terrain scanner instantly crashes my client. My FTBLib and Utilities are 1.1x-3.6.5.

crash-2017-06-27_12.11.00-client.txt

Eladkay commented 7 years ago

@LatvianModder

w3ricardo commented 7 years ago

The Biome Scanner is causing my SkyFactory 3 to crash. I powered it, disconnected all cables, left click, crash. Saw this on the log:

Caused by: java.lang.NoSuchMethodError: eladkay.scanner.biome.GuiBiomeScanner$3.getWidgets()Ljava/util/Collection; at eladkay.scanner.biome.GuiBiomeScanner$3.addWidgets(GuiBiomeScanner.java:73) ~[GuiBiomeScanner$3.class:?]

log-scanner-151.txt

SkyFactory was just updated to 3.0.13, which includes FTBLib and FTBUtilties 3.6.5.

I downloaded and compiled Scanner-1.5.3 but it crashes before the main screen. I'll post another log.

w3ricardo commented 7 years ago

Crash with 1.5.3:

java.lang.NoSuchMethodError: eladkay.scanner.terrain.BlockAirey.setUnlocalizedName(Ljava/lang/String;)Lnet/minecraft/block/Block; at eladkay.scanner.terrain.BlockAirey.(BlockAirey.java:16) ~[BlockAirey.class:?] ... EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):

Eladkay commented 7 years ago

The first one is, again @LatvianModder The second one shouldn't be happening, are you sure?

LatvianModder commented 7 years ago

Well there is no such method, setUnlocalizedName(). there is func_some_number(). So maybe you exported the deobf jar? Update FTBLib to 4.0.5 yourself, I already fixed that for 1.10 branch when it was still a thing :P

Eladkay commented 7 years ago

I don't make deobf jars so

w3ricardo commented 7 years ago

I did another "./gradlew build" and ended up with a jar with a different size (!?!?)

But it's working now, the biome scanner, the terrain thing, very cool. Didn't check the queue thing yet.

Eladkay commented 7 years ago

So if I ignore my problems they will solve themselves. Perfect

Xaedankye commented 7 years ago

So for someone who isn't super plugged into the minecraft mod world, what would I need to do to fix this issue for my server?

Is there a published version of the fix that I can download and drop onto my server?

Eladkay commented 7 years ago

Just update FTBLib.

Xaedankye commented 7 years ago

So I've updated both client and server to FTBLib-1.1x-3.6.5 however I still receive the error. I noticed above they were mentioning also upgrading scanner to 1.5.3 but sadly I'm a java developer at a company stuck on maven and have no idea how to go about getting the correct build out of your project, and it doesn't appear 1.5.3 has been uploaded to curseForge yet.

(I'm specifically referencing Shinzulu's post. Any help is appreciated

Eladkay commented 7 years ago

That is odd, I'll do a rebuild tomorrow morning. For now, I recommend you build it yourself: gradlew build at the root folder -> build -> libs.

Eladkay commented 7 years ago

The new build is pending on CF. Keep me updated please.

LatvianModder commented 7 years ago

I don't see any changes in GitHub... Which branch you are working on? For 1.12 there will be changes that I will fix, but I dont even see 1.12 branch...

Xaedankye commented 7 years ago

Hey, sorry for the distance but tonight was release night so I've been slammed with work. Anyways, I tried checking out your github via clone and running just a gradle build. Embarrassingly, even as a Java Developer, I have no idea what I'm doing. I grabbed the deobf war and renamed it and dropped it in the server to see if thats what I was supposed to do but it doesn't even show up in the mod list when I boot up the client so my guess is I'm doing it wrong.

A quick google search didn't really provide a ton of useful information either. I wish I had more experience in the mod world but sadly I'm a web developer and haven't really messed with these tools much. I can provide logs with the current versions in place but it appears to be the same issue outlined above, even with FTBLib and FTBUtils updated and the latest forge version of scanner.

Eladkay commented 7 years ago

@LatvianModder I don't think I pushed the changes you made back then, and that's the issue. Just old stuff. @Xaedankye try updating from Curseforge.

Eladkay commented 7 years ago

Since lat fixed it like a month and a half ago and I was just too lazy to push it, and since nobody reported it since, I'll assume this is fixed. Feel free to correct me.