itchio / itch

🎮 The best way to play your itch.io games
https://itch.io/app
MIT License
2.36k stars 210 forks source link

app on linux does not start #3028

Open gucio321 opened 4 months ago

gucio321 commented 4 months ago

Hi I've installed the app via itch-setup, but I can't run it. White window appears for about 3 seconds and then it crashes. this is log output

21:13:26.675 INFO itch@25.6.2 on electron@11.5.0 in production
21:13:26.676 DEBUG (m/reac/preb/load-preferences) imported preferences: {"downloadSelfUpdates":true,"offlineMode":false,"installLocations":{},"defaultInstallLocation":"appdata","isolateApps":false,"closeToTray":true,"readyNotification":true,"showAdvanced":false,"openAtLogin":false,"openAsHidden":false,"manualGameUpdates":false,"preventDisplaySleep":true,"preferOptimizedPatches":false,"disableBrowser":false,"enableTabs":false,"lastSuccessfulSetupVersion":"25.6.2","importedOldInstallLocations":true,"gotMinimizeNotification":true}
21:13:26.743 DEBUG (m/reac/preb/load-preferences) imported preferences: {"downloadSelfUpdates":true,"offlineMode":false,"installLocations":{},"defaultInstallLocation":"appdata","isolateApps":false,"closeToTray":true,"readyNotification":true,"showAdvanced":false,"openAtLogin":false,"openAsHidden":false,"manualGameUpdates":false,"preventDisplaySleep":true,"preferOptimizedPatches":false,"disableBrowser":false,"enableTabs":false,"lastSuccessfulSetupVersion":"25.6.2","importedOldInstallLocations":true,"gotMinimizeNotification":true}
21:13:26.749 DEBUG (m/net/register-itch-protocol) Registering itch: protocol for session with user agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) itch/25.6.2 Chrome/87.0.4280.141 Electron/11.5.0 Safari/537.36
(node:11758) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https://github.com/electron/electron/issues/23506 for more information
21:13:26.775 INFO (m/reac/preboot) preboot ran in 32.00ms
21:13:26.776 DEBUG (m/reac/open-at-login) Updating login item settings, open=false, hidden=false
21:13:26.776 DEBUG (m/reac/open-at-login) Copying /usr/share/applications/io.itch.itch.desktop => /home/mszeptuch/.config/autostart/io.itch.itch.desktop
21:13:26.780 DEBUG (m/reac/winds) Waiting on root window to dispatch boot
21:13:27.771 INFO (m/reac/i18n) Language settings: preference undefined, sniffed en-US, fallback en
21:13:27.783 DEBUG (m/reac/locales) Reading local locale file /home/mszeptuch/.itch/app-25.6.2/resources/app/src/static/locales/en.json
21:13:27.796 DEBUG (m/reac/locales) Reading remote locale file /home/mszeptuch/.itch/app-25.6.2/resources/app/src/static/locales/en.json
21:13:29.805 DEBUG (m/reac/locales) Downloading fresh locale file from https://locales.itch.ovh/itch/en.json
21:13:29.806 DEBUG (r) HTTP get https://locales.itch.ovh/itch/en.json
21:13:30.305 DEBUG (r) Got HTTP 200, content-length: 0 B
21:13:30.414 DEBUG (m/reac/locales) HTTP GET https://locales.itch.ovh/itch/en.json: 200
21:13:30.415 DEBUG (m/reac/locales) Saving fresh en locale to /home/mszeptuch/.config/itch/locales/en.json
[11758:0602/231330.466114:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

OS details:

gucio321 commented 4 months ago

note: master from this repo works as far

CalAlaera commented 3 months ago

I had the same problem. Downloading the Flatpak version seems to have worked OK for me.

gucio321 commented 3 months ago

thank you for the workaround. now we need to wait for this repo's devs to fix that issue :smile: