Keyboard inputs not accepted in fullscreen application

Questions about Wine on Linux
Locked
hiigaran
Level 2
Level 2
Posts: 41
Joined: Fri Sep 22, 2017 12:41 am

Keyboard inputs not accepted in fullscreen application

Post by hiigaran »

Ubuntu 18.04
wine-staging from artful repos
nVidia-390

Wanted to see if I could get Dark Souls 3 to work. However, no keyboard input seems to work, except alt+tab and alt+f4. Mouse works fine, though. Tried using all available windows operating system compatibilities and had the same result across all of them.

I remember a long time ago I tried running DS3 on Wine, and the keyboard did work. I had other issues which stopped me playing it, but I wanted to try again in case there have been any changes since then.

Anyone have suggestions?
hiigaran
Level 2
Level 2
Posts: 41
Joined: Fri Sep 22, 2017 12:41 am

Re: Keyboard inputs not accepted in fullscreen application

Post by hiigaran »

Can't seem to find the edit function, so I'll have to make another post.

Further investigation reveals that the keyboard does work, but it has two different behaviours. On the very first menu, pressing any key rarely does anything. Holding a key down will eventually have the relevant key registered. Later on another menu, there is a text box. Here, the keyboard functions normally. Virtual desktop emulation is disabled in winecfg. Enabling it stops any keyboard input entirely.

I still can't get into the actual game, however. Always crashes on the loading screen after the first intro cinematic. These are the last few lines from terminal:

Code: Select all

005b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 0xd9b10, format 28, format_support 0x7fbc34b66464 partial-stub!
005b:fixme:d3d11:d3d11_immediate_context_Flush iface 0xd9b40 stub!
0033:fixme:d3d9:D3DPERF_GetStatus (void) : stub
005c:fixme:d3d11:wined3d_depth_stencil_view_desc_from_d3d11 Unhandled depth stencil view flags 0x1.
wine: Unhandled page fault on read access to 0xffffffffffffffff at address 0x14038ae0f (thread 0033), starting debugger...
^CCtrl-C: stopping debuggee
007c:fixme:console:CONSOLE_DefaultHandler Terminating process 74 on event 0
Results are consistent using any Windows version in winecfg.
Locked