Page 1 of 1

Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 7:04 am
by tragic
Hi, I just heard about GIMX so I installed Ubuntu 16.04 and the latest GIMX on my old laptop.

What I'm using:
Laptop is an Acer Aspire 5542
Bluetooth dongle is a CSR bluecore4
Controller is an official red PS3 controller
Mouse is a Logitech G300 with 2500dpi/1000hz
Keyboard is a Corsair K65

I paired with the controller and all seemed well, but when I click edit config or click check I get can't read inputs.

This log file is what happens when I press start:
http://pastebin.com/d1Yx5T9d

I have absolutely no clue what I'm doing wrong but I've been trying to do this for two days to no avail.
Any help is appreciated, thanks.

Re: Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 8:26 am
by Matlo
It looks like the package did not properly install.
Download the package again, reinstall, and check if any error message shows up during installation.

Re: Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 12:43 pm
by tragic
I just re-installed it without errors but in GIMX I'm still getting the same inputs error. Is there another way I should be installing this instead of just opening it through Ubuntu Software?

Thanks

Re: Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 1:00 pm
by Matlo

Code: Select all

wget https://gimx.fr/download/gimx-ubuntu-64bits -O gimx.deb
sudo dpkg -i gimx.deb
sudo apt-get -f install
If you get a "Dependency is not satisfiable: ..." error message, update the packages:

Code: Select all

sudo apt-get update && sudo apt-get upgrade
sudo apt-get -f install

Re: Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 2:12 pm
by tragic
Did all that, got a message along the lines of missing dependencies so I updated the packages and I'm still getting the same error as before.

Re: Can't read inputs (ubuntu 16.04)

Posted: Fri Feb 03, 2017 8:44 pm
by Matlo
Could you post the output of the commands?

Re: Can't read inputs (ubuntu 16.04)

Posted: Sat Feb 04, 2017 12:47 am
by tragic
http://pastebin.com/gqzz9fqk

I accidentally closed terminal after the wget command.

Re: Can't read inputs (ubuntu 16.04)

Posted: Sat Feb 04, 2017 1:10 pm
by tragic
Hi, sorry for double posting. I just installed the same version of GIMX and Ubuntu on my desktop, installed it by double clicking it and it's worked perfectly, I think it's a compatibility problem with the laptop itself.

Re: Can't read inputs (ubuntu 16.04)

Posted: Thu Feb 09, 2017 8:20 am
by Matlo
Hi,
A similar issue was reported on github: https://github.com/matlo/GIMX/pull/431
I'll try to fix it in the next minor release (GIMX 6.5).