dd-center/obs-streamlink

crash open live youtube

nelsoncasey13 opened this issue · 4 comments

Hello, when I create a source with streamlink, after entering a youtube live OBS it hangs. This is the log:

Unhandled exception: c06d007e
Date/Time: 2023-06-06, 23:43:18
Fault address: 7FFF3420536C (c:\windows\system32\kernelbase.dll)
libobs version: 29.1.2 (64-bit)
Windows version: 10.0 build 22621 (release: 22H2; revision: 1702; 64-bit)
CPU: AMD Ryzen 5 3450U with Radeon Vega Mobile Gfx

Thread 4E14: libobs: graphics thread (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
000000332DFFF730 00007FFF3420536C 0000000000000000 00007FFED89B1ED3 0000000000000000 0000000000000000 kernelbase.dll!0x7fff3420536c
000000332DFFF810 00007FFF20869614 000000332DFFF830 FFFFFFFFFFFFFFFF 0000019C819DA718 0000019C819DA3C0 obs-streamlink.dll!0x7fff20869614
000000332DFFF8B0 00007FFF2086877C 000000007FFE0380 0000000001005000 0000019CF5250110 0000000000000000 obs-streamlink.dll!0x7fff2086877c
000000332DFFF920 00007FFF20862D32 0000019C819DA3C0 0000019CF7F69000 0000019C8250E400 662D6765706D0000 obs-streamlink.dll!0x7fff20862d32
000000332DFFF950 00007FFF2085F60B 000000000000002B 00027311359A77ED 0000019C82541E60 0000000000000000 obs-streamlink.dll!0x7fff2085f60b
000000332DFFF9E0 00007FFF2085F677 0000000000000001 0000019CF7F69000 0000019C8250E400 000000332DFFFB30 obs-streamlink.dll!0x7fff2085f677
000000332DFFFA10 00007FFF213ABC59 0000019C8250E400 0000019CF7F69000 00027311359A77ED 0000019CF7F69000 obs.dll!obs_source_video_tick+0x99
000000332DFFFA50 00007FFF213B1EF3 000000332DFFFB30 00027311359A8420 0000019CF820E520 0000000000000000 obs.dll!obs_graphics_thread_loop+0x2a3
000000332DFFFB10 00007FFF213B1BFB FFFFFFFFFFFFFFFF 0000000000000000 0000019CFE87DEA0 0000000000000000 obs.dll!obs_graphics_thread+0xfb
000000332DFFFBD0 00007FFF249C78B6 0000019CFE674BF0 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x126
000000332DFFFC80 00007FFF33EB9363 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7fff33eb9363
000000332DFFFCB0 00007FFF352026AD 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7fff352026ad
000000332DFFFCE0 00007FFF36A0A9F8 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7fff36a0a9f8

Seems like a delay-load DLL failed to be loaded. How did you install the plugin? I didn't test the plugin on OBS 29 yet, maybe the directory structure was changed so the dependencies can't be located. Will look into this later.

I'm experiencing this as well. Is there a resolution other than using an older version of OBS?