Lukas Pioch
Lukas Pioch
Server OS: Linux Cuberite Commit id: ce8d8388d630fa936500e6843496afe113ad8bc5 ### Actual behavior Server crashes. ### Steps to reproduce the behavior Call this code from a plugin: `cRoot:Get():GetDefaultWorld():GrowTreeFromSapling(Vector3d(0, 1000, 0))` The chunk has...
Server OS: Linux Cuberite Commit id: (503b3c2) ### Expected behavior Server should not deadlock and when a deadlock is detected, the server should shutdown. ### Actual behavior Server deadlocks and...
Server OS: Linux Cuberite Commit id: b73cd1179fedc4abd5c388ae46f507ff3e36c213 ### Expected behavior Calling the function AddFaceDirection with an invalid eBlockFace should not crash the server. ### Actual behavior Server crashes at https://github.com/cuberite/cuberite/blob/b73cd1179fedc4abd5c388ae46f507ff3e36c213/src/Defines.cpp#L407...
Server OS: Linux Cuberite Commit id: b73cd1179fedc4abd5c388ae46f507ff3e36c213 ### Expected behavior Passing -1 to function cMonster:FamilyFromType should not crash the server. ### Actual behavior Server crashes at: https://github.com/cuberite/cuberite/blob/b73cd1179fedc4abd5c388ae46f507ff3e36c213/src/Mobs/Monster.cpp#L1173 ### Steps to...
Client version: 1.12.2 Server OS: Windows 11 Cuberite Commit id: 4b2b02a8ba1cf259ead477cc256c4ac2a994809c ### Expected behavior A bad API call should not crash the server. ### Actual behavior Server crashes when this...