Question / Help OBS CRASH LOG...help :(

kris0725pl

New Member
hi....yesterday i install plugin tuna. Ok...everything working...i go sleep and turn off laptop.

Today i turn on laptop and i try running obs...but i got error crash and obs not running.

I paste log file:
Code:
Unhandled exception: 80000003
Date/Time: 2019-12-26, 11:11:03
Fault address: 7FFD4D420D32 (c:\program files\obs-studio\bin\64bit\obs.dll)
libobs version: 24.0.3 (64-bit)
Windows version: 10.0 build 18362 (revision: 535; 64-bit)
CPU: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz


Thread 1E10 (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000374870F008 00007FFD4D420D32 FFFFFFFFFFFFFFFF 00007FFD38496DDC 0000000000000002 0000000000000000 obs.dll!os_breakpoint+0x2
000000374870F010 00007FFD4D413FE6 FFFFFFFFFFFFFFFF 0000000000000000 000000374870F850 00007FF7D1713D48 obs.dll!bmalloc+0x36
000000374870F040 00007FFD4D41403D FFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFE 000000374870F170 000002086AD31BE0 obs.dll!bmemdup+0x1d
000000374870F070 00007FFD4D417D4B 000000374870F130 000000374870F170 000002086AD31BE0 000000374870F120 obs.dll!dstr_ncopy+0x4b
000000374870F0A0 00007FFD4D414192 0000000000000012 000002086AD31BE0 000002086AD31BE0 00007FFD4D413FC3 obs.dll!config_add_item+0x22
000000374870F100 00007FFD4D415136 000000374870F200 00000208688994A8 0000000000000004 000002086AD31BE0 obs.dll!config_parse_section+0x116
000000374870F180 00007FFD4D4165BD 00000208688994A8 000000374870F290 000002086884C9D0 0000020868864C00 obs.dll!parse_config_data+0x14d
000000374870F1E0 00007FFD4D414FCD 00000208688994A0 000000374870F601 000000374870F290 0000020868864C00 obs.dll!config_parse_file+0x9d
000000374870F220 00007FFD4D414D08 000002086889C2D0 000000374870F6F0 000000374870F6F0 00007FF7D17157A0 obs.dll!config_open+0xb8
000000374870F250 00007FF7D1531CF3 000000374870F6F0 000000374870F6F0 00007FFD1591ECA8 000000374870F4F0 obs64.exe!OBSApp::InitGlobalConfig+0x73
000000374870F4B0 00007FF7D152FA8D 00007FF7D17BFADA 00007FF7D17BFADA 0000000000000000 0000020868853200 obs64.exe!OBSApp::AppInit+0x5d
000000374870F500 00007FF7D153A768 0000000000000000 000002086882B7C0 0000020800000000 0000020868837C60 obs64.exe!run_program+0xe8
000000374870F810 00007FF7D153D430 0000000000000000 0000000000000000 0000000000000000 0000020868830CD0 obs64.exe!main+0x670
000000374870F9E0 00007FF7D16BA8F4 0000000000000001 0000000000000000 0000000000000000 0000000000000000 obs64.exe!WinMain+0x154
000000374870FA70 00007FF7D16B9A1E 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!__scrt_common_main_seh+0x106
000000374870FAB0 00007FFD86647BD4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffd86647bd4
000000374870FAE0 00007FFD8776CED1 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd8776ced1


it is possible reset obs without lost scenes and plugins?

Ok...i unistall obs without data setting muser. IRestart laptop and again install 64bit 24.0.3 OBS. I got same error. I think it is problem with user data settings profile...because i delete some files from desktop used in obs...I use mp4 file with transition plugin...but i dont like this video and delete from desktop.

Ok..i must uninstall everything with data and again everything do it :(
 

Attachments

  • Crash 2019-12-26 11-11-03.txt
    10.8 KB · Views: 14
Last edited:

Sukiyucky

Member
OBS is crashing while attempting to read and parse a configuration file. I see a hint there that its a section so I am assuming this is a Windows INI config file with sections marked via brackets [section name]

My hunch is, its the global.ini file that is located at:
C:\Users\Username\AppData\Roaming\obs-studio\global.ini

You said above that you installed the tuna plugin. Go open up the global.ini file with Notepad and look for the [Tuna] plugin section.
I don't know if thats the exact section name as I don' t have that plugin installed (and I wont install it if it crashes my system!)

Copy its section and paste into notepad and save it for backup (call it Tuna.txt)

In the global.ini, remove the entire [Tuna] section and save.

Then, restart OBS Studio to see if it no longer crashes.

Post the [Tuna] section in this thread so we can have a look at it and if you should file a bug report so the developer can fix it.
 
Top