For context, I'm forced to use a virtual machine to create my project. My project is in a shared folder between my Mac and my Windows virtual machine - meaning that all of the files presumably have a UMC pathway, which is only used by Mac computers.
When I used old PSDK, the launcher and updater would grumble about this but successfully complete the operation. However, when importing my project, Studio can't.
First, it said:
UNC paths are not supported. Defaulting to Windows directory.
Then, it said:
C:/Users/MyName/AppData/Local/Programs/pokemon-studio/psdk-binaries/ruby.exe: No such file or directory -- Game.rb (LoadError)
Then, it said:
Failed to convert project.
I suppose running it on a Virtual Machine inside a Mac isn't something anyone would think to test.
EDIT: I checked the file location the second error specified, and ruby.exe was definitely there.