Wine fails to create a window

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ezze
Newbie
Newbie
Posts: 1
Joined: Fri Sep 18, 2020 9:50 pm

Wine fails to create a window

Post by ezze »

I tried to use Wine after a while and it crashes. I am sure I used it in the past in this computer, so I am not sure what is going on.
I tried to update but it did not help.

Here are some relevant information from the system...

The most alarming line is: X Error of failed request: BadLength (poly request too large or internal Xlib length error)

What can I try?

Code: Select all

~ $ uname -a
Linux beerus 5.8.9-arch2-1 #1 SMP PREEMPT Sun, 13 Sep 2020 23:44:55 +0000 x86_64 GNU/Linux

 ~ $ echo $DISPLAY
:0

 ~ $ glxinfo | grep -e '^Op' -e '^dir'
direct rendering: Yes
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1070 with Max-Q Design/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 450.66
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 450.66
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 450.66
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

 ~ $ rm -rf ~/.wine

 ~ $ wine --version
wine-5.17 (Staging)

 ~ $ wine notepad
wine: created the configuration directory '/home/paolo/.wine'
002c:fixme:winediag:LdrInitializeThunk wine-staging 5.17 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  7 (X_GLXQueryVersion)
  Serial number of failed request:  9
  Current serial number in output stream:  9
0048:fixme:seh:dwarf_get_ptr unsupported encoding 9b
0048:fixme:seh:dwarf_get_ptr unsupported encoding b6
0048:fixme:seh:dwarf_get_ptr unsupported encoding 06
0048:fixme:seh:dwarf_get_ptr unsupported encoding 39
0048:fixme:seh:dwarf_get_ptr unsupported encoding 9b
0048:fixme:seh:dwarf_get_ptr unsupported encoding b6
0048:fixme:seh:dwarf_get_ptr unsupported encoding 06
0048:fixme:seh:dwarf_get_ptr unsupported encoding 39
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
^C0024:err:seh:NtRaiseException Unhandled exception code c000013a flags 0 addr 0xf7f5f569

58 ~ $            // here I pressed CTRL-c
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow Unknown error (998).
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x800736b7
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7
0050:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
0050:err:ole:start_rpcss Failed to open RpcSs service
Locked