OBS Crashing recently pointing towards avcodec-61.dll

Suslik V

Active Member
Code:
Thread 6E38: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000002DB8FFA50 00007FFD8B3C8B82 000001B432AD8B00 000001B43296FD40 000001B432AD8B00 000001B432AD8B00 avcodec-61.dll!0x7ffd8b3c8b82
00000002DB8FFAF0 00007FFD8B3C8D0B 0000000000000000 000001B400005908 000001B400000001 000001B400000000 avcodec-61.dll!0x7ffd8b3c8d0b
00000002DB8FFC30 00007FFD8B4056DB 000001B43296FD40 00007FFD00000000 000001B400000001 000001B432ADFAC4 avcodec-61.dll!0x7ffd8b4056db
00000002DB8FFCB0 00007FFD8B405D85 000001B400000000 0000000000000001 0000000000000001 0000000000000860 avcodec-61.dll!0x7ffd8b405d85
00000002DB8FFD10 00007FFD8B410858 000001B400000001 000001B437EB3AC0 000001B431382680 000001B400000000 avcodec-61.dll!0x7ffd8b410858
00000002DB8FFDF0 00007FFD8B4103A9 0000000100000000 000001B432DD2478 000001B432DD23F8 000001B432DD2478 avcodec-61.dll!0x7ffd8b4103a9
00000002DB8FFE60 00007FFD8B6D73FD 0000000000000000 0000000000000000 000001B432DD2400 0000000000000000 avcodec-61.dll!0x7ffd8b6d73fd
00000002DB8FFEE0 00007FFD8B3A3060 000001B4071CB220 0000000000000000 0000000000000000 0000000000000000 avcodec-61.dll!0x7ffd8b3a3060
00000002DB8FFF10 00007FFE4BD037B0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffe4bd037b0
00000002DB8FFF40 00007FFE4C49E8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffe4c49e8d7
00000002DB8FFF70 00007FFE4E6DBF2C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffe4e6dbf2c
...
This is crash in 3rd party lib (FFmpeg) that OBS uses to playback media files. It seems that OBS does not provide PDBs to get more details, so it's only my guess. Anyway, you may create copy (duplicate) of the Scene Collection and Profile in OBS, then delete media sources one by one until issue disappear (I think, better to start from .webm files, including Stinger transition).
 

EvilAlchemist

New Member
I am getting the same crash with avcodec-61.dll

Code:
Unhandled exception: c0000005
Date/Time: 2025-02-12, 17:50:07
Fault address: 7FFDFCA1713D (c:\program files\obs-studio\bin\64bit\avcodec-61.dll)
libobs version: 31.0.1 (64-bit)
Windows version: 10.0 build 26100 (release: 24H2; revision: 3194; 64-bit)
CPU: 12th Gen Intel(R) Core(TM) i7-12700K


Thread 2120: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000C4F13ED780 00007FFDFCA1713D 00000000000003C0 00000217CAC03CF0 0000021793216360 0000000000000000 avcodec-61.dll!0x7ffdfca1713d
000000C4F13ED7B0 00007FFDFC832D2A 0000021785650100 00000217D29EE0D0 0000021700000001 0000021793216360 avcodec-61.dll!0x7ffdfc832d2a
000000C4F13FF8F0 00007FFDFC8334F1 0000000000000000 0000000000000000 0000000000000000 0000000000000000 avcodec-61.dll!0x7ffdfc8334f1
000000C4F13FF9B0 00007FFEBF8AE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffebf8ae8d7
000000C4F13FF9E0 00007FFEC0B3BF2C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffec0b3bf2c

Code:
Unhandled exception: c0000005
Date/Time: 2025-02-12, 08:14:22
Fault address: 7FFCDF70713D (c:\program files\obs-studio\bin\64bit\avcodec-61.dll)
libobs version: 31.0.1 (64-bit)
Windows version: 10.0 build 26100 (release: 24H2; revision: 3194; 64-bit)
CPU: 12th Gen Intel(R) Core(TM) i7-12700K


Thread 6D54: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000E167AEDBF0 00007FFCDF70713D 00000000000003C0 000002A83AA90650 000002A875720080 0000000000000000 avcodec-61.dll!0x7ffcdf70713d
000000E167AEDC20 00007FFCDF522D2A 000002A85D26AB80 000002A81F76F600 000002A800000001 000002A875720080 avcodec-61.dll!0x7ffcdf522d2a
000000E167AFFD60 00007FFCDF5234F1 0000000000000000 0000000000000000 0000000000000000 0000000000000000 avcodec-61.dll!0x7ffcdf5234f1
000000E167AFFE20 00007FFD8A8AE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffd8a8ae8d7
000000E167AFFE50 00007FFD8B79BF2C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd8b79bf2c
 
Top