question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run on Ubuntu 20.04

See original GitHub issue

Describe the bug Latest release turns down on Ubuntu 20.04 on start Terminal:

***:~/Games/Albion Online Stats$ ./albion-online-stats-linux 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

Log file There isn’t damage-meter.log file in the same directory as executable. But there is aoaddons.log file:

00:14:35 [ INFO] Found interfaces: [NetworkInterface { name: "enx000ec6b58d83", index: 2, mac: Some(00:0e:c6:b5:8d:83), ips: [V4(Ipv4Network { addr: 192.168.1.10, prefix: 24 }), V6(Ipv6Network { addr: fe80::b2b:6286:320b:5604, prefix: 64 })], flags: 69699 }, NetworkInterface { name: "wlo1", index: 3, mac: Some(d0:c6:37:81:41:e2), ips: [V4(Ipv4Network { addr: 192.168.1.9, prefix: 24 }), V6(Ipv6Network { addr: fe80::23ab:411e:ae00:5181, prefix: 64 })], flags: 69699 }]
00:14:35 [ WARN] packetdump: unable to create channel: Operation not permitted (os error 1)
00:14:35 [ WARN] packetdump: unable to create channel: Operation not permitted (os error 1)
00:14:35 [ INFO] Listening to network packets...

To Reproduce Steps to reproduce the behavior:

  1. Go to app folder
  2. Run albion-online-stats-linux file by terminal or UI
  3. See error

Expected behavior Just run

Screenshots image

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Gnome 3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
GuillaumeFaveliercommented, Jun 30, 2020

Do you use Qt 5.15? In this case, take a look at the new dependencies:


    libfontconfig1-dev
    libfreetype6-dev
    libx11-dev
    libxext-dev
    libxfixes-dev
    libxi-dev
    libxrender-dev
    libxcb1-dev
    libx11-xcb-dev
    libxcb-glx0-dev
    libxkbcommon-x11-dev

Reference: https://doc.qt.io/qt-5/linux-requirements.html

1reaction
GoshaEgoriancommented, Jun 29, 2020

@GuillaumeFavelier No. It’s real machine

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu Software doesn't open in Ubuntu 20.04
I have a fresh install of Ubuntu 20.04. I tried try to upgrade all packages, but it doesn't fix this problem.
Read more >
Ubuntu Linux PC Won't Boot? 5 Common Issues and Fixes
Ubuntu is usually reliable, but sometimes it won't boot. Here are some common causes and how to repair your PC when Ubuntu won't...
Read more >
How to Fix Ubuntu Can't Open the Terminal Issue
Start by uninstalling anything you installed just before the problem reared its ugly head. Hopefully, the problem will be solved.
Read more >
cannot run on ubuntu 20.04 · Issue #27086 · electron ... - GitHub
I am using Electron on Ubuntu 20.04. There is no issue now. Electron version: 11.1.0 node version: 12.19.0 npm version: 6.14.8 ...
Read more >
Cannot install Ubuntu 20.04 LTS on windows server 2019
I am now running perfectly "Ubuntu 18.04.2 LTS" using wsl 1 on this server, and according to your link "20.04 LTS" have same...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found