yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.18k stars 189 forks source link

Missed libraries in linux binary package #117

Open mkwork opened 6 years ago

mkwork commented 6 years ago

Platform: ubuntu 18.04 x86_64

Expected Unpack package. Run command line below. Get gui running.

tar xf easy_profiler-v2.0.1-linux_x64-libc_2.23.tar.gz
cd easy_profiler-v2.0.1-linux_x64-libc_2.23/bin/
./profiler_gui

Got Following output:

Empty filename passed to function
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Reinstalling the application may fix this problem.
Aborted (core dumped)

Initial investigation Missed plugins/platforms content. Missed QtDbus library for xcb backend.

cas4ey commented 6 years ago

Hi @mkwork

Thanks for sharing the issue and an investigation!

Strange, QtDbus is used for rpc, but there are no rpc in profiler_gui...
We will check it, thanks :)

gggin commented 4 years ago

Currently, the linux release package is also have this problem

fedorenchik commented 2 years ago

The issue still exists.