Bug Report OBS Unknown Error accured

GenanntBxn

New Member
So I had this problem for a while now: Whenever I start recording it says "an unknown error accured while recording". I've found that whenever I start the ffmpeg-mux64 in obs-plugins it tells me that the file "avutil-55.dll" is missing. I allready reinstalled the Microsoft Visual C++ 2013 and what every other Forum thread said, but I still get the Error. I would be really greatful for any help :/

I think this is my last logfile: https://obsproject.com/logs/VfkAkigwvwEX-fA4
 

koala

Active Member
It looks as if OBS isn't able to write to the destination file. Check that nothing is blocking access to that directory (file system permissions or ransomware protection of your antivirus software) and that there is free space on that directory or drive.
 

GenanntBxn

New Member
It looks as if OBS isn't able to write to the destination file. Check that nothing is blocking access to that directory (file system permissions or ransomware protection of your antivirus software) and that there is free space on that directory or drive.
I did, so: nothing is blocking the destination file, there is space and i've ran it with administrator before to test that... the last few lines of that logfile are the problem, I think atleast...
 

GenanntBxn

New Member
Try running https://obsproject.com/downloads/OBSDiag.zip, it will detect any broken ffmpeg libraries.
[LoadLibrary] Loading C:\WINDOWS\system32\msvcp140.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\vcruntime140.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\ucrtbase.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\D3DCompiler_47.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\d3dx9_43.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\d3dx10_43.dll was successful
[LoadLibrary] Loading C:\WINDOWS\system32\d3dx11_43.dll was successful

Press ENTER to exit.
is the output
 
Top