-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Miru v5 does not launch on linux #436
Comments
Need testing, but it's probably electron issue, maybe related to one of the flags set here that changed behaviours between the version bumps. |
Indeed, it seems to work by using the |
|
Can replicate this issue on my linux machine, crashes with identical errors as above unless I launch with the Output
|
This also occurs on my arch system. Some digging later I found this might be an electron issue or possibly even chromium itself. I ensured I have all of the appropriate libva drivers present on my AMD integrated graphics system with no avail. |
@VictorGamerLOL @CaptainD54321 @rainfallmelonflysong I've released https://github.com/ThaUnknown/miru/releases/tag/v5.0.7 which is a beta, download and install manually, check if issue persists |
@ThaUnknown Tried 5.0.7 and the issue sadly persists (same behaviour and same --in-process-gpu workaround), same with 5.0.10 |
@ThaUnknown works for me. The activities I usually do that induce the crashing, like getting the popup to choose a torrent, no longer do. And this was 5.0.7 not 5.0.10. I am using the Appimage version. Some more info if it is of any relevance: pacman -Q | grep libva:
pacman -Q | grep mesa:
lspci | grep VGA:
Edit: 5.0.10 also does not crash. |
I retract my words. Aggressively scrolling still induces a And I retract them again because it seems like the main cause if this is hovering for too long on a torrent entry and getting a tooltip. The moment the tooltip appears the app turns white and 5 seconds later it closes. |
Huh I swore I posted this reply the other day, but apparently github ate it: @ThaUnknown I tried both 5.0.7 and the latest version (5.0.12) and my issue (Miru crashing immediately on launch) persists if I don't use the Log output from Miru:``` Checking for beta autoupdate feature for deb/rpm distributions Found package-type: deb 15:29:43.510 › Checking for update [13960:0419/152944.631384:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 15:29:44.670 › Update for version 5.0.12 is not available (latest version: 5.0.12, downgrade is disallowed). 15:29:44.671 › checkForUpdatesAndNotify called, downloadPromise is null [13960:0419/152945.558397:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152946.435602:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152947.230013:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152947.701148:ERROR:quota_database.cc(936)] Could not open the quota database, resetting. [13960:0419/152947.990075:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152948.809085:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152949.218631:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152949.601394:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152949.983976:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [13960:0419/152949.983994:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped) ``` |
Preflight checklist
What app version are you using?
5.0.2
What operating system version are you using?
Linux
Expected Behavior
Miru launches with no issues
Actual Behavior
When attempting to launch miru v5 on linux, the app displays a blank screen for 3 secs and then crashes, giving this (electron?) error
Checking for beta autoupdate feature for deb/rpm distributions Found package-type: deb 19:20:59.399 › Checking for update [4595:0325/192100.022102:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192100.505817:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 19:21:00.564 › Update for version 5.0.2 is not available (latest version: 4.5.10, downgrade is disallowed). 19:21:00.564 › checkForUpdatesAndNotify called, downloadPromise is null [4595:0325/192101.030652:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192101.658375:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192102.281327:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192102.887335:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192103.176312:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192103.466594:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192103.763053:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=133 [4595:0325/192103.763068:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye. [1] 4595 trace trap (core dumped) miru
Screenshots
No response
The text was updated successfully, but these errors were encountered: