search for: find_joydev

Displaying 7 results from an estimated 7 matches for "find_joydev".

Did you mean: find_joydevs
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
...The module I'm using is joydev, and I'm trying to make my joystick work with VirtuaNES. I have tested the gamepad under Windows with the same program, and it works fine. This is what I get when I debug: $ WINEDEBUG=+dinput wine VirtuaNES.exe 2>&1 | grep joydev Code: trace:dinput:find_joydevs Found a joystick on /dev/input/event6: Twin USB Joystick ({9e573eda-7734-11d2-8d4a-23903fb6bdf7}) trace:dinput:find_joydevs ... with force feedback trace:dinput:find_joydevs ... with axis 0: cur=127, min=0, max=255, fuzz=0, flat=15 trace:dinput:find_joydevs ... with axis 1: cur=127, min=0, max=...
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
...iver') trace:dinput:IDirectInputAImpl_EnumDevices - checking device 1 ('Wine keyboard driver') trace:dinput:IDirectInputAImpl_EnumDevices - checking device 2 ('Wine Linux-input joystick driver') warn:dinput:find_joydevs Failed to open "/dev/input/event0": 13 Permesso negato warn:dinput:find_joydevs Failed to open "/dev/input/event1": 13 Permesso negato warn:dinput:find_joydevs Failed to open "/dev/input/event2":...
2008 Sep 25
3
usb interface support
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
2008 Mar 26
6
Gamepad missing buttons
I am trying to use a Guillemot gamepad with PES6 but the buttons are not recognized. In kubuntu system settings I can see my pad, callibrate the joysticks and see the buttons are recognized, but not inside wine (only the joysticks are recognized). I have tried different combinations for the DirectInput entry in the registry but either I have not stumbled upon the correct one or there is another
2008 May 11
3
dinput_test works but WINEDEBUG shows no joystick for game?
...0 0 0 0 0 0 joystick.c:360:X -129 Y -75 Z -160 Rx 35 Ry-2000 Rz-2000 S0 0 S1 0 POV0 -1 POV1 -1 POV2 -1 POV3 -1 B 0 0 0 0 0 0 0 0 0 0 0 0 mason at beast:~/c/Program Files/Aspyr/Guitar Hero III$ WINEDEBUG=+dinput wine GH3.exe 2>&1 | grep -i joy (I believe vitamin suggested find_joydev in another post, what I'm basing my smaller match on) mason at beast:~/c/Program Files/Aspyr/Guitar Hero III$
2012 May 10
0
Xbox 1 gamepad not detected with Star Trek Online game
...cally and by adding +dinput to WINEDEBUG, I noticed the following line on the output: Code: trace:dinput:IDirectInputWImpl_EnumDevices (this=0x12f718,0x0004 'DIDEVTYPE_JOYSTICK',0x8fc5a0,0x12238a0,0001). After that, wine outputs successfull detection of the joystick: Code: trace:dinput:find_joydevs Found a joystick on /dev/input/event16: Xbox Gamepad (userspace driver) ({9e573eda-7734-11d2-8d4a-23903fb6bdf7}) Next, I tried running STO on wine with WINEDEBUG="+dinput": https://gist.github.com/2650716 and while the game detects and initializes the system mouse through dinput, it s...
2009 Jan 02
0
Wine release 1.1.12
...g in bumpmap test. Vincent Pelletier (3): user32: Fix SPI_GETMOUSESPEED and SPI_SETMOUSESPEED. d3d9: Set IDirect3DDevice9Impl_GetVertexShader return value to NULL on error. wined3d: Detect intel 945 GM. Vitaliy Margolen (9): winmm: Stub joyConfigChanged. dinput: Make find_joydevs re-entrant. dinput: snprintf zero-terminates string no need to do it explicitly. dinput: Warn if failed to open device. dinput: Replace perror with more appropriate ERR and WARN. dinput: Fix usage of HeapReAlloc. dinput: Fix remaining formatting of the find_joydevs()....