Can't launch Quixel Bridge in Linux (popOS)

Can’t launch plugin under linux popOS 22.04. If executed through the terminal it shows the following error:


viktor@pop-os:~/Downloads$ ./*.AppImage
{“level”:“info”,“message”:“Setting timeout to 30”,“timestamp”:“2023-08-18T15:06:20.667Z”}
{“level”:“info”,“message”:“Setting parallel files to 5”,“timestamp”:“2023-08-18T15:06:20.670Z”}
(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
(node:55885) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
{“level”:“info”,“message”:“Setting user agent: megascans-bridge”,“timestamp”:“2023-08-18T15:06:20.980Z”}
{“value”:true,“type”:“boolean”,“level”:“info”,“message”:“isCheckForupdateEnabled()”,“timestamp”:“2023-08-18T15:06:21.097Z”}
Checking for update
Update for version 2023.0.0 is not available (latest version: 2023.0.0, downgrade is disallowed).
{“version”:“2023.0.0”,“files”:[{“url”:“Bridge-2023.0.0.AppImage”,“sha512”:“fhdhF/uxQfe6p8dykdKLJ4U05SJPIza5OgpHnrdEMSYAofELJHO+0HSfJ5a570PF2bq6ObOurwHUcL5fK+XtAA==”,“size”:380548117,“blockMapSize”:398377}],“path”:“Bridge-2023.0.0.AppImage”,“sha512”:“fhdhF/uxQfe6p8dykdKLJ4U05SJPIza5OgpHnrdEMSYAofELJHO+0HSfJ5a570PF2bq6ObOurwHUcL5fK+XtAA==”,“releaseDate”:“2023-06-08T11:48:30.030Z”,“level”:“info”,“message”:“update-not-available”,“timestamp”:“2023-08-18T15:06:22.421Z”}
[55885:0818/160622.510359:FATAL:gpu_data_manager_impl_private.cc(442)] GPU process isn’t usable. Goodbye.

Unexpected crash report id length
Failed to get crash dump id.
Report Id:

Unexpected crash report id length
Failed to get crash dump id.
Report Id:
Illegal instruction (core dumped)


Anyone knows how to solve this?

Thanks

cd to the appimage location, then in terminal run:
chmod a+x Bridge.AppImage
then after run without sandbox
./Bridge.AppImage --no-sandbox

2 Likes

Thank you so much! Solved

1 Like