Obs CRASHING Every Time I open it.

PastelDalilah

New Member
I have tried updating drivers, repeatedly deleted and reinstalled, ran as admin, stopped dual instances of obs, turned off the hardware accel on my pc, checked logs and tried to fix the seemingly neverending issues causing the crashes, but the outcome has not changed. I am leaving my crash info and logs here. If there is anything that can be done to help me, please tell me.

Log File
Crash File
 

Suslik V

Active Member
Code:
Unhandled exception: 80000003
...
libobs version: 31.1.2 (64-bit)
...

Thread 67C0: CrBrowserMain (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000C903EFEC20 00007FF8C691FB20 00005F14007E49A0 000000C903EFF1D0 000000C903EFF1D0 000000C903EFF120 libcef.dll!0x7ff8c691fb20
000000C903EFF0A0 00007FF8C691F785 000000C903EFF1D0 000000C903EFFA20 00005F14000BB000 00005F14007E7B88 libcef.dll!0x7ff8c691f785
000000C903EFF180 00007FF8C691FB39 00005F1400655000 000000C903EFF308 0000000000000001 0000000000000000 libcef.dll!0x7ff8c691fb39
000000C903EFF1B0 00007FF8C4F8999E 000000000000003F 0000000000000002 0000000000000001 00005F14002E9BE0 libcef.dll!0x7ff8c4f8999e
000000C903EFF310 00007FF8C4F864B4 AAAAAAAAAAAAAAAA 000000000000003F 000000000000003F 00005F1400790990 libcef.dll!0x7ff8c4f864b4
000000C903EFF340 00007FF8C4F849CB AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAA libcef.dll!0x7ff8c4f849cb
000000C903EFF380 00007FF8C4F91FD6 AAAAAAAAAAAAAAAA 00007FF8C3129FD3 AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAA libcef.dll!0x7ff8c4f91fd6
000000C903EFF4F0 00007FF8C4F93540 0000000000000462 0000000000000000 AAAAAAAA00000462 00000FE4002C6D80 libcef.dll!0x7ff8c4f93540
000000C903EFF670 00007FF8C4DAE548 AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAA AAAAAAAA0000000C AAAAAAAAAAAAAAAA libcef.dll!0x7ff8c4dae548
000000C903EFF750 00007FF8C4E159E0 00000000AAAAAAAA 00000FE4002D4868 0000000000000000 0000000000000000 libcef.dll!0x7ff8c4e159e0
000000C903EFF7B0 00007FF8C4E169BE 0000000C00000003 0000000000000001 FFFFFFFFFFFFFFFF 0000000000000000 libcef.dll!0x7ff8c4e169be
000000C903EFF830 00007FF8C4E16C9D AAAAAAAAAA000001 0000000000000000 0000000000000461 0000000000000000 libcef.dll!0x7ff8c4e16c9d
000000C903EFF8A0 00007FF8C309F03D 00000FE4002D87D0 00007FF8C309A5FB 0000000066D78564 0000286FC585249D libcef.dll!0x7ff8c309f03d
000000C903EFF940 00007FF8C3125D07 00000FE400221258 00005F140002B7B0 00000FE4002211A0 00007FF8C1EB0228 libcef.dll!0x7ff8c3125d07
000000C903EFFB80 00007FF8C68E2E05 000000C903EFFCE0 00007FF8CC631B28 0000000000000008 0000000100000000 libcef.dll!0x7ff8c68e2e05
000000C903EFFC40 00007FF8C1CB11CE 000000C903EFFDA0 00007FF8C34E594F 0000000000000000 0000000000000000 libcef.dll!0x7ff8c1cb11ce
000000C903EFFCB0 00007FF8C1EAE916 0000000000000008 000000C903EFFE50 0000000000000038 000000C903EFFE50 libcef.dll!0x7ff8c1eae916
000000C903EFFD30 00007FF8C1CCA37F 0000000100000000 0000003100000000 0000000000000003 0000000000000000 libcef.dll!0x7ff8c1cca37f
000000C903EFFE00 00007FF8C10E06E6 00000205145D36F0 0000000000000000 0000000000000000 0000000000000000 libcef.dll!0x7ff8c10e06e6
000000C903EFFEA0 00007FF95759E80E 0000000000080001 000002051DC538E0 0000000000000000 0000000000000000 obs-browser.dll!BrowserManagerThread+0xe
000000C903EFFED0 00007FF9575A202B 0000020500000000 0000000000000000 0000000000000000 0000000000000000 obs-browser.dll!std::thread::_Invoke<std::tuple<void (__cdecl*)(void)>,0>+0xb
000000C903EFFF00 00007FF9575ED452 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs-browser.dll!thread_start<unsigned int (__cdecl*)(void *),1>+0x5a
000000C903EFFF30 00007FF9EEE8E8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ff9eee8e8d7
000000C903EFFF60 00007FF9F0CBC34C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ff9f0cbc34c
Browser source crashed. The error number "80000003" itself says that there were not enough resources to complete the task.

Code:
...
15:06:08.607: [obs-browser: 'FUGI'] Webpage has crashed unexpectedly! Reason: '63'
This '63' corresponds to "CefResultCode::ERR_RENDER_PROCESS_TERMINATED". So, web-page can't be rendered. Likely run out of RAM or because of other critical failure. OS manages the RAM allocation, so there are not so much options. Application running as admin can get some privileges in memory allocation but you said you tried that. You may need to reduce the complexity of the Browser source, in a hope that it will start consuming less RAM.

If the page that the Browser source attempting to load is a local resource - try to rename it, so Browser be unable to load it.
If this is a remote resource - try to terminate connection before launching OBS, so again Browser be unable to load it.

If you have the scene named "safe" (or something similar without the sources added) you may try to force load it into OBS with the command line key --collection name_of_the_my_collection Otherwise, you likely need to try OBS in portable mode in a different folder. Thus, you can start from the scratch. For OBS portable mode, please read only after the words "If it was not clear": https://obsproject.com/forum/thread...»-when-opening-app-settings.82157/post-346499 or in the Help: https://obsproject.com/kb/portable-mode

All OBS settings is in: %APPDATA%\obs-studio
Scene specific settings in: %APPDATA%\obs-studio\basic\scenes
 
Top