Hello, Gothic has problems with the titlebar for a long time. This may or may not be related. Bisecting the git versions reveals that the change has been introduced by this commit: 45b2b1f09b30b01726685983dd8e3edb42c1fd1c is the first bad commit commit 45b2b1f09b30b01726685983dd8e3edb42c1fd1c Author: Alexandre Julliard <julliard@xxxxxxxxxx> Date: Fri May 27 21:08:44 2016 +0900 explorer: Add a helper function to resize and display the tray window. Signed-off-by: Alexandre Julliard <julliard@xxxxxxxxxx> This probably should be reported as a bug. Will you do it? Other than that, you can set the right resolution in Gothic.ini to avoid this bug. However, Gothic may automatically reset your resolution settings. I therefore suggest you adapt your script to make sure your resolution settings are applied each time you run Gothic: #!/bin/bash cd ~/'.wine/drive_c/Program Files (x86)/JoWooD/Gothic/system/' cat Gothic.ini | sed 's/zVidResFullscreenX=640/zVidResFullscreenX=1024/;s/zVidResFullscreenY=480/zVidResFullscreenY=768/;s/zVidResFullscreenBPP=16/zVidResFullscreenBPP=32/' > GOTHIC.INI2 mv GOTHIC.INI2 Gothic.ini wine gothic The entire sed command should be on one line. Please use the resolution appropriate for your display instead of 1024×768. Make sure it is the same resolution you use for your virtual desktop in winecfg. You may need to start and quit Gothic once before the new settings take effect. It works for me at least. Regards, Florian Pelz