obs 30.0.2 on macOS m1 mac mini crashes when selecting "Scene Collection Manager" from the Tools menu
ClintCombs opened this issue · 9 comments
I installed the 0.1.0 release on my M1 Mac Mini and it crashes as noted in the title.
It should try to read something like:
/Volumes/User/me/Library/Application Support/obs-studio/basic/scenes/*.json
is that the place scene collections are stored on mac?
On windows I am able to see the setting folder via the OBS menu File->Show Settings Folder.
They're stored here on macOS Sonoma 14.1.2: /Users/<username>/Library/Application Support/obs-studio/basic/scenes/*.json
I am not able to test on Mac myself. Are you able to test the build from the bottom of this page?
https://github.com/exeldro/obs-scene-collection-manager/actions/runs/7331022833
And if it does not crash, but does not load the scene collections, can you provide the OBS log file of that session?
As you anticipated, it didn't crash and didn't load any scene collections. Here's the log file:
2023-12-26 11-34-43.txt
It looks like on mac obs-studio/plugin_config/scene-collection-manager/../../basic/scenes/*.json
does not resolve to obs-studio/basic/scenes/*.json
new attempt here:
https://github.com/exeldro/obs-scene-collection-manager/actions/runs/7332084839
released version 0.1.1 with this fix
Thanks @exeldro. 👍