You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuous swapping of an item from the hand with an item of the same type from the inventory leads to either the Transaction failed error or a segfault (here is log from GDB: Thread 1 "AltCraft" received signal SIGSEGV, Segmentation fault. 0x000000000043bb40 in World::GetEntity(unsigned int) () ).
The text was updated successfully, but these errors were encountered:
In fact, the inventory is completely broken. I stopped working on it, after some discrepancies between the protocol description and the server behavior.
Inventory will be corrected and implemented after work on the placement of blocks and basic lighting.
Continuous swapping of an item from the hand with an item of the same type from the inventory leads to either the
Transaction failed
error or a segfault (here is log from GDB:Thread 1 "AltCraft" received signal SIGSEGV, Segmentation fault. 0x000000000043bb40 in World::GetEntity(unsigned int) ()
).The text was updated successfully, but these errors were encountered: