Question / Help OBS Studio 32bit "An unspecified error occurred while recording"

Strykrr

New Member
Log File: https://gist.github.com/anonymous/37d3f4d89e8c17ced96deaf4dd3dbdc0

So I have 0 issues trying to do a recording on 64bit OBS, but I have to use 32bit OBS in order to use AmaRecTV with my capture card to record my game. And the only reason I am using AmaRecTV at all is due to the fact my webcam and capture card (Logitech C920 cam, GV-USB2 card) will not both show on my scene at the same time.

I have tried uninstalling/reinstalling my obs program files and the same error keeps happening. Any help would be appreciated.
 
Change your output mode to simple, recording quality to indistinguishable, recording format to flv and encoder to software low cpu use.
 
This is strange, at fact there should be warning message (https://github.com/jp9000/obs-studio/commit/ca5f123030ac6270abddd21225e51eb29e85c2ec) that you cannot access the writing path. This is common behavior for the error you have:
Code:
11:51:59.565: [ffmpeg muxer: 'adv_file_output'] os_process_pipe_write for info structure failed

Try to run OBS Studio as administrator and change destination path. See An unspecified error occurred while recording.

Another error is:
Code:
11:51:22.858: DShow: Run failed (0x8004025F):
I think, it says that something wrong with the capture card.
 
This path is no way better than previous. If you have another drive (D: for example) where you have enough free space, try to create new folder (like "D:\obs") and use it for recordings.
 
Back
Top