mac_apt
mac_apt copied to clipboard
Illegal hardware instruction on MacOS CATALINA
Hi,
I've installed mac_apt on my MacBook Pro (mid-2010) with MacOS CATALINA (10.15.4) without any problem.
Then, I execute the following command and I get this message "ZSH: Illegal hardware instruction" and python stop working :
python mac_apt.py -o C:\output -x E01 C:\sample_images\mojave.E01 FSEVENTS
(My image is fragmented in multiple files (E01, E02...)
I also try with a dmg file but I have the same error.
Thanks for your help,
Best regards.
Hi,
I've installed mac_apt on my MacBook Pro (mid-2010) with MacOS CATALINA (10.15.4) without any problem.
Then, I execute the following command and I get this message "ZSH: Illegal hardware instruction" and python stop working :
python mac_apt.py -o C:\output -x E01 C:\sample_images\mojave.E01 FSEVENTS
(My image is fragmented in multiple files (E01, E02...)
I also try with a dmg file but I have the same error.
Thanks for your help,
Best regards.
the command line i use : python mac_apt.py -o users/macbook/Desktop/MAC_APT -x E01 Volumes/HDD/IMAGE/mojave.E01 FSEVENTS
Can you run it with the -l DEBUG option and provide the log file either here or email to me (if you don't want it publicly available).
Your command would then be
python mac_apt.py -o users/macbook/Desktop/MAC_APT -l DEBUG -x E01 Volumes/HDD/IMAGE/mojave.E01 FSEVENTS
Here what I got with -l option
2021-10-12 14:13:17|MAIN|INFO|Started macOS Artifact Parsing Tool, version 1.4.3.dev (20210904) 2021-10-12 14:13:17|MAIN|INFO|Dates and times are in UTC unless the specific artifact being parsed saves it as local time! 2021-10-12 14:13:17|MAIN|DEBUG|mac_apt.py -o /Users/macbook/Desktop/MAC_APT/RESULTS -l DEBUG -x E01 /Volumes/DISQUE/AP-IMAGE/IMG-E01/AP.E01 FSEVENTS 2021-10-12 14:13:17|MAIN|INFO|Python version = 3.9.7 (default, Sep 3 2021, 12:45:31) [Clang 12.0.0 (clang-1200.0.32.29)] 2021-10-12 14:13:17|MAIN|INFO|Pytsk version = 20170801 2021-10-12 14:13:17|MAIN|INFO|Pyewf version = 20140812 2021-10-12 14:13:17|MAIN|INFO|Pyvmdk version = 20181227 2021-10-12 14:13:17|MAIN|INFO|PyAFF4 version = 0.31
The problem here appears to be with the python installation. Since you are running on very old hardware, I would try to run an older python version like 3.7 to see if that fixes it. I'm fairly certain I have run 3.7 with mac_apt on a 2010 system and it works.
Closed due to lack or response.