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=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=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=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=27152
Summary: Lemony Snickets installs in the wrong location
(C:\Activision rather than C:Program files\Activison)
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_7823.shtml
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=34684)
--> (http://bugs.winehq.org/attachment.cgi?id=34684)
+msi,+msidb, bzip2 -9ed
Regression introduced by:
4668091528e4d124632544b36d0ab10cc890f292 is the first bad commit
commit 4668091528e4d124632544b36d0ab10cc890f292
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon May 2 16:03:55 2011 +0200
msi: Rewrite the folder resolution code to keep track of the parent-child
relationship.
:040000 040000 8f4d38cbc4a97e8ea92819c04ea0cf56473f2827
9489ead3dc73fa46eb09be7e2380db31e91a2c7b M dlls
after this commit, it installs the game in C:\Activision\Lemony Snicket's A
Series of Unfortunate Events Demo, and an empty folder in C:\Program
Files\Activision\Lemony Snicket's A Series of Unfortunate Events Demo.
Interestingly, during the regression test, one of the commits (not sure which)
installed the game into $HOME (presumably because of it mapping to %My
Documents%.
--
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=27149
Summary: Clones demo installer crashes
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://clonesgame.com/sites/clonesgame.com/modules/pubdlcnt/pubdlcnt.php?file=http://clones.s3.amazonaws.com
/ClonesGameDemo_1.29.exe&nid=220
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=34680)
--> (http://bugs.winehq.org/attachment.cgi?id=34680)
terminal output
The installer of the demo (Clones) crashes during installation.
To reproduce the problem:
1) Launch the installer by wine ClonesGameDemo_1.29.exe.
2) Click on <Next>, accept EULA, <Next>, <Install>...a crash occurs here.
This is due to the following commit:
395479f0d194b7b7e1cf6b766825f492faafde5d is the first bad commit
commit 395479f0d194b7b7e1cf6b766825f492faafde5d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri May 6 14:39:42 2011 +0200
msi: Avoid loading cabinet streams more than once.
:040000 040000 6a52194c1bed51cb08ca316fb0aa5909b65507d7
929d4a4fabe9b29e4c76580a67f7057a12a0767c M dlls
The patch can be reverted cleanly on wine-1.3.19-332-gadcce5d and that fixed
the problem.
Author of the patch added to CC.
--
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=27130
Summary: CR LF characters in RTF files are turned into ^Q ^Y
characters
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=34637)
--> (http://bugs.winehq.org/attachment.cgi?id=34637)
test case
When using WiX to build an MSI installer package, the generated MSI embeds the
contents of an RTF file to provide the EULA.
Any CR LF characters in the RTF file are turned into ^Q ^Y characters when the
file is embedded in the MSI's Control table.
To reproduce:
1. Run build.sh in the attached test case. It will spit out 'test.msi'.
2. Open 'test.msi' and observe the weird boxes in the EULA screen. You will
have to do this on a real Windows system since Wine's msiexec crashes when you
get to the EULA screen.
3. Open the file in Orca
<http://msdn.microsoft.com/en-us/library/aa370557(v=vs.85).aspx> and look at
the Control table; look for the row where Dialog_ = 'LicenseAgreementDlg' AND
Control = 'LicenseText'; you will see the little boxes representing the control
characters in the Text column.
To run the test case, you will need Mono
<http://ftp.novell.com/pub/mono/archive/2.10.2/windows-installer/5/mono-2.10…>
and WiX <http://wix.codeplex.com/releases/view/44406#DownloadId=119160>. You
will need to put WiX's tools in Wine's PATH, or modify build.sh to give the
full path to the WiX tools when it invokes light and candle.
--
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=27111
Summary: Age of Empires III demo install fails
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Oddly, with current git, an express install puts files in both
c:/Program Files/Microsoft Games/Age of Empires III Trial
(the right place) and
c:/Age of Empires III
(incorrect). git bisect says it's either
# skip: [8fb5368d4e595f5e385831614bbc7a2b11eb4421] msi: Use a separate function
to retrieve the target folder path.
or
# bad: [4668091528e4d124632544b36d0ab10cc890f292] msi: Rewrite the folder
resolution code to keep track of the parent-child relationship.
--
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=26937
Summary: Boinc 6.10.60 x86 has a msiexec error, leaves
explorer.exe hanging
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
Created an attachment (id=34359)
--> (http://bugs.winehq.org/attachment.cgi?id=34359)
Boinc under Ubuntu 10.10 32-bit
Tried installing Boinc 6.10.60, during the part of the install where files are
copied to the hard disk, an error about msiexec appears and I have to close
Boinc, explorer.exe just hangs until I go into system monitor and kill
explorer.exe. This happens under 32-bit Ubuntu 10.10 and 64-bit Fedora 14. I
tried the x86 version on both and they both did the same thing. I added logs
from both Fedora and Ubuntu. Both machines have the same Wine version.
--
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=26811
Summary: Office 2003 installer: settings on advanced
customization screen cannot be changed
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
To reproduce:
Run the Office 2003 installer.
Select Custom Install and click Next.
Check the "Choose Advanced Customization of Applications" box and click Next.
On the Advanced Customization screen, select any item and try to change the
setting. The submenu will come up, but clicking on anything in it is
ineffective. The settings do not change.
Setting the Wine version to 1.3.14 based on the patch identified in the
regression test:
ba9f1f770a57a4e0cd9947ce7102c270b2318052 is the first bad commit
commit ba9f1f770a57a4e0cd9947ce7102c270b2318052
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Feb 10 15:56:15 2011 +0100
msi: Get rid of msi_component_set_state and msi_feature_set_state.
:040000 040000 4981274114a8b7f94cd2182e379787417d9394c5
2611d36ca44896c8ec0251147007ecfbdaa4d8c3 M dlls
The patch does not revert cleanly.
--
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=26615
Summary: Need for Speed Shift 2 installer assertion failure in
cacheckdiskspace.cpp
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer puts up a dialog saying there's been an assertion failure in
cacheckdiskspace.cpp.
The log shows
fixme:msi:MsiEnumComponentCostsW (2, (null), 0, -1, 0x8ee7424, 0x8ee7420,
0x8ee7414 0x8ee752c): stub!
If you click 'ignore', the installer seems to continue 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=26162
Summary: Visual C++ 2005 Trial install fails
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 25331 is fixed and Visual C++ 2005 Express installs again,
I tried Trial. Sadly, it still seems to fail.
First problem seems to be a shdocvw problem:
fixme:shdocvw:ControlSite_OnFocus (0x4048c38)->(0)
fixme:mshtml:HlinkTarget_SetBrowseContext (0x40469a0)->((nil))
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ed55a31
ip=7ed55a31 tid=002f
trace:seh:raise_exception info[0]=00000001
trace:seh:raise_exception info[1]=00470000
trace:seh:raise_exception eax=9999cccc ebx=7ede8ff4 ecx=00000000
edx=00000067 esi=00000328 edi=00470000
ie7 seems to work around that (haven't tried Jacek's beta gecko yet).
After that, it gets further, but aborts, saying that visual studio
isn't installed. The console log doesn't say much; it ends with
trace:msi:MSIREG_OpenProductKey (L"{1862162E-3BBC-448F-AA63-49F33152D54A}", 4,
0)
trace:msi:MSIREG_OpenProductKey squished (L"E2612681CBB3F844AA36943F13255DA4")
trace:msi:MSIREG_OpenInstallProps L"{1862162E-3BBC-448F-AA63-49F33152D54A}"
trace:msi:MSIREG_OpenInstallProps squished
(L"E2612681CBB3F844AA36943F13255DA4")
trace:msi:MsiQueryProductStateW -> -1
I think this worked with wine-1.3.4, but I haven't done the regression.
--
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=25943
Summary: MSI doesn't delete Skype (5.1) files upon
deinstallation
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://download.skype.com/SkypeSetupFull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Upon uninstalling Skype two messages are seen in console:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:hnetcfg:fw_app_put_Enabled 0x1e8b78, -1
but all Skype files are left intact even though 'uninstaller' doesn't show
Skype any more.
--
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=25827
Summary: msi install/package tests fail on clang
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e
aa0b855cc19a26/wine_ae-ub1004-clang/msi:install.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32917)
--> (http://bugs.winehq.org/attachment.cgi?id=32917)
+relay,+seh,+tid,+msi,+msidb
../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so
install.c && touch install.ok
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevationType, ...) semi-stub
fixme:storage:create_storagefile Storage share mode not implemented.
wine: Unhandled page fault on write access to 0x7d373834 at address 0x7bc52782
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc52782
make: *** [install.ok] Error 5
FWIW, Hans had looked at this one a while back, and thought it may be ole
related.
+relay,+seh,+tid,+msi,+msidb attached (for install.c)
--
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=25609
Summary: PhysX: Entry under the Uninstall key is not removed at
uninstall
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install PhysX_9.10.0513_SystemSoftware.exe
3) wine uninstaller
4) select NVIDIA PhysX
5) Press Remove...
6) Select Remove and press Next
Behaviour:
Following registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{3F5C371F-8EA2-4F25-9D3D-D0B4526E3AEA}
remains.
Expected behaviour:
Following registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{3F5C371F-8EA2-4F25-9D3D-D0B4526E3AEA}
should be deleted.
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:call_script Could not find CLSID for Windows Script
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:ITERATE_RemoveExistingProducts remove L" "
--
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=25608
Summary: PhysX: Cached local package isn't deleted at uninstall
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install PhysX_9.10.0513_SystemSoftware.exe
3) wine uninstaller
4) select NVIDIA PhysX
5) Press Remove...
6) Select Remove and press Next
Behaviour:
File "~/.wine/drive_c/windows/Installer/689.msi" remains.
Expected behaviour:
File "~/.wine/drive_c/windows/Installer/689.msi" should be deleted.
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:call_script Could not find CLSID for Windows Script
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:ITERATE_RemoveExistingProducts remove L" "
--
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=25607
Summary: PhysX: Removes files but leaves empty directories
behind at uninstall
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install PhysX_9.10.0513_SystemSoftware.exe
3) wine uninstaller
4) select NVIDIA PhysX
5) Press Remove...
6) Select Remove and press Next
Behaviour:
Empty directories in "~/.wine/drive_c/Program Files/NVIDIA Corporation"
Expected behaviour:
No directory named "NVIDIA Corporation"
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:call_script Could not find CLSID for Windows Script
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:ITERATE_RemoveExistingProducts remove L" "
--
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=25407
Summary: Office 2007 SP2 installer reports success but fails to
install some components
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
The Office 2007 SP2 installer no longer crashes (bug 18376), and reports
success at the end, however, support for ODF files and save as PDF/XPS are not
installed, and the Office version number is not updated (version numbers for
the individual apps are).
--
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=25331
Summary: Visual C++ 2005 Express install fails
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
rm -rf ~/.wine
sh winetricks vc2005express
This works with wine-1.2, but fails with wine-1.3.8.
The user sees a problem dialog, and the installer aborts.
I tried bisecting, but haven't found the most recent culprit yet.
The last revisions that worked in my bisect were on October 4th/5th,
[59c5bd2956e4a8124c676bf86b067f826ac5e16f]
msxml3: Don't fail trying to set NewParser property.
[c4c70b608c569396c0a846ccd2c5cc99b470915b]
crypt32/tests: Add more tests of verifying the base policy, including flags to
ignore certain errors.
I'll try to continue the regression search.
--
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=25319
Summary: AutoCAD 2008: Fails to install
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32162)
--> (http://bugs.winehq.org/attachment.cgi?id=32162)
Last lines of backtrace on Wine 1.3.8
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) Start AutoCAD installation
Behaviour:
After a while Wine error appears.
Expected behaviour:
No error should appear
Additional info:
Size of AutoCAD directory:
should be: 760 MB
is: 542 MB
It's a regression and you'll have to find another way to fix it because I'm not
keen on doing long regression test.
--
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=25294
Summary: Lemony Snicket's "A Series of Unfortunate Events"
installer crashes
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=32134)
--> (http://bugs.winehq.org/attachment.cgi?id=32134)
gzipped +msi,+seh log of installer crashing
Worked in 1.2, but in git, it crashes with
trace:msi:MSIREG_OpenUserDataComponentKey squished
(L"2872A2F0DDB1B804FB571F78838A0B25")
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x686c447b).
Backtrace:
=>0 get_loaded_file+0x1b(package=0x1ea520, key=0x0(nil))
[dlls/msi/helpers.c:129] in msi
1 ACTION_ProcessComponents+0x4a7(package=0x1ea520) [dlls/msi/action.c:3223]
2 ACTION_HandleStandardAction+0xae(package=<?>, action="ProcessComponents",
rc=0x23dc35c) [dlls/msi/action.c:7471]
...
I'll attach a +msi,+seh 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=25182
Summary: MsiDatabaseImport on _ForceCodepage table returns
ERROR_FUNCTION_FAILED
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
I'm trying to run Wix <http://wix.sourceforge.net/> under Wine. It fails when
trying to compile a project that contains a Product containing a Codepage
attribute.
Underneath, it is calling MsiDatabaseImport in order to import a value into the
special _ForceCodepage table.
I have created a test program to replicate what it does. When run with Wine,
this program displays the following output, and exits with status 1:
$ ~/src/wine/install/bin/wine /media/vmshare/wix-wine/codepage.exe
Could not load wine-gecko. HTML rendering will be disabled.
trace:msi:DllRegisterServer
trace:msi:get_msi_typelib loading typelib
trace:msi:MsiSetInternalUI 00000005 (nil)
wine: configuration in '/tmp/user/1000/def' has been updated.
trace:msi:MsiOpenDatabaseA "test.msi" #0004 0x61fcdc
trace:msi:MsiOpenDatabaseW L"test.msi" #0004 0x61fcdc
trace:msi:MSI_OpenDatabaseW L"test.msi" #0004
fixme:storage:create_storagefile Storage share mode not implemented.
trace:msidb:enum_stream_names stream 0 -> L"\4840\3f7f\4164\422f\4836"
L"\4840_Tables"
trace:msidb:enum_stream_names stream 1 ->
L"\4840\3f3f\4577\446c\3b6a\45e4\4824" L"\4840_StringData"
trace:msidb:enum_stream_names stream 2 ->
L"\4840\3f3f\4577\446c\3e6a\44b2\482f" L"\4840_StringPool"
trace:msidb:read_stream_data L"_StringPool" ->
L"\4840\3f3f\4577\446c\3e6a\44b2\482f"
trace:msidb:read_stream_data L"_StringData" ->
L"\4840\3f3f\4577\446c\3b6a\45e4\4824"
trace:msidb:msi_load_string_table Loaded 1 strings
trace:msi:alloc_msihandle 0x144cc0 -> 1
trace:msi:MsiDatabaseImportA 1 "Z:\\tmp" "_ForceCodepage.idt"
trace:msi:MsiDatabaseImportW 1 L"Z:\\tmp" L"_ForceCodepage.idt"
trace:msi:MSI_DatabaseImport 0x144cc0 L"Z:\\tmp" L"_ForceCodepage.idt"
MsiDatabaseImport: 1627
fixme:msi:MsiGetLastErrorRecord
When run under Windows, it succeeds and exits with status 0.
--
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=25159
Summary: Gmax installer crashes
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.turbosquid.com/gmax
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=31913)
--> (http://bugs.winehq.org/attachment.cgi?id=31913)
terminal output including a backtrace
The installer of Gmax (a freeware video game modelling tool) crashes during
installation. It works with Wine-1.3.5.
The result of the regression test:
eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead is the first bad commit
commit eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Oct 19 11:27:44 2010 +0200
msi: Compare strings without depending on thread locale.
:040000 040000 aa909e718816ee31784ca0843f734b2f2abbf12c
e2b17e18cb0f295859a03ed1853a65e7a3322b6f M dlls
The patch cannot be reverted cleanly.
After
git checkout eaa57c5b7bdcc0fb5a2004a7e388ac5a1ed03ead > the installer is broken
git reset --hard HEAD^ > the installer finishes its job correctly.
Author of the patch added to CC.
Feel free to inform me if you need a log with specific debug channels.
--
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=24802
Summary: MSOffice 2003: "Not installed for this user"
regression
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeikum(a)codeweavers.com
The following commit re-introduces the "not installed for this user" bug in
Microsoft Office 2003. This was solved previously in Bug 9023. Opening a new
bug since 9023 is so old and discussion is mostly irrelevant.
commit 3cd55cc916ad8d74710f435845d8f970161f77fe
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Oct 6 15:45:05 2010 +0200
msi Set the feature action to INSTALLSTATE_UNKNOWN if
msidbFeatureAttributesUIDisallowAbsent is set.
--
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=24605
Summary: MS Office 2010 Pro Trial installer "encounters an
error"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=31081)
--> (http://bugs.winehq.org/attachment.cgi?id=31081)
console log for Office 2010 installer
The installer gets further now that bug 22536 is fixed, but it "encounters an
error" about half way through, then rolls back the install and offers to send
an error report to Microsoft.
Note the attached log is with native msxml6; the installer will refuse to start
without 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=24438
Summary: Pro Evolution Soccer 2011 demo fails to install
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://gamedaily.newaol.com/pub/PES2011_Demo.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
PES2011_Demo.exe 48e281177651637f549fb0ee5b8c4f91affb809a
starts up fine, but when copying files, floods the terminal with:
err:msi:cabinet_notify_stream Unexpected notification 4
err:msi:cabinet_notify_stream Unexpected notification 4
err:msi:cabinet_notify_stream Unexpected notification 4
err:msi:cabinet_notify_stream Unexpected notification 4
eventually, it runs out of memory:
err:msi:cabinet_notify_stream Unexpected notification 4
err:cabinet:FDI_read_string out of memory!
err:msi:cabinet_notify_stream Unexpected notification 4
err:cabinet:FDI_read_string out of memory!
at which point, the window gets unresponsive, and never seems to get past that.
I left it up for about 30 minutes...
--
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=24199
Summary: Life Balance does not install with native .net 2.0
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Even after installing native dotnet20, the installer fails with:
err:msi:ITERATE_Actions Execution halted, action L"NetFxScheduleNativeImage"
returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
(This also affects the intaller using mono, after adding versions
+placeholders for fusion.dll and ngen.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=24148
Summary: excel viewer fails to install
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gQuigs(a)gMail.com
Created an attachment (id=30391)
--> (http://bugs.winehq.org/attachment.cgi?id=30391)
Error messages (1.3.1)
Fails to install - installation ended prematurely because of an error. It used
to work in 1.1.43.
c9fb24927db773905e144db63d9e34741e97f703 is the first bad commit
commit c9fb24927db773905e144db63d9e34741e97f703
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Jul 21 09:46:30 2010 +0200
msi: Publish patches regardless of any features being installed locally.
:040000 040000 a09830818ad8fe210f2ebec3279e0c7c229440ab
ef80fea4594733e1e3994092184f6b58a29831d0 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=24145
Summary: Life Balance does not install (MsiNetAssemblySupport
>"2.0.50727 not met)
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.llamagraphics.com/downloads/5.2.1/windows/L
ife_Balance_5.2.1_archive.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried to see how far I would get with Mono.
The installer aborts immediately, stating that .net 2.0 should be installed.
Apparently condition MsiNetAssemblySupport >"2.0.50727 was not met.
Fortunately a bit of Google showed that A.F. already explained everything in
already closed bug: http://bugs.winehq.org/show_bug.cgi?id=16891
Indeed , adding fake fusion.dll and version resource helped, see attached patch
. However, as A.F. explained in the bug, this might be a bit tricky, and could
mess up maybe native .Net?
--
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=23935
Summary: can't install ispq9.msi
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjie1(a)cox.net
Have Wine 1.2 and Ubuntu 10.04 (Lucid) and can't install ispq9.msi It is for a
video conferencing program from NanoCorp. Below is the output from a terminal
window as user. Thanks Bob
benjie1@benjie1:~$ cd Desktop/
benjie1@benjie1:~/Desktop$ msiexec /i ispq9.msi
fixme:advapi:LookupAccountNameW (null) L"benjie1" (nil) 0x32f160 (nil) 0x32f164
0x32f158 - stub
fixme:advapi:LookupAccountNameW (null) L"benjie1" 0x16dda0 0x32f160 0x16e0b8
0x32f164 0x32f158 - stub
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions"
returned 1603
benjie1@benjie1:~/Desktop$
The installer never opens. Newbie here so may need help in doing this right.
--
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.