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

AppImage doesn't work with newer nodejs versions #24

Open
thediveo opened this issue Sep 13, 2022 · 2 comments
Open

AppImage doesn't work with newer nodejs versions #24

thediveo opened this issue Sep 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@thediveo
Copy link

  • Ubuntu 22.04.1LTS
  • installing node(js) 14.x
  • trying to start Keylight_Controller-x86_64.AppImage simply opens a terminal with the nodejs prompt and warnings.
Welcome to Node.js v14.2.0.
Type ".help" for more information.
> (node:384493) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Keylight_Controller-x86_64.AppImage --trace-deprecation ...` to show where the warning was created)
@thediveo thediveo added the bug Something isn't working label Sep 13, 2022
@thediveo
Copy link
Author

thediveo commented Jan 2, 2023

Please note that this isn't cosmetics anymore as #12 considers it, but newer nodejs versions now seem to block execution.

@thediveo
Copy link
Author

update: on Kubuntu 23.10 with a node v18.19.0 installed from nodesource as described in their Github repo https://github.com/nodesource/distributions?tab=readme-ov-file#using-ubuntu-2 the appimage starts to work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant