Description: xboxdrv-Qt is written in Qt5.6 Please help to test, at the moment it works only for a controller, but it has the same options plus button mapping.
to run in terminal : Giving permission to execute chmod +x xboxdrv (Just one time) then sudo ./xboxdrv
it needs sudo privileges to work and Qt 5.6 installed on your system. feel confident to report problems to obedlink@gmail.com or leave a comment here.Last changelog:
xboxdrv-Qt RC
- Support for 4 controllers enabled - Close to tray/show window through the systray icon context menu - Ready for use with some small problems that no affect it use. (I'm working on it)
Even with qt installed, i got these errors:
root@andre-PC ~/Downloads # ./xboxdrv
./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./xboxdrv)
./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./xboxdrv)
./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./xboxdrv)
./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./xboxdrv)
Hi!
I get after installing the .deb this error:
$ xbox360_GUI
ERROR: #2: Cannot load class 'mainwindow': Bytecode too recent. Please upgrade Gambas.
I have this gambas-software installed:
gambas3-gb-desktop
gambas3-gb-form
gambas3-gb-gtk
gambas3-gb-gui
gambas3-gb-image
gambas3-gb-qt4
gambas3-gb-qt4-ext
gambas3-gb-settings
gambas3-runtime
Hello, your brougt no root for xboxdrv
Add to the /etc/udev/rules.d/90-xbox.rules
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0291&", OWNER:="root", GROUP:="plugdev",MODE:="0664";
see http://www.grautier.com/grautier/archives/115-XBOX-360-RF-Controller-am-PC-Linux-Windows.html
Ratings & Comments
9 Comments
9 +
Even with qt installed, i got these errors: root@andre-PC ~/Downloads # ./xboxdrv ./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./xboxdrv) ./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./xboxdrv) ./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./xboxdrv) ./xboxdrv: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./xboxdrv)
You need to have installed the Qt libraries, maybe you are using a GTK distribution that not come with Qt libraries.
You need to have installed a old Qt version, you need at last Qt 5.6
[2] Cannot load class 'TrayIcon': Unable to load class file. mainwindow.mainwindow.0
Hi test the new version written in Qt5 and please help me to report problems, the aplicacion needs to run with sudo in terminal.
Hi! I get after installing the .deb this error: $ xbox360_GUI ERROR: #2: Cannot load class 'mainwindow': Bytecode too recent. Please upgrade Gambas. I have this gambas-software installed: gambas3-gb-desktop gambas3-gb-form gambas3-gb-gtk gambas3-gb-gui gambas3-gb-image gambas3-gb-qt4 gambas3-gb-qt4-ext gambas3-gb-settings gambas3-runtime
you need the lastest version of Gambas 3 add this ppa https://launchpad.net/~nemh/+archive/gambas3 then sudo apt-get update sudo apt-get upgrade
Hello, your brougt no root for xboxdrv Add to the /etc/udev/rules.d/90-xbox.rules ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0291&", OWNER:="root", GROUP:="plugdev",MODE:="0664"; see http://www.grautier.com/grautier/archives/115-XBOX-360-RF-Controller-am-PC-Linux-Windows.html