Replies: 1 comment
-
|
I understand the conversation is very old, but still want to share how to fix the error F000: SearchString: Error while processing file. I encountered it while attempting to utilize STRING_TOKEN (UNI file) and IMAGE_TOKEN (IDF file) together in EDK 2025-02 stable release. Editing a single line in StrGather.py worked for me. The solution was to comment out the raise command in SearchString function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am porting a gui lib LVGL to UEFI, and use the stable version stable202111 to build it.
I had porting successfully by using the UDK2018, but it is too old.
When build the LVGL lib,it failed with an error: error F000: SearchString: Error while processing file
The file cause this error is an font array file, some font comment with an unicode char, I try to remove it and the file can build pass.
But there are so many fonts and files, anyway to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions