ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

On mac, sometimes game handles keyboard input unexpectedly.

Open soshimee opened this issue 4 years ago • 4 comments

When playing the game on mac, it sometimes keeps going front even though no keys are pressed. It also breaks and places blocks when mouse isn't touched. Multiple keypresses or mouse presses are required to make the game recognize it once, then it sometimes gets stuck again.

soshimee avatar Dec 08 '20 12:12 soshimee

Which version of macOS? Are you using the 32 or 64 bit version?

UnknownShadow200 avatar Dec 08 '20 12:12 UnknownShadow200

There is no 32 bit of mac that is recent as I know of it. Catalina completely removed 32 bit app support, so 64 bit of course.

soshimee avatar Dec 08 '20 12:12 soshimee

Alas seems to be a recurring problem (#686, #756) with Catalina and later versions. Unfortunately I am unable to test past High Sierra myself, so I haven't been able to do much to address the issues

UnknownShadow200 avatar Dec 08 '20 12:12 UnknownShadow200

@soshimee Sorry to bother you, but turns out there was a bug where some events would be missed on the 64 bit mac client. If you have the time, could you please check if either

  • 1.2.4 release (which fixes some events being missed)
  • 1.2.4 dev build (which also uses Objective C instead of C for the Cocoa backend)

fixes the input problems for you?

UnknownShadow200 avatar Feb 16 '21 12:02 UnknownShadow200