Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
32.2.1
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/crashes/OY4t36xaKePG6phv
OBS Studio Crash Log URL
https://obsproject.com/logs/crashes/OY4t36xaKePG6phv
Expected Behavior
Settings opens.
Current Behavior
Crash.
Steps to Reproduce
- Load pre-29 profile or delete AdvOut/AudioEncoder from an existing profile.
- Duplicate / rename it.
- Open settings
Anything else we should know?
Duplication / rename doesn't call InitBasicConfigDefaults2 on the new config, so key config parts that the settings dialog expects return NULL and get passed to strcmp.
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
32.2.1
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/crashes/OY4t36xaKePG6phv
OBS Studio Crash Log URL
https://obsproject.com/logs/crashes/OY4t36xaKePG6phv
Expected Behavior
Settings opens.
Current Behavior
Crash.
Steps to Reproduce
Anything else we should know?
Duplication / rename doesn't call
InitBasicConfigDefaults2on the new config, so key config parts that the settings dialog expects returnNULLand get passed tostrcmp.