You are not logged in.

#1 2017-03-16 00:59:59

Archimaredes
Member
Registered: 2013-01-23
Posts: 60

Wine windows are unclickable, with black areas

I've just installed Wine for the first time on this system (amd64, kernel 4.10.2, Nvidia GeForce GTX 660 Ti with proprietary nvidia driver 378.13, GNOME 3.22.3) and all applications appear like this, with black areas:

https://puu.sh/uKLsQ/7bd536d57e.png

https://puu.sh/uKLDs/9d310ab831.png

Nothing happens when I click anywhere in either of the windows above. The top-right X button works, and oddly enough, if I close the FL Studio installer that way, the dialog box that appears for confirmation has clickable buttons.

Wine outputs nothing relevant to stdout/stderr.

I'm wondering whether anyone else is experiencing/has experienced the same issue and/or knows where to point me in terms of starting to debug this! Cheers!

Last edited by jasonwryan (2017-03-16 01:06:23)

Offline

#2 2017-03-16 01:06:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Wine windows are unclickable, with black areas

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-03-16 01:13:40

Archimaredes
Member
Registered: 2013-01-23
Posts: 60

Re: Wine windows are unclickable, with black areas

jasonwryan wrote:

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code

Aight, sorry, it's been a while. smile

Offline

#4 2017-03-16 13:09:42

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Wine windows are unclickable, with black areas

I did an internet search for "wine black windows". It looks like it could be a couple of things.

Are you using the latest Nvidia driver? Are you using the latest Nvidia 32-bit driver?

Does changing the registry key for "ClientSideWithRender" help?

Also, you are missing some 32-bit package. Good luck finding out which one that might be though, if any... sad

Last edited by drcouzelis (2017-03-16 13:10:07)

Offline

#5 2017-03-16 20:50:57

Archimaredes
Member
Registered: 2013-01-23
Posts: 60

Re: Wine windows are unclickable, with black areas

drcouzelis wrote:

I did an internet search for "wine black windows". It looks like it could be a couple of things.

Are you using the latest Nvidia driver? Are you using the latest Nvidia 32-bit driver?

Does changing the registry key for "ClientSideWithRender" help?

Also, you are missing some 32-bit package. Good luck finding out which one that might be though, if any... sad

I already saw these - regedit.exe is actually broken on my system probably due to the same problem. The latest versions of nvidia, nvidia-utils and lib32-nvidia-utils are installed. I fail to see why I would need to go and manually install any particular lib32 packages, since Wine lists the required ones as dependencies.

Offline

#6 2017-03-17 11:43:49

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Wine windows are unclickable, with black areas

please post glxinfo32 , pacman -Qi wine , and the output from starting one of those applications from an x-terminal .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2017-03-17 14:02:38

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Wine windows are unclickable, with black areas

Archimaredes wrote:

I fail to see why I would need to go and manually install any particular lib32 packages, since Wine lists the required ones as dependencies.

Here is an example of what I mean:

Here is an Arch Wiki page describing the extra "lib32-*" packages needed to run dozens of specific games. (Do a page-find for "lib32-".)

...I don't know if that's what's causing the issue on your computer though. It was just an idea. hmm

Last edited by drcouzelis (2017-03-17 14:03:20)

Offline

#8 2017-03-17 18:33:08

seth
Member
Registered: 2012-09-03
Posts: 51,035

Re: Wine windows are unclickable, with black areas

Rule out gnome (compositor/WM bug might clamp the client and intercept input): install icewm or openbox etc. log into such session and try the behavior there.
Also please dump

env | grep -iE '(GTK|GDK)'

Offline

Board footer

Powered by FluxBB