3.6.1: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
* hotkeys are broken on macOS.
* hotkeys are broken on macOS.
** the hotkey editor needs to be fixed
** the hotkey editor needs to be fixed
** the parser segfaults on '<Meta>', running past the end of the string to parse.
** we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)
** we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)
** check: https://wiki.gnome.org/Projects/GTK/OSX/Integration
** check: https://wiki.gnome.org/Projects/GTK/OSX/Integration

Revision as of 22:25, 26 December 2021

We have some regressions and annoying bugs in 3.6 that should be fixed ASAP in a 3.6.1 service release:


  • Monitor window and position can not be saved/restored (fixed in trunk)


  • hotkeys are broken on macOS.
    • the hotkey editor needs to be fixed
    • the parser segfaults on '<Meta>', running past the end of the string to parse.
    • we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)
    • check: https://wiki.gnome.org/Projects/GTK/OSX/Integration


  • joystick default mappings are screwed up at least on windows
    • we should make sure at least buttons 1,2,3 are mapped to fire 1,2,3 (all other buttons to fire 1)
    • apparently in windows the "hat" controller (dpad) was mapped to joystick before (now unmapped). this needs to be fixed and made the default again. at this point we also must make sure all default mappings are the same on all OSs (why are they not anyway?)


  • some macOS specific documentation should be added that explains how to use the binaries from commandline


  • jazzcat reported a crash at startup in windows 10. r41385 apparently still works on his box - better talk to jazzcat directly (ircnet #c-64)

links to threads containing 3.6 feedback