01:40:13.807: DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.
01:40:13.807: DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.
Should be a simple fix.
Operating System Version
Windows 11
CPU
No response
GPU
No response
NDI Devices
No response
OBS Version
30.2.3
OBS Installation Method
exe
DistroAV Version
6.0.0
DistroAV Installation Method
exe
[Extra] Installation Steps
No response
OBS Log [URL]
https://obsproject.com/logs/GQ5BKds8dx4VSy9e
NDI Version
6.0.1
Describe the bug
The OBS log reports the following when initializing DistroAV:
The code needs to do what that says: stop using
obs_frontend_get_global_configand read from global/user config explicitly.The code calls it here:
https://github.com/search?q=repo%3ADistroAV%2FDistroAV%20obs_frontend_get_global_config&type=code
DistroAV/src/obs-support/obs-app.hpp
Line 34 in 7126fc4
Should be a simple fix.