Pene Posted May 10, 2020 Share Posted May 10, 2020 8 minutes ago, vector sigma said: Could be a crash. Please navigate at Clover.app/Contents/MacOS/Clover and run it in Terminal, it should show something. Was something local there, had other issues too, ended up reinstalling the OS, and after that it worked fine. 2 Link to comment Share on other sites More sharing options...
Slice Posted June 2, 2020 Share Posted June 2, 2020 @vector sigma Hi, Why Clover.app mimics under Voice Over? Link to comment Share on other sites More sharing options...
vector sigma Posted June 2, 2020 Author Share Posted June 2, 2020 (edited) 12 hours ago, Slice said: @vector sigma Hi, Why Clover.app mimics under Voice Over? Hi Slice, I take menu translations from github, and russian appear to have: // Plist Editor Menu // Clover.app Menu "About Clover" = "Об Утилите VoiceOver"; "Preferences…" = "Настройки…"; "Services" = "Службы"; "Hide Clover" = "Скрыть Утилиту VoiceOver"; "Hide Others" = "Скрыть остальные"; "Show All" = "Показать все"; "Quit Clover" = "Завершить Утилиту VoiceOver"; The process was automated and in the place of VoiceOver there was "AppName": "About <AppName>" : "About <AppName>", easy to replace with the desired name (i.e. Clover) .. but so wasn't true for Russian. Can you please check them? ... there are other things to translate and make Clover.app more "native" .. like tags (Dictionary, String, Data, Date, Number, some warnings etc..) and it require a very little time.. File is here EDIT replaced "VoiceOver" with "Clover" and committed the change..... but a review of the translation by a Russian guy is still appreciated.. Edited June 2, 2020 by vector sigma 1 Link to comment Share on other sites More sharing options...
Slice Posted June 2, 2020 Share Posted June 2, 2020 OK, I double checked this file and committed some translations. And I think plist keywords should not be localisable // Plist Editor header "Key" = "Key"; "Type" = "Type"; "Value" = "Value"; // Plist Editor tags "Dictionary" = "Dictionary"; "Array" = "Array"; "String" = "String"; "Number" = "Number"; "Bool" = "Bool"; "Date" = "Date"; "Data" = "Data"; // Plist Editor Boolean values "YES" = "YES"; "NO" = "NO"; I can but I think it will be something messed. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted June 2, 2020 Author Share Posted June 2, 2020 3 hours ago, Slice said: OK, I double checked this file and committed some translations. Thanks! 3 hours ago, Slice said: And I think plist keywords should not be localisable I can but I think it will be something messed. If is good for you.. is just good for everyone else Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 @Slice sorry but I realize only now that I need to insert a new string: please give me a translation for "Replace existing key" = "Replace existing key"; thanks in advance. Link to comment Share on other sites More sharing options...
hackaro Posted June 3, 2020 Share Posted June 3, 2020 (edited) Keep crashing!!! :-( Clover.app v. 1.22 and Catalina 10.5.5 withOUT supplemental update. Actually on Clover v. 5114 even with Csr =x67 no way! ... crash.txt Edited June 3, 2020 by hackaro Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 (edited) 5 minutes ago, hackaro said: even with Csr =x67 no way! ... this does nothing for it. 5 minutes ago, hackaro said: Keep crashing!!! :-( Can you build it to see errors? You need Xcode. IT Cosa vuol dire crascia? Mentre installi Clover.. e ti dice un errore? Non si avvia?? Per caso la puoi compilare? Se no, puoi provare con il Terminale in questo modo? /Applications/Clover.app/Contents/MacOS/Clover .. supponendo che la app sia in /Applicazioni Edited June 3, 2020 by vector sigma Link to comment Share on other sites More sharing options...
hackaro Posted June 3, 2020 Share Posted June 3, 2020 4 minutes ago, vector sigma said: this does nothing for it. Can you build it to see errors? You need Xcode. IT Cosa vuol dire crascia? Mentre installi Clover.. e ti dice un errore? Non si avvia?? Per caso la puoi compilare? Se no, puoi provare con il Terminale in questo modo? /Applications/Clover.app/Contents/MacOS/Clover .. supponendo che la app sia in /Applicazioni I don't have Xcode installed but I can download it... the app opens up correctly and then when you select the boot disk... it crashes. IT: significa che non appena selezioni il disco di boot per avviare l'install, crascia... e manda fuori il report di errore che ti ho attaccato in attach nel messaggio precedente. Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 ok, I see. Can you tell me if the password dialog was shown? Link to comment Share on other sites More sharing options...
hackaro Posted June 3, 2020 Share Posted June 3, 2020 3 minutes ago, vector sigma said: ok, I see. Can you tell me if the password dialog was shown? no, the app crashes as soon as you choose the boot disk from the dialog menu. Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 17 minutes ago, hackaro said: no, the app crashes as soon as you choose the boot disk from the dialog menu. I'll be back with a build to test. Hope between 20:30~21:00 1 Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 (edited) @hackaro please put the attached app in /Applications and run it with the Terminal: /Applications/Clover.app/Contents/MacOS/Clover select a disk and show me the output, thanks. EDIT attachment removed Edited June 4, 2020 by vector sigma attachment removed 1 Link to comment Share on other sites More sharing options...
hackaro Posted June 3, 2020 Share Posted June 3, 2020 1 hour ago, vector sigma said: @hackaro please put the attached app in /Applications and run it with the Terminal: /Applications/Clover.app/Contents/MacOS/Clover select a disk and show me the output, thanks. Clover.app.zip This is what happens : https://www.dropbox.com/s/a5ds6kdma96jahd/Screen Recording 2020-06-03 at 22.03.52.mov?dl=0 and this is the debug: --------------------------------------------- sender has 7 items. sender index Of Selected Item is 1. sender Item representedObject is disk0s1. sender title is disk0s1 EFI, mount point: /Volumes/EFI, FAT32, GUID_partition_scheme: (Samsung SSD 970 PRO 1TB Media). Fatal error: Index out of range: file /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1103.8.25.8/swift/stdlib/public/core/ContiguousArrayBuffer.swift, line 444 Illegal instruction: 4 --------------------------------------------- Link to comment Share on other sites More sharing options...
vector sigma Posted June 3, 2020 Author Share Posted June 3, 2020 2 hours ago, hackaro said: This is what happens : https://www.dropbox.com/s/a5ds6kdma96jahd/Screen Recording 2020-06-03 at 22.03.52.mov?dl=0 and this is the debug: --------------------------------------------- sender has 7 items. sender index Of Selected Item is 1. sender Item representedObject is disk0s1. sender title is disk0s1 EFI, mount point: /Volumes/EFI, FAT32, GUID_partition_scheme: (Samsung SSD 970 PRO 1TB Media). Fatal error: Index out of range: file /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1103.8.25.8/swift/stdlib/public/core/ContiguousArrayBuffer.swift, line 444 Illegal instruction: 4 --------------------------------------------- You can help me a lot if you run the project in Xcode where We can see directly the line where it stop as the above error says nothing. P.S. line 444 refeare to the swift library shipped with the OS and not from inside the app itself. Link to comment Share on other sites More sharing options...
Tecnicaso Rico Posted June 3, 2020 Share Posted June 3, 2020 5 hours ago, vector sigma said: @hackaro please put the attached app in /Applications and run it with the Terminal: /Applications/Clover.app/Contents/MacOS/Clover select a disk and show me the output, thanks. Clover.app.zip Just in case, I just test the app and it's not crashing on my build... 1 Link to comment Share on other sites More sharing options...
Slice Posted June 4, 2020 Share Posted June 4, 2020 14 hours ago, vector sigma said: @Slice sorry but I realize only now that I need to insert a new string: please give me a translation for "Replace existing key" = "Replace existing key"; thanks in advance. "Replace existing key" = "Заменить существующий" 1 Link to comment Share on other sites More sharing options...
hackaro Posted June 4, 2020 Share Posted June 4, 2020 9 hours ago, vector sigma said: You can help me a lot if you run the project in Xcode where We can see directly the line where it stop as the above error says nothing. P.S. line 444 refeare to the swift library shipped with the OS and not from inside the app itself. Here it's the Apple crash log if it can help! I have no experience in coding at all, even in Xcode so I guess you should guide me in a TeamViewer session or something like that... crashlog.txt.zip Link to comment Share on other sites More sharing options...
vector sigma Posted June 4, 2020 Author Share Posted June 4, 2020 10 hours ago, hackaro said: Here it's the Apple crash log if it can help! I have no experience in coding at all, even in Xcode so I guess you should guide me in a TeamViewer session or something like that... crashlog.txt.zip This complete log was helpfull, hope the issue is fixed. Let me know. Clover.app.zip 1 1 Link to comment Share on other sites More sharing options...
hackaro Posted June 5, 2020 Share Posted June 5, 2020 14 hours ago, vector sigma said: This complete log was helpfull, hope the issue is fixed. Let me know. Clover.app.zip now it works!!! THANKS!!! https://www.dropbox.com/s/c0hb91fkeihozne/Screenshot 2020-06-05 10.55.57.png?dl=0 Link to comment Share on other sites More sharing options...
vector sigma Posted June 5, 2020 Author Share Posted June 5, 2020 9 hours ago, hackaro said: now it works!!! THANKS!!! https://www.dropbox.com/s/c0hb91fkeihozne/Screenshot 2020-06-05 10.55.57.png?dl=0 Thanks to you for this report, now the code is more robust! 2 Link to comment Share on other sites More sharing options...
Timur Posted June 18, 2020 Share Posted June 18, 2020 Hello. I installed clover app v 1.23 on virtual machine OS Catalina 10.15.4 in ESXi on system partition. But according to screenshot, it seems OS booting normally, not via Clover and I can't put needed values in smBIOS, looks like it just ignores config.plst from EFI volume. Could you please hint me what I am missing? Thanks in advance. Link to comment Share on other sites More sharing options...
Slice Posted June 19, 2020 Share Posted June 19, 2020 8 hours ago, Timur said: Hello. I installed clover app v 1.23 on virtual machine OS Catalina 10.15.4 in ESXi on system partition. But according to screenshot, it seems OS booting normally, not via Clover and I can't put needed values in smBIOS, looks like it just ignores config.plst from EFI volume. Could you please hint me what I am missing? Thanks in advance. Are you sure you booted by Clover? Link to comment Share on other sites More sharing options...
blackosx Posted June 19, 2020 Share Posted June 19, 2020 Hi vector sigma Thanks for your continued work on Clover.app. I have some observations that I would like to bring to your attention mostly regarding Clover themes. Main window =========== 1 - The NVRAM dropdown menu currently lists all themes in the repo. It would be better if it only listed the ones that are installed on the current boot device. 2 - Could Clover.app periodically check in the background for any updates to the installed themes of the current boot device? Maybe trigger a native macOS notification? Theme Manager ============= 3 - When first opening the 'Themes' window, the first theme image at the top of the list of available themes on the left has the focus and has a green box around it and I can press up/down arrow on keyboard to scroll through available themes. However, if I click the mouse away from that list, say on to the large preview image, the focus is then lost from the theme list on the left and the up/down key press no longer scrolls through the themes, even though the green box remains around the small theme image in the theme list. Could either the focus remain on the theme list, or the green box removed to show the focus has been lost? 4 - Can the 'Show installed' checkbox be hidden until a disk is selected? About window =========== 5 - Maybe update your copyright date in the 2019-2020 ? Regards 1 Link to comment Share on other sites More sharing options...
Timur Posted June 19, 2020 Share Posted June 19, 2020 3 hours ago, Slice said: Are you sure you booted by Clover? No, I was not booted by Clover and that's the issue. First, I tried to instal on same volume where OS is stored with no luck. Then I just added second hard drive to VM, installed clover there and it seems to be working for now. Link to comment Share on other sites More sharing options...
Recommended Posts