http://bugs.winehq.org/show_bug.cgi?id=23581
Summary: Wine's README does not mention Win64
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Wine's README currently starts with the following line:
"Wine is a program which allows running Microsoft Windows programs (including
DOS, Windows 3.x and Win32 executables) on Unix."
Since Win64 is now supported, should it be mentioned as well?
--
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=24233
Summary: MS Paint uses garbage instead of "untitled" as the
default file name
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: piotr.caban(a)gmail.com
Steps to reproduce:
1. Install with 'winetricks mspaint'
2. Run 'wine mspaint'
3. Click file -> save as...
In git, the preselected file name will be random garbage instead of the
expected "untitled". In 1.3.1, it was displayed correctly. My regression test
indicated:
899d9a042b18a511aecd92dba72084e6d63cc28d is the first bad commit
commit 899d9a042b18a511aecd92dba72084e6d63cc28d
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Sun Aug 29 16:59:35 2010 +0200
msvcrt: Added _splitpath_s implementation.
:040000 040000 3b46967aa0ed29364c74558026e65b0c9e71b4bb
9f7fe5bf7a4df8d512004b5c3e9269fc6941e37f M dlls
Reverting that patch makes the problem go away. The program doesn't generate
any terminal output.
--
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=24246
Summary: Windows Live Essentials Beta installer
(wlsetup-web.exe) crashes
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://wl.dlservice.microsoft.com/download/3/7/8/37856
7CC-DCDC-47EC-A811-4A063AB3DDA8/en/wlsetup-web.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
As mentioned in bug 23473, there are at least two different installers for the
Windows Live Essentials wave 4 beta. This bug is for the following installer:
sha1sum wlsetup-web.exe
3b965a2185369e15f7274d72865d57773fef2147 wlsetup-web.exe
It crashes on startup calling an unimplemented function, then claims to be
"preparing to install" forever:
wine: Call from 0x7bc4bef0 to unimplemented function
KERNEL32.dll.GetThreadUILanguage, aborting
wine: Unimplemented function KERNEL32.dll.GetThreadUILanguage called at address
0x7bc4bef0 (thread 002f), starting debugger...
Windows version needs to be set to Vista or 7 in winecfg beforehand; otherwise,
it'll fail claiming your OS isn't supported.
--
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=24427
Summary: Firefox 4.0 beta 6: window controls are blank when the
Firefox button is visible
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=30797)
--> (http://bugs.winehq.org/attachment.cgi?id=30797)
Title bar with Firefox button in Windows and Wine
When the Firefox button is visible, Wine's minimize, maximize (or restore), and
close buttons are blank. Steps to reproduce:
1. Uncheck "allow the window manager to decorate the windows" in winecfg
(otherwise, the Firefox button isn't usable)
2. Install and run Firefox
3. Right-click one of the toolbars and uncheck "menu bar"
--
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=24587
Summary: CDBurnerXP: can't access data disc mode
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31053)
--> (http://bugs.winehq.org/attachment.cgi?id=31053)
Terminal output
Accessing data disc mode in CDBurnerXP isn't possible anymore in wine-1.3.4;
choosing it from the main menu just yields an error report dialog from the
program. I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch works around the problem.
(The program needs winetricks dotnet20 to run.)
--
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=24689
Summary: CDSpeed crashes while saving a screenshot in PNG
format
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://upload.cdfreaks.com/liteon/tools/CDSpeed-iHAS-4
7716.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31199)
--> (http://bugs.winehq.org/attachment.cgi?id=31199)
Terminal output w/ backtrace
Trying to save a screenshot of the program window in PNG format using the
built-in screenshot function results in a crash. Steps to reproduce:
1. Click the button with a floppy disk icon
2. Click save (PNG format should be selected by default)
It was working in 1.3.3, so I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch makes it possible to save PNG screenshots again.
Other reported regressions from this commit: bug 24587 and bug 24615
--
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=24864
Summary: Windows Double Explorer complains "unable to find an
entry point named 'IUnknown_SetSite' in DLL
'SHLWAPI.DLL'"
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31462)
--> (http://bugs.winehq.org/attachment.cgi?id=31462)
Terminal output
Install dotnet20 with winetricks before running. On startup, the app pops up an
error dialog saying that an unhandled exception occurred. Clicking the details
buttons reveals:
System.EntryPointNotFoundException: Unable to find an entry point named
'IUnknown_SetSite' in DLL 'SHLWAPI.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=24866
Summary: Unhandled exception in Windows Double Explorer
(IExplorerBrowser_fnSetPropertyBag)
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31469)
--> (http://bugs.winehq.org/attachment.cgi?id=31469)
Terminal output
(This is the next problem after bug 24864.)
On startup, the program produces an error dialog after a moment saying
"Unhandled exception has occurred in your program. [blah blah...] The method or
operation is not implemented." Quoting Nikolay Sivov in bug 24864, comment 10:
> It's about this one I guess:
>
> ---
> fixme:shell:IExplorerBrowser_fnSetPropertyBag stub, 0x1ca970
> (L"Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser")
> ---
It needs dotnet20 installed with winetricks (and the patch from bug 24864) to
get here.
--
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=24906
Summary: AntiVir 9 installer doesn't show information on the
first screen
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Created an attachment (id=31540)
--> (http://bugs.winehq.org/attachment.cgi?id=31540)
Screenshot
The first screen of the AntiVir 9 installer is supposed to provide a bit of
information about the program, but currently it only shows a blank page. It was
working last time I checked, so I did a regression test...
6ae22663c0c2fe6af0f2787683d2a171262a66d0 is the first bad commit
commit 6ae22663c0c2fe6af0f2787683d2a171262a66d0
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Aug 19 14:52:31 2010 +0200
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
:040000 040000 daf2639ecd0557ed6397cd647d3423127fa82158
d747774c9425fe6a2a643dbb52b22c09c74138e4 M dlls
Reverting that patch makes the text visible again.
--
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=25592
Summary: Internet Explorer 7/8 x64 installers crash:
unimplemented function msvcrt.dll._local_unwind
Product: Wine
Version: 1.3.9
Platform: x86-64
URL: http://download.microsoft.com/download/1/1/4/114d5b07-
4dbc-42f3-96fa-2097e207d0af/IE7-WindowsServer2003-x64-
enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
In git, I can get partway through the 64-bit IE7/IE8 installers for Server
2003, but then they crash. Terminal shows:
wine: Call from 0x7fd8f7ecb4f8 to unimplemented function
msvcrt.dll._local_unwind, aborting
wine: Unimplemented function msvcrt.dll._local_unwind called at address
0x7fd8f7ecb4f8 (thread 0022), starting debugger...
The steps to reproduce this are:
1. Set Windows version to 2003 (using a WoW64 prefix)
2. Run the installer
3. Uncheck "install the latest updates" [etc.] when prompted
--
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.