-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The issue
- Sometimes, after pressing a key and releasing it; RVVM sees the key press event, but not the key release event. In other words, RVVM behaves as if the key is held indefinitely.
Steps to reproduce
- Use these images: images
- Run
rvvm_x86_64 -smp 4 -res 1920x1080 fw_jump.bin -k Image -i rootfs.ext2(Linux, X11) - After booting, hold any key for ~ 1 second and release (for example, 'a'). Occasionally RVVM never sees the release (and 'a' continuously appears in the terminal)
Investigation
- Git bisect: 5d20e7c
- It seems like RVVM misses the X11's key release event
Workarounds
- Press another key and the problem disappears.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working