http://bugs.winehq.org/show_bug.cgi?id=33523
Bug #: 33523
Summary: .NET Framework 3.5 WPF 3.x apps need
windowscodecsext.dll.DllGetClassObject
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some guys complained about .NET Framework 3.5 WPF 3.x apps not working ... so I
looked into it.
Example app: "Adobe Digital Editions 2.0" which requires .NET 3.5 SP1
Prerequisite: clean 32-bit WINEPREFIX and 'winetricks -q dotnet35sp1'
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Adobe/Adobe Digital Editions 2.0
...
wine ./DigitalEditions.exe
...
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x00000104,0x3009b09c,0x5ec5d4):
stub
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"digitaleditions.exe"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"5058357c"
err:eventlog:ReportEventW L"presentationcore"
err:eventlog:ReportEventW L"3.0.0.0"
err:eventlog:ReportEventW L"488f140b"
err:eventlog:ReportEventW L"4975"
err:eventlog:ReportEventW L"159"
err:eventlog:ReportEventW L"system.invalidcastexception"
err:eventlog:ReportEventW L"NIL"
...
Unhandled Exception: System.InvalidCastException: Specified cast is not valid.
at System.Windows.Media.Imaging.BitmapSource.get_DUCECompatibleMILPtr()
at
System.Windows.Media.Imaging.BitmapSource.UpdateBitmapSourceResource(Channel
channel, Boolean skipOnChannelCheck)
at System.Windows.Media.Imaging.BitmapSource.UpdateResource(Channel channel,
Boolean skipOnChannelCheck)
at System.Windows.Media.Imaging.BitmapSource.AddRefOnChannelCore(Channel
channel)
at
System.Windows.Media.Imaging.BitmapSource.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at System.Windows.Media.ImageBrush.AddRefOnChannelCore(Channel channel)
at
System.Windows.Media.Brush.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at
System.Windows.Media.RenderData.System.Windows.Media.Composition.DUCE.IResource.AddRefOnChannel(Channel
channel)
at System.Windows.UIElement.RenderContent(RenderContext ctx, Boolean
isOnChannel)
...
--- snip ---
Well, that's bug 33384 -> 'winetricks -q windowscodecs'
It goes further but still crashes, now with:
--- snip ---
...
LIBRARY_LOADED
has 1 records
fixme:shell:URL_ParseUrl failed to parse L"System.Web"
fixme:time:GetDynamicTimeZoneInformation (0x145b60) stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
wine: Call from 0x7b83aa5b to unimplemented function
windowscodecsext.dll.DllGetClassObject, aborting
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003ff,(nil),0x0001,0x00000000,0x32bd5c,(nil)):
stub
err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.3053 - Unrecoverable
system error."
...
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000d2,0x3009b09c,0x5ec5d4):
stub
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"digitaleditions.exe"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"5058357c"
err:eventlog:ReportEventW L"windowsbase"
err:eventlog:ReportEventW L"3.0.0.0"
err:eventlog:ReportEventW L"488f1338"
err:eventlog:ReportEventW L"da"
err:eventlog:ReportEventW L"1b"
err:eventlog:ReportEventW L"fatalerror"
err:eventlog:ReportEventW L"NIL"
...
--- snip ---
Setting 'windowscodecsext' to 'native' works around (just like 'windowscodecs'
in winetricks recipe).
Source:
http://source.winehq.org/git/wine.git/blob/e002d2eacfc5371bc4a964515448c9ad…
--- snip ---
1 @ stub DllGetClassObject
2 @ stdcall IWICColorTransform_Initialize_Proxy(ptr ptr ptr ptr ptr)
IWICColorTransform_Initialize_Proxy_W
3 @ stdcall WICCreateColorTransform_Proxy(ptr)
--- snip ---
@austin/winetricks maintainers:
For the time being it might be useful to add this additional override to
winetricks by default as part of 'winetricks windowscodecs' recipe.
With that modified recipe the app goes further ... only to crash again.
+relay gives a hint:
--- snip ---
002b:Call KERNEL32.OutputDebugStringW(7a09e7d8 L"CLR: Managed code called
FailFast, saying \"") ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
002b:Call KERNEL32.OutputDebugStringW(7a3c3f80 L"Unrecoverable system error.")
ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
002b:Call KERNEL32.OutputDebugStringW(7a09e7cc L"\"\r\n") ret=7a14be4c
002b:Ret KERNEL32.OutputDebugStringW() retval=0032c130 ret=7a14be4c
--- snip ---
FailFast? That looks like bug 32323
Indeed, 'winetricks corefonts' works around (actually only 'arial32.exe'
installer is needed).
With the small recipes in place "Adobe Digital Editions 2.0" starts
successfully and ebooks can be managed/read.
Regards
--
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=27010
Summary: Cannot install Microsoft Visual Studio 2010 Ultimate
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
Created an attachment (id=34442)
--> (http://bugs.winehq.org/attachment.cgi?id=34442)
Wine output
I've tried to install Microsoft Visual Studio 2010 Ultimate with Wine 1.3.19.
Steps
- rm -rf ~/.wine
- Autorun - Install Microsoft Visual Studio 2010
- I've unchecked "Yes, send information about your ...". Next.
- "I have read and I accept the license terms.". Next.
- Selected "Full". Install.
What was "installed":
- Microsoft Application Error Reporting
- VC 9.0 Runtime (x86)
- VC 10.0 Runtime (x86)
- Microsoft Windows Installer 4.5 Update (x86) - Windows XP
- Microsoft Visual F# 2.0 Runtime
- Microsoft Visual Studio Macro Tools
- TFS Object Model (x86)
- .NET Framework 4 Multi-Targeting Pack
Setup always hangs in "Microsoft Visual Studio 2010 Ultimate" and the rest
isn't installed. I've tried also the Custom install, selecting just Visual
Basic but it hangs in the same step.
Thank you.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37746
Bug ID: 37746
Summary: Unable to load mfc120.pdb
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: lucas.sarie(a)trad.fr
Distribution: ---
Created attachment 50259
--> https://bugs.winehq.org/attachment.cgi?id=50259
winedump mfc120u.pdb
I am trying to debug my software, and winedbg is not able to load mfc120u.pdb.
When i try to load the pdb with winedump i got the following error message
"unexpected value" (see complete output)
I am not able to attach mfc120u.pdb due to the limit of 1KB, if you want it
tell me.
--
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=29739
Bug #: 29739
Summary: Microsoft Visual Studio 2010 installer wants to update
MSI to 4.5.6001.22299 (Wine: 4.5.6001.22159)
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
the Visual Studio 2010 installer tries to install "Microsoft Windows Installer
4.5 Update (x86)".
http://blogs.msdn.com/b/windows_installer_team/archive/2008/12/05/update-to…
Installer prerequisite checks log:
--- snip ---
...
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 (x86) - Windows XP ==
[01/29/12,14:01:09] This component uses the FileVersionCheck version check
method. It will compare a given version against the version of a file on your
machine.
[01/29/12,14:01:09] The file to be verified is C:\windows\system32\msi.dll.
[01/29/12,14:01:09] Version on user's machine: 4.5.6001.22159
[01/29/12,14:01:09] Version to be installed: 4.5.6001.22159
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 (x86) - Windows XP ==
Component to be removed from installation list because a later version is on
the machine.
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 Update (x86) - Windows XP
==
[01/29/12,14:01:09] This component uses the FileVersionCheck version check
method. It will compare a given version against the version of a file on your
machine.
[01/29/12,14:01:09] The file to be verified is C:\windows\system32\msi.dll.
[01/29/12,14:01:09] Version on user's machine: 4.5.6001.22159
[01/29/12,14:01:09] Version to be installed: 4.5.6001.22299
[01/29/12,14:01:09] Microsoft Windows Installer 4.5 Update (x86) - Windows XP
== Component to be installed.
...
--- snip ---
The update installer fails in the end due to bug 6194 (considered not
critical).
It might be useful to have Wine msi dll version resource updated to
4.5.6001.22299 to prevent installation in first place.
Regards
--
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=35419
Bug ID: 35419
Summary: WindowsXP-KB932716-v2-x86-ENU.exe fails to install
(path not found)
Product: Wine
Version: 1.7.7
Hardware: x86
URL: http://download.cnet.com/Windows-7-USB-DVD-Download-To
ol/3000-18513_4-10972600.html
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Classification: Unclassified
A user in #winehq asked about Windows7-USB-DVD-tool.exe, so I gave it a quick
try. It quickly fails, saying saying installation step failed. Looking at its
log, it fails trying to install WindowsXP-KB932716-v2-x86-ENU.exe.
Trying that on its own fails, with an error dialog saying 'Path not found.'.
I've attach a relay,seh,tid trace for that installer.
austin@aw25 ~ $ du -h Windows7-USB-DVD-tool.exe
948K Windows7-USB-DVD-tool.exe
austin@aw25 ~ $ sha1sum Windows7-USB-DVD-tool.exe
2bdb9c36a89a8633ebaadf5dd10aa004019901e2 Windows7-USB-DVD-tool.exe
austin@aw25 ~ $ sha1sum WindowsXP-KB932716-v2-x86-ENU.exe
9f8f8369716f6100ea04b6549aaf8e2a22fb0042 WindowsXP-KB932716-v2-x86-ENU.exe
austin@aw25 ~ $ du -h WindowsXP-KB932716-v2-x86-ENU.exe
760K WindowsXP-KB932716-v2-x86-ENU.exe
austin@aw25 ~ $ wine --version
wine-1.7.11
Windows7-USB-DVD-tool.exe is available from cnet.com. The hotfix requires WGA
to download from microsoft.com
(http://www.microsoft.com/en-us/download/details.aspx?id=17073) or can be
extracted from Windows7-USB-DVD-tool.exe (it's in the temp folder after
installation fails).
--
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=18003
Summary: Microsoft Terminal Services 6.1 wont install
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)doty.ru
While installing Microsoft Terminal Services Client 6.1 (version for WinXP SP2
-
http://download.microsoft.com/download/7%2f9%2f0%2f79015acb-d0a1-409a-910c-…)
I see copying files progressbar but then a message box "Path not found!"
appeared.
Seems that installer checks OS service pack version and cannot find this info.
Relay log before this message attached.
--
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.