Page 1 of 1

Need help testing GTK joystick support

Posted: Thu Sep 04, 2008 2:57 am
by bgK

The GTK+ port recently got joystick support. It was implemented using the very same code as the SDL port, thus it should be pretty good already. However I need your help to do strange things with your joystick and gvbam :banana:. Please report here any strange behavior you may notice.

 

Here is an Ubuntu package containing a recent build of the SDL and GTK+ ports :

http://bgkweb.googlepages.com/vbam_0.svn701-1_i386.deb


Need help testing GTK joystick support

Posted: Thu Sep 04, 2008 3:43 pm
by deniseweird

I do not have a joypad, but I saw you made a deb so I cared to try anyway, since I couldn't compile the GTK GUI before. The package installs with some work, but if you don't have all dependencies it fails, so you have to install them manually. Could you fix it? Here's the output I got:

 

ruti@ruti-desktop:~$ sudo dpkg -i /home/ruti/Desktop/vbam_0.svn696-1_i386.deb

Selecting previously deselected package vbam.

(Reading database ... 143125 files and directories currently installed.)

Unpacking vbam (from .../vbam_0.svn696-1_i386.deb) ...

dpkg: dependency problems prevent configuration of vbam:

vbam depends on libglademm-2.4-1c2a (>= 2.6.0); however:

Package libglademm-2.4-1c2a is not installed.

vbam depends on libgtkglextmm-x11-1.2; however:

Package libgtkglextmm-x11-1.2 is not installed.

dpkg: error processing vbam (--install):

dependency problems - leaving unconfigured

Errors were encountered while processing:

vbam


The dependencies are available in Ubuntu's repos (and the package worked when I had them installed), it just seems like something is set up wrong in the package.

 

I also think I found a bug in the GUI, related to input. It seems the B button is constantly pressed. This doesn't happen in the SDL version.


Need help testing GTK joystick support

Posted: Thu Sep 04, 2008 4:36 pm
by dualscreenman

Nah, nothing's wrong with it. dpkg just isn't a very user friendly installation frontend. I'd recommend something like gdebi to install the deb with.


Need help testing GTK joystick support

Posted: Thu Sep 04, 2008 5:19 pm
by bgK

dualscreenman is right, dpkg is not able to install package dependencies. Double clicking on the package should bring up Gedebi, which is a lot better.

 

There was indeed a bug with autofire. I fixed it in rev 701, and updated the link in the first post with a new package.


Need help testing GTK joystick support

Posted: Fri Sep 05, 2008 1:04 am
by deniseweird

Ohh I didn't know about that! My fault..

 

Great, I will try it now.