View Issue Details

IDProjectCategoryView StatusLast Update
0002469Industrial-Craft²tools / electric itemspublic2019-01-20 14:29
Reporterfirestorm Assigned ToChocohead  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in VersionBuilds for MC 1.12.x 
Summary0002469: OD/OV scanner not showing results
DescriptionWhenever I do a manual scan with the device I get no results
Steps To ReproduceMake scanner,
Select scanner in slot
Right click to use
Additional InformationNot working in version:
Industrialcraft-2-2-.8.73-ex112 which comes with FTBRevelations-2.7.0-1.12.2.zip (current)

It worked fine in the previous version of revelations which strangely still uses the same version of industrial craft:
FTBRevelations-2.6.0-1.12.2.zip (Beta)

Tagsovscanner odscanner broken
Minecraft Version1.12.2

Activities

firestorm

2019-01-20 12:56

reporter  

scanner.JPG (30,376 bytes)   
scanner.JPG (30,376 bytes)   

firestorm

2019-01-20 14:13

reporter   ~0005878

Looked at the log when opening the scanner, seems its conflicting with astralsorcery.

13:55:54 FML Server thread error Exception caught during firing event hellfirepvp.astralsorcery.common.event.AttributeEvent$PostProcessVanilla@7b834203:
java.lang.IllegalStateException: Called getProgress on neither server or client - what are you?
    at hellfirepvp.astralsorcery.common.data.research.ResearchManager.getProgress(ResearchManager.java:86)
    at hellfirepvp.astralsorcery.common.integrations.mods.thaumcraft.perks.key.KeyEnergyShield.on(KeyEnergyShield.java:41)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1252_KeyEnergyShield_on_PostProcessVanilla.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at hellfirepvp.astralsorcery.common.event.AttributeEvent.postProcessVanilla(AttributeEvent.java:137)
    at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111129_g(SourceFile:200)
    at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111126_e(SourceFile:176)
    at net.minecraft.entity.EntityLivingBase.func_110138_aP(EntityLivingBase.java:1453)
    at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:166)
    at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:157)
    at ic2.core.Ic2Player.<init>(Ic2Player.java:25)
    at ic2.core.Ic2Player.get(Ic2Player.java:18)
    at ic2.core.item.tool.ItemScanner.scan(ItemScanner.java:115)
    at ic2.core.item.tool.ItemScanner.func_77659_a(ItemScanner.java:80)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217)
    at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:358)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:765)
    at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:32)
    at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:9)
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at net.minecraft.util.Util.func_181617_a(SourceFile:46)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:745)
13:55:54 FML Server thread error Index: 1 Listeners:
13:55:54 FML Server thread error 0: NORMAL
13:55:54 FML Server thread error 1: ASM: hellfirepvp.astralsorcery.common.integrations.mods.thaumcraft.perks.key.KeyEnergyShield@7060c3b4 on(Lhellfirepvp/astralsorcery/common/event/AttributeEvent$PostProcessVanilla;)V
13:55:54 FML Server thread error 2: ASM: hellfirepvp.astralsorcery.common.constellation.perk.attribute.AttributeTypeLimiter@59f4d313 onProcess(Lhellfirepvp/astralsorcery/common/event/AttributeEvent$PostProcessVanilla;)V
13:55:54 net.minecraft.server.MinecraftServer Server thread fatal Error executing task
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Called getProgress on neither server or client - what are you?
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at net.minecraft.util.Util.func_181617_a(SourceFile:47)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Called getProgress on neither server or client - what are you?
    at hellfirepvp.astralsorcery.common.data.research.ResearchManager.getProgress(ResearchManager.java:86)
    at hellfirepvp.astralsorcery.common.integrations.mods.thaumcraft.perks.key.KeyEnergyShield.on(KeyEnergyShield.java:41)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1252_KeyEnergyShield_on_PostProcessVanilla.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at hellfirepvp.astralsorcery.common.event.AttributeEvent.postProcessVanilla(AttributeEvent.java:137)
    at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111129_g(SourceFile:200)
    at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111126_e(SourceFile:176)
    at net.minecraft.entity.EntityLivingBase.func_110138_aP(EntityLivingBase.java:1453)
    at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:166)
    at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:157)
    at ic2.core.Ic2Player.<init>(Ic2Player.java:25)
    at ic2.core.Ic2Player.get(Ic2Player.java:18)
    at ic2.core.item.tool.ItemScanner.scan(ItemScanner.java:115)
    at ic2.core.item.tool.ItemScanner.func_77659_a(ItemScanner.java:80)
    at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217)
    at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:358)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:765)
    at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:32)
    at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:9)
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at net.minecraft.util.Util.func_181617_a(SourceFile:46)
    ... 5 more

Chocohead

2019-01-20 14:29

developer   ~0005880

This should work with IC2 2.8.106 or newer

Issue History

Date Modified Username Field Change
2019-01-20 12:56 firestorm New Issue
2019-01-20 12:56 firestorm File Added: scanner.JPG
2019-01-20 12:56 firestorm Tag Attached: ovscanner odscanner broken
2019-01-20 14:13 firestorm Note Added: 0005878
2019-01-20 14:29 Chocohead Assigned To => Chocohead
2019-01-20 14:29 Chocohead Status new => resolved
2019-01-20 14:29 Chocohead Resolution open => fixed
2019-01-20 14:29 Chocohead Fixed in Version => Builds for MC 1.12.x
2019-01-20 14:29 Chocohead Note Added: 0005880