Cuberite Forum

Full Version: Crash when login with client on linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(09-27-2013, 04:20 AM)Carlossg Wrote: [ -> ]
Code:
[21:03:19] SlotArea: Unhandled click action: 14 (caDropKey)

Well that explains it, doesn't it? You're using an unimplemented feature, namely, dropping an item with the Q key with a window still opened.
(09-27-2013, 06:01 AM)xoft Wrote: [ -> ]
(09-27-2013, 04:20 AM)Carlossg Wrote: [ -> ]
Code:
[21:03:19] SlotArea: Unhandled click action: 14 (caDropKey)

Well that explains it, doesn't it? You're using an unimplemented feature, namely, dropping an item with the Q key with a window still opened.

No, that was before I put the doors, I was getting things from chest, and I pressed Q without thinking, may that caused the bug, I will se later, so, thank youBig Grin
Yes, that's what caused the bug - the client thought they dropped the item, while MCS thought the item was still there; from that moment on the client-side and server-side inventories were out of sync.
I have a problem, I can't ban or kick, I do /ban player reason and it says that player doesn't exist
You should report it in github.
I think the player is still banned even though it says they don't exist. I think it's some problem with the Kick API function.
(09-30-2013, 12:24 AM)bearbin Wrote: [ -> ]I think the player is still banned even though it says they don't exist. I think it's some problem with the Kick API function.

Yee, the problem is that kick doesn't works, If I do /ban player blabla, It can't join next time but he is in the server until he exit Blush
(09-30-2013, 12:48 AM)Carlossg Wrote: [ -> ]
(09-30-2013, 12:24 AM)bearbin Wrote: [ -> ]I think the player is still banned even though it says they don't exist. I think it's some problem with the Kick API function.

Yee, the problem is that kick doesn't works, If I do /ban player blabla, It can't join next time but he is in the server until he exit Blush

Kick seems to work alright for me. I'll do some testing.
Pages: 1 2 3 4 5