JoeFoxe / Hexerei-1.18

20 stars 12 forks source link

BookEntry NullPointerException #47

Closed XZot1K closed 1 year ago

XZot1K commented 1 year ago

Upon clicking the floating book above a table, it immediately crashed the client on the latest 0.2.1 build release 7/27/2022.

Cannot read field "chapterList" because "bookEntries" is null

As stated in the error, it looks like the crash is caused by obtaining chapters though the "bookEntries" object return null due to the book being empty.

Attached Crash Report crash-2022-07-29_02.23.17-client.txt

JoeFoxe commented 1 year ago

fixed in the latest 0.2.2 version