MoSadie / ExponentialPower

A Minecraft Forge mod that adds a source of constant exponential RF power.
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Can't open the GUI of either ender generators #20

Closed lucian929 closed 2 years ago

lucian929 commented 2 years ago

Description of the bug:

I can't open the GUI of the ender generator or advanced generator on the latest version (2.0.0)

How to reproduce:

  1. Open Minecraft
  2. Attempt to open generator GUI

Version information:

Optional, but helpful extra information

Other mods installed

n/a

lucian929 commented 2 years ago

by the way: thank you for updating the mod!

MoSadie commented 2 years ago

I can't seem to replicate this issue, just double checking there were no other mods installed right? Also if you can, the log file may be helpful.

I actually had the mod mostly updated a while ago, but it was the issue you posted that actually got me to finish the update :)

lucian929 commented 2 years ago

Hmm, I actually did have some other mods installed, sorry for not putting that, the pack I'm using is a modified version of ATM6, is there any way for me to try diagnosing the issue without a binary search? There's over 300 mods 😅

MoSadie commented 2 years ago

I just tried using ATM6 with the mod added to it and it seems to work fine, a log file would be useful if you can provide one. I can search through it to see what is causing the GUI to not show up.

lucian929 commented 2 years ago

After further testing, it works in singleplayer (with our modified version of ATM6), but not on the server. After clicking on a generator, I get this:

https://paste.gg/p/anonymous/2502dee4de5849689e28bf0ccf2c78a4

Full latest log (client):

https://paste.gg/p/anonymous/d1a0aef7d2474c57ac513c9b17817ee5 (this expires in two days)

MoSadie commented 2 years ago

That makes a lot more sense, it looks like the mod is attempting to load a client-only resource on the server. I can look into it further, fix should be relatively simple. If all goes well, should have a update in a few hours.

MoSadie commented 2 years ago

Fixed! v2.0.1 fixes the issue! (Also available on CurseForge as well)

Please reopen the issue if it keeps occurring!