[Bug 30878] New: ArtRAge 2.6 won't start up full-screen
http://bugs.winehq.org/show_bug.cgi?id=30878 Bug #: 30878 Summary: ArtRAge 2.6 won't start up full-screen Product: Wine Version: 1.5.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ubuntu(a)wildruby.co.uk Classification: Unclassified ArtRage starts fine when the installer asks "would you like to run it now", but after quitting, doesn't restart in the following way: splash screen appears, then CPU is used but no window appears (in fact a tiny dot of a window appears in the workspace organiser window in xfce4, but not on the actual desktop) Using Xubuntu 12.04 and wine 1.5.5 from the winehq ppa. WORKAROUND: before quitting the first time, set the window to not-full-screen from the little window size icons on the right of the top panel inside artrage. This state appears to be saved on quitting, and then it starts up properly next time. Just remember never to set it to full screen. -- 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=30878 --- Comment #1 from Andrew Kay <ubuntu(a)wildruby.co.uk> 2012-06-09 14:39:47 CDT --- I see these messages: fixme:process:RegisterApplicationRestart (L"-rm",0) fixme:wintab32:X11DRV_WTInfoW Return proper size -- 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=30878 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Status|UNCONFIRMED |NEW URL| |http://www2.ambientdesign.c | |om/files/install_artrage_2. | |6.0_starter.exe CC| |dmitry(a)baikal.ru, | |gyebro69(a)gmail.com Component|-unknown |user32 Ever Confirmed|0 |1 Regression SHA1| |5fea02e8c2c83003f9b5278b8ba | |0dd48c9530449 --- Comment #2 from GyB <gyebro69(a)gmail.com> 2012-10-14 00:41:18 CDT --- I can confirm this bug, it is still present in Wine 1.5.15, tested with Artrage 2.6 Starter Edition under Gnome 3. install_artrage_2.6.0_starter.exe md5sum: b6560ca522d89617d91b636bafeae57d According to my testing, the problem appeared in Wine 1.3.17: 5fea02e8c2c83003f9b5278b8ba0dd48c9530449 is the first bad commit commit 5fea02e8c2c83003f9b5278b8ba0dd48c9530449 Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Mar 29 15:00:39 2011 +0900 user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize(). :040000 040000 d6b7709bea5952f5e0e022fb23e51f76341af0fa 39e84fe5450d93b5aff56d916dd87adec61615fa M dlls Maybe a dupe of bug #26017? -- 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=30878 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | CC|dmitry(a)baikal.ru | --- Comment #3 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-10-15 02:40:40 CDT --- This is not really a regression, ShowWindow(SW_SHOWNORMAL) behaves same way for instance. It's the problem with GetWindowPlacement() API. Anyway, http://www.winehq.org/pipermail/wine-patches/2012-October/118888.html should fix this particular problem. -- 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=30878 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|5fea02e8c2c83003f9b5278b8ba | |0dd48c9530449 | -- 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=30878 --- Comment #4 from GyB <gyebro69(a)gmail.com> 2012-10-15 11:39:26 CDT --- (In reply to comment #3)
This is not really a regression, ShowWindow(SW_SHOWNORMAL) behaves same way for instance. It's the problem with GetWindowPlacement() API.
Anyway, http://www.winehq.org/pipermail/wine-patches/2012-October/118888.html should fix this particular problem.
The patch indeed fixes the problem here. -- 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=30878 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e27801e93b098b054ad6668a4c6 | |c4189dd669bb2 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from GyB <gyebro69(a)gmail.com> 2012-10-15 15:25:41 CDT --- Patch committed: http://source.winehq.org/git/wine.git/commitdiff/e27801e93b098b054ad6668a4c6... Dmitry, thank you for fixing this. -- 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=30878 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-26 13:30:23 CDT --- Closing bugs fixed in 1.5.16. -- 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.
participants (1)
-
wine-bugs@winehq.org