[Bug 25651] New: Warcraft III: The Frozen Throne windowed resolution stuck at 1072x588
http://bugs.winehq.org/show_bug.cgi?id=25651 Summary: Warcraft III: The Frozen Throne windowed resolution stuck at 1072x588 Product: Wine Version: 1.2.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lancerdot(a)gmail.com Running Ubuntu 10.10 and Wine 1.2.1, system specs attached. In "Windowed Mode", the resolution starts at 1072x588 and cannot be changed by the in-game resolution settings (nothing happens), and can only be resized by dragging the edges. I encountered the same problem on another Ubuntu 10.10 machine but the only similarities were our monitor sizes and native/max resolutions (1440x900). -- 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=25651 --- Comment #1 from Lance <lancerdot(a)gmail.com> 2010-12-30 08:44:03 CST --- Created an attachment (id=32666) --> (http://bugs.winehq.org/attachment.cgi?id=32666) My Hardware Specifications -- 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=25651 luke16 <luke16(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luke16(a)gmail.com --- Comment #2 from luke16 <luke16(a)gmail.com> 2010-12-30 15:55:48 CST --- By windowed mode, do you mean wine's emulate a virtual desktop mode? -- 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=25651 --- Comment #3 from Lance <lancerdot(a)gmail.com> 2010-12-30 16:00:01 CST --- I think so. :) -- 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=25651 --- Comment #4 from Lance <lancerdot(a)gmail.com> 2010-12-30 16:02:11 CST --- Oops, I just looked at the setting and it is not checked, so no. -- 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=25651 --- Comment #5 from Lance <lancerdot(a)gmail.com> 2010-12-30 16:02:55 CST --- By windowed mode I mean passing the -window parameter to the game. -- 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=25651 Lance <lancerdot(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from Lance <lancerdot(a)gmail.com> 2011-02-01 21:40:39 CST --- Found a fix that I hope works for others. :) I am assuming you have Compiz and "CompizConfig Settings Manager" installed. 1. Open the CompizConfig Settings Manager. 2. Enter "Window Rules" (without quotes) into the Filter and click on the resulting icon. 3. Add the text "(name=war3.exe)" (without quotes) to the "non-resizable windows" text box. 4. Click on the "Size rules" tab. 5. Click "New", enter "(name=war3.exe)" (once again, without quotes) into the "Sized Windows" text box. 6. Select your desired window width/height (in my case, 1280x800 was optimal). 7. Close the CompizConfig Settings Manager. 8. Create a bash script that switches to Compiz before running Warcraft III (example below). --- BASH --- # Use compiz. compiz --replace & # Run Warcraft III (change "'Frozen Throne.exe'" to the correct path) wine "Frozen Throne.exe" -opengl -window $@ --- END BASH --- -- 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=25651 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | Severity|major |normal --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-02-02 00:35:35 CST --- This is not a fix, and sounds more like a Compiz bug. Does disabling Compiz 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=25651 --- Comment #8 from Lance <lancerdot(a)gmail.com> 2011-02-02 07:36:26 CST --- (In reply to comment #7)
This is not a fix, and sounds more like a Compiz bug. Does disabling Compiz help?
It does not. I suppose workaround would be the better word. -- 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=25651 Guillaume <gufide_g(a)yahoo.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gufide_g(a)yahoo.ca --- Comment #9 from Guillaume <gufide_g(a)yahoo.ca> 2011-07-24 10:48:40 CDT --- (In reply to comment #7)
This is not a fix, and sounds more like a Compiz bug. Does disabling Compiz help?
No, It happened to me with kwin, but the resolution stuck at a different value, but it's the same on compiz -- 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=25651 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:51:19 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log). -- 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=25651 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #11 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Abandoned. -- 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=25651 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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