OBS Random crash

Tanizen

New Member
Hi there,


I’ve been experiencing random crashes in OBS Studio, sometimes without any error message—the program just closes unexpectedly. This happens during both streaming and recording sessions, and I haven't been able to identify a specific trigger.


I'm currently using:


  • OBS Studio version: 31.0.3 (64-bit)
  • Windows version: 10.0 build 26100 (24H2)
  • CPU: Intel Core i9-13900K
  • GPU: NVIDIA (with NVENC enabled)

I’m attaching the most recent crash log, which shows an unhandled exception (c0000005) and several threads pointing to nvwgf2umx.dll (NVIDIA graphics driver), which might suggest an issue with NVENC or the GPU drivers.


I've already tried:
  • Running OBS as administrator
  • Updating to the latest NVIDIA drivers
  • Disabling some plugins and browser sources
  • Switching scenes and testing individual sources

The crashes still occur sporadically. I’d really appreciate if someone could help me analyze the crash log or suggest further steps to resolve this.


Thanks in advance!
 

Attachments

  • Crash 2025-05-16 00-43-34.txt
    150 KB · Views: 11

Suslik V

Active Member
Code:
Unhandled exception: c0000005
...

Thread 2408: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000908DDFF5F0 00007FF91FBE3167 0000000000001000 000000908DDFF6F0 000002758A4088C8 0000000000000010 <unknown>!0x7ff91fbe3167
000000908DDFF5F8 0000027586B7F9C0 000000908DDFF6F0 000002758A4088C8 0000000000000010 0000000000000000 <unknown>!0x27586b7f9c0
000000908DDFF600 0000000000001000 000002758A4088C8 0000000000000010 0000000000000000 0000000000001000 <unknown>!0x1000
000000908DDFF608 000000908DDFF6F0 0000000000000010 0000000000000000 0000000000001000 0000027500004000 <unknown>!0x908ddff6f0
000000908DDFF610 000002758A4088C8 0000000000000000 0000000000001000 0000027500004000 000000908DDFF640 <unknown>!0x2758a4088c8
000000908DDFF618 0000000000000010 0000000000001000 0000027500004000 000000908DDFF640 00007FF81FBF40C5 <unknown>!0x10
Object was unloaded, so it is hard to analyze the cause. Can you look in the Windows "Event Viewer" for errors around the 2025-05-16, 00:43:33 ? There may be some details of what module failed first.

And, please, add your OBS session log file from the time and date when the crash occurred - it may has additional info that may help to understand what went wrong.
 

Tanizen

New Member
Code:
Unhandled exception: c0000005
...

Thread 2408: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000908DDFF5F0 00007FF91FBE3167 0000000000001000 000000908DDFF6F0 000002758A4088C8 0000000000000010 <unknown>!0x7ff91fbe3167
000000908DDFF5F8 0000027586B7F9C0 000000908DDFF6F0 000002758A4088C8 0000000000000010 0000000000000000 <unknown>!0x27586b7f9c0
000000908DDFF600 0000000000001000 000002758A4088C8 0000000000000010 0000000000000000 0000000000001000 <unknown>!0x1000
000000908DDFF608 000000908DDFF6F0 0000000000000010 0000000000000000 0000000000001000 0000027500004000 <unknown>!0x908ddff6f0
000000908DDFF610 000002758A4088C8 0000000000000000 0000000000001000 0000027500004000 000000908DDFF640 <unknown>!0x2758a4088c8
000000908DDFF618 0000000000000010 0000000000001000 0000027500004000 000000908DDFF640 00007FF81FBF40C5 <unknown>!0x10
Object was unloaded, so it is hard to analyze the cause. Can you look in the Windows "Event Viewer" for errors around the 2025-05-16, 00:43:33 ? There may be some details of what module failed first.

And, please, add your OBS session log file from the time and date when the crash occurred - it may has additional info that may help to understand what went wrong.
Thanks for your answer, this is my register: https://obsproject.com/logs/GeDjT1dD4vBde1q1

In the windows visor I have this errors:


Thanks!
 

Suslik V

Active Member
In the "Event Viewer" you are selecting Event Viewer (Local) > Windows Logs > Application section (it is on the left, you need to scroll the list up to see it) and looking for the Application errors by time and date of the OBS crash.
 
Top