Virtualbox 7 Errors
NOT-0xDECAF opened this issue · 2 comments
Describe the bug
VirtualboxIntegration throwing an error; vmmon64.exe unable to "patch VirtualBox in the fly" when launched - no VM visibility in vmmon64.exe.
To Reproduce
Steps to reproduce the behavior:
- Follow the Tutorial: https://github.com/4d61726b/VirtualKD-Redux/blob/master/VirtualKD-Redux/Docs/Tutorial.md
- As instructed, run VirtualBoxIntegration.exe,
- Try vmmon64.exe...
Expected behavior
Virtualbox VM should be available/usable/visible as a VirtualKD-Redux client.
Configuration (please complete the following information):
- VirtualKD-Redux 2022.1
- VirtualBox Version 7.0.2 r154219 (Qt5.15.2)
- Host: Windows 10 21H2 19044.2251 64-bit
- Guest: Windows 10 21H2 19044.2251 64-bit
Additional context
None
I don't use VirtualBox so reports like this let me know when things are not working. I appreciate the detailed writeup.
I just released 2022.2. This should address the issue you are experiencing:
https://github.com/4d61726b/VirtualKD-Redux/releases/tag/2022.2
If that doesn't work, let me know. Thanks.
Confirmed, all working now, thank you <3