A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM black screen
-
Hey,
i get some errors in mm-error.log.- MM version 2.26.0
- Pi4
- bullseye
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only. /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only. WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only. Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_radeon.so supports Vulkan 1.2, but only supports loader interface version 4. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7) Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_broadcom.so supports Vulkan 1.1, but only supports loader interface version 3. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7) Warning: loader_scanned_icd_add: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_lvp.so supports Vulkan 1.1, but only supports loader interface version 1. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7) Warning: Layer VK_LAYER_MESA_device_select uses API version 1.2 which is older than the application specified API version of 1.3. May cause issues. Warning: terminator_CreateInstance: Manifest ICD for "/usr/lib/arm-linux-gnueabihf/libvulkan_broadcom.so" contained a 1.1 or greater API version, but does not support vkEnumerateInstanceVersion, treating as a 1.0 ICD Warning: terminator_CreateInstance: Driver /usr/lib/arm-linux-gnueabihf/libvulkan_lvp.so supports interface version 1 but still exposes VkSurfaceKHR create/destroy entrypoints (Policy #LDP_DRIVER_8) WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only. Warning: Vulkan textureCompressionBC feature required or both textureCompressionETC2 and textureCompressionASTC required. - While initializing adapter (backend=BackendType::Vulkan) at InitializeImpl (../../third_party/dawn/src/dawn/native/vulkan/PhysicalDeviceVk.cpp:159) at Initialize (../../third_party/dawn/src/dawn/native/PhysicalDevice.cpp:35)
Can someone figure out the problem? The mirror is showing a black screen.
-
@sdetweil Ok, i got it.
var config = { address: "::", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080,
I had to change it to:
address: "0.0.0.0",
Was my mistake, i uploaded wrong config…
Don’t know why the Vulkan errors are appearing…
-
@princemaxwell I don’t think that is the problem.
can u show the full console output
-
@sdetweil Ok, i got it.
var config = { address: "::", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080,
I had to change it to:
address: "0.0.0.0",
Was my mistake, i uploaded wrong config…
Don’t know why the Vulkan errors are appearing…
-
@princemaxwell the vulkan errors is a bug in electron. just warnings… ignore