10-13-2013, 11:23 PM
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.
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.