http://bugs.winehq.org/show_bug.cgi?id=14346
Summary: Interview stops at "Rollover" screen.
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robbak(a)gmail.com
Created an attachment (id=14646)
--> (http://bugs.winehq.org/attachment.cgi?id=14646)
output with +relay during use of failed page.
Using the GIT tree from 22:30Z 2008-07-06, the program does not progress beyond
the "Rollover Introduction" screen. Neither "Yes" nor "No" buttons appear to do
anything. "Cancel" can still be used to exit the program and save the file.
"Rollover" is the function to transfer details from last years's etax return to
this years one.
Attached is the section of output with WINEDEBUG=+relay that occoured while
using the "Yes" and "No" inputs via their alt-Y and Alt-N shortcuts. Full or
any other traces are available on request.
--
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=1705
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:33 CST ---
Removing deprecated 'All' OS.
--
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=1432
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:32 CST ---
Removing deprecated 'All' OS.
--
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=6240
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:32 CST ---
Removing deprecated 'All' OS.
--
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=9155
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:32 CST ---
Removing deprecated 'All' OS.
--
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=5091
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:32 CST ---
Removing deprecated 'All' OS.
--
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=1430
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:31 CST ---
Removing deprecated 'All' OS.
--
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=17624
Summary: Add option to automatically install gecko when prompted
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/builds/winetest-latest.exe
OS/Version: All
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Currently, winetest checks if gecko is installed, and if not, prompts the user
to install it. While that's great, it makes it a bit hard to automate testing.
One can you 'winetricks gecko' to do this, but since it doesn't want to work
for me on OpenSolaris, that's a bit of a pain as well.
I know I could install gecko in /usr/local/share/wine, but I've got my reasons
for not doing so, and I'm sure others may have similar reasons against it. A
simple -gecko switch shouldn't be too hard to add...
--
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=10661
Summary: regedit imports wrong binary data from .reg files
(affects FAR Manager) fix proposed
Product: Wine
Version: unspecified
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mlg7(a)yandex.ru
regedit requires that a continuation line starts with exactly two spaces.
If the number of spaces is not 2, it imports wrong binary data.
This bug affects the FAR Manager, namely, its encoding tables (localization).
(some texts in Russian cannot be read; I think, the same problem exists
for other European languages)
http://source.winehq.org/source/programs/regedit/regproc.c reads (line 570):
570 if ((c = fgetc (in)) == EOF || c != ' ' ||
571 (c = fgetc (in)) == EOF || c != ' ')
572 fprintf(stderr,"%s: ERROR - invalid continuation.\n",
573 getAppName());
It should be:
do { c=fgetc(in); } while(c==' '||c=='\t');
if(c==EOF){fprintf(stderr,"%s: ERROR - invalid continuation.\n",
getAppName());}
ungetc(c,in);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4202
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|All |other
--- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:21:18 CST ---
Removing deprecated 'All' OS.
--
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.