OBS can't stay open for more than a few minutes

CasualTerror

New Member
I'm not even streaming and OBS just keeps crashing. I'm not even messing with it, it's open in the background while I'm messing with streamerbot or getting something on another screen set. I updated recently but this was happening before the update same with streamelement I recently installed it but I was crashing before I installed it. What is causing the crashing? Am I trying to do too much? My scenes are complicated but I don't have a top end system either.

Please help someone.
 

Suslik V

Active Member
Code:
Thread 7850: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000BF2FDFE950 00007FF7C070C1F3 000001DCC699B100 000001DCC6A70CB0 000001DCF02B4C00 000001DCC6A70CB0 obs64.exe!Auth::Load+0x143
000000BF2FDFE9C0 00007FF7C05AF4AA 00007FF7C07475F0 000001DCF05DE5A0 000001DCF02FE940 000001DCC699B100 obs64.exe!OBSBasic::OnFirstLoad+0x13a
000000BF2FDFEA30 00007FF7C05AF119 00007FFF4879C360 00007FFF4879C360 000001DCC699B100 000000BF2FDFFA10 obs64.exe!OBSBasic::OBSInit+0xde9
000000BF2FDFF390 00007FF7C071C72E 000001DCC33D1BD1 000000BF2FDFFB90 00007FF8544A0000 0000000000000002 obs64.exe!OBSApp::OBSInit+0x35e
000000BF2FDFF460 00007FF7C072031F 000000BF2FDFFB90 000001DC00000001 000000BF2FDFFBA8 0000000000000000 obs64.exe!run_program+0xe1f
000000BF2FDFFB50 00007FF7C0722BD8 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!main+0x608
it is crash during loading authentication data from your OBS profile. Either try to create new profile (main menu Profile) or try to disconnect OBS from your account (YouTube, Twitch etc) in Settings.
 

CasualTerror

New Member
Code:
Thread 7850: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000BF2FDFE950 00007FF7C070C1F3 000001DCC699B100 000001DCC6A70CB0 000001DCF02B4C00 000001DCC6A70CB0 obs64.exe!Auth::Load+0x143
000000BF2FDFE9C0 00007FF7C05AF4AA 00007FF7C07475F0 000001DCF05DE5A0 000001DCF02FE940 000001DCC699B100 obs64.exe!OBSBasic::OnFirstLoad+0x13a
000000BF2FDFEA30 00007FF7C05AF119 00007FFF4879C360 00007FFF4879C360 000001DCC699B100 000000BF2FDFFA10 obs64.exe!OBSBasic::OBSInit+0xde9
000000BF2FDFF390 00007FF7C071C72E 000001DCC33D1BD1 000000BF2FDFFB90 00007FF8544A0000 0000000000000002 obs64.exe!OBSApp::OBSInit+0x35e
000000BF2FDFF460 00007FF7C072031F 000000BF2FDFFB90 000001DC00000001 000000BF2FDFFBA8 0000000000000000 obs64.exe!run_program+0xe1f
000000BF2FDFFB50 00007FF7C0722BD8 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!main+0x608
it is crash during loading authentication data from your OBS profile. Either try to create new profile (main menu Profile) or try to disconnect OBS from your account (YouTube, Twitch etc) in Settings.
I just decided to try and reinstall OBS and re-add everything fresh and just recreate scenes and profile from scratch. It was working for a little bit while recreating scenes but now it's crashing again. is it the same issue? What is causing it from a fresh install? https://obsproject.com/logs/QZoBV0WFrZzJMGHe
 

Suslik V

Active Member
Because the "Quick Access Utility" is last in the sequence, I can assume that this is different issue. Is there crash log available (main menu Help > Crash Reports)? Because without it - hard to say what is causing the crash.

At least, the code I have seen for this plugin makes unsafe call to strcmp() function inside the QuickAccessItem(), so if your crash-log has last (actually first) string that contains "QuickAccessItem" then it is likely bug in the plugin (sometimes the "source" can be nullptr in OBS). If this the case - report it to the plugin's creator.
 
Top