[Bug 16703] New: Wineconsole: Fallback from curses to window based backend
http://bugs.winehq.org/show_bug.cgi?id=16703 Summary: Wineconsole: Fallback from curses to window based backend Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: wine(a)martin.st Created an attachment (id=18362) --> (http://bugs.winehq.org/attachment.cgi?id=18362) Patch for fixing the curses->user backend fallback Wineconsole currently falls back to a curses based terminal if the user has specified the other one and it is unable to create windows. However, the converse fallback doesn't work in all cases. If the curses backend fails by being unable to load the curses library, wineconsole doesn't try the window based backend. The attached patch solves 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=16703 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other Version|CVS/GIT |1.1.11 -- 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=16703 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-03-09 04:42:11 --- (In reply to comment #0)
The attached patch solves this issue.
Post it to wine-patches. Patches aren't picked from bugzilla. -- 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=16703 --- Comment #2 from Martin Storsjö <wine(a)martin.st> 2009-03-09 04:55:32 --- Yes, I posted the same patch to wine-patches too, in November. Since it wasn't applied, I posted it here so it wouldn't be forgotten completely. -- 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=16703 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=16703 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-09-08 11:41:41 --- Is this still an issue in current (1.1.29 or newer) 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=16703 --- Comment #4 from Martin Storsjö <wine(a)martin.st> 2009-09-08 15:59:53 --- Yes, retested with the latest version from git, this issue is still present. To elaborate a bit further; if wineconsole is launched e.g. like this: "wineconsole --backend=curses cmd", but no curses library is present, wineconsole should fall back to using the window based backed instead - just like wineconsole falls back to trying the curses backend if the window based one fails, normally. -- 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=16703 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-09-08 18:31:10 --- (In reply to comment #4)
Yes, retested with the latest version from git, this issue is still present.
To elaborate a bit further; if wineconsole is launched e.g. like this: "wineconsole --backend=curses cmd", but no curses library is present, wineconsole should fall back to using the window based backed instead - just like wineconsole falls back to trying the curses backend if the window based one fails, normally.
Try resending your patch to wine-devel and ask for comments. -- 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=16703 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-12-20 22:15:35 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) 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=16703 --- Comment #7 from Martin Storsjö <wine(a)martin.st> 2010-12-21 06:21:46 CST --- Yes, it is still an issue. I'll try to resend it soon. -- 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=16703 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-12-21 14:40:49 CST --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=59398d7ca7e43cc9fe4bfe... -- 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=16703 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-12-24 13:13:27 CST --- Closing bugs fixed in 1.3.10. -- 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=16703 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x -- 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=16703 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |--- -- 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