Stremio / stremio-shell

🐚 Qt5-based shell for Stremio; compile this to run the desktop app
GNU General Public License v3.0
522 stars 114 forks source link

UI fails to load on macOS 14.5 #402

Closed tangestani closed 4 weeks ago

tangestani commented 1 month ago

The window displays nothing after the splash screen -- just a black background.

Running the app through the terminal shows:

[libmpv_render/videotoolbox] need >= OpenGL 3.0 for core rectangle texture support
[libmpv_render] Loading failed.
hls executables located ->  {
  ffmpeg: '/Applications/Stremio.app/Contents/MacOS/ffmpeg',
  ffsplit: null,
  ffprobe: '/Applications/Stremio.app/Contents/MacOS/ffprobe'
}
Using app path -> /Users/mo/Library/Application Support/stremio-server
Enabling casting...
[6037:259:0529/135327.511227:ERROR:network_service_instance_impl.cc(262)] Network service crashed, restarting service.
qml: render process terminated with code 9 and status: 2
Discovery of new external device "mpv" - MPV
(node:6048) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
EngineFS server started at http://127.0.0.1:11470
EngineFS HTTPS endpoint at https://local.strem.io:12470
[6037:259:0529/135327.638779:ERROR:network_service_instance_impl.cc(262)] Network service crashed, restarting service.

Here's the full log: stremio_debug.log

TRtomasz commented 1 month ago

Have you enabled rosetta?

tangestani commented 1 month ago

It’s an intel machine. 2019 MacBook Pro.

On Wed, May 29, 2024 at 6:51 PM Tomasz @.***> wrote:

Have you enabled rosetta?

— Reply to this email directly, view it on GitHub https://github.com/Stremio/stremio-shell/issues/402#issuecomment-2137743943, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEF3YCNNQIQOT4EJP52PFLZEX2RDAVCNFSM6AAAAABIOWOL26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZXG42DGOJUGM . You are receiving this because you authored the thread.Message ID: @.***>

TRtomasz commented 1 month ago

based on your log looks like something is wrong with your system configuration WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed. qml: render process terminated with code 9 and status: 2 could be an issue with gpu drivers