Open NeilPandya opened 4 months ago
@trezor/qa Please try to replicate this. Thx!
Hi @NeilPandya, were you able to start the app before the same way or this is your first time? Could you, please, try to just start it with chmod +x ./Trezor-Suite-24.6.2-linux-x86_64.AppImage
and see if it works?
When I do just chmod u+x ./Trezor-Suite-24.6.2-linux-x86_64.AppImage
it works for me just fine.
Hi @STew790,
The application loads fine now. I can see my tokens and the Safe 3 hardware is reporting as connected.
The following is the terminal output after executing the AppImage:
neil@Zeph:~$ chmod +x /home/neil/.trezor/Trezor-Suite-24.6.2-linux-x86_64.AppImage
neil@Zeph:~$ /home/neil/.trezor/Trezor-Suite-24.6.2-linux-x86_64.AppImage
request-manager: connect ECONNREFUSED 127.0.0.1:36835
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
Warning: loader_get_json: Failed to open JSON file intel_hasvk_icd.x86_64.json
Warning: /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: cannot open shared object file: Permission denied
Warning: loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/x86_64-linux-gnu/libvulkan_intel.so. Ignoring this JSON
Warning: loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
Warning: /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: cannot open shared object file: Permission denied
Warning: loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so. Ignoring this JSON
Warning: loader_get_json: Failed to open JSON file virtio_icd.x86_64.json
Warning: loader_get_json: Failed to open JSON file lvp_icd.x86_64.json
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)
@NeilPandya Do you still experience this ?
Describe the bug An error and several warnings display after executing the AppImage.
Info:
How to reproduce Steps to reproduce the behavior:
mv
the AppImage to somewhere convenient.chmod
appropriate privileges (e.g.sudo chmod 773 -v ./Trezor-Suite-24.6.2-linux-x86_64.AppImage
).cd
to AppImage location in local directory../Trezor-Suite-24.6.2-linux-x86_64.AppImage
.Expected behavior Desktop suite should run with zero errors and minimal warnings.
Additional context