WATERFrAMES: Media Displays

WATERFrAMES: Media Displays

508k Downloads

Crashing after latest update

andriihorpenko opened this issue ยท 4 comments

commented

Simply opening any TV leads to a crash of a dedicated server.
crash-2024-08-19_16.55.19-server.txt

commented

By the way, (Neo)Forge discourages usage of @OnlyIn annotation, as it is not meant to be used by modders.

@OnlyIn(Dist.CLIENT) public ImageCache imageCache;

This basically strips that line from the compiled code, which leads to the crash above.

commented

same problem
on singleplayer all ok but crashes on server

commented

Issue has been fixed.

commented

By the way, (Neo)Forge discourages usage of @onlyin annotation, as it is not meant to be used by modders.

I am not sure what are you trying to tell me, if i use it was for a very good reason :P
anyway, issue has nothing to do about the annotation usage, was the creativecore GuiLayer thing.