corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.81k stars 772 forks source link

Error running MakeInstall.bat #104

Open LeongMY opened 4 years ago

LeongMY commented 4 years ago

#######################################################

Installing OpenCore

#######################################################

Gathering info...

corpnewt commented 4 years ago

It seems acidanthera moved the DuetPkg files again - I'll see if I can figure out where they are now and update the script accordingly.

-CorpNewt

corpnewt commented 4 years ago

Should be updated as of this commit.

-CorpNewt

makewheels commented 4 years ago

I think maybe should modify here too, at MakeInstall.bat,line 33:

self.oc_boot = "Utilities/LegacyBoot/boot" self.oc_boot0 = "Utilities/LegacyBoot/boot0" self.oc_boot1 = "Utilities/LegacyBoot/boot1f32"

makewheels commented 4 years ago

But then pop up MyGetFileSIize

StephenYangjz commented 4 years ago

I think maybe should modify here too, at MakeInstall.bat,line 33:

self.oc_boot = "Utilities/LegacyBoot/boot" self.oc_boot0 = "Utilities/LegacyBoot/boot0" self.oc_boot1 = "Utilities/LegacyBoot/boot1f32"

Im running into the same issue. Reading through the codes I feel like u r right. Did you make it? Is it a Windows issue or sth

OneNYBoi commented 3 years ago

I also have this problem

Hold on, I might have figured it out