3.6.1: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
* joystick default mappings are screwed up at least on windows | * <s>joystick default mappings are screwed up at least on windows</s> (should be fixed in trunk) | ||
** we should make sure at least buttons 1,2,3 are mapped to fire 1,2,3 (all other buttons to fire 1) | ** 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?) | ** 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?) |
Revision as of 18:06, 27 December 2021
We have some regressions and annoying bugs in 3.6 that should be fixed ASAP in a 3.6.1 service release:
- the sound disables itself on buffer underrun. it should not do this - a short hickup is much less annoying. instead it should display a message in the statusbar and leave sound enabled.
- the emulator seems to not work when the binary (or the data folder?) is in a directory with space in it
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(fixed in trunk)- we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)
- VICE-provided hotkeys are parsed even when using `--help`, so we'll probably need some `help_requested` flag to avoid this and perhaps other stuff that shouldn't run when using `--help`.
- check: https://wiki.gnome.org/Projects/GTK/OSX/Integration
joystick default mappings are screwed up at least on windows(should be fixed in trunk)- 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?)
- we should try to find out if other controllers follow the axis assignments as used for ps3 and xbox controllers, if so we can use that as default
- check: https://sourceforge.net/p/vice-emu/bugs/1618/
- check: https://sourceforge.net/p/vice-emu/bugs/1648/
- 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
- https://csdb.dk/forums/?roomid=12&topicid=154211
- https://www.forum64.de/index.php?thread/121819-new-release-vice-3-6-non-official/
- https://www.forum64.de/index.php?thread/121869-vice-3-6-has-been-released/
- https://www.lemon64.com/forum/viewtopic.php?t=79034
- http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?f=14&t=10299