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

Crash on start: Symbol lookup error #38

Closed
notxenonbox opened this issue May 3, 2021 · 6 comments
Closed

Crash on start: Symbol lookup error #38

notxenonbox opened this issue May 3, 2021 · 6 comments

Comments

@notxenonbox
Copy link

I am on arch linux and I installed the discord-qt AUR package. My system is up to date

Here is the output when I run discord-qt:

neo@fukushima ~
λ Discord-Qt
[warn] [PreLaunchConfigManager] Could not load config file.
Discord-Qt: symbol lookup error: /usr/lib/discord-qt/dist/nodegui_core.node: undefined symbol: _ZdlPvm, version Qt_5

If any more information is needed, just ask.

@ruslang02
Copy link
Owner

I could only recommend installing discord-qt-appimage package, the discord-qt package seems to be broken by some maintainer.

@notxenonbox
Copy link
Author

I cannot use the appimage with wayland, it has an outdated QT version.

@Zaedus
Copy link

Zaedus commented May 8, 2021

Yes, this same exact issue happened to me too. I installed the appimage and it worked fine, but I'm on xorg. I can recommend Xwayland, if that is at all possible.

@notxenonbox
Copy link
Author

Thanks for the Xwayland tip, but I would like to avoid that, I need to set a environment for that. I know it's a small inconvenience, but I would like to run full wayland, that's the reason I am searching for a custom client in the first place.

@ruslang02
Copy link
Owner

You could try building the client by yourself, as there are really no problems running it on Wayland or Mir.. The only thing to consider is to build NodeGui with your system Qt libraries rather than miniqt ones that nodegui downloads on install. If I'm not wrong you need to set the QT_INSTALL_DIR variable when running npm install.

@notxenonbox
Copy link
Author

Thanks for responding I will look into that.

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

3 participants