Skip to content
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

(node:71073) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'libssl.so.1.0.0' #146

Open
FreePhoenix888 opened this issue Jun 3, 2024 · 0 comments

Comments

@FreePhoenix888
Copy link

freephoenix888@FreePhoenix888:~/Programming/teledrive$ yarn
yarn install v1.22.22
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 16.69s.
freephoenix888@FreePhoenix888:~/Programming/teledrive$ yarn start
yarn run v1.22.22
$ electron .
APPIMAGE env is not defined, current application is not an AppImage
18:38:43.229 › [SETUP] App storage:
18:38:43.232 › /home/freephoenix888/.config/TeleDrive
(node:71073) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'libssl.so.1.0.0'
    at Object.openSync (fs.js:476:3)
    at Object.func [as openSync] (electron/js2c/asar_bundle.js:5:1846)
    at readFileSync (fs.js:377:35)
    at e.readFileSync (electron/js2c/asar_bundle.js:5:8643)
    at new DynamicLibrary (/home/freephoenix888/Programming/teledrive/node_modules/ffi-napi/lib/dynamic_library.js:68:23)
    at Object.Library (/home/freephoenix888/Programming/teledrive/node_modules/ffi-napi/lib/library.js:47:10)
    at new TdJsonClient (/home/freephoenix888/Programming/teledrive/node_modules/airgram/components/TdJsonClient.js:86:27)
    at new Airgram (/home/freephoenix888/Programming/teledrive/node_modules/airgram/Airgram.js:50:116)
    at module.exports.create (/home/freephoenix888/Programming/teledrive/src/telegram-binder/index.js:153:12)
    at App.<anonymous> (/home/freephoenix888/Programming/teledrive/src/app.js:78:14)
(Use `electron --trace-warnings ...` to show where the warning was created)
(node:71073) 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: 1)
(node:71073) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[71073:0603/173844.832612:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
/home/freephoenix888/Programming/teledrive/node_modules/electron/dist/electron exited with signal SIGTRAP
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant