Tried installing into a fresh OS, followed instructions with no trouble, but get a blank screen:
coptic@rasp-coptic:~/stremio $ npm start
> stremio@1.0.0 start
> electron .
[9520:0828/215104.820031:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[9520:0828/215104.820187:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
...
[9520:0828/215104.822424:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[9520:0828/215104.822458:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
(node:9469) electron: Failed to load URL: http://localhost:11470/ with error: ERR_CONNECTION_REFUSED
(Use `electron --trace-warnings ...` to show where the warning was created)
[9469:0828/215104.889684:ERROR:interface_endpoint_client.cc(702)] Message 0 rejected by interface blink.mojom.WidgetHost
[9520:0828/215108.890123:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[9520:0828/215111.357845:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[9520:0828/215115.301363:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
Warning: ../src/intel/vulkan/anv_physical_device.c:2836: Unable to open device : No such file or directory (VK_ERROR_INCOMPATIBLE_DRIVER)
Warning: Insufficient Vulkan limits for maxTextureDimension1D. VkPhysicalDeviceLimits::maxImageDimension1D must be at least 8192
- While gathering supported limits for "V3D 7.1.10.2" - "V3DV Mesa: Mesa 26.2.0-1~bpo13+0~rpt3" (vendorId=0x14e4 deviceId=0x55701c33 backend=BackendType::Vulkan type=AdapterType::IntegratedGPU)
at InitializeSupportedLimitsImpl (../../third_party/dawn/src/dawn/native/vulkan/PhysicalDeviceVk.cpp:396)
at Initialize (../../third_party/dawn/src/dawn/native/PhysicalDevice.cpp:61)
Warning: eglChooseConfig returned zero configs
at Create (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:65)
at Create (../../third_party/dawn/src/dawn/native/opengl/PhysicalDeviceGL.cpp:110)
Tried installing into a fresh OS, followed instructions with no trouble, but get a blank screen: