OBS crashing on startup with newest update

Suslik V

Active Member
Can you attach the crash reports, if there any? Path for the crash reports: %APPDATA%\obs-studio\crashes\
 

Lawrence_SoCal

Active Member
Your log appears to stops while loading plugins (or activating connections with websocket) with last entry being ASIO... which may or may not having anything to do with your problem

However, As ALWAYS, onus (unfortunately) is on users to ensure ALL plugins (and associated settings) compatible with new OBS Studio release (and can't really be another way with FOSS, and LOTS of 3rd party developers).... so
Basic test is to run new/latest OBS Studio in Portable mode with NO plugins at all. In my experience, the vast majority of the time, folks usually find that OBS Studio is fine. At that point, you need to check the plugin thread for each plugin you are using. And beware that each plugin may be fine, but interactions between them having a problem.... and it is typically up to users to find and report those issues

Good luck
 

Suslik V

Active Member
Code:
Thread 3E08: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000B55F9BE790 00007FFFC8B2837A 0000000000000001 00007FF6F640FF74 0000000000000012 00007FF6F6086B35 kernelbase.dll!0x7fffc8b2837a
000000B55F9BE890 00007FFFB0465267 000001E8534CC4E0 000001E8534CC4E0 000001E8534CC4E0 0000000000000000 vcruntime140.dll!0x7fffb0465267
000000B55F9BE8F0 00007FF6F608B853 000001E85A7F6740 000000B55F9BE9F0 0000000000000000 0000000000000000 obs64.exe!OBSBasic::GetCurrentProfile+0x1e3
000000B55F9BE990 00007FF6F6225DD5 000000B55F9BEAA0 000001E85A7F6740 00007FFF5C56A0F8 00007FFF5C56A0F8 obs64.exe!OBSStudioAPI::obs_frontend_get_current_profile_path+0x35
000000B55F9BEA20 00007FFF5C466476 000001E85A7F6740 000000B55F9BEED0 000001E85A7E32E0 000000B55F9BC828 obs-websocket.dll!0x7fff5c466476
000000B55F9BEB80 00007FFF5C470E3F 000001E85A7F6740 000000143F013951 000001E85A7F6740 0000000000000001 obs-websocket.dll!0x7fff5c470e3f
000000B55F9BED20 00007FFF6E136A52 0000000000000000 000000B55F9BEED0 000001E85A900580 0000000000000CA8 obs.dll!obs_init_module+0x52
000000B55F9BED50 00007FFF6E13733A 000001E85A7F6740 0000000000000001 000001E85A8E01A0 000000000000002A obs.dll!load_all_callback+0x11a
000000B55F9BED80 00007FFF6E13873B 000001E851F64E60 0000000000000170 0000000000000010 00007FFF6E137220 obs.dll!process_found_module+0x34b
000000B55F9BEE40 00007FFF6E138A98 000001E85A649D40 00007FFF6E137220 000000B55F9BEED0 0000000000000000 obs.dll!find_modules_in_path+0x2a8
000000B55F9BEEB0 00007FFF6E137518 000001E8534CC4E0 000001E8534CC4E0 000000B55F9BF010 000001E84EDE2320 obs.dll!obs_load_all_modules2+0x68
000000B55F9BEF10 00007FF6F60BED25 000001E8535E0540 000001E8535E0540 000000B55F9BF6D0 00007FFF616C5360 obs64.exe!OBSBasic::OBSInit+0x4c5
000000B55F9BF180 00007FF6F62429F9 000001E8534A1470 00007FF6F64BE24D 000000B55F9BF970 0000000000000000 obs64.exe!OBSApp::OBSInit+0x389
000000B55F9BF460 00007FF6F62463F6 000000B55F9BF8B0 0000000000000001 000000B55F9BF8C8 000001E84ED15F60 obs64.exe!run_program+0xdd6
000000B55F9BF870 00007FF6F6247B2C 0000000000000000 0000000000000000 0000000000000000 0000000000000001 obs64.exe!main+0x7ac
000000B55F9BFA50 00007FF6F62BAC5D 0000000000000001 0000000000000000 000001E84ED41570 000001E84ED490A0 obs64.exe!qtEntryPoint+0x15d
000000B55F9BFAE0 00007FF6F62BA1CA 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!__scrt_common_main_seh+0x106
000000B55F9BFB20 00007FFFC9E9E8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7fffc9e9e8d7
000000B55F9BFB50 00007FFFCB61FBCC 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7fffcb61fbcc
OBS was unable to get current profile.

Did you updated OBS from v30.1.2 (or older) to v31 recently?
 
Top