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.
http://bugs.winehq.org/show_bug.cgi?id=17531
Summary: "Your Maintained Apps" shows deleted results
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19656)
--> (http://bugs.winehq.org/attachment.cgi?id=19656)
Screenshot of "Your Maintained Apps"
The "Your Maintained Apps" page (that shows all the apps you maintain, their
best rating and your best rating) shows ratings for test results that have been
deleted. The link is available on the sidebar under the "Maintainership
Overview" link.
The screenshot shows a personal bronze rating of Slingplayer 1.0.5.140 but this
test result has been deleted, as it was added in error.
There are other examples for more up-to-date apps.
This is a minor thing, but I'm sure it can be resolved.
--
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=11074
Summary: spelling mistake and URI could do with a space to make
it clickable
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=10093)
--> (http://bugs.winehq.org/attachment.cgi?id=10093)
original email
In the "[AppDB] Submitted testing data accepted" emails,
1. spelling mistake "Responce" should be "Response"
2. the link provided to the testing data is treated as part of the text prior
because there is no space after the period. In some email clients (gmail), it
doesn't make it clickable.
Example is attached.
--
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=9920
Summary: Limited number of pixel formats
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Depends on: 9917
The number of OpenGL pixel formats which can be used in Wine is limited due to
constraints of the X11 driver. One of the ways this can be lifted is through
9917.
--
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=14441
Summary: Rose Online Evolution crash with new msxml patch
Product: Wine
Version: 1.1.1
Platform: All
URL: http://dl2.roseon.jp/rose_200_200_jp.exe
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark.heck(a)gmail.com
CC: piotr.caban(a)gmail.com
Created an attachment (id=14763)
--> (http://bugs.winehq.org/attachment.cgi?id=14763)
+msxml logs
Rose Online Evolution (japan version) crash with wine-1.1.1
first i got a error (something about a xml file, is japanese, so i see only
symbols) then when i press 'ok', the client crash
Regression give this:
d8b22b9fb58406ec4eda6cb9eed8cdfc6f153cae is first bad commit
commit d8b22b9fb58406ec4eda6cb9eed8cdfc6f153cae
Author: Piotr Caban <piotr.caban(a)gmail.com>
Date: Tue Jul 8 20:55:10 2008 +0200
msxml3: Use OnDataAvailable for reading stream.
:040000 040000 118d6c7c8e5e6dd3797002b75330069d6d8e6568
04d19295435b3b12b02b773b27f50df158488 f08 M dlls
--
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=17430
Summary: Debian install section needs gpg key
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://winehq.org/download/deblenny
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
The debian / lenny installation section uses a repository that now requires a
gpg key, which is not listed on the winehq section instructions.
http://www.lamaresh.net/ , the main site of the repository given by winehq,
adds this note accordingly:
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - #to add gpg key
Apt-get no longer nags about no key after doing so and updating, so it should
be fine.
--
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=20228
Summary: "check out the The Wine Developer's Guide" link in
User Guide is a 404
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org/site/docs/wineusr-guide/x543#AEN
545
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
In Section 4.5.1. "WINEDEBUG=[channels]",
check out the The Wine Developer's Guide
links to http://www.winehq.org/site/docs/winedev-guide/ , which is a 404.
In the HTML,
<a href="http://www.winehq.org/site/docs/winedev-guide/"
target="_top"> The Wine Developer's Guide</a>.
the fix is to remove the "/site" in the URL path.
(And you could also leave out "http://www.winehq.org" if the documents are
always on the same web site and never installed locally.)
The alternate fix would be to move the Developer's Guide document or set up a
redirect. Googling for link=http://www.winehq.org/site/docs/winedev-guide/ ,
it seems links are pretty evenly split between the "/site/docs" and "/docs"
path.
--
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=9781
Summary: Endless loop in Wineconsole with user mode
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vostok(a)etersoft.ru
CC: vostok(a)etersoft.ru
Way of reproduction:
1.Run wineconsole with user mode. (like: wineconsole cmd)
2.Right click -> Properties
3.Clamp any key.
4.Switch to another tab.
Result: Endless loop.
--
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=22165
Summary: Wrong program and developer name
Product: WineHQ Apps Database
Version: unspecified
Platform: All
URL: http://appdb.winehq.org/objectManager.php?sClass=appli
cation&iId=2144
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
The name of the program stated in the link is "SDP Downloader" developed by
"SDP Multimedia Uk.".
--
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=10316
Summary: BiblePro errors with missing dll
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dotnet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Note: This occurs whether Mono or .NET 1.1 is used.
After installing BiblePro.exe (latest release) after using winetricks to
install Mono 1.1.18, the program will not run due to a missing dll: gda-2.
This dll appears to not be installed with Wine.
--
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=15266
Summary: jscript: engine.c - unitialized variable
Product: Wine
Version: 1.1.4
Platform: All
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Tried compiling Wine with -Werror, got a few interesting results. First one:
austin@austin-desktop:~/wine-git/dlls/jscript$ make
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -Werror -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -g -O2 -o engine.o engine.c
cc1: warnings being treated as errors
engine.c: In function ‘var_statement_eval’:
engine.c:500: warning: ‘hres’ is used uninitialized in this function
make: *** [engine.o] Error 1
Relevant code portion:
/* ECMA-262 3rd Edition 12.2 */
HRESULT var_statement_eval(exec_ctx_t *ctx, statement_t *_stat, return_type_t
*rt, VARIANT *ret)
{
var_statement_t *stat = (var_statement_t*)_stat;
HRESULT hres;
TRACE("\n");
hres = variable_list_eval(ctx, stat->variable_list, &rt->ei);
if(FAILED(hres))
return hres;
V_VT(ret) = VT_EMPTY;
return S_OK;
}
--
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=14681
Summary: Filing a new bug should search for dupes first
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Try filing a bug at Launchpad or with OpenOffice. Before filing a bug, an
automatic duplicate search is run first. Would hopefully cut down on some
duplicate bug reports...
--
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=12325
Summary: winebrowser / mapi32.dll does not support accented
characters in mailto:
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
When I try to execute:
wine C:\\windows\\system32\\winebrowser.exe 'mailto:Tefnet
Developers<foo(a)bar.com>?subject=TEST&body=ąóś'
my default mail client (opened by xdg-email) creates mail but without mail
body...
There is the same problem with e-mail generated by MAPISendMail (from
mapi32.dll)
--
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=13406
Summary: Overlord: crash on unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA
Product: Wine
Version: 1.0-rc2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
CC: edwin.smulders(a)gmail.com
Created an attachment (id=13313)
--> (http://bugs.winehq.org/attachment.cgi?id=13313)
log/backtrace "wine Overlord.exe"
Overlord crashes with this message:
wine: Call from 0x7b844c50 to unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA, aborting
adding this dll gives some other crash/backtrace, i can add that if necessairy
Note that this is after adding xinput9_1_0.dll and applying a no-cd crack
attachment: full log from running wine Overlord.exe
--
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.