piratesephiroth / TeconmoonWiiVCInjector

Fork of the popular Wii Virtual Console Injector for Wii U by Teconmoon
124 stars 17 forks source link

Build Error when Folder Name has Space in it #24

Open GraphicHealer opened 1 year ago

GraphicHealer commented 1 year ago

Hello,

I unfortunately do not have any pictures of the error, but in the process of building, it popped up with an error like "Part of file not found" in the Temp directory. I had run into errors like this before, so I renamed the user folder to be without a space, and it works now. I am suspecting that someone forgot some quotes or a string conversion somewhere. It tries to open a temp file, and fails because it cannot find "C:\Users\User" instead of "C:\Users\User Name\AppData\Local\Temp\" (or something similar) as the space is seen as a delimiter, so it gets only the first part of the path.

Hopefully this helps, G