hi wine user group I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device under wine? thanks in advance. best regards. joerg -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
J?rg K?hne wrote:> hi wine user group > > I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device under wine?If it's a joystick, it needs to have at least one button or Wine doesn't think it is a joystick. Second, you should test if you have access to that device (you should) with Code: jstest /dev/input/js1 If that works, then Wine should see your joystick. Unless it looks for a particular name of the device.
J?rg K?hne wrote:> 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). > > but wine doesn't detect or map them to the application (model aircraft simulator).Do you get any additional output when running Wine with 'WINEDEBUG=+dinput wine your_program.exe J?rg K?hne wrote:> > -- > Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessengerRemove this crap.
J?rg K?hne wrote:> Dear wine user group > > I couldn't start the application in a terminal. After the installation of the simulator an icon was created. The following are the start commands on the icon properties: > command: env WINEPREFIX="/root/.wine" wine "C:\Program Files\IPACS\AeroFly Professional Deluxe\flyrun.exe" > working directory: /root/.wine/dosdevices/c:/Program Files/IPACS/AeroFly Professional Delux >that means you still ran the installation process with the root user.