http://bugs.winehq.org/show_bug.cgi?id=22449
Summary: CDBurnerXP Pro 3's program icon is displayed
incorrectly
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27498)
--> (http://bugs.winehq.org/attachment.cgi?id=27498)
Screenshot
CDBurnerXP 3.0.116 is now displaying its program icon incorrectly in the title
bar and taskbar. Areas that should be transparent are black, and the rest of
the icon is transparent. Regression test shows:
a551dfe311a845071b2adde3af3e5e66e3589036 is first bad commit
commit a551dfe311a845071b2adde3af3e5e66e3589036
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 19 17:51:44 2010 +0200
winex11: Add the small icon to the NET_WM_ICON hint.
:040000 040000 ec290607c932748fd3e414e2bbb76876a5c143b5
f72eee51b2664927c1cafc984f08398b40a20558 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=22792
Summary: VLC Media Player crashes on first run
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.videolan.org/vlc/download-windows.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28124)
--> (http://bugs.winehq.org/attachment.cgi?id=28124)
Output from running normally
On the first run, VLC pops up a dialog prompting the user to set a few options.
After clicking OK, it crashes. On the next run, it pops up a message mentioning
the crash, but doesn't have any further problems. This didn't happen in 1.1.43;
regression testing resulted in:
09dc6019b6afb2b1b59c0d7224302942b180eed1 is first bad commit
commit 09dc6019b6afb2b1b59c0d7224302942b180eed1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 22 14:47:57 2010 +0200
winex11: Don't set a hint for the small icon if it has the same size as the
large one.
:040000 040000 72f1fe6dd5e216f6f1a7a264fa4f734e9da8aa8c
e24605cb54b298b51bd4b8fa75f735cba9c872fd M dlls
Reverting that patch prevents the crash. It doesn't give me a backtrace unless
run with winedbg, so I'll attach one of those 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=22876
Summary: HTML-Kit's small icons have a white background
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28277)
--> (http://bugs.winehq.org/attachment.cgi?id=28277)
Screenshot
The small icons seen at the bottom of HTML-Kit build 292's program window have
recently started using a white background instead of the expected transparent
background. Regression testing indicated:
528722e4e16ec918d5daf3bee8bbb95fd35a7582 is first bad commit
commit 528722e4e16ec918d5daf3bee8bbb95fd35a7582
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 14 13:41:35 2010 +0200
comctl32: Also generate an alpha channel when replacing an image or icon in
an imagelist.
:040000 040000 b1776ce23963f7b44c81c494cd54b3bc9302e3c2
ab0e8518c00ba26d9b9ad0e469d14cc294228ecf M dlls
Reverting this patch fixes the problem. Terminal output is the same as
attachment 27362.
--
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=22958
Summary: Missing disc icon on CDBurnerXP's progress dialog
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28432)
--> (http://bugs.winehq.org/attachment.cgi?id=28432)
Terminal output
The progress dialogs in CDBurnerXP have a disc icon on them that recently
disappeared. Previously, it had an incorrect black background, but otherwise
looked OK. Regression testing indicated:
ea596f8a5f7d732bb56b5921ceb964137df0b930 is first bad commit
commit ea596f8a5f7d732bb56b5921ceb964137df0b930
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue May 18 14:11:51 2010 +0200
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower
depth.
:040000 040000 369e8db88a7dd0c206f6b37d41bfcac27dfbc708
28700a3330faf630cb189926f9b335936f158ab9 M dlls
Reverting that patch brings it back.
This app uses dotnet20... to see the icon (or lack thereof) without actually
burning a disc, choose "burn ISO image" on the main menu and then switch to the
"burn ISO progress" tab.
--
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=23213
Summary: .NET Framework 1.1 installation fails with builtin
msvcr71 (unimplemented function
_set_security_error_handler)
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28889)
--> (http://bugs.winehq.org/attachment.cgi?id=28889)
Stub for _set_security_error_handler
Attempting to install the .NET Framework, version 1.1 (manually or using
'winetricks dotnet11') with WINEDLLOVERRIDES=msvcr71=b results in errors and
installation failure due to:
wine: Call from 0x7b8369d2 to unimplemented function
msvcr71.dll._set_security_error_handler, aborting
The attached patch is enough to complete the installation, but may not be the
best way to fix it.
--
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=23394
Summary: unimplemented function msvcr80.dll._set_abort_behavior
(affects Windows Live Mail)
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Windows Live Mail crashes on startup:
wine: Call from 0x7b8369c2 to unimplemented function
msvcr80.dll._set_abort_behavior, aborting
wine: Unimplemented function msvcr80.dll._set_abort_behavior called at address
0x7b8369c2 (thread 0009), starting debugger...
'winetricks msxml3 ie6' is needed to install it in the first place (bug 14287).
You may want to deselect everything else in the installer since some cause the
entire installation process to fail when checked.
--
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=23506
Summary: unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW (affects
Malwarebytes' Anti-Malware)
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.malwarebytes.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=29345)
--> (http://bugs.winehq.org/attachment.cgi?id=29345)
Complete terminal output
Malwarebytes' Anti-Malware 1.46 crashes on startup:
wine: Call from 0x7bc4bb50 to unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW, aborting
wine: Unimplemented function USERENV.dll.GetDefaultUserProfileDirectoryW called
at address 0x7bc4bb50 (thread 0009), starting debugger...
It needs MSVBVM60.DLL, so use winetricks vb6run before installing.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=26795
Summary: White scrollbar background in builtin iexplore
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=34140)
--> (http://bugs.winehq.org/attachment.cgi?id=34140)
Screenshot
The scrollbars in Wine's iexplore.exe have a white background in 1.3.18 rather
than the expected dithered grey (using default theme/color settings). My
regression test indicated:
44f530275afcdde9febc06bc110631c0d5a56f77 is the first bad commit
commit 44f530275afcdde9febc06bc110631c0d5a56f77
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Apr 11 10:00:28 2011 +0100
gdi32: Implement SelectBrush for solid brushes.
:040000 040000 fe5cb65bd7393fd8687462e71d8d20a6f8878025
8e26d193f2547fc1bd4790b138db0d548b54312b M dlls
Attempting to revert led to a compilation error.
--
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=27411
Summary: Dark Fall crashes on launch
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://www.gamershell.com/download_2615.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Created an attachment (id=35056)
--> (http://bugs.winehq.org/attachment.cgi?id=35056)
terminal output
Dark Fall: The Journal and it's sequel, Dark Fall II: Lights Out crash on
startup in the git version (wine-1.3.21-254-g5bf7622).
Both games start correctly (using the built-in msvcrt.dll) in Wine-1.3.21.
f9de4eef75ecfc074f726f39e54a77211eca2e7b is the first bad commit
commit f9de4eef75ecfc074f726f39e54a77211eca2e7b
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Jun 3 15:28:32 2011 +0200
msvcrt: Fix mingw compilation issues.
:040000 040000 2d84e235f1e4140fdc5aef8f2204902564eea486
dfb92ea7213f2dc15ca66e140ffc79c11c4e0d91 M dlls
Workaround: winetricks vcrun6
To reproduce the problem in the demo:
Extract the archive containing the game then launch it by darkfalldemo.exe >>
a crash occurs immediately after starting.
Fedora 15 32-bit
--
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=26685
Summary: East India Company: multiple issues when using
built-in msvcr90.dll
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://demos.gamersgate.com/EIC_Playable%20Demo_EN.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33982)
--> (http://bugs.winehq.org/attachment.cgi?id=33982)
console log (msvcr90=built-in)
The game doesn't complain about unimplemented stuffs when using the built-in
msvcr90 but you will face several problems in the game:
1) no audio
2) text is completely missing (in some places text is replaced by empty
squares)
3) left-mouse clicks register only in the menu (in the game mouse is unusable)
4) keyboard is unusable, too
They seem to be separate issues but the fact is that setting msvcr90.dll to
native resolves all of the above mentioned problems at once.
To reproduce the issue in the demo:
Install the demo as usual. Before starting the game set msvcr90.dll to built-in
in winecfg.
The demo installs the following native components:
vcrun2008 (not SP1), d3dx9 runtimes, xact.
Link to the demo added to URL (~800 MB).
Mscodescan reveals only the following stub (in one of the game's dlls):
./stlport.5.1.dll imports following stub symbols:
msvcp90:?uncaught_exception@std@@YA_NXZ
Fedora 14 x86
wine-1.3.17-147-g0b8bfd9
--
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=28180
Summary: Operation Flashpoint crashes with sound enabled
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.gamefront.com/files/839372/resistancedemo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: mstefani(a)redhat.de
Regression SHA1: 6b64e0090cb7b331dd212f0b8aba5595f013caf1
Created an attachment (id=36104)
--> (http://bugs.winehq.org/attachment.cgi?id=36104)
terminal output
In the current git version (wine-1.3.26-312-g3ce59f5) Operation Flashpoint:Cold
War Crisis crashes if sound is enabled in winecfg's Audio tab.
The problem can be reproduced in the demo, too. Unlike the full version of the
game, the demo dies as soon as the main menu appears. The full version of the
game (v1.96) works fine in the menus but it crashes when a mission is about to
start.
This is due to the following commit:
6b64e0090cb7b331dd212f0b8aba5595f013caf1 is the first bad commit
commit 6b64e0090cb7b331dd212f0b8aba5595f013caf1
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Wed Aug 24 02:32:13 2011 +0200
dsound: Kill SecondaryBufferImpl with extreme prejudice.
:040000 040000 632e7bce9c2f253b7ee1f7a2670c0b782c2b4409
80dd9d214e20ad69922e39a13702fde1098a46e2 M dlls
With the reverted patch both the demo and the full version of the game work
correctly.
Fedora 15 x86
Kernel 2.6.38.8
Alsa 1.0.24
Pulseaudio is not running
I have only Alsa available, OSSv4 is not installed on my system
--
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=28006
Summary: RC Cars demo installer fails to start (installer
complains about inadequate processor features)
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/131248/130000/fileinfo/R.C.-
Cars-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: nerv(a)dawncrow.de
When trying to install the demo for RC Cars I'm greeted with the following
error message:
'The processor is not adequate for running R.C. Cars (Demo)'.
Afterwards the installer quits.
The installer utilizes the Windows Installer technique and I tried to install
the demo by
wine msiexec /i RCCarsDemo_Full.msi
Terminal output shows only:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned
1603
I was able to install the demo successfully with Wine-1.3.22 but newer versions
are showing the mentioned error message.
The result of the regression test pointed to
3eb91fbc3c3c501f2a3ff094d4da7fa75c1294fd is the first bad commit
commit 3eb91fbc3c3c501f2a3ff094d4da7fa75c1294fd
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Wed Jun 15 20:52:33 2011 +0200
ntdll: Parse ARM CPU level.
:040000 040000 19f4b3085c5c75524d24a7941ff8848fb60e46d7
8cfd1510e62d71e5732ef319d39937e4092361c2 M dlls
The patch can be reverted cleanly on 1.3.26 and the installer was working
again.
Please let me know if you need a log with specific debug channels enabled.
Fedora 15 x86
kernel-2.6.38.8-35.fc15.i686.PAE
AMD Athlon 64 x2
--
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=27990
Summary: Freespace 2 launcher: buttons not drawn correctly
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/126954/120000/fileinfo/Frees
pace-2-Demo-
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: huw(a)codeweavers.com
Created an attachment (id=35829)
--> (http://bugs.winehq.org/attachment.cgi?id=35829)
FS2 launcher screenshot (comparison)
In the launcher of Freespace 2 neither buttons nor the background image are
drawn. They are grey/black. The launcher for Tachyon: The Fringe is also
affected.
I'm attaching a screenshot showing what the Freespace 2 launcher looks like
with Wine-1.3.26 and with the previous version.
Terminal output doesn't show any relevant messages.
The result of the regression test:
d4076d438cb5ff05f6800cdaae7ac88844e70595 is the first bad commit
commit d4076d438cb5ff05f6800cdaae7ac88844e70595
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Aug 2 14:11:10 2011 +0100
gdi32: Add a PutImage implementation to the dib driver.
:040000 040000 0be7c823d7ba618160e18b0889a0a94956f61183
a01acea3ceb2ad8781388283699d0c8243b90f7f M dlls
The patch cannot be reverted cleanly on 1.3.26 but after
git checkout d4076d438cb5ff05f6800cdaae7ac88844e70595 >> wrong screen
git reset --hard HEAD^ >> displays the launcher correctly
Commit d4076d438cb5ff05f6800cdaae7ac88844e70595 also makes images in Internet
Explorer 6 installer disappear. To reproduce: install ie6 via winetricks. An
image is shown on the welcome screen of the installer. That image is black with
Wine-1.3.26.
Fedora 15
Gnome 3
Nvidia gfx card
--
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=28088
Summary: Wine can play audio despite of disabled sound drivers
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: 9fc0377f64c9ba62390bcd505492bf940e66aba0
Since Wine-1.3.26 I can hear the audio test even though I have disabled all
sound drivers in winecfg's audio tab. Actually, I have only Alsa available
because OSSv4 is not installed on my system.
Bisecting revealed the following commit:
9fc0377f64c9ba62390bcd505492bf940e66aba0 is the first bad commit
commit 9fc0377f64c9ba62390bcd505492bf940e66aba0
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue Jul 26 07:58:43 2011 -0500
mmdevapi: Try loading multiple audio drivers from the registry.
:040000 040000 01dc18fc39bc9c43861c6c54ec92f519658359ef
c0dd0d0413065b9e3eeb2ed3e62409973b157d1b M dlls
Reverting the patch fixed the problem (audio test gives an 'Audio test failed!'
error message when no sound drivers selected).
Fedora 15 x86
Alsa 1.0.24
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=28146
Summary: GODS:Lands of Infinity changes the gamma to an overly
bright level
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/156544/150000/fileinfo/GODS:
-Lands-of-Infinity-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: nerv(a)dawncrow.de
Regression SHA1: 7b285a4ebd63eab428e968968ca398cc1076324a
When starting the game, the screen turns to almost completely white with some
strange colors. Not just the game window but my whole Gnome desktop inherits
this behaviour.
After exiting the game, the screen stays that way.
I tried to take screenshots of the problem, interestingly, both the game and
the Gnome environment appear correctly in the screenshots.
This is a regression, introduced by
7b285a4ebd63eab428e968968ca398cc1076324a is the first bad commit
commit 7b285a4ebd63eab428e968968ca398cc1076324a
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sat Sep 19 19:08:09 2009 +0200
winex11: Add alternative header for xf86vm.
:100755 100755 e32773bbe4d75257918f86bb748649899ae9ca82
ae5beac96d9f3775866584d10d0951f9e4c13bc5 M configure
:100644 100644 ac5a8613be96bea84c73e52414eb37cdff3cf437
0f37bc75d952b71aa51bfa184d95f62aae489a09 M configure.ac
:040000 040000 0b13bdb9fcc6833c075e19e2b60d31496439a78a
fa6f97b5e92f91457fc0bb5f0e9e490641faaffd M dlls
:040000 040000 3fbdaf6dd278ebeb0ad4141ff3e0c2c5a77bcff9
635be6c8e884b6af4b56b0eb487c47eedccba58d M include
The patch cannot be reverted cleanly on the current 1.3.26 version.
The patch in bug #24598#c14 doesn't resolve the problem.
One can work around the problem by opening a new terminal and typing 'xgamma
-gamma 1.0' after the game was started. This restores the original brightness
of the screen.
Fedora 15 x86
X Server 1.10.3
--
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=28214
Summary: Eurofighter Typhoon crashes after starting
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ace241ad595d1da0f0fc384a7065683fa00cac45
Created an attachment (id=36133)
--> (http://bugs.winehq.org/attachment.cgi?id=36133)
terminal output
The game is an old (2001) arcade-ish flight sim, utilizing DirectX 7. It has
been recently re-released by DotEmu.
The problem: the game crashes right after starting in Wine-1.3.26. After
crashing, the process typhoon.exe doesn't exit but it still remains in memory,
consuming 100% cpu power until I kill it.
The game starts correctly in Wine-1.3.25.
The result of the regression test:
ace241ad595d1da0f0fc384a7065683fa00cac45 is the first bad commit
commit ace241ad595d1da0f0fc384a7065683fa00cac45
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Aug 1 21:35:41 2011 +0200
wined3d: Resolve source and destination rectangles in
wined3d_surface_blt().
:040000 040000 29aac6db06ac6dba74c9b8a12e39c859cf80d483
8076af6d121572a5003492a25753da1d0c237d23 M dlls
The patch cannot be reverted cleanly,
git checkout ace241ad595d1da0f0fc384a7065683fa00cac45 >> the game crashes
git reset --hard HEAD^ >> the game loads to the main menu
Note: there might be another regression somewhere between 1.3.26 and 1.3.27. If
I start the game in 1.3.27 I get an error message: 'Fatal error: failed to
create material x_efa_1'. This error message has never seen before.
No demo available.
Please let me know if you need a log with specific debug channels enabled.
Fedora 15 x86
Nvidia gfx card / driver 280.13
--
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=28207
Summary: Caesar III crashes in dsound
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://www.fileplanet.com/11410/10000/fileinfo/Caesar-
III-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: mstefani(a)redhat.de
Regression SHA1: 6d7c38256f258dcb71d73e573954c00b77b40202
Created an attachment (id=36124)
--> (http://bugs.winehq.org/attachment.cgi?id=36124)
terminal output
Steps to reproduce the problem in the demo:
Install the demo as usual then launch the game by c3.exe (located under
drive_c:/SIERRA/CAESAR3DEMO)
Audio just begins to play when it is suddenly interrupted and Wine crashes.
This didn't occur in Wine-1.3.26 and the result of the regression test:
6d7c38256f258dcb71d73e573954c00b77b40202 is the first bad commit
commit 6d7c38256f258dcb71d73e573954c00b77b40202
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Thu Aug 25 23:42:44 2011 +0200
dsound: Fix refcounting for the secondary buffer object.
This fixes a regression introduced in 6b64e0090cb7.
:040000 040000 c9a6568b6e75de0fb421db9a6445d6b0fdfda983
05273f110f5a025be1df6f47f116283fc164c5a3 M dlls
With the reverted patch the game starts normally.
Disabling audio in winecfg's Audio tab works around the problem.
Fedora 15 x86
Alsa 1.0.24
Pulseaudio is not running
--
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=3037
Fernando Martins <fernando(a)cmartins.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fernando(a)cmartins.nl
--- Comment #62 from Fernando Martins <fernando(a)cmartins.nl> 2011-10-09 16:36:42 CDT ---
I had a go to compile wine-20041019 but I came across an error:
lex.yy.c:9234: error: expected ‘;’, ‘,’ or ‘)’ before numeric constant
and the file ./tools/wrc/lex.yy.c contains:
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
I didn't look further into the definition of those types.
Also, I did use windows 3.1 (progman) and I don't recall the rebounding effect
Andrew is mentioning should be the correct behavior. But that was too many
years ago.
--
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=7920
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-10-09 15:45:08 CDT ---
Created attachment 36794
--> http://bugs.winehq.org/attachment.cgi?id=36794
stub
This stub avoids the crash, though I'm not sure if the advapi32 version is
really NTSTATUS, but not sure how to verify that..
After that, wants WMI.dll.WmiQueryGuidInformation.
--
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=9033
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 13:47:39 CDT ---
Friendly reminder of 2 years without new posts. No download too.
I could only find Dreamweaver 2 for download:
http://download.macromedia.com/pub/dreamweaver/esd/dreamweaver2.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.
http://bugs.winehq.org/show_bug.cgi?id=8013
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:59:50 CDT ---
Still present in 1.3.29.
--
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=7920
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:48:03 CDT ---
Still present in 1.3.29. Same function:
wine: Call from 0x7ed73489 to unimplemented function advapi32.dll.WmiOpenBlock,
aborting
--
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=7117
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:36:56 CDT ---
Still present in 1.3.29. You can only see the last 15% of each line when you
select the line text.
--
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=7066
Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |23dfef0d9ecda65a01992a7ac9d
| |fbe9df67b93bd
--
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=11621
Summary: putty.exe in telnet mode don't display anything
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fhorse(a)libero.it
The windows ssh/telnet application putty.exe works well in ssh mode, but in
telnet mode does not display anything on the screen.
I'have sniffed tcp packets and I noticed that the telnet communication works
well, make login, run commands, but does not appear anything.
Sorry for my english.
--
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=13313
Summary: Half life 2 hangs with a high cpu usage at a certain
point in the game
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asraniel(a)fryx.ch
Playing Half life 2 works fine, but at one point where alex wants to show me
something on a computer screen (we just visited her father in prison), the game
becomes extremely slow and i can't play anymore. The wine error messages give
this message (multiple times):
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the fra
mebuffer to a texture, expect major performance issues
err:d3d_surface:fb_copy_to_texture_direct Texture filtering not supported in
direct
blit
Sadly this bug makes Half life 2 incomplete, since you can't play it from the
start to the end.
--
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=15364
Summary: Build broken when CFLAGS="-Wall -Werror" is used
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16209)
--> (http://bugs.winehq.org/attachment.cgi?id=16209)
config.status/config.log, with CFLAGS set
Compiling with those flags set gives:
-----
configure: libxrandr development files not found, XRandr won't be supported.
configure: libxinerama development files not found, multi-monitor setups won't
be supported.
configure: WARNING: Old Mesa headers detected. Consider upgrading your Mesa
libraries.
OpenGL and Direct3D won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
-----
Which doesn't occur when the standard options are used. I'll attach
config.status/config.log.
--
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=15460
Summary: blocky shadow-like model edges in Sid Meier's Pirates!
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
Many of the models in Sid Meier's Pirates have very blocky edges, as though
they have heavily pixelated shadows/halos surrounding them. This problem is
especially noticeable during movement of the human models.
This is on Ubuntu Hardy x86 32 bit with an nVidia GeForce 8800GTS 512MB (G92
chip), with nVidia driver 169.12.
The problem did not go away when I disabled pixel shaders.
I did not see this glitch when running under Cedega.
--
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=17021
Summary: [TMG] CHM help menu , only shows "Printer icons"
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=18820)
--> (http://bugs.winehq.org/attachment.cgi?id=18820)
Help Menu only shows "Printer Icons"
Viewing the CHM help menu, only shows "Printer icons" instead of the correct
icons for each of the functions
*Show
*Back
*Forward
*Options
*Print (Icon is of course correct for this)
--
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=24745
Summary: Loki requires
msvcp80.dll.??$?MDU?$char_traits@D@std@@V?$allocator@D
@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@
V?$allocator@D@2@@0@0@Z
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Loki requires this function to start :
wine: Call from 0x7ed8e052 to unimplemented function
msvcp80.dll.??$?MDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z,
aborting
--
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=25364
Summary: Sacred 2 Fallen Angel requires msvcp80.dll
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
mscodescan results :
msvcp80:??$?8_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA_NABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@0@Z
msvcp80:??$?8_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA_NABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@PB_W@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBDABV10@@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@ABV10@0@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@ABV10@PB_W@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@PB_WABV10@@Z
msvcp80:??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
msvcp80:??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@_W@Z
msvcp80:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@D@Z
msvcp80:??Y?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@ABV01@@Z
msvcp80:??Y?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
msvcp80:?at@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEAB_WI@Z
msvcp80:?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE?AV?$_String_iterator@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@2@XZ
msvcp80:?clear@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ
msvcp80:?clear@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEXXZ
msvcp80:?find@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIPB_WI@Z
msvcp80:?find_first_of@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEI_WI@Z
msvcp80:?find_last_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
msvcp80:?push_back@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEX_W@Z
msvcp80:?substr@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBE?AV12@II@Z
msvcp80:?set_new_handler@std@@YAP6AXXZP6AXXZ@Z
msvcp80:?find_first_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp80:?find_last_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp80:?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@
--
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=28329
Summary: Sony Vegas Pro 8.0c: MSI changes break installation
(regression)
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccr(a)tnsp.org
Some changes in MSI code (dlls/msi/*) introduced in below commit break
installation of Sony Vegas Pro 8.0c, leaving most components uninstalled.
fe404d1d88568803e2332b4899e01cd99b2d66a6 is the first bad commit
commit fe404d1d88568803e2332b4899e01cd99b2d66a6
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Jul 27 10:53:44 2011 +0200
msi: Always check the return value of MSI_IterateRecords.
--
The same problem still exists in 1.3.27 and GIT head.
Reverting the commit makes Sony Vegas Pro installation work 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=27031
Summary: k-meleon needs
msvcp71.dll.?substr@?$basic_string@DU?$char_traits@D@s
td@@V?$allocator@D@2@@std@@QBE?AV12@II@Z
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://kmeleon.sourceforge.net/download.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Install k-meleon, set msvcp71 to builtin, and run. Crashes. May also need:
msvcp71:?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z
msvcp71:??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp71:??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp71:??$?NDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?ODU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?PDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:?_Nomemory@std@@YAXXZ
msvcp71:?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIABV12@I@Z
msvcp71:?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
msvcp71:?rfind@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp71:?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@Z
--
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=28313
Summary: Steam client installer (MSI) crashes at the end of
installation
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://cdn.steampowered.com/download/SteamInstall.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: marcus(a)jet.franken.de
Regression SHA1: ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Created an attachment (id=36281)
--> (http://bugs.winehq.org/attachment.cgi?id=36281)
terminal output
In wine-1.3.27-357-gac0a7b6 several, if not all MSI-based application installer
crash (usually at the end of installation). The problem can be reproduced by
downloading and installing the Steam client (it has a reasonable download size,
1.5 MB).
This is due to the following commit:
ac0a7b644fa464fa640e06a6e26b2191b5a29a92 is the first bad commit
commit ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Author: Marcus Meissner <meissner(a)suse.de>
Date: Wed Sep 7 15:48:23 2011 +0200
msi: Check for return value of GetUserName (Coverity).
:040000 040000 57680d5a0196f95c2079d6d9668be2acfec0af68
9db4b0c261fe0b19526e608b357f2700b086f436 M dlls
Reverting the patch on wine-1.3.27-357-gac0a7b6 fixed the problem.
Author of the patch added to CC.
Fedora 15 x86
gcc version 4.6.0 20110603 (Red Hat 4.6.0-10) (GCC)
--
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=27961
Summary: psdk2003 failed to install, ACTION_InstallFiles Failed
to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
My wine version is wine-1.3.25 with Hans Leidekker's patch for Bug 27957.
Use winetricks to install psdk2003, choose "Custom Install", then select the
compose "Mircosoft Windows Core SDK/Build Environment/(x86)" and "Debugging
Tools for Windows". After a long wait, the Setup failed with some logs like
below:
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\GGBCDSFNPSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
fixme:wininet:InternetLockRequestFile STUB
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\C9XZA9J2PSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
--
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=27780
Summary: Total Annihilation crashes on start.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ni1s(a)nerdshack.com
Created an attachment (id=35543)
--> (http://bugs.winehq.org/attachment.cgi?id=35543)
stdout
When I start Total Annihilation(GoG version) It crashes immediately.
--
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=27957
Summary: psdk2003 installer crash every time
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35773)
--> (http://bugs.winehq.org/attachment.cgi?id=35773)
Log: install psdk2003
Trying to install psdk2003 with winetricks:
$ winetricks -q psdk2003
--- snip ---
The wine wiki says don't post winetricks bug to wine bugzilla, but the
load_psdk2003 function shows that the only workaround is override mfc42, so I
think is ok to post it here, please let me know if I make mistake.
load_psdk2003()
{
w_call mfc42
# Note: aborts on 64 bit windows with dialog saying "don't run on WoW"
#
http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969…
w_download
http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba…
5c7dc2e1eb902b376d7797cc383fefdfc64ff9c9
w_warn "This can take up to an hour."
cd "$W_CACHE"/psdk2003
# FIXME: says it accepts /q, but that doesn't work, so script this
# with autohotkey in -q mode.
w_try $WINE PSDK-x86.exe
}
--- snip ---
When I click the next button after selecting compose to install, the installer
always crash. Does it ever work on earlier versions of 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=27834
Summary: Photosynth install doesn't work
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
I was trying to test bug 15594, but it doesn't install (new version?)
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
wine: Unhandled page fault on read access to 0x00000000 at address 0x68356e0b
(thread 0021), starting debugger...
http://photosynth.nethttp://mslabs-999.vo.llnwd.net/e1/installer/PhotosynthInstall_21103171042.e…
--
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=28090
Summary: EA Origin's launcher: freezes after a couple seconds
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35973)
--> (http://bugs.winehq.org/attachment.cgi?id=35973)
relay,seh,tid bzip2 -9'ed
Noticed while testing bug 27326. Install Alice, patch wine with the patch from
bug 27326, then run Alice. You'll get a release day activation test, which
should pass (unless you're a dirty pirate ;-)), then it prompts for you to
login to EA's origin. The email box should be activated, so you can type a
character or two, but then the application will hang. Even if you don't type,
it will hang after a second or two.
Terminal has a few fixme's, but nothing obvious. I'll attach a relay,seh,tid.
Note: The login prompt here is different from the one when running Origin to
login. I think it may be only prompted when installing/activating a game. If
anyone wants to debug this, email me privately for my login info.
--
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=28110
Summary: ThunderMiniInstall.exe crash: unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@
@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36013)
--> (http://bugs.winehq.org/attachment.cgi?id=36013)
Log: ThunderMiniInstall.exe crash
1. Download ThunderMiniInstall.exe
wget http://down.sandai.net/mini/ThunderMiniInstall.exe (from
http://dl.xunlei.com/mini.html )
2. start the installer with Wine:
$ wine ThunderMiniInstall.exe
wine: Call from 0x7b83a537 to unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z,
aborting
wine: Unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
called at address 0x7b83a537 (thread 0028), starting debugger...
--
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.