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

  • Crash 2020-04-17 15-57-25.txt
    30.5 KB · Views: 27
  • Crash 2020-04-17 15-57-55.txt
    30.5 KB · Views: 9
  • Crash 2020-04-17 15-58-54.txt
    47.1 KB · Views: 6
  • Crash 2020-04-17 15-59-54.txt
    71.6 KB · Views: 4
  • Crash 2020-04-17 16-07-26.txt
    72.3 KB · Views: 6
  • Crash 2020-04-17 16-09-26.txt
    46.1 KB · Views: 13

Sukiyucky

Member
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.
 

BlackKusanagi

New Member
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!
 
Top