Coopydood / ultimate-macOS-KVM

Helping noobs and pros alike build the ultimate macOS virtual machine with easy automation, powered by KVM. Now with macOS Sequoia support!
https://coopydood.github.io/ultimate-macOS-KVM/
GNU General Public License v3.0
458 stars 26 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './blobs/USR_CFG.apb' #7

Closed stevenha75 closed 1 year ago

stevenha75 commented 1 year ago

Screenshot from 2023-06-14 14-18-12

There seems to be a missing file. I have already tried doing a fresh clone of the repo and I also can't find this file within the online repository.

Also, just a side issue. The discord invite link on your website doesn't seem to work.

Best wishes, Steven

stevenha75 commented 1 year ago

Looked through some of the codebase, and it seems that the blobs directory is being git ignored. Is the script supposed to create the directory by itself and write into that file?

stevenha75 commented 1 year ago

I found the fix to the issue. You'd need to make an empty blob folder for this part of the script to work properly.

Coopydood commented 1 year ago

Hi there, I'll have a look into this, thanks! I've unpaused my server's invite links- you should be able to join if you'd like.

Chances are I accidentally added it to gitignore during a random commit - I'm clumsy IRL and online...

stevenha75 commented 1 year ago

Thank you! Everything works well if a blob folder is created.