Contribute
Register

HackinDROM App testing (not website)

Status
Not open for further replies.
Hi, ok, my workflow:
- Start app
(See screenshot)
- Mount EFI (Majove-Gegevens)
- app crashes (without interaction on my side)
- on manual start App, it crashes direct
- umount EFI
- restart app
- starts again

BTW i'm on Big Sur 11.2.2

View attachment 511851
Thank you
Could you please, try to mount another EFI (ex: SSDArchief)
 
@Gompy It still crashes if you reopen the app?
If so please then post again ->
Bash:
diskutil list -plist > Desktop/HD_Rep_EFI2.plist

Then please unmount all EFI partitions from Finder and try to open the app again

Did that just now. It's still crashing using RC7 :)
 

Attachments

  • HackinDROM.zip
    2.8 MB · Views: 72
Just open a previous version then you'll be asked to update
Or download it below
Just tested the auto-download feature. Nice!

RC2 Patch 8:
  • After mounting an EFI folder, the app crashes a second or two after the EFI disk appears on desktop.
  • If we launch it again (with EFI disk still on desktop) then it crashes while starting up.
  • If no EFI disks are mounted, then app starts up okay.
 
Thanks!
Seems like it is related to EFI partition free space calculation, but im not able to reproduce this on my computers..
Please open the app by the binary and check if theres any error messages in Terminal after the crash
Screen Shot 2021-03-10 at 16.01.40.png
Screen Shot 2021-03-10 at 16.02.38.png
 
Thanks!
Seems like it is related to EFI partition free space calculation, but im not able to reproduce this on my computers..
Please open the app by the binary and check if theres any error messages in Terminal after the crash
...
Running the app through Terminal:
Code:
>> no problem launching the app when no EFI is mounted
% ./HackinDROM

>> but after mounting EFI partition we get this:
zsh: illegal hardware instruction  ./HackinDROM

>> then we start the app again with EFI still mounted
% ./HackinDROM

>> as soon as we click on the HackinDROM icon on menu bar we get this:
zsh: illegal hardware instruction  ./HackinDROM

The output of diskutil list with one of the EFI partitions mounted (EFI-SABRE30):
Code:
casey@Z490-Vision-D MacOS % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *256.1 GB   disk0
   1:                        EFI ⁨EFI-SABRE30⁩             209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk3⁩         255.9 GB   disk0s2

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *256.1 GB   disk1
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk1s1
   2:                 Apple_APFS ⁨Container disk2⁩         255.9 GB   disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +255.9 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume ⁨Z490 Big Sur - Data⁩     216.6 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 947.2 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                619.5 MB   disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk2s4
   5:                APFS Volume ⁨macOS 11⁩                15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1

/dev/disk3 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +255.9 GB   disk3
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Catalina - Data⁩         148.4 GB   disk3s1
   2:                APFS Volume ⁨Preboot⁩                 81.8 MB    disk3s2
   3:                APFS Volume ⁨Recovery⁩                529.0 MB   disk3s3
   4:                APFS Volume ⁨VM⁩                      3.2 GB     disk3s4
   5:                APFS Volume ⁨Catalina⁩                11.2 GB    disk3s5

/dev/disk4 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *128.0 GB   disk4
   1:           Windows Recovery ⁨⁩                        554.7 MB   disk4s1
   2:                        EFI ⁨EFI⁩                     104.9 MB   disk4s2
   3:         Microsoft Reserved ⁨⁩                        16.8 MB    disk4s3
   4:       Microsoft Basic Data ⁨Windows 10⁩              127.4 GB   disk4s4

/dev/disk5 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *128.0 GB   disk5
   1:                        EFI ⁨EFI-SPCCS10⁩             199.2 MB   disk5s1
   2:           Linux Filesystem ⁨⁩                        127.8 GB   disk5s2
 
Status
Not open for further replies.
Back
Top