http://bugs.winehq.org/show_bug.cgi?id=59509 समीरसिंह Sameer Singh <lumarzeli30@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lumarzeli30@gmail.com --- Comment #3 from समीरसिंह Sameer Singh <lumarzeli30@gmail.com> --- (In reply to daniel from comment #0)
Created attachment 80531 [details] The names of the tabs were supposed to appear under “SETTINGS”
When setting the maximum resolution supported by the game through the settings menu, some parts of the menu become invisible (as seen in the attachment). This happens in both x11 and wayland.
Hi, I also encountered this problem recently. After some debugging I found out that this was not a wine problem, the bug exists on Windows also. The real reason for this bug to occur is that the maximum resolution of the game you can set is 1600x1200 i.e. a 4:3 ratio, but this specific resolution is not offered by modern displays, so the game chooses the closest res to 1600x1200, which is 1680x1050 (16:10) in my case. This causes the game to run on a resolution it was never designed for hence causing the problem. I would suggest you to edit your Swat 4/Content/System/Swat4.ini file. Modify your FullscreenViewportX and FullscreenViewportY to 1920 and 1080 respectively. The bug will not occur then. You can close the bug now ig. Thank you. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.