OBS 31.0.1 crashes on start 100% reproducible

vangarrd

New Member
Hi all. Ever since upgrading to OBS 31.0.1, I can't run it. It crashes on load. Starting in safe mode lets it come up, but as soon as I click on Settings, it crashes then as well.

Crash log attached. Any help is appreciated. Thanks!
 

Attachments

  • Crash 2025-03-02 20-28-54.txt
    62.8 KB · Views: 10

prgmitchell

Forum Moderator
Hi all. Ever since upgrading to OBS 31.0.1, I can't run it. It crashes on load. Starting in safe mode lets it come up, but as soon as I click on Settings, it crashes then as well.

Crash log attached. Any help is appreciated. Thanks!
This is a known crash with websocket that will be fixed with the next OBS release. For now I would recommend installing OBS 30.2.3 again.
 

Suslik V

Active Member
Code:
Thread 3BC4: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000023A78FE410 00007FFEBB74FE3C 0000000000000001 00007FF62C55FF74 0000000000000012 00007FF62C1D6B35 kernelbase.dll!0x7ffebb74fe3c
00000023A78FE4F0 00007FFEAAF15267 00000170C50D5100 00000170C50D5100 00000170C50D5100 0000000000000000 vcruntime140.dll!0x7ffeaaf15267
00000023A78FE550 00007FF62C1DB853 00000170D37BE740 00000023A78FE650 0000000000000000 0000000000000000 obs64.exe!OBSBasic::GetCurrentProfile+0x1e3
00000023A78FE5F0 00007FF62C375DD5 00000023A78FE700 00000170D37BE740 00007FFE5F01A0F8 00007FFE5F01A0F8 obs64.exe!OBSStudioAPI::obs_frontend_get_current_profile_path+0x35
00000023A78FE680 00007FFE5EF16476 00000170D37BE740 00000023A78FEB30 00000170D3C0C4E0 0000000000000001 obs-websocket.dll!0x7ffe5ef16476
00000023A78FE7E0 00007FFE5EF20E3F 00000170D37BE740 00000003E73C006F 00000170D37BE740 0000000000000001 obs-websocket.dll!0x7ffe5ef20e3f
00000023A78FE980 00007FFE997F6A52 0000000000000000 00000023A78FEB30 00000170D37A45E0 0000000000000A5C obs.dll!obs_init_module+0x52
00000023A78FE9B0 00007FFE997F733A 00000170D37BE740 0000000000000001 00000170D3977C60 000000000000002A obs.dll!load_all_callback+0x11a
00000023A78FE9E0 00007FFE997F873B 00000170D34D60E0 0000000000000170 0000000000000020 00007FFE997F7220 obs.dll!process_found_module+0x34b
00000023A78FEAA0 00007FFE997F8A98 00000170D35193C0 00007FFE997F7220 00000023A78FEB30 0000000000000000 obs.dll!find_modules_in_path+0x2a8
00000023A78FEB10 00007FFE997F7518 00000170C50D5100 00000170C50D5100 00000023A78FEC70 00000170CC669920 obs.dll!obs_load_all_modules2+0x68
00000023A78FEB70 00007FF62C20ED25 00000170CC580620 00000170CC580620 00000023A78FF330 00007FFE8A305360 obs64.exe!OBSBasic::OBSInit+0x4c5
00000023A78FEDE0 00007FF62C3929F9 00007FF62C60E24D 00007FF62C60E24D 00000023A78FF5D0 FFFFFFFFFFFFFFFF obs64.exe!OBSApp::OBSInit+0x389
00000023A78FF0C0 00007FF62C3963F6 00000023A78FF510 0000017000000001 00000023A78FF528 00000170C500F860 obs64.exe!run_program+0xdd6
00000023A78FF4D0 00007FF62C397B2C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!main+0x7ac
00000023A78FF6B0 00007FF62C40AC5D 0000000000000001 00007FF62C40A241 00000170C5034E40 00000170C5051070 obs64.exe!qtEntryPoint+0x15d
00000023A78FF740 00007FF62C40A1CA 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!__scrt_common_main_seh+0x106
00000023A78FF780 00007FFEBC54259D 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffebc54259d
00000023A78FF7B0 00007FFEBE34AF38 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffebe34af38
This looks similar to (Unicode symbols in the user path, characters not from English alphabet): https://github.com/obsproject/obs-websocket/issues/1244

but the second part:
Starting in safe mode lets it come up, but as soon as I click on Settings, it crashes then as well
Looks more like audio filter issue (especially for Global Audio device) in case you are running NVIDIA card and using Noise Suppression filter (or similar filter) for one of your sources. Was mentioned here: https://obsproject.com/forum/threads/obs-crashing-after-update-to-31-0-0.182468/post-667202 but the crash log in this case should be a bit different. Can you post the crash log from the safe mode launch of OBS as well?
 
Top