OBS just closing wo/errors

rockbottom

Active Member
Follow the directions from the Analyzer. Many of your Scenes are bugged with multiple Display, Game or Window captures.

Personally, I don't update OBS until the plugins I use have been updated/vetted for that version. Still running 30.2.2.
 

rockbottom

Active Member
Here's a couple more stale plugins

02:14:36.126: [3D Effect] loaded version 0.1.0

02:14:36.173: [Move Transition] loaded version 3.1.0

Not sure about this
02:14:36.388: [Source Profiler] loaded version 0.0.7

Looks like an old install of the RTMP multi-out is hanging around.
02:14:36.398: Module 'C:\ProgramData\obs-studio/plugins/obs-multi-rtmp/bin/64bit/obs-multi-rtmp.dll' not loaded
 

Fan4eG

Member
C:\ProgramData\obs-studio/plugins/obs-multi-rtmp/bin/64bit/obs-multi-rtmp.dll
and it's true, there were some files left there and I deleted them. streamFX and RTPM are old versions.
I have all plugins updated and seem to be working.
I guess I'll have to do another stream and see what happens.

thanks for wasting your time on me.
 

Suslik V

Active Member
At the moment, it crashed in the 'webEVENTS' source in the last log. But it is not about the source itself it is about media container in use. Get rid of all .webm files (you may try to convert them to .mp4 instead). It may, or may not work for you.
 

Fan4eG

Member
At the moment, it crashed in the 'webEVENTS' source in the last log. But it is not about the source itself it is about media container in use. Get rid of all .webm files (you may try to convert them to .mp4 instead). It may, or may not work for you.
I don't have any webm sources, I checked EVERYTHING last time and deleted them. rechecked again and found nothing.
 

Suslik V

Active Member
Here, the folder starts with "." (no name, only extension):
Code:
21:29:51.849: [Media Source 'webEVENTS']: settings:
21:29:51.849:     input:                   X:/РАБОЧИЙ СТОЛ !!!/Остальное/.TWITCH - streaming/F4G/дизайн/OBS background/XMAS оформление/Extra Decorations/Lights.webm

In the scene with unprintable symbol in the end of its name, starting with "PREVIEW" and some spaces/tabs after:
Code:
21:29:52.266: - scene 'PREVIEW                                      ':
...
21:29:52.266:     - source: 'webCUM' (group)
...
21:29:52.266:         - source: 'webEVENTS' (ffmpeg_source)

Anyway, main part of the issue (in my opinion) is in encoders not in the .webm container itself (mentioned avcodec lib contains encoders/decoders). Most of the .webm files using VP9/VP8 for video and Opus/Vorbis for audio. Many moons ago FFmpeg had low level optimizations for VP encoders that wasn't run well for all systems. Consider to back to x264 for video and AAC for audio.
 
Last edited:

Fan4eG

Member
Here, the folder starts with "." (no name, only extension):
Look, you're right. There is a path to this file, but there is no such file in this folder. I must have deleted it a long time ago. Now I replaced it with another one (there was nothing there), maybe it will help.

In the scene with unprintable symbol in the end of its name, starting with "PREVIEW" and some spaces/tabs after:
а здесь да, я специально длинный проблем поставил, тк мне удобнее кликать на это (мои загоны, не обращай внимания).
Consider to back to x264 for video and AAC for audio
т.е. если даже я убрал все webm файлы, ошибка с авкодек все равно может быть?
я не могу стримить через ЦП, это очень неудобно и нелогично когда у тебя 4090 имеется.
в Аудио у меня стоит ffmpeg AAC и другого нет. как тогда его сменить?
 

Suslik V

Active Member
There is a path to this file, but there is no such file in this folder. I must have deleted it a long time ago.
Log doesn't says if the file was deleted or not. For missing files there is special entry in the Scene Collection menu - the "Check for Missing Files". And, by default, OBS is annoying because of missing assets.

Other files in question:
Code:
21:29:51.941: [Media Source 'webcaYULE']: settings:
21:29:51.941:     input:                   X:/РАБОЧИЙ СТОЛ !!!/Остальное/.TWITCH - streaming/F4G/дизайн/вебка/4-3/Webcam4-3.webm
...
21:29:51.941: [Media Source 'webcaHLWN']: settings:
21:29:51.941:     input:                   X:/РАБОЧИЙ СТОЛ !!!/Остальное/.TWITCH - streaming/F4G/дизайн/вебка/4-3/Wicked_Webcam_Orange_4-3.webm

Please, attach the crash log from the 2025-04-02 around 22:11 (the crashed OBS session).

---------------

When I said about x264 and AAC - I mean media assets you are using in OBS.

---------------

About VLC.
You shouldn't change the path that it is installed to at all.
This is because path where OBS looking for VLC files are hardcoded in Windows version and read from the registry entry:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\VideoLAN\VLC]
"InstallDir"
OBS expects "libvlc", "libvlccore" libraries and "plugins" folder of VLC Player in this directory (parameter "InstallDir") – tested for VLC v3.0.6, 64-bit.
 
Top