[Bug 16766] New: Gothic: drawing error on initial window resize to fullscreen (title bar)
http://bugs.winehq.org/show_bug.cgi?id=16766 Summary: Gothic: drawing error on initial window resize to fullscreen (title bar) Product: Wine Version: 1.1.12 Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: wine(a)codemadness.org Drawing error on initial window resize to fullscreen (title bar) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #1 from bob <wine(a)codemadness.org> 2009-01-03 14:43:40 --- My system: Distro: ArchLinux Kernel: 2.6.18 Graphics driver: fglrx (Catalyst 8.12) (also reproducable with a nvidia card). DLLoverrides: I used the following overrides to enable sound: dmband, dmcompos, dmime, dmsynth, dmusic. but this is most probably unrelated. Reproducable: always How to reproduce: Run gothic.exe, when the loading is finished and the window resizes to fullscreen, the problem appears. I have only attached a short log at the moment without WINEDEBUG, I dont know which debug channel to use. If you need more info I will provide it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #2 from bob <wine(a)codemadness.org> 2009-01-03 14:44:44 --- Created an attachment (id=18437) --> (http://bugs.winehq.org/attachment.cgi?id=18437) Screenshot Screenshot of the window after loading. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #3 from bob <wine(a)codemadness.org> 2009-01-03 14:45:58 --- Created an attachment (id=18438) --> (http://bugs.winehq.org/attachment.cgi?id=18438) Short log (no WINEDEBUG) Short log (without WINEDEBUG) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |Linux Platform|All |Other --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-01-03 19:26:46 --- What WM? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #5 from bob <wine(a)codemadness.org> 2009-01-04 08:46:40 --- (In reply to comment #4)
What WM?
Openbox 3.4.7.2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #6 from bob <wine(a)codemadness.org> 2009-01-04 08:51:32 --- (In reply to comment #5)
(In reply to comment #4)
What WM?
Openbox 3.4.7.2
Btw (sorry for the fast post), I tried it on xfwm4 too and it gives exactly the same problem. (xfwm4 version 4.4.3). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #7 from bob <wine(a)codemadness.org> 2009-01-17 05:44:10 --- Still in wine 1.1.13 (git). Also tried setting the registry key "Wine/Direct3d/DirectDrawRenderer" to "gdi", but it didnt help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #8 from bob <wine(a)codemadness.org> 2009-01-19 11:40:20 --- I would like to report this commit (at wine hacks), solves the problem, although it's a hack: ddraw: Hack to draw to the desktop window.: http://repo.or.cz/w/wine/hacks.git?a=blobdiff;f=dlls/ddraw/ddraw.c;fp=dlls/d... I'll also upload the patch as an attachment. Kudo's to the person (Jan Zerebecki) who fixed it! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #9 from bob <wine(a)codemadness.org> 2009-01-19 11:42:13 --- Created an attachment (id=18832) --> (http://bugs.winehq.org/attachment.cgi?id=18832) ddraw: Hack to draw to the desktop window. ddraw: Hack to draw to the desktop window. This can be enabled by setting the registry key HKCU\Software\Wine\Direct3D\DirectDrawDesktopHack to "Y". It can be used to work around http://bugs.winehq.org/show_bug.cgi?id=2082 . -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #10 from bob <wine(a)codemadness.org> 2009-01-19 12:02:53 --- I would like to add, on further testing, this patch (hack), does introduce a possible bug. When running gothic.exe in a virtual desktop (800x600) it doesn't respond to any input at all. When running fullscreen everything seems to work well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #11 from bob <wine(a)codemadness.org> 2009-01-31 12:26:47 --- Still in 1.1.14. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 bob <wine(a)codemadness.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Version|1.1.12 |1.1.15 --- Comment #12 from bob <wine(a)codemadness.org> 2009-02-15 04:44:26 --- Still in 1.1.15. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.15 |1.1.12 --- Comment #13 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-15 08:14:05 --- Please don't change the version field. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #14 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-15 08:14:29 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 ryan woodsmall <rwoodsmall(a)mac.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rwoodsmall(a)mac.com --- Comment #15 from ryan woodsmall <rwoodsmall(a)mac.com> 2009-03-30 15:21:53 --- Bug still present in 1.1.18. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 xyem(a)electricjungle.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyem(a)electricjungle.org --- Comment #16 from xyem(a)electricjungle.org 2009-04-30 08:33:43 --- I've witnessed this problem while using GNOME with Wine 1.1.20 but it is intermittent. I'm wondering if the input being ignored issue is separate because I am unable to skip any in game movies but all the controls work fine while playing/at the menu etc. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 ackanao <alexandr_mellon(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #17 from ackanao <alexandr_mellon(a)yahoo.com> 2009-06-10 18:08:30 --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #18 from ackanao <alexandr_mellon(a)yahoo.com> 2009-06-10 18:11:34 --- Created an attachment (id=21729) --> (http://bugs.winehq.org/attachment.cgi?id=21729) wine shortlog -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #19 from ackanao <alexandr_mellon(a)yahoo.com> 2009-06-10 18:12:55 --- (From update of attachment 21729) With 1.1.23 version of Wine, game installer crash with following error (shortlog): -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 ackanao <alexandr_mellon(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandr_mellon(a)yahoo.com --- Comment #20 from ackanao <alexandr_mellon(a)yahoo.com> 2009-06-10 18:15:55 --- Hi, This bug is reproducable with many versions of Wine; I've tried 1.0rc1, 1.0rc3, 1.0rc5, 1.01, 1.21, 1.22 ... For now I've found that with 0.9.53 version of Wine it seems that this bug does not exist - all I have to do is to override mentioned dll's to enable sound - everything else is just perfect. I've tried 0.9.8 and 0.9.9 but I just can't make this Game to work - I have some veird font issue (don't know how to resolve) so I can't say whether this versions of Wine suffer from this bug or not. With 1.1.23 version of Wine, game installer crash with following error (In reply to comment #18)
Created an attachment (id=21729) --> (http://bugs.winehq.org/attachment.cgi?id=21729) [details] wine shortlog
I've disabled the GUI Crash dialog and start the installer again - no change This may be a new bug in this version of Wine - if you want i will open a new bug for this issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #21 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-10 18:17:07 --- (In reply to comment #19)
(From update of attachment 21729 [details]) With 1.1.23 version of Wine, game installer crash with following error (shortlog):
Try with current git version. Looks like this rpcrt problem is already fixed: http://bugs.winehq.org/show_bug.cgi?id=18809 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #22 from ackanao <alexandr_mellon(a)yahoo.com> 2009-06-10 18:18:31 --- (In reply to comment #20)
Hi, This bug is reproducable with many versions of Wine; I've tried 1.0rc1, 1.0rc3, 1.0rc5, 1.01, 1.21, 1.22 ... For now I've found that with 0.9.53 version of Wine it seems that this bug does not exist - all I have to do is to override mentioned dll's to enable sound - everything else is just perfect.
I've tried 0.9.8 and 0.9.9 but I just can't make this Game to work - I have some veird font issue (don't know how to resolve) so I can't say whether this versions of Wine suffer from this bug or not.
With 1.1.23 version of Wine, game installer crash with following error
(In reply to comment #18)
Created an attachment (id=21729) --> (http://bugs.winehq.org/attachment.cgi?id=21729) [details] [details] wine shortlog
I've disabled the GUI Crash dialog and start the installer again - no change
This may be a new bug in this version of Wine - if you want i will open a new bug for this issue.
My System: Ubuntu 8.10 (Intrepid Ibex 32 bit) Graphic card: Nvidia FX5200 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #23 from bob <wine(a)codemadness.org> 2009-06-14 04:59:43 --- Still in Wine 1.1.23. WM: Awesome WM, also Openbox Video: Driver: xf86-video-ati 6.12.2, also fglrx Card: ATI Radeon 9600XT Xorg-server: 1.6.1 Extra notes (might be obvious): Using the same resolution for the game as the X-server won't display the weird drawed titlebar (no resolution switching). Setting it to a different resolution as the X-server and then switching it to the same resolution as the X-server in-game does however. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Fomin Roman <soda-89(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |soda-89(a)mail.ru --- Comment #24 from Fomin Roman <soda-89(a)mail.ru> 2009-08-16 09:39:31 --- Still in wine 1.1.26 WM: KWIN from KDE 3.5.10 Distro: Mandriva 2008 DX 9.0c also installed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #25 from Xavier Vachon <xvachon(a)gmail.com> 2010-07-16 13:28:38 --- Still a bug in wine 1.2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Roman Pushkov <roman.pushkov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roman.pushkov(a)gmail.com --- Comment #26 from Roman Pushkov <roman.pushkov(a)gmail.com> 2010-08-10 07:11:37 --- Still a bug in 1.3.0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #27 from joaopa <jeremielapuree(a)yahoo.fr> 2011-09-03 18:22:47 CDT --- still a bug in current wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #28 from GyB <gyebro69(a)gmail.com> 2011-09-17 13:38:46 CDT --- I see the same problem in Gothic 1.08k, as of wine-1.3.28-308-gae80430. Fedora 15, Gnome 3, X.Org X Server 1.10.4. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 David Martínez <DRM.Productions(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |DRM.Productions(a)gmail.com --- Comment #29 from David Martínez <DRM.Productions(a)gmail.com> 2013-07-23 00:40:00 CDT --- Bug still present in wine 1.6. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.fileplanet.com/6 | |9523/60000/fileinfo/Gothic- | |Demo-%5BEnglish%5D --- Comment #30 from GyB <gyebro69(a)gmail.com> 2013-12-02 09:13:41 CST --- Still an issue in wine-1.7.7-107-g61358d0. The demo version can be used to reproduce the problem (download link added to URL). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #31 from Béla Gyebrószki <gyebro69(a)gmail.com> --- Still present in wine-1.7.17-92-ge2bf516. The WGL_surface patch from bug #35718 (attachment #48193) fixes the issue for me. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16766 Ken Thomases <ken(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.winehq.org/show | |_bug.cgi?id=35718 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE Severity|enhancement |trivial --- Comment #32 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- As above *** This bug has been marked as a duplicate of bug 35718 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #33 from Béla Gyebrószki <gyebro69(a)gmail.com> --- This bug has not much to do with the regression from bug #35718, it existed well before that and is still present in wine-1.7.47-196-g4e6e9a1 or when using the revert patches from https://github.com/wine-compholio/wine-staging/tree/master/patches/wined3d-R... Reopened. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 Florian Pelz <pelzflorian(a)pelzflorian.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pelzflorian(a)pelzflorian.de --- Comment #34 from Florian Pelz <pelzflorian(a)pelzflorian.de> --- The title bar is also visible when I run Gothic on Microsoft's Win10 and Win8.1. It works on MS Win7 though but not Wine's Win7 mode, so this should still be fixed. I can't test older Windowses. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #35 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still there in current wine -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #36 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still occurs with wine-5.0-rc6. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16766 --- Comment #37 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still occurs with wine-6.19 -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla