Created
June 1, 2022 12:49
-
-
Save LiamDawe/0fcc0466d18e68db40265cae1a5bde04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[liam@fedora ~]$ flatpak run sh.cider.Cider | |
[13:47:56.995] [info] [AppEvents] App started | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
LaunchProcess: failed to execvp: | |
xdg-settings | |
[13:47:57.117] [info] [PluginHandler] Loaded plugins: [ | |
'chromecast.js', | |
'discordrpc.js', | |
'lastfm.js', | |
'menubar.js', | |
'mpris.js', | |
'raop.js', | |
'thumbar.js', | |
'webNowPlaying.js' | |
] | |
[13:47:57.155] [info] [AppEvents] App ready | |
[13:47:57.155] [info] [Cider] Application is Ready. Creating Window. | |
[13:47:57.179] [warn] This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: | |
[13:47:57.179] [error] Error: Cannot find module './vcomponents.json' | |
Require stack: | |
- /app/cider/resources/app.asar/build/base/browserwindow.js | |
- /app/cider/resources/app.asar/build/base/utils.js | |
- /app/cider/resources/app.asar/build/base/app.js | |
- /app/cider/resources/app.asar/build/index.js | |
- | |
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15) | |
at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1105) | |
at Module._load (node:internal/modules/cjs/loader:785:27) | |
at Function.c._load (node:electron/js2c/asar_bundle:5:13343) | |
at Module.require (node:internal/modules/cjs/loader:1012:19) | |
at require (/app/cider/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:159:20) | |
at new BrowserWindow (/app/cider/resources/app.asar/src/main/base/browserwindow.ts:53:25) | |
at /app/cider/resources/app.asar/src/main/index.ts:45:20 | |
at Generator.next (<anonymous>) | |
at /app/cider/resources/app.asar/build/index.js:8:71 | |
[13:47:57.180] [error] (node:13) UnhandledPromiseRejectionWarning: Error: Cannot find module './vcomponents.json' | |
Require stack: | |
- /app/cider/resources/app.asar/build/base/browserwindow.js | |
- /app/cider/resources/app.asar/build/base/utils.js | |
- /app/cider/resources/app.asar/build/base/app.js | |
- /app/cider/resources/app.asar/build/index.js | |
- | |
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15) | |
at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1105) | |
at Module._load (node:internal/modules/cjs/loader:785:27) | |
at Function.c._load (node:electron/js2c/asar_bundle:5:13343) | |
at Module.require (node:internal/modules/cjs/loader:1012:19) | |
at require (/app/cider/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:159:20) | |
at new BrowserWindow (/app/cider/resources/app.asar/src/main/base/browserwindow.ts:53:25) | |
at /app/cider/resources/app.asar/src/main/index.ts:45:20 | |
at Generator.next (<anonymous>) | |
at /app/cider/resources/app.asar/build/index.js:8:71 | |
(Use `cider --trace-warnings ...` to show where the warning was created) | |
[13:47:57.180] [error] (node:13) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 5) | |
[13:0601/134759.193828:ERROR:service_worker_storage.cc(1904)] Failed to delete the database: Database IO error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment