View Single Post
El Diablo War3Evo
Veteran Member
Join Date: Jun 2013
Old 02-04-2023 , 20:50   Re: [IDA/DHooks]How to get vtable offsets
Reply With Quote #56

DEBIAN 11 AND IDA

I want to highlight and add for anyone trying to get IDA Free to work on Debian 11... and you get this error:

Code:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
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, xcb.

Aborted
It took me quite a long time to hunt down this information. RESPECT!

just do install this library:
Code:
sudo apt-get install libxcb-xinerama0

FOR DEBIAN 11 XFCE

Code:
sudo apt-get install libxcb-*
sudo apt-get install libxkbcommon-x11-0
in Debian 11 XFCE I tried sudo apt-get install libxcb-xinerama0 but it didn't solve the issue... so the other two I added did.
__________________

Last edited by El Diablo War3Evo; 02-04-2023 at 23:12.
El Diablo War3Evo is offline