[PATCH 3/5] dinput: Dont report we cannot open a device
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/dinput/joystick_linuxinput.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/dinput/joystick_linuxinput.c b/dlls/dinput/joystick_linuxinput.c index cea669b90c..320696fa4b 100644 --- a/dlls/dinput/joystick_linuxinput.c +++ b/dlls/dinput/joystick_linuxinput.c @@ -211,10 +211,7 @@ static void find_joydevs(void) } if (fd == -1) - { - WARN("Failed to open \"%s\": %d %s\n", buf, errno, strerror(errno)); continue; - } if (ioctl(fd, EVIOCGBIT(0, sizeof(joydev.evbits)), joydev.evbits) == -1) { -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=51562 Your paranoid android. === debian9 (32 bit report) === dinput8: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0x7ece2a9c). Report errors: dinput8:dinput crashed (c0000005) === debian9 (32 bit Chinese:China report) === dinput8: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0x7ece2a9c). Report errors: dinput8:dinput crashed (c0000005) === debian9 (32 bit WoW report) === dinput8: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0x7ece2a9c). Report errors: dinput8:dinput crashed (c0000005) === debian9 (64 bit WoW report) === dinput8: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0x7ecefa9c). Report errors: dinput8:dinput crashed (c0000005)
participants (2)
-
Alistair Leslie-Hughes -
Marvin