MCVmComputers icon indicating copy to clipboard operation
MCVmComputers copied to clipboard

Using the default path instead of the input resulting in error when starting the mod for the first time "Unable to start VirtualBox" VirtualBox (6.1.22)

Open moddingforreal opened this issue 3 years ago • 0 comments

"Can't start VirtualBox" but VirtualBox up-to-date

VirtualBox is up-to-date but the mod doesn't seem to be able to start it. It gives back this error in the latest.log:

[18:49:00] [main/INFO]: [STDERR]: java.io.IOException: Cannot run program "C:\Program Files\Oracle\VirtualBox\vboxmanage.exe": CreateProcess error=2, Das System kann die angegebene Datei nicht finden

Translating to:

[18:49:00] [main/INFO]: [STDERR]: java.io.IOException: Cannot run program "C:\Program Files\Oracle\VirtualBox\vboxmanage.exe": CreateProcess error=2, The System cannot find the specified File

This implies that the mod completely ignores the path I actually put in (D:\VirtualBox). Please fix this by making it take the actual path. This issue may also occur with the folder for ISOs and VHDs, so please also take what the user actually inputs.

moddingforreal avatar Jan 22 '22 18:01 moddingforreal