wine-1.2.2 & Gamepad DragonRise Inc.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
inukaze
Newbie
Newbie
Posts: 2
Joined: Tue Jun 14, 2011 12:46 pm

wine-1.2.2 & Gamepad DragonRise Inc.

Post by inukaze »

$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty


$ uname -m
x86_64


$ WINEDEBUG=+dinput wine ePSXe.exe 2>&1 | grep joydev_enum_device

Code: Select all

trace:dinput:joydev_enum_deviceA Enumerating the linux Joystick device: /dev/input/js0 (DragonRise Inc.   Generic   USB  Joystick  )

warn:dinput:joydev_enum_deviceA force feedback not supported
[/b]

Okey , i try to use this psx emulator , but i cant configure "Gamepad" , because , when i try to configure , when i try to assing Button , ever say "J1_RIGHT" .

Someone know how i can fix this ???

In the "jstest-gtk" i dont have problem , with calibration , its perfect , with Linux Game , but i cant , configure the gamepad with windows games.

Thank you for readme :D
inukaze
Newbie
Newbie
Posts: 2
Joined: Tue Jun 14, 2011 12:46 pm

Post by inukaze »

WINEDEBUG=+dinput wine ePSXe.exe 2>&1 | grep find_joydevs
trace:dinput:find_joydevs Found a joystick on /dev/input/event4: DragonRise Inc. Generic USB Joystick ({9e573eda-7734-11d2-8d4a-23903fb6bdf7})
trace:dinput:find_joydevs ... with force feedback
trace:dinput:find_joydevs ... with axis 0: cur=128, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 1: cur=128, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 2: cur=141, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 3: cur=128, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 5: cur=128, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 16: cur=0, min=-1, max=1, fuzz=0, flat=0
trace:dinput:find_joydevs ... with axis 17: cur=0, min=-1, max=1, fuzz=0, flat=0
warn:dinput:find_joydevs Failed to open "/dev/input/event5": 2 No existe el fichero o el directorio
warn:dinput:find_joydevs Failed to open "/dev/input/event6": 2 No existe el fichero o el directorio
warn:dinput:find_joydevs Failed to open "/dev/input/event7": 2 No existe el fichero o el directorio
warn:dinput:find_joydevs Failed to open "/dev/input/event8": 2 No existe el fichero o el directorio
warn:dinput:find_joydevs Failed to open "/dev/input/event9": 2 No existe el fichero o el directorio
warn:dinput:find_joydevs Failed to open "/dev/input/event10": 2 No existe el fichero o el directorio
Frédéric Delanoy

wine-1.2.2 & Gamepad DragonRise Inc.

Post by Frédéric Delanoy »

On Tue, Jun 14, 2011 at 19:53, inukaze <[email protected]> wrote:
$ lsb_release -a
Distributor ID:       Ubuntu
Description:  Ubuntu 11.04
Release:      11.04
Codename:     natty
$ uname -m
x86_64
$ WINEDEBUG=+dinput wine ePSXe.exe 2>&1 | grep joydev_enum_device


Code:
trace:dinput:joydev_enum_deviceA Enumerating the linux Joystick device: /dev/input/js0 (DragonRise Inc.   Generic   USB  Joystick  )

warn:dinput:joydev_enum_deviceA force feedback not supported



Okey , i try to use this psx emulator , but i cant configure "Gamepad" , because , when i try to configure , when i try to assing Button , ever say "J1_RIGHT" .

Someone know how i can fix this ???

In the "jstest-gtk" i dont have problem , with calibration , its perfect , with Linux Game , but i cant , configure the gamepad with windows games.

Thank you for readme :D
You should try with 1.3.22.
Also when you post logs, try the English version by prepending your
command, for instance, with LANG=C (not everybody can read Spanish)
Locked