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=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=25099
Summary: winehq.org/news/rss/ not viewable in browser, feed
readers do work though
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hennr(a)hennr.name
This site
http://www.winehq.org/news/rss/
shows no news in FF 4, Chromium 6 and Arora (WebKit based), only FF 3.6 (or
3.x?) shows the news properly.
I'm not sure why this is broken, anyone else got an idea?
--
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=11172
Summary: no web cache
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
As far as I can tell the wine wininet does not implement cache. This in itself
would not be that troublesome but there is unimplemented function
InternetSetFilePointer that appears to rely on cache from the msdev
description, and I have no idea how to implement it without one.
It appears that a game updater relies on this function to cache a file
completely so that it can be read easily. It calls it with zero offset and the
second parameter from the end set to 2, and again with all parameters zero
except the fd.
It then proceeds to read the file with InternetReadFile and fails. The update
is carried out much faster in wine than on windows.
--
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=20762
Summary: No entry for Mac OS X 10.6 in OS list
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Currently there's no entry for Mac OS X 10.6 ('Snow Leopard') in the list of
available operating systems. I'm running 10.6 right now, so I'd like to be able
to file bugs that happen on that 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=14524
Summary: richtext error 'Insurgency-2.1rc1-Full.exe'
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://insmod.net/
OS/Version: All
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ir0n1e(a)freenet.de
Created an attachment (id=14861)
--> (http://bugs.winehq.org/attachment.cgi?id=14861)
richtext error
the insurgency installer did not work 'Insurgency-2.1rc1-Full.exe'
showstopper is the license agreement 'richtext'
--
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=9318
Summary: Acomba: Freezes when closing certain child windows
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tecywiz121(a)hotmail.com
When an invoice is closed, the entire program freezes.
--
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=21262
Summary: E-mail addresses on the site are shown to everyone
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
E-mail addresses on the site are shown to everyone, so spam robots can easily
pick up them and send spam. Not actually a bug, but very annoying issue.
I'm sure that I'm not the only one who has got more spam after registering
here. E-mail addresses should be shown to members only, or use some kind of
masked "at"-mark.
--
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=12881
Summary: whizlabs software does't work
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davideconsonni(a)virgilio.it
java certification software of whizlabs don't run with wine, the installer
work, but the application not (trial or full) :(
here the link to the trial: http://www.whizlabs.com/scjp/scjp-6.0-details.html
--
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.