-
Notifications
You must be signed in to change notification settings - Fork 16
i found a solution for mac users! (not an issue) #50
-
i made i guide for mac users on how to use it on mac with simple copypaste commands on the terminal.
🟣 osu!lazer Beatmap + Replay Exporter (Mac Guide)
This guide lets you:
Fix BeatmapExporter not opening on macOS
Export all beatmaps + replays
Automatically zip everything into one file
Works for: osu!lazer on macOS
On macOS, BeatmapExporter doesn’t run and shows:
zsh: killed /Applications/BeatmapExporter
This happens because:
The app is unsigned
macOS blocks it (Gatekeeper)
🛠️ Step 1 — Fix BeatmapExporter
Open Terminal and run:
xattr -dr com.apple.quarantine /Applications/BeatmapExporter
sudo codesign -s - --force --deep /Applications/BeatmapExporter
Verify it worked:
codesign -dv --verbose=4 /Applications/BeatmapExporter
You should see:
Signature=adhoc
Run:
/Applications/BeatmapExporter
If it opens → ✅ you're good
If not, run:
sudo spctl --add /Applications/BeatmapExporter
disclaimer: make sure its NOT an application, and if it doesnt work try when it is one, its weird but it works.
Beta Was this translation helpful? Give feedback.