MakAsus Posted February 25, 2020 Share Posted February 25, 2020 (edited) 25 minutes ago, Jief_Machak said: The problem is that you got the log before you pressed a key. The problem seems to be after. Can you put back a previous Clover version and confirm it's working ? Which version ? The last working Clover revision: 5104 (master, commit 60b6eb5c3). CLOVERX64.efi Edited February 25, 2020 by MakAsus Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 25, 2020 Share Posted February 25, 2020 Did you compile 5104 yourself ? I tried and I have a debug.log. I had to manually create "misc" folder. Does this folder exist for you ? Link to comment Share on other sites More sharing options...
MakAsus Posted February 25, 2020 Share Posted February 25, 2020 (edited) 32 minutes ago, Jief_Machak said: Did you compile 5104 yourself ? I tried and I have a debug.log. I had to manually create "misc" folder. Does this folder exist for you ? I compiled the latest commit Clover v2.5k r5104 (SHA: 2775f5a2d) look in attach. An attempt to boot from it wasn't successful and a log also wasn't found in the misc folder. CLOVERX64.efi Edited February 25, 2020 by MakAsus Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 25, 2020 Share Posted February 25, 2020 this latest commit (2775f5a2d) is not r5104, it's beyond it. You're, it's the latest and I'm please that some people test the latest dev version. Thanks you. My question was : the r5104 you put back and confirm it worked, was it compiled by you ? You have to check your config.plist. Is it vaild xml ? Is the <key>Debug</key> <true/> in the right place (must be in boot dict) ? Is the folder "misc" exist ? Do you try this new clover from a usb stick ? Link to comment Share on other sites More sharing options...
Matgen84 Posted February 25, 2020 Share Posted February 25, 2020 (edited) 19 minutes ago, Jief_Machak said: this latest commit (2775f5a2d) is not r5104, it's beyond it. You're, it's the latest and I'm please that some people test the latest dev version. Thanks you. My question was : the r5104 you put back and confirm it worked, was it compiled by you ? You have to check your config.plist. Is it vaild xml ? Is the <key>Debug</key> <true/> in the right place (must be in boot dict) ? Is the folder "misc" exist ? Do you try this new clover from a usb stick ? I try r5104 (2775f5a2d) (this is really r5104 Beta or there is a problem with tag): it create misc folder. I retry with debug settings ASAP. Edit: strangely pkg or something else (I don't know) add '2d' to commit name '2775f5a' Edited February 25, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
MakAsus Posted February 25, 2020 Share Posted February 25, 2020 1 hour ago, Matgen84 said: I try r5104 (2775f5a2d) (this is really r5104 Beta or there is a problem with tag): it create misc folder. I retry with debug settings ASAP. Edit: strangely pkg or something else (I don't know) add '2d' to commit name '2775f5a' Yes, i have the folder "misc" in EFI/CLOVER and key <key>Debug</key><true/> exist in my config.plist, bat nothing happen after press enter on the mac disk, the screen is getting dark and log is not creating. Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 25, 2020 Share Posted February 25, 2020 The debug log should be created even if you don't press any key. If you see the menu, the debug must be created. Are you sure to boot on the Clover you think ? Did you put a .VolumeLabel.txt on every Clover partition and usb stick you have ? Link to comment Share on other sites More sharing options...
chris1111 Posted February 25, 2020 Share Posted February 25, 2020 (edited) After this I don't have any issue to compil and boot Fix Done Edited February 25, 2020 by chris1111 1 Link to comment Share on other sites More sharing options...
MakAsus Posted February 25, 2020 Share Posted February 25, 2020 (edited) 42 minutes ago, chris1111 said: After this I don't have any issue to compil and boot Fix Done Now I can’t build Clover v2.5k r5104 (SHA: 0155a4bf8) from the source. Here is some errors: /Users/sergeyls/src/CloverBootloader/rEFIt_UEFI/cpp_unit_test/XStringW_test.cpp:44: error: ignoring #pragma warning [-Werror=unknown-pragmas] 44 | #pragma warning(disable : 4066) | cc1plus: all warnings being treated as errors make: *** [/Users/sergeyls/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/OUTPUT/cpp_unit_test/XStringW_test.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/sergeyls/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/sergeyls/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64, GCC53, RELEASE] - Failed - Build end time: 13:56:01, Feb.25 2020 Build total time: 00:01:01 Edited February 25, 2020 by MakAsus 1 Link to comment Share on other sites More sharing options...
Slice Posted February 25, 2020 Share Posted February 25, 2020 Should be #ifdef _MSC_VER #pragma warning(disable : 4066) #endif Link to comment Share on other sites More sharing options...
chris1111 Posted February 25, 2020 Share Posted February 25, 2020 15 minutes ago, MakAsus said: Now I can’t build Clover v2.5k r5104 (SHA: 0155a4bf8) from the source. Here is some errors: I don't know because there was another commits after FIX DONE Link to comment Share on other sites More sharing options...
MakAsus Posted February 25, 2020 Share Posted February 25, 2020 Tip for getting the right commit from the githab repository: Open a terminal and paste: cd ~/src/CloverBootloader/ git checkout <hash> (example: git checkout 60b6eb5c3) ./buildme Finally, everything is as usual. 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted February 26, 2020 Share Posted February 26, 2020 20 minutes ago, Sherlocks said: i'm finished latest clover build. but i'm always getting black screen after enter mac disk. i'm using buildme with xcode8 option and xcode 11 beta. is it right? in last official release(https://github.com/CloverHackyColor/CloverBootloader/releases), there is no problem. I just tested the r5104 and booted into Mojave with no issue. Let me see if the same this is true on Catalina as well. P.S. It's also working on Catalina 10.15.4 Beta (19E224g) too. 2 Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 26, 2020 Share Posted February 26, 2020 38 minutes ago, Cyberdevs said: i'm finished latest clover build. but i'm always getting black screen after enter mac disk. i'm using buildme with xcode8 option and xcode 11 beta. is it right? in last official release(https://github.com/CloverHackyColor/CloverBootloader/releases), there is no problem. Could you try a build with GCC ? Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 26, 2020 Share Posted February 26, 2020 @Cyberdevs what is your OS (including minor version) and Xcode version ? Link to comment Share on other sites More sharing options...
Cyberdevs Posted February 26, 2020 Share Posted February 26, 2020 @Jief_Machak I guess I misunderstood @Sherlocks statement I didn't build the latest clover I just used the latest build by using the URL that sherlocks provided which now I just realized that he stated that there is no issues in that build clearly so sorry my bad. 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 26, 2020 Share Posted February 26, 2020 I can't, so please explain your configuration, so I can try. Link to comment Share on other sites More sharing options...
Slice Posted February 26, 2020 Share Posted February 26, 2020 Thanks, Pene. Yes, it resolved my issue. Now I have another issue, seems not related to this. Graphical artefacts while I didn't change graphics yet. Someone else confirms? Link to comment Share on other sites More sharing options...
Pene Posted February 26, 2020 Share Posted February 26, 2020 (edited) 1 hour ago, Slice said: Now I have another issue, seems not related to this. Graphical artefacts while I didn't change graphics yet. Someone else confirms? Yes I also saw also occasional graphical artifacts, which started appearing when I updated to latest code. I have a different theme, but glitches are similar to what is in your screenshot. Edited February 26, 2020 by Pene Link to comment Share on other sites More sharing options...
Slice Posted February 26, 2020 Share Posted February 26, 2020 Resolved! 2 Link to comment Share on other sites More sharing options...
Slice Posted February 27, 2020 Share Posted February 27, 2020 Currently we have working state. 32ec9183d57997668f547d89337dfa88823555e1 Link to comment Share on other sites More sharing options...
LockDown Posted February 28, 2020 Share Posted February 28, 2020 OS: High Siera Xcode: 10.1 Commit: 328 Toolchain XCODE8 Getting this error: Building CloverPrefpane preference... [XCODE] ================= Making all in boot1-install ================= [XCODE] boot1-install ================= Making all in partutil ================= [XCODE] partutil ================= Making all in bdmesg ================= [XCODE] bdmesg ================= Making all in clover-genconfig ================= [XCODE] clover-genconfig ** INSTALL FAILED ** The following build commands failed: CompileC /Users/ella/src/CloverBootloader/CloverPackage/sym/build/clover-genconfig/clover-genconfig.build/Release/clover-genconfig.build/Objects-normal/x86_64/clover-genconfig.o /Users/ella/src/CloverBootloader/CloverPackage/utils/clover-genconfig/clover-genconfig.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) make[2]: *** [/Users/ella/src/CloverBootloader/CloverPackage/sym/utils/clover-genconfig] Error 65 make[1]: *** [all-recursive] Error 1 make: *** [pkg] Error 2 iMac:~ ella$ 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 28, 2020 Share Posted February 28, 2020 Probably an include order, like before. Link to comment Share on other sites More sharing options...
Slice Posted February 28, 2020 Share Posted February 28, 2020 Platform.h should be #ifdef _cplusplus #include "../cpp_foundation/XStringW.h" #include "../cpp_foundation/XArray.h" #include "../cpp_foundation/XObjArray.h"#endif Link to comment Share on other sites More sharing options...
Jief_Machak Posted February 28, 2020 Share Posted February 28, 2020 53 minutes ago, Slice said: Platform.h should be #ifdef _cplusplus #include "../cpp_foundation/XStringW.h" #include "../cpp_foundation/XArray.h" #include "../cpp_foundation/XObjArray.h"#endif Yes, of course. Why did I forgot that ??? 1 Link to comment Share on other sites More sharing options...
Recommended Posts