Stremio / stremio-bugs

🐛 Post bug reports in Issues here
57 stars 9 forks source link

Crash on Windows 10 when launching v4.4.168 #844

Closed Taz145 closed 1 week ago

Taz145 commented 1 week ago

Describe the bug Application crashes on launch from Windows

To Reproduce Steps to reproduce the behavior:

  1. Launch the application in any fashion

Expected behavior The Application to launch normally

Desktop (please complete the following information): Windows 10, Streamio v4.4.168 Additional context This occurs on a fresh install Log from running ./streamio.exe > log.txt

[cplayer] mpv 0.34.0-142-g1ba0547bfb Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects
[cplayer]  built on Sun Jan 16 17:00:44 +08 2022
[cplayer] FFmpeg library versions:
[cplayer]    libavutil       57.18.100
[cplayer]    libavcodec      59.20.100
[cplayer]    libavformat     59.17.101
[cplayer]    libswscale      6.5.100
[cplayer]    libavfilter     8.25.100
[cplayer]    libswresample   4.4.100
[cplayer] FFmpeg version: git-2022-01-16-bca30570
[cplayer]
[cplayer] Configuration: /home/shinchiro/build32/packages/mpv-prefix/src/mpv/waf configure --enable-static-build --enable-pdf-build --disable-manpage-build --enable-libmpv-shared --enable-lua --enable-javascript --enable-sdl2 --enable-libarchive --enable-libbluray --enable-dvdnav --enable-uchardet --enable-rubberband --enable-lcms2 --enable-openal --enable-spirv-cross --enable-vulkan --enable-vapoursynth --prefix=/home/shinchiro/build32/install/mingw
[cplayer] List of enabled features: asm build-date cplayer cuda-hwaccel cuda-interop d3d-hwaccel d3d11 d3d9-hwaccel debug-build direct3d dos-paths dvdnav egl-angle egl-angle-win32 egl-helpers ffmpeg ffmpeg-aviocontext-bytes-read ffnvcodec gl gl-dxinterop gl-dxinterop-d3d9 gl-win32 glob glob-win32 gpl iconv javascript jpeg lcms2 libarchive libass libavdevice libbluray libm libmpv-shared libplacebo libplacebo-v4 lua luajit mingw noexecstack openal optimize plain-gl posix-or-mingw rubberband sdl2 sdl2-audio sdl2-gamepad sdl2-video shaderc shaderc-static spirv-cross spirv-cross-static static-build stdatomic uchardet vapoursynth vector vulkan wasapi win32-desktop win32-internal-pthreads zimg zlib
[cplayer] Waiting for scripts...
[cplayer] Set property: vo="libmpv" -> 1
[cplayer] Set property: gpu-hwdec-interop="auto" -> 1
[cplayer] Set property: cache-default=15000 -> -3
[cplayer] Set property: cache-backbuffer=15000 -> -3
[cplayer] Set property: cache-secs=10 -> 1
[cplayer] Set property: audio-client-name="Stremio" -> 1
[cplayer] Set property: title="Stremio" -> 1
[cplayer] Set property: audio-fallback-to-null="yes" -> 1
[cplayer] Set property: audio-client-name="Stremio" -> 1
[cplayer] Set property: title="Stremio" -> 1
[osd/libass] libass API version: 0x1502000
[osd/libass] libass source: commit: 0d170d9a1d7e7fee948141eac988c1e6391dfc62
[osd/libass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 3.2.0 (COMPLEX)
[osd/libass] Setting up fonts...
[osd/libass] Using font provider directwrite (with GDI)
[osd/libass] Done.
[cplayer] Done loading scripts.
[libmpv_render] GL_VERSION='OpenGL ES 2.0 (ANGLE 2.1.0.57ea533f79a7)'
[libmpv_render] Detected GLES 2.0.
[libmpv_render] GL_VENDOR='Google Inc.'
[libmpv_render] GL_RENDERER='ANGLE (AMD Radeon RX 7800 XT Direct3D11 vs_5_0 ps_5_0)'
[libmpv_render] GL_SHADING_LANGUAGE_VERSION='OpenGL ES GLSL ES 1.00 (ANGLE 2.1.0.57ea533f79a7)'
[libmpv_render] Loaded extension GL_EXT_unpack_subimage.
[libmpv_render] Loaded extension GL_EXT_texture_rg.
[libmpv_render] Loaded extension GL_EXT_color_buffer_half_float.
[libmpv_render] Loaded extension GL_EXT_disjoint_timer_query.
[libmpv_render] Function glDebugMessageCallback from extension GL_KHR_debug not found.
[libmpv_render] Loaded extension GL_ANGLE_translated_shader_source.
[libmpv_render] GL_*_swap_control extension missing.
[libmpv_render] 16 bit UNORM textures not available.
[libmpv_render] Disabling HDR peak computation (one or more of the following is not supported: compute shaders=0, SSBO=0).
[libmpv_render] No advanced processing required. Enabling dumb mode.
[libmpv_render] Loading hwdec driver 'd3d11-egl'
[libmpv_render] Loading failed.
[libmpv_render] Loading hwdec driver 'dxva2-egl'
[libmpv_render] Loading hwdec driver 'd3d11va'
[libmpv_render] Loading failed.
[libmpv_render] Loading hwdec driver 'dxva2-dxgi'
[libmpv_render] Loading failed.
[libmpv_render] Loading hwdec driver 'dxva2-dxinterop'
[libmpv_render] Loading failed.
[libmpv_render] Loading hwdec driver 'cuda-nvdec'
[libmpv_render/cuda-nvdec]  failed -> □□]v□?P□rX□: □□□□□□
TRtomasz commented 1 week ago

Looks like an issue with your GPU drivers, try removing them using DDU and install again.

Taz145 commented 1 week ago

Resolved with DDU and driver reinstall