Ender IO Zoo

Ender IO Zoo

962k Downloads

RF tool bar not showing up in UI

Nammor opened this issue ยท 7 comments

commented

Issue Description:

The UI doesn't display RF bar like it used to do, both on Dark Steel Tools and Armor, as you can see here :

ss 2016-08-07 at 08 03 07

I checked config files to see if I disabled something but I couldn't find anything special.


Affected Versions (Do not use "latest"):

  • EnderIO: EnderIO - 1.10.2-3.0.1.81_beta
  • EnderCore: EnderCore-1.10.2-0.4.1.46-beta
  • Minecraft: 1.10.2
  • Forge: 1.10.2-forge1.10.2-12.18.1.2024
commented
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Transforming RenderItem
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Applying Transformation to method (Names [renderItem, func_180454_a, a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Ladz;Lbyl;)V)
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Located Method, patching...
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Patch result: true
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Applying Transformation to method (Names [renderEffect, func_180451_a, a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Lbyl;)V)
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Located Method, patching...
[20:16:25] [Client thread/INFO] [FML/EnderIO]: [Quark ASM] Patch result: true
[20:16:26] [Client thread/INFO] [EnderCore/EnderIO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a]
[20:16:26] [Client thread/INFO] [EnderCore/EnderIO]: Transforming failed.
[20:16:26] [Client thread/INFO] [EnderCore/EnderIO]: Transforming net.minecraft.client.renderer.RenderItem Finished.

This is caused by Quark. They are changing vanilla code instead of adding to it, so our hook doesn't find the vanilla code to add our code to. I'll have to talk to them about this...

commented

PS: Or not. It's working here with Quark 49. Try updating to see ift hat helps or if another mod is involved

commented

Alright, I updated Quark and it still wasn't working. So I decided to remove every mod except enderio and endercore and reinstall one by one. Turns out this bug is caused by Optifine for some reason.

commented

Sorry for asking, but how do I find my logfile ?

commented

For general logs, there is a folder called "logs" in your modded minecraft files. If you are crashing, there is a "crash-reports" folder with crash logs.

Most mod loaders have an 'open folder' option. If you are using Curse, then it's under the "..." menu when looking at a modpack's mod list.

You could also just try searching your PC for the logs folder, or the name of the log...

EDIT: Correct logs to find are fml-client-(number).log or "latest.log"

Please remember to use Pastebin, a GitHub Gist (top of any Github page), or some other site to post the full log. It's usually very long and annoying to scroll past.

commented

This should be a link to my "fml-client-latest.log"
https://gist.github.com/Nammor/ba4181a5d93dfc2267d6fcfd4338a9ed

Thanks for helping

commented

Ok, thx for doing this test. I already suspected that Quark was innocent because I had a look at their class transformer in the meantime and it hasn't changed for a while.