Jump to content

Clover.app testing


vector sigma
423 posts in this topic

Recommended Posts

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.

  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...
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 by vector sigma
  • Haha 1
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

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 by vector sigma
Link to comment
Share on other sites

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

@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 by vector sigma
attachment removed
  • Thanks 1
Link to comment
Share on other sites

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

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

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" = "Заменить существующий"

  • Thanks 1
Link to comment
Share on other sites

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

  • 2 weeks later...

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. 

 

 

Screen Shot 2020-06-19 at 02.01.02.png

Link to comment
Share on other sites

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

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.

 

1.png.69414dc7f320211b7516add31ffad417.png

 

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. 

 

3.png.b8ba73ce7a9caf4ffea7d9d454e2ca73.png

 

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?

 

4.png.7de4f1f7df24e04ab223f4f15b7dffe9.png

 

About window
===========
5 - Maybe update your copyright date in the 2019-2020 ?
 

Regards :)

  • Like 1
Link to comment
Share on other sites

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

×
×
  • Create New...