Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

  • 0
greeenchai

error: can't move in game

Question

so basically
when I try to move in game (both multiplayer and singleplayer) it just doesn't work
when I launched cc in console I got a lot of these errors

Unknown key: (00000000000006C3, 00000000000006E3)
Unknown key: (00000000000006C3, 00000000000006E3)
Unknown key: (00000000000006C3, 00000000000006E3)
Unknown key: (00000000000006C3, 00000000000006E3)
Unknown key: (00000000000006C3, 00000000000006E3)

also when I try to set keybinds for controls of any letter on keyboard same thing happens (but binding and moving with enter, space, tab etc somehow works)
help
artix linux runit edition

Share this post


Link to post

6 answers to this question

Recommended Posts

What sort of keyboard layout do you have? (6C3 is 'U+0446 CYRILLIC SMALL LETTER TSE', so the game won't recognise such a key press - https://code.woboq.org/qt5/include/X11/keysymdef.h.html )

Do you have this issue with an older version of the game? (Such as http://cs.classicube.net/c_client/3c640ce2/ClassiCube) I did add X Input Method support relatively recently to try to improve support for typing non-english characters, but that may be causing issues due to my poor implementation attempt. (Already broke Left Control for someone else)

 

Share this post


Link to post
On 12/1/2020 at 9:04 PM, UnknownShadow200 said:

What sort of keyboard layout do you have? (6C3 is 'U+0446 CYRILLIC SMALL LETTER TSE', so the game won't recognise such a key press - https://code.woboq.org/qt5/include/X11/keysymdef.h.html )

Do you have this issue with an older version of the game? (Such as http://cs.classicube.net/c_client/3c640ce2/ClassiCube) I did add X Input Method support relatively recently to try to improve support for typing non-english characters, but that may be causing issues due to my poor implementation attempt. (Already broke Left Control for someone else)

 

same with W letter, it's not because of the layout

also, same with this build

Share this post


Link to post

Well darn, hmmm

I've added some more information to terminal output,  so can you please try again with the latest dev build? (Options -> Updates)
image.png
(you should see the raw keycode in output now too)

Share this post


Link to post
On 12/2/2020 at 9:21 PM, UnknownShadow200 said:

Well darn, hmmm

I've added some more information to terminal output,  so can you please try again with the latest dev build? (Options -> Updates)
image.png
(you should see the raw keycode in output now too)

letter W

Unknown key 25 (00000000000006C3, 00000000000006E3)



cyrillic Tse
 

Unknown key 49 (00000000000006A3, 00000000000006B3)

p.s noticed now that when I pressed W it gives code of cyrillic Tse

Share this post


Link to post
On 12/5/2020 at 12:53 AM, greeenchai said:

letter W


Unknown key 25 (00000000000006C3, 00000000000006E3)



cyrillic Tse
 


Unknown key 49 (00000000000006A3, 00000000000006B3)

p.s noticed now that when I pressed W it gives code of cyrillic Tse

Could you please update to latest dev build and check if you can use W/A/S/D and so on now?

 

(I added code for fallback keycode conversion, so e.g. 'keycode 25' should get mapped to W now - although you will still see the 'Unknown key' messages in terminal output)

Share this post


Link to post
On 12/5/2020 at 10:57 PM, UnknownShadow200 said:

Could you please update to latest dev build and check if you can use W/A/S/D and so on now?

 

(I added code for fallback keycode conversion, so e.g. 'keycode 25' should get mapped to W now - although you will still see the 'Unknown key' messages in terminal output)

it worked

thank you!

Share this post


Link to post

×
×
  • Create New...