can't open any wireless terminals on servers
MCaesar opened this issue ยท 15 comments
Using: AE2WTLib-9.0.0-beta.3 and appliedenergistics2-9.0.0-alpha.6
Unable to link any of the terminals via the security terminal. Able to link wireless terminal provided by AE2, but tried crafting, pattern, universal, none will link.
No crashes involved.
I think ae2 changed something about how the security terminal works in alpha.6, so it broke
you should be able to link it manually by editing the nbt of a dropped item entity
I will look into this, hopefully I can provide a proper fix today
I fixed the tooltip in dev.
I won't make a release just for a visual fix, but in the next release it should display correctly
So I was able to finally fix this.
It maybe wasn't even an ae2 bug but rather Environment(EnvType.CLIENT) maybe not working properly with reflection.
The fix was quite easy in the end.
I will make a new release soon.
Even if the tooltip is incorrect saying it's not linked, but actually is, then shouldn't the terminal still open to my system? Currently it doesn't open.
If I disconnect the security terminal, it says "Station can not be located. If the terminal is attached, nothing happens, no message.
I can't even figure out where it could go wrong and not open the terminal without telling anything...
my best guess would be a mod conflict
and from the error in the server console, it looks like I am calling some client only classes (again)