shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
327 stars 66 forks source link

[Bug] 1.20 game crash #1485

Closed Doctor-Keller closed 1 year ago

Doctor-Keller commented 1 year ago

What happened?

The game crashes after any interaction with fluids in AE2 terminals. Even after just pressing any key while hovering mouse cursor over them.

What mod loaders are you seeing the problem on?

Forge

What do you think this bug is of?

Relevant log output

https://gist.github.com/Doctor-Keller/c80c076c51a6a2e335731898694230fe

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

mvojacek commented 1 year ago

The same exception (Failed to find EntryType of ClickableIngredient[ingredient=me.shedaniel.rei.plugincompatibilities.xxx) is also thrown when interacting with with entries in the crafting terminal's crafting monitor screen (the top right hammer icon). Not only clicking it, but also pressing any key while hovering over them triggers the exception, which is quite annoying when closing the window using Esc and hovering inside the window.

Updated to latest versions (AE2 15.0.9-beta, REI 12.0.645, REIPC 12.0.55) and still happens.

Please at least catch the exception so it doesn't crash the game when interacting with unimplemented/broken guis.

mvojacek commented 1 year ago

Also happens when pressing the 'View Recipe' bind while hovering over an ingredient with 65+ stack size while encoding a processing pattern in the pattern terminal.

shedaniel commented 1 year ago

Duplicate of https://github.com/shedaniel/REIPluginCompatibilities-Issues/issues/49