Bug Report OBS Keeps Dying

BlackKusanagi

New Member
Quite literally I start it and it dies. It's never been an issue before. :(

What do?
 

Attachments

All your crashes are repeatable and have a definite common occurrence in it. You are crashing in ucrtbase.dll which is a Windows system DLL that comes from the Visual C++ distribution. It maybe outdated, corrupted, or just not playing well with your current build version of Windows 10.

Unhandled exception: c0000005
Date/Time: 2020-04-17, 15:57:25
Fault address: 7FFECDB94E9C (c:\windows\system32\ucrtbase.dll)
libobs version: 24.0.3 (64-bit)
Windows version: 10.0 build 18362 (revision: 778; 64-bit)

In the thread that crashed, ucrtbase.dll is invoked by tuna.dll. This is your music plugin that shows the current playing song.

Try these steps:
  1. Go update Windows 10. You a year behind.
  2. Update OBS Studio too to version 25.
  3. The Tuna plugin was updated a few days ago. Download the new version.
If you still are crashing, talk to the plugin developer.
 
All your crashes are repeatable and have a definite common occurrence in it. You are crashing in ucrtbase.dll which is a Windows system DLL that comes from the Visual C++ distribution. It maybe outdated, corrupted, or just not playing well with your current build version of Windows 10.

Unhandled exception: c0000005
Date/Time: 2020-04-17, 15:57:25
Fault address: 7FFECDB94E9C (c:\windows\system32\ucrtbase.dll)
libobs version: 24.0.3 (64-bit)
Windows version: 10.0 build 18362 (revision: 778; 64-bit)

In the thread that crashed, ucrtbase.dll is invoked by tuna.dll. This is your music plugin that shows the current playing song.

Try these steps:
  1. Go update Windows 10. You a year behind.
  2. Update OBS Studio too to version 25.
  3. The Tuna plugin was updated a few days ago. Download the new version.
If you still are crashing, talk to the plugin developer.

I've updated Tuna and so far no crashes. I also did the update OBS asked me to do once it booted up.

If anything else changes Ill let you know, but so far so good!
 
Back
Top