lzhoang2801 / OpCore-Simplify

A tool designed to simplify the creation of OpenCore EFI
https://lzhoang2801.github.io/gathering-files/opencore-efi
BSD 3-Clause "New" or "Revised" License
390 stars 32 forks source link

No bootloader or kexts files found in the product directory. #52

Closed PeterSuh-Q3 closed 1 week ago

PeterSuh-Q3 commented 1 week ago

It seems to be caused by downloading the latest version of OpenCorePkg, 1.03. An error like this occurs during the build and the build cannot proceed. Please tell me how to solve it.

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

An Error Occurred

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

Traceback (most recent call last): File "F:_OpCore\OpCore-Simplify.py", line 347, in o.main() File "F:_OpCore\OpCore-Simplify.py", line 335, in main self.gathering_files(macos_version) File "F:_OpCore\OpCore-Simplify.py", line 38, in gathering_files self.o.gather_bootloader_kexts(self.k.kexts, macos_version) File "F:_OpCore\Scripts\gathering_files.py", line 204, in gather_bootloader_kexts if self.move_bootloader_kexts_to_product_directory(product_name): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:_OpCore\Scripts\gathering_files.py", line 128, in move_bootloader_kexts_to_product_directory raise FileNotFoundError("No bootloader or kexts files found in the product directory.") FileNotFoundError: No bootloader or kexts files found in the product directory.

Press Enter to continue...

PeterSuh-Q3 commented 1 week ago

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

OpCore Simplify

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

Hardware Report: F:_OpCore\Results\Report.json

  1. Select Hardware Report
  2. Select macOS Version
  3. Customize ACPI Patch
  4. Customize Kexts
  5. Customize SMBIOS Model
  6. Build OpenCore EFI

Q. Quit

Select an option:

lzhoang2801 commented 1 week ago

Fixed https://github.com/lzhoang2801/OpCore-Simplify/commit/706f33a909db833fa0806608e4e227889ca418c4

PeterSuh-Q3 commented 1 week ago

Fixed 706f33a

Thank you for your real-time support.^^