Crash when opening a written book
sys4-fr opened this issue · 3 comments
I don't know exactly what is the root cause of this issue and I avoid to reproduce it directly on the server.
In my NALC branch, the issue is avoided because the minetest_game is updated to the backport-0.4 branch.
If I have the time, I will try to isolate the issue and will propose a PR to fix it.
It seems that the current code for books works for versions beyond 0.4.15. We've never upgraded to 0.4.16 and will, in fact, most likely skip that version for 0.5.0.
Now, I'll work on a patch that determines what behavior must be used for what version of the engine so that older and more recent versions can work together with the code we pulled from minetest_game.
This commit is to be blamed, I didn't check compatibility with 0.4.15 : 27a7195
It's been fixed and the code was reverted to what it was in 0.4.15 on minetest_game. I'll work on a special branch for all the changes necessary so that minetestforfun's classic code runs on 0.4.16 and beyond.