Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) (/thread-1256.html) |
Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) - Sofapriester - 10-13-2013 Hi together, I am a MCServer beginner and plan to setup a working an more or less fast MC Server at my Raspberry Pi (fast enough for 2-3 players). During my 1st test game I encountered the follwowing error each time when I try to use a doulbe click to collect all items from a crafting field. SlotArea: Unhandled click action: 26 (caDblClick) # how to reproduce the error situation: - use a Raspberry PI Model B rev.2 with debian (raspian) - clone source from GIT: https://github.com/mc-server/MCServer.git (- the core and transapi plugin was not clonable but I was able to load it afterwards -> a permission error or something like that) - compile via make release=1 - start the MCServer via ./MCServer - login with a MC Client 1.6.4 - craft a crafting table and place it - put some stones in to the empty fields (f.e. 4 stoneblocks in 4 fields) - double click at one of the stones to fast collect all of them -> its flickering and after that nothing happened -> the server writes the error line: SlotArea: Unhandled click action: 26 (caDblClick) Is that a bug (known bug)? If you need more info, I will try my best to provide it. Thx in advance for your help. RE: Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) - bearbin - 10-13-2013 The issue is self explanatory. Basically it means that the double click action is not implemented yet. You should probably open it as a enhancement on github. RE: Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) - tigerw - 10-13-2013 Yeah, please note that MCServer is a long way from implementing everything that is in Vanilla. We're getting there steadily though! RE: Raspberry Pi: SlotArea: Unhandled click action: 26 (caDblClick) - Sofapriester - 10-14-2013 Thank you for the very fast reply. I've added it to github: Missing double click function for fast collecting items -> so that thread is well done |