extrautilities_old_issues
extrautilities_old_issues copied to clipboard
crash in creative search menu with Buildcraft (1.11.2)
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
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)