Hey, we have forums!

Author Topic: Aquaria mouse pointer problem solved  (Read 13222 times)

0 Members and 2 Guests are viewing this topic.

Offline archmage

  • Mini Bit
  • **
  • Posts: 2
    • View Profile
Aquaria mouse pointer problem solved
« on: November 24, 2011, 08:51:22 pm »
Hi,

I bought the Introversion Humble Bundle to play Aquaria on my 64-bit Ubuntu 11.04 system. Unfortunately the mouse did not work, to the point of making the game unplayable.

First of all it was not possible to change resolution, because the mouse pointer kept moving back to "no". Far more seriously, while in game the character kept moving towards up and left.

A long search on the net provided no clear answer; it seems some people have the same problem on Windows and OSX too. On ubuntu some suggest to disable the package "unclutter" to solve the issues, but I did not have that installed at all.

My solution to the problem was to modify the ~/.Aquaria/preferences/usersettings.xml file. Using any text editor, change the line:

<JoystickEnabled on="1" />

to:

<JoystickEnabled on="0" />

The game is now playable  8)


ps: this problem was the cause of a lot of frustration for me, so I registered on this forum to post it - sorry if it has been posted already.

Offline False.Genesis

  • Administrator
  • Super Bit
  • **********
  • Posts: 461
  • PRESS COMPILE FOR RAINBOWS
    • View Profile
    • My source code!
Re: Aquaria mouse pointer problem solved
« Reply #1 on: November 24, 2011, 10:28:11 pm »
This is interesting.
My guess: Either you had a bad joystick/gamepad plugged in, or you have a touchscreen that is recognized as joystick and sends bad infos (this is the case for a friend's subnotebook).
Or another device that sends bogus joystick infos.

Might be helpful for others if one of these is true and you'd confirm it.

Offline archmage

  • Mini Bit
  • **
  • Posts: 2
    • View Profile
Re: Aquaria mouse pointer problem solved
« Reply #2 on: November 24, 2011, 11:26:39 pm »
No, I don't have anything of the kind - no joystick/ touchpad/ gamepad/ touchscreen/ etc. I have a desktop machine. Thanks to your comment, though, I discovered the following:

The only "unusual" peripheral I have is my (old) Logitech G15. Even though I do not use macros or any other special keyboard features, the cursor problem goes away if I turn on Joystick support in Aquaria and turn off the G15 system service. I am using the package gnome15 (version 0.7.11-1) from www.gnome15.org.

Given that I have no problems whatsoever with the keyboard in any other software (windows and linux), I would say this still counts as a bug :) If I can do something to help troubleshoot it, let me know.

It would be interesting to know if other people that reported the exact same problem have a G15!

Offline Elnareen

  • One Bit
  • *
  • Posts: 1
    • View Profile
Re: Aquaria mouse pointer problem solved
« Reply #3 on: December 18, 2011, 01:11:01 pm »
Hi,

I encountered the same problem on Archilinux 64 bits with a logitech G500 mouse.
No joystick was ever connected to the system, but since the X11 evdev driver is used for both gamer mouses
and a lot of others USB input devices such as gamer keyboards and joysticks,  it may be a clue:

Disabling joystick support in ~/.Aquaria/preferences/usersettings.xml worked here too.