Delta2Force / MCVmComputers

Order computer parts from a satellite orbiting around your minecraft world and build actual working computers with them!
Other
502 stars 59 forks source link

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) #243

Closed moddingforreal closed 1 year ago

moddingforreal commented 2 years ago

"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.

y2k04 commented 1 year ago

Yeah I had that problem as well. I will work on a fix for it soon.

y2k04 commented 1 year ago

Duplicate of #5