exeldro / obs-scene-collection-manager

GNU General Public License v2.0
53 stars 4 forks source link

obs 30.0.2 on macOS m1 mac mini crashes when selecting "Scene Collection Manager" from the Tools menu #15

Closed ClintCombs closed 6 months ago

ClintCombs commented 6 months ago

I installed the 0.1.0 release on my M1 Mac Mini and it crashes as noted in the title.

ClintCombs commented 6 months ago

obs-scene-collection-crash.txt

exeldro commented 6 months ago

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.

ClintCombs commented 6 months ago

They're stored here on macOS Sonoma 14.1.2: /Users/<username>/Library/Application Support/obs-studio/basic/scenes/*.json

exeldro commented 6 months ago

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?

ClintCombs commented 6 months ago

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

exeldro commented 6 months ago

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

ClintCombs commented 6 months ago

It looks like that resolved the loading issue. image

exeldro commented 6 months ago

released version 0.1.1 with this fix

ClintCombs commented 6 months ago

Thanks @exeldro. 👍