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

[BUG]: Failed to start on Wayland #2400

Open
Integral-Tech opened this issue Dec 28, 2023 · 2 comments
Open

[BUG]: Failed to start on Wayland #2400

Integral-Tech opened this issue Dec 28, 2023 · 2 comments
Labels
alt-linux-distro bug Something isn't working

Comments

@Integral-Tech
Copy link

Describe the bug
Komodo Wallet Desktop failed to start on Wayland.

To Reproduce
Steps to reproduce the behavior:

  1. Download AppImage release from https://github.com/KomodoPlatform/komodo-wallet-desktop/releases/download/0.7.0-beta/komodo-wallet-0.7.0-beta-ubuntu-appimage.zip
  2. Extract the zip file
  3. Run AppImage
chmod +x komodo-wallet-0.7.0-beta-ubuntu.AppImage
./komodo-wallet-0.7.0-beta-ubuntu.AppImage

Expected behavior
The app should start on Wayland.

Operating Environment(s):

  • OS: Arch Linux
  • OS version: rolling
  • Komodo Wallet Version: 0.7.0

Additional context

  • Desktop Environment: KDE Plasma 5.27.10
  • Window System: Wayland
╰─ QT_QPA_PLATFORM=wayland ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
Previous run crashed:
 0# 0x000000000049ABB6 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
 1# 0x00007F2A9AC5C710
 2# 0x00007F2A9ACAC83C
 3# 0x00007F2A9AC5C668
 4# 0x00007F2A9AC444B8
 5# 0x000000000049AA8B in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
 6# 0x00007F2A9C8A9FE0
 7# 0x00007F2A9C8929A4
 8# 0x00007F2A9D167FA0
 9# 0x00007F2A9D1682AD
10# 0x00007F2A9CAA4FE3
11# 0x00007F2A9D16ACCC
12# 0x00007F2A9BB67AA9
13# 0x000000000049CF73 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
14# 0x000000000049A663 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
15# 0x00007F2A9AC45CD0
16# 0x00007F2A9AC45D8A
17# 0x000000000045B5AE in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
@Integral-Tech Integral-Tech added the bug Something isn't working label Dec 28, 2023
@smk762
Copy link
Collaborator

smk762 commented Mar 28, 2024

If the following article is true, you should be able to run under wayland with ./komodo-wallet -platform wayland
https://jan.newmarch.name/Wayland/Qt/

Please let me know if this resolves the issue.

@Integral-Tech
Copy link
Author

-platform wayland

It also crashed.

╰─ ./komodo-wallet-0.7.0-beta-ubuntu.AppImage -platform wayland      
Previous run crashed:
 0# 0x000000000049ABB6 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
 1# 0x00007CD8E1290770
 2# 0x00007CD8E12E132C
 3# 0x00007CD8E12906C8
 4# 0x00007CD8E12784B8
 5# 0x000000000049AA8B in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
 6# 0x00007CD8D3AA9FE0
 7# 0x00007CD8D3A929A4
 8# 0x00007CD8D4567FA0
 9# 0x00007CD8D45682AD
10# 0x00007CD8D3CA4FE3
11# 0x00007CD8D456ACCC
12# 0x00007CD8D2967AA9
13# 0x000000000049CF73 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
14# 0x000000000049A663 in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage
15# 0x00007CD8E1279CD0
16# 0x00007CD8E1279D8A
17# 0x000000000045B5AE in ./komodo-wallet-0.7.0-beta-ubuntu.AppImage

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

No branches or pull requests

2 participants