BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

Few things not working on Apple Sillicon Mac #382

Closed wwwonka closed 1 year ago

wwwonka commented 1 year ago

Hi, Im running the latest 4.30 on an M1 Max MBP under Monterey 12.4

There are a few things that refuse to work:

One clue to solving this problem might be present in the Webpack and Typescript logs, it says: execvp(3) failed.: Permission denied

I tried giving full disk access to the app in System Preferences, but it is still the same.

wwwonka commented 1 year ago

Also. Just want to mention that the laptop gets exremely hot when the app is opened, which usually never occurs on the new Apple Sillicon macs even with pro apps such as Logic Pro, Blender or Photoshop.

For the moment I use BJS Editor in Parallels Desktop and it works better there, without overheating or permissions issues...

wwwonka commented 1 year ago

SOLVED. When running as root everything works as it should! sudo /Applications/BabylonJS\ Editor.app/Contents/MacOS/BabylonJS\ Editor

Although it gets quite hot on my laps still...