ephtracy / ephtracy.github.io

2.62k stars 289 forks source link

M1 Mac black screen #276

Open Fareed-Ahmad7 opened 2 years ago

Fareed-Ahmad7 commented 2 years ago

MagicVoxel is not working. Just black screen on m1 MacBook

Screenshot 2022-06-05 at 12 36 08 AM

.

genericptr commented 2 years ago

Ditto for me. Totally black.

Hvdjer commented 2 years ago

Same </3 Can't figure it out

kkahadze commented 2 years ago

Have you tried moving the Application file out of the folder and back in?

genericptr commented 2 years ago

Have you tried moving the Application file out of the folder and back in?

That fixed it!

dataf3l commented 2 years ago

I tried that and it didn't work, any additional workarounds? I'm using 99.6

genericptr commented 2 years ago

I tried that and it didn't work, any additional workarounds? I'm using 99.6

Did you try moving the application folder (which contains the .app bundle) to the /Applications directory? For me it's running from /Applications/MagicaVoxel-0.99.6.2-macos-10.15/MagicaVoxel.app now. I'm on 12.3 btw.

Fareed-Ahmad7 commented 2 years ago

Have you tried moving the Application file out of the folder and back in?

this worked for me.

Darksecond commented 2 years ago

I found the problem to be that the app is quarantined by default (because it is downloaded from the web). You can unquarantine the app by running xattr -r -d com.apple.quarantine MagicaVoxel.app in a terminal where the MagicaVoxel app is located.

This is a standard macos security feature (see for example https://proinsias.github.io/til/Mac-Remove-quarantine-flag-from-app/)

GeojoL commented 1 year ago

same problem

GeojoL commented 1 year ago

Using sudo xattr -r -d com.apple.quarantine MagicaVoxel.app in a terminal where the MagicaVoxel app is located. than sudo chmod -R 777 MagicaVoxel/ in the folder which contains the app.

I think it should be case closed. 2021 m1 max mbp MacOS 12.6.3

jgndev commented 1 year ago

Using sudo xattr -r -d com.apple.quarantine MagicaVoxel.app in a terminal where the MagicaVoxel app is located. than sudo chmod -R 777 MagicaVoxel/ in the folder which contains the app.

I think it should be case closed. 2021 m1 max mbp MacOS 12.6.3

This worked for me as well.

fresnohernandez99 commented 1 year ago

xattr -r -d com.apple.quarantine MagicaVoxel.app

This works for me!!!

renb0 commented 1 year ago

xattr -r -d com.apple.quarantine MagicaVoxel.app

didn't work for me due to option -r not recognized

but xattr -d com.apple.quarantine MagicaVoxel.app worked