Ender IO Zoo

Ender IO Zoo

962k Downloads

Inventory Panel Remote not opening GUI

ShadowDrakken opened this issue ยท 8 comments

commented

Issue Description:

Inventory Panel Remotes are not opening their GUIs. You can set their target and they consume nutrients when attempting to open them, but the GUI never opens. This started in 3.0.1.94 but still persists as of 3.0.1.96

What happens:

Inventory Panel Remotes are not opening their GUIs. You can set their target and they consume nutrients when attempting to open them, but the GUI never opens. This started in 3.0.1.94 but still persists as of 3.0.1.96

What you expected to happen:

Inventory Panel Remote should open the Inventory Panel GUI when right-clicked

Steps to reproduce:

  1. Setup a functional inventory panel and storage
  2. Create inventory panel remote
  3. Set remote target
  4. Attempt to open inventory panel remote

Affected Versions (Do not use "latest"):

  • EnderIO: 3.0.1.94, 3.0.1.95, 3.0.1.96
  • EnderCore: 0.4.1.51
  • Minecraft: 1.10.2
  • Forge: 2073 currently, but have used multiple versions since this issue started

Your most recent log file where the issue was present:

NA, not a crash

commented

FWIW, seems fine on the 1.10.2 version. I'm on 3.0.1.95 and just made an item panel system today including the remote. My panel and remote both work fine.

MC 1.10.2
EnderIO 3.0.1.95
Forge 2065

commented

Confirmed with the new FTB Unstable version
Edit:
Log: [16:02:20] [Server thread/WARN] [EnderIO]: Unexpected failure to get tileentity at BlockPos{x=-19, y=10, z=377} for the Inventory Panel Remote

commented

I just started to set up my EnderIO inventory system last night and i ran into this exact issue. I tried both the advanced inventory remote and the ender inventory remote. Both of them allow me to set the target panel by sneak+r-clicking, but when attempting to open the remote's GUI, nutrients are consumed but the GUI never opens, making it impossible to access the inventory remotely.

EnderIO: 1.10.2-3.0.1.96_beta.jar
EnderCore: 1.10.2-0.4.1.51-beta.jar
Minecraft: 1.10.2
Forge: 12.18.1.2053

commented

Please recreate with a current version and post the log messages (just the errors "Unexpected failure to get tileentity...")

commented

[18:59:34] [Server thread/WARN] [EnderIO]: Unexpected failure to get tileentity at BlockPos{x=-19, y=10, z=377} in dimension 0 for the Inventory Panel Remote. Got: null
EnderIO: EnderIO-1.10.2-3.0.1.101_beta
EnderCore: EnderCore-1.10.2-0.4.1.53-beta

commented

Thx. Are these the correct coordinates of your Inventory Panel in the Overworld? (Sorry I forgot to put that question in with the last comment.)

commented

fixed in next build

thx for the log

commented

[EnderIO]: Unexpected failure to get tileentity at BlockPos{x=-19, y=10, z=377} in dimension 0 for the Inventory Panel Remote. Got: null
Actual coordinates are -19 42 377
It is setting Y value wrong.
If I move the panel to Y=10 without rebinding it works.