The mac silicon version of abp studio dont want to open on my macbook air after i installed it
2 Answer(s)
-
0
Make sure you installed the Apple Silicon build
- ABP Studio has separate installers for:
macOS Apple Silicon (M1/M2/M3)macOS Intel
- If you installed the Intel build on an M‑series Mac, uninstall it and install the Apple Silicon one instead.
- ABP Studio has separate installers for:
Run ABP Studio from Terminal to see the error This usually shows exactly why it is not starting.
# Close ABP Studio if it's running / stuck pkill "ABP Studio" 2>/dev/null # Run it manually "/Applications/ABP Studio.app/Contents/MacOS/ABP Studio"- If there is a problem (missing permission, missing file, etc.), you will see an error in the terminal.
- Keep that output; it is very useful for debugging.
Check ABP Studio logs on macOS ABP Studio writes its own logs under your home folder. On macOS they are typically here:
- UI logs:
ls ~/.abp/studio/ui/logs- Backend logs:
ls ~/.abp/studio/backend/logsOpen the latest
.logfile from each folder and look forERRORlines around the time you tried to start Studio.- Clean local ABP Studio data and retry Sometimes a broken previous install or corrupted local data prevents startup.
# Close Studio first pkill "ABP Studio" 2>/dev/null # Backup and remove Studio data mv ~/.abp/studio ~/.abp/studio-backup-$(date +%s) # Then reinstall ABP Studio (Apple Silicon build) and run it again- If it still will not open
- Run it again from Terminal as in step 2.
- Collect:
- The terminal output
- The latest UI and backend log files from
~/.abp/studio/.../logs
- Then create a support ticket on abp.io and attach these logs so the team can see the exact exception on your Mac.
These steps are the standard way we diagnose “ABP Studio starts and immediately closes / doesn’t open” issues on macOS Apple Silicon.
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
Hi,
Could you please check whether the following file exists on your machine and, if so, share it with us?
.abp/studio/ui/logs/abp-studio-ui-logs.txtThis will help us investigate the issue more effectively.
Thank you in advance.
Best regards, Berkan