OBS Crash randomly

Teidhi

New Member
Hello everyone! it’s been about 1 week now that I have repeated crashes on my OBS.
My OBS freezes and cuts off suddenly, I have absolutely no idea where the trouble may come from.

I’ll post some error reports here if you have any idea.
Thank you in advance for your help!
 

Attachments

  • Crash 2023-12-19 23-07-59.txt
    150 KB · Views: 8
  • Crash 2023-12-19 23-08-32.txt
    92.6 KB · Views: 4
  • Crash 2023-12-20 00-39-33.txt
    19.6 KB · Views: 4
  • Crash 2023-12-20 00-47-14.txt
    150 KB · Views: 3
  • Crash 2023-12-20 01-21-00.txt
    150 KB · Views: 4

Suslik V

Active Member
This one:
Code:
Thread 70C0: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
0000007B766FF198 00007FF99B804B42 0000000000BDD800 0000000000000000 0000000000000000 0000000000000000 obs.dll!os_breakpoint+0x2
0000007B766FF1A0 00007FF99B7D0691 0000000000000000 0000000000000000 0000000000000001 00000210D843F188 obs.dll!bmalloc+0x41
means, your PC run out of memory. Look for RAM consumption via Task Manager.
 

Teidhi

New Member
This one:
Code:
Thread 70C0: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
0000007B766FF198 00007FF99B804B42 0000000000BDD800 0000000000000000 0000000000000000 0000000000000000 obs.dll!os_breakpoint+0x2
0000007B766FF1A0 00007FF99B7D0691 0000000000000000 0000000000000000 0000000000000001 00000210D843F188 obs.dll!bmalloc+0x41
means, your PC run out of memory. Look for RAM consumption via Task Manager.
I just increased the priority of using memory in the task manager for OBS, however it is a problem that I met at the beginning of the week with 16GB of ram and that I still meet with 32GB of ram now, I am a little lost.
Anyway thank you for the answer!
 

AaronD

Active Member
I just increased the priority of using memory in the task manager for OBS, however it is a problem that I met at the beginning of the week with 16GB of ram and that I still meet with 32GB of ram now, I am a little lost.
Anyway thank you for the answer!
Task Manager has several graphs over time. One of them is memory usage. If it steadily climbs, then you've got a memory leak somewhere.

OBS itself doesn't leak, but some plugins do.
 
Top