Open IcySphyre opened 4 months ago
我遇到了同样的bug,不过这次是客户端崩溃,触发的原因是我在使用rei看一样物品的功能时,因为该物品能参与农夫乐事(Farmer's Delight)的合成,所以我切换到了农夫乐事厨具合成表的界面,切换到的一瞬间,客户端发生了崩溃,这个崩溃发生了2-3次,然后我的游戏无法启动了,游戏在启动器那里会一直处于加载状态,但是不崩溃。附上最后一次崩溃时的崩溃报告 crash-2024-07-21_00.20.46-client.txt
What happened?
A couple of days ago we had a server crash, where the error indicated a missing method in the Farmer's Delight mod. It happened when one of the players tried to look up the uses for a gold knife from the Farmer's Delight mod. The error specifically said "Error: java.lang.AbstractMethodError: Method com/nhoryzon/mc/farmersdelight/integration/rei/ChanceArrayIngredient.getSetting(Lme/shedaniel/rei/api/common/entry/settings/EntryIngredientSetting;)Ljava/lang/Object; is abstract".
Upon decompiling the ChanceArrayIngredient.class file of the Farmer's Delight mod, I noticed that the class implemented the EntryIngredient interface from the REI Fabric mod. The class method from this interface that was attempted to be called was the getSetting method in this interface, which in turn required a variable EntryIngredientSetting. When I examined the EntryIngredientSetting script, I noticed the FOCUS_UUID is declared with "EntryIngredientSetting FOCUS_UUID = new 1();". I believe this would be why the error occurred, since VSCode gives a syntax error at the "1". There are no other variables or methods in this interface.
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
Relevant log output
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.