Results 1 to 8 of 8

Thread: Wiimote + GH3 controller crashes X in 64-bit Jaunty

  1. #1
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Wiimote + GH3 controller crashes X in 64-bit Jaunty

    I'm trying to use a Wii GH3 guitar, a GHWT guitar, and GHWT drums with FoFiX 64-bit.

    This is my /etc/cwiid/wminupt/gh3 file:
    Code:
    # Wii Guitar profile for Frets on Fire
    Classic.Down=KEY_ENTER #Strum
    Classic.Up=KEY_ENTER
    Classic.Dpad.X = ABS_X
    Classic.Dpad.Y = ABS_Y
    Classic.LStick.X = ABS_HAT0X
    Classic.LStick.Y = ABS_HAT0Y
    Classic.RStick.X = ABS_HAT1X
    Classic.RStick.Y = ABS_HAT1Y
    Classic.A = KEY_F1 #First Fret starting at top of wiiguitar
    Classic.B = KEY_F2 #Second Fret
    Classic.X = KEY_F3 #Third Fret
    Classic.Y = KEY_F4 #Forth Fret
    Classic.Minus = BTN_SELECT
    Classic.Plus = KEY_ESC
    Classic.Home = BTN_MODE
    Classic.L = BTN_TL
    Classic.R = BTN_TR
    Classic.ZL = KEY_F5 #Fifth Fret
    Classic.ZR = BTN_TR2
    Wiimote.Left= KEY_LEFT
    Wiimote.Up= KEY_LEFT
    Wiimote.Down= KEY_DOWN
    Wiimote.Right= KEY_DOWN
    I then do
    Code:
    sudo wminput -c /etc/cwiid/wminput/gh3
    At this point, when I use any of the fret buttons on the GH3 controller, X crashes and I end up back at the login screen. When using the GHWT guitar, the fret buttons do nothing, but the buttons on the actual Wiimote cause the crash.
    When I connect the Wiimote via wmgui, all buttons work and no crash occurs.

    I have yet to try the GHWT drums.


    Any ideas?

  2. #2
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    bump

  3. #3
    Join Date
    Dec 2008
    Location
    /home/red
    Beans
    134

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    The guys at fretsonfire.net would probably be better at helping you with this. I'm not sure if any of the local Linux users have GH guitars though... FoFiX is a great game.

  4. #4
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    Quote Originally Posted by rednano12 View Post
    The guys at fretsonfire.net would probably be better at helping you with this.
    I'll try asking there, but I thought that asking here would be more appropriate because this is not a problem with FoFiX. AFAIK, it's a problem with the wiimote libraries.

  5. #5
    Join Date
    Apr 2009
    Location
    In a galaxy far, far away
    Beans
    18
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    I only use the wiimote and wminput, but I have the same problem with X crashinging. I dont have 64 bit ubuntu.

  6. #6
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    I finally decided to work with it and I solved it by commenting out all of the config file, then uncommenting it line by line until I figured it out.

    It turns out that
    Code:
    Classic.Dpad.X = ABS_X
    Classic.Dpad.Y = ABS_Y
    caused the crash.

    The strange part though is that either one of those two lines by itself will not cause the crash, but when they're both used, the crash occurs. So, to fix it, comment out or remove one of or both of those lines.

  7. #7
    Join Date
    Jan 2008
    Beans
    37

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    Thank you, this helped me out.

  8. #8
    Join Date
    Dec 2007
    Location
    Kansas
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Wiimote + GH3 controller crashes X in 64-bit Jaunty

    Me too! And just to clarify, it is the ABS_X and ABS_Y that cause the problems, not the Dpad. I had the IR mapped to ABS_X and ABS_Y even though I'm not actually using it at the moment. I guess I'll comment them out and hope a fix comes down the pipe before I want to use it again

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •