https://bugs.winehq.org/show_bug.cgi?id=42590
--- Comment #5 from Que Quotion quequotion@gmail.com --- (In reply to Nikolay Sivov from comment #4)
Could you attach terminal output when you run affected application?
Nothing in particular is output.
I resolved this myself, by editing ~/.wine/user.reg in a text editor (gedit).
In the section [Control Panel\Desktop\WindowMetrics] there are settings for "MenuHeight" and "MenuWidth" which had both been set to "-384700" (not infinite, just huge).
For now I've set them both to twenty
"MenuHeight"="-20" "MenuWidth"="-20"
Other settings may have been affected, SmCaptionWidth is set very large:
"SmCaptionWidth"="-364026"
I'm not sure what an SmCaption is, so I'm leaving it alone for now.
I am concerned that this appeared to be caused by adjusting the theme settings in winecfg, but I don't think it can be pinned down to a specific bug in the code.
I have wine 2.3 (x86_64) installed in archlinux, but this started with the previous version released in archlinux (2.2?).