Dear wine user group I removed the whole installation under the root path and reinstalled the application to the user directory -thanks to mr. vitamin. But the effect is the same - the usb interface has not be enabled although the driver works correctly, see jstest /dev/input/js0 -> Driver version is 2.1.0. Joystick (IPACS Ikarus Gamecommander) has 7 axes (X, Y, Z, Rx, Ry, Rz, Throttle) and 6 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn). Testing ... (interrupt to exit) Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6:-32431 Butt Axes: 0:-17229 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6:-32431 Butt ons: 0:on 1:off 2:off 3:off 4:off 5:off During the installation of the simulator an icon was placed on the desktop. This has following properties: command: env WINEPREFIX="/home/joerg.kuehne/.wine" wine "C:\Programme\IPACS\AeroFly Professional Deluxe\flyrun.exe" working directory: /home/joerg.kuehne/.wine/dosdevices/c:/Programme/IPACS/AeroFly Professional Deluxe May someone has an idea how I get to the debug information in the console -> WINEDEBUG=+dinput wine your_program.exe Or may someone has an idea how I could map the usb device to the application? thanks in advance. best regards. joerg -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
Dear wine user group I removed the whole installation under the root path and reinstalled the application to the user directory -thanks to mr. vitamin. But the effect is the same - the usb interface has not be enabled although the driver works correctly, see jstest /dev/input/js0 -> Driver version is 2.1.0. Joystick (IPACS Ikarus Gamecommander) has 7 axes (X, Y, Z, Rx, Ry, Rz, Throttle) and 6 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn). Testing ... (interrupt to exit) Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2: 0 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3: 0 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4: 0 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5: 0 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6: 0 Butt Axes: 0:-16891 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6:-32431 Butt Axes: 0:-17229 1:-17229 2:-20269 3:-32767 4:-32767 5:-17229 6:-32431 Butt ons: 0:on 1:off 2:off 3:off 4:off 5:off During the installation of the simulator an icon was placed on the desktop. This has following properties: command: env WINEPREFIX="/home/joerg.kuehne/.wine" wine "C:\Programme\IPACS\AeroFly Professional Deluxe\flyrun.exe" working directory: /home/joerg.kuehne/.wine/dosdevices/c:/Programme/IPACS/AeroFly Professional Deluxe May someone has an idea how I get to the debug information in the console -> WINEDEBUG=+dinput wine your_program.exe Or may someone has an idea how I could map the usb device to the application? thanks in advance. best regards. joerg -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
> jstest /dev/input/js0If I remember correctly : /dev/input/js* is an event system, but it's not the one used by wine. Wine use the /dev/input/event* First you have to find which one is the one for your joystick, so test these ones and also look if your current user has access to it. To test an event you can type in a terminal : Code: evtest /dev/input/event0 Press a few buttons, if it react to it you have the good one. If it tell you you can't access it, you have a problem with the rights. Check with your distribution how to solve these rights problems if any. There is a better tool than evtest, but right now I can't remember, sorry. Note that this event number can change every time you plug the joystick and/or restart the computer. If it's the case, see with your distribution how to make a fixed one for your joystick. To have the debug information, start a terminal and type : Code: cd ~/.wine/drive_c/Programme\IPACS\AeroFly\ Professional\ Deluxe WINEDEBUG=+dinput wine flyrun.exe > dinput.log 2>&1 And you will have all the informations in the file dinput.log then put the content of this file here so it can be looked over.
J?rg K?hne wrote:> trace:dinput:find_joydevs Found a joystick on /dev/input/event8: IPACS Ikarus Gamecommander ({9e573eda-7734-11d2-8d4a-23903fb6bdf7}) > trace:dinput:find_joydevs ... with axis 0: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 1: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 2: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 3: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 4: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 5: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:find_joydevs ... with axis 6: cur=0, min=0, max=255, fuzz=0, flat=15 > trace:dinput:fill_joystick_dideviceinstanceA 580 0x33fab0 > trace:dinput:IDirectInput7AImpl_CreateDeviceEx >Everything looks fine. Open a bug report and attach complete output (as a text file).