extrautilities_old_issues icon indicating copy to clipboard operation
extrautilities_old_issues copied to clipboard

crash in creative search menu with Buildcraft (1.11.2)

Open Zilvynrae opened this issue 8 years ago • 1 comments

So simple, go into creative, open inventory, hit search tab. game crashes. I am able to remove the issue by either turning off extra utilities or Buildcraft. I have extra utils2-1.11.2-1.41 and buildcraft 7.99.3 crash-2017-05-25_20.57.11-client.txt crash-2017-05-25_20.57.11-client.txt

Zilvynrae avatar May 26 '17 03:05 Zilvynrae

This is due to com.rwtema.extrautils2.backend.PropertyEnumSimple not mirroring parseValue and getName properly - in the constructor only one of the maps uses toLowerCase(), which means that it doesn't quite work properly. (I'd recommend adding toLowerCase() to both the constructor and the parseValue methods)

AlexIIL avatar Dec 04 '17 21:12 AlexIIL