renaudbedard / fez-1.12-issues

A public repository for FEZ 1.12 testers to log issues
9 stars 0 forks source link

Crash with special layout #138

Closed drogeek closed 8 years ago

drogeek commented 8 years ago

I noticed the game wouldn't launch if my current layout is bépo on Linux (you can change your layout for instance doing setxkbmap fr bepo)

[2016-08-20] Debug Log.txt

flibitijibibo commented 8 years ago

Oh dear, this one was my fault... would you believe that the é in bépo is the key that we couldn't find? >_<

That said, I don't think I can actually map that in XNA... I can at least drop the warning message to prevent spam, but you may want to export FNA_KEYBOARD_USE_SCANCODES to prevent the key bindings from getting borked. Via Steam you can do this as a launch option:

FNA_KEYBOARD_USE_SCANCODES=1 %command%

That's a little trick in all of my FNA titles, for what it's worth :)

In any case, this crash should be fixed on Steam now (Linux/Mac, Windows should arrive later in the day).