https://bugs.winehq.org/show_bug.cgi?id=46125
Bug ID: 46125
Summary: DOS input redirection attempts are not passed into
DOSBox temporary config file
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
Assignee: wine-bugs(a)winehq.org
Reporter: s.maddox(a)lantizia.me.uk
Distribution: ---
Created attachment 62771
--> https://bugs.winehq.org/attachment.cgi?id=62771
Screenshot of DOSBox running when prompted to by Wine
Lo,
So I basically stumbled upon this one when trying to apply a patch for a game,
although the patch was an InstallShield 5 program (self-extracting with
PackageForTheWeb) - the patching would actually be done by it just calling an
exe->pif->bat that runs a 16-bit zip.exe program which updates a ZIP file of
the games with some replacement files.
I've worked out this is a Wine issue and there is an easier way to test it (as
the patch above would need you to have the game installed etc...)
# Grab an old 16-bit version of zip.exe (or anything that takes stdin using the
'<' symbol)
wget ftp://retronn.de/mirrors/garbo/pc/goldies/zip20x.zip
unzip zip20x.zip zip.exe
# Run it
wine cmd /c 'zip -@ x.zip < zip.exe'
# Witness what you will see in the screenshot I have attached.
The '< zip.exe' portion of the command just isn't written to the DOSBox
temporary config file... (e.g.
/home/lantizia/.wine/dosdevices/c:/users/lantizia/Temp/cfg4950.tmp )
[autoexec]
mount -z y
mount c /home/lantizia/.wine/dosdevices/c:
mount d /home/lantizia/.wine/dosdevices/d:
mount e /home/lantizia/.wine/dosdevices/e:
mount z /home/lantizia/.wine/dosdevices/z:
Z:
cd \home\lantizia\DOWN~NTG
config -securemode
Z:\home\lantizia\DOWN~NTG\zip.exe -@ x.zip
exit
--
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=35829
Bug ID: 35829
Summary: PowerDVD 10 trial installer calls 'reg.exe' with
unhandled 'load' and 'unload' commands
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says...
Prerequisite: 'winetricks -q mfc42'
Nothing serious, it's just some scary looking console output.
Just 'knowing' the options and adding some FIXME should be ok for now.
Found with PowerDVD 10 trial installer.
--- snip ---
...
0025:trace:process:create_process_impl app (null) cmdline
L"C:\\windows\\system32\\reg.exe load HKEY_USERS\\PDVD10DVD \"C:\\Documents
and Settings\\Default User\\NTUSER.DAT\""
...
Error: Invalid command line parameters
0025:trace:process:create_process_impl app (null) cmdline
L"C:\\windows\\system32\\reg.exe unload HKEY_USERS\\PDVD10DVD"
...
Error: Invalid command line parameters
--- snip ---
MSDN:
http://technet.microsoft.com/en-us/library/cc742053.aspx (reg load)
http://technet.microsoft.com/en-us/library/cc742043.aspx (reg unload)
$ sha1sum CyberLink.2113\(Trial\)_DVD100611-20.exe
1bfb0579b4f6aa52b0a4a0dd66642327714944f1
CyberLink.2113(Trial)_DVD100611-20.exe
$ du -sh CyberLink.2113\(Trial\)_DVD100611-20.exe
119M CyberLink.2113(Trial)_DVD100611-20.exe
$ wine --version
wine-1.7.14-207-g8199430
Regards
--
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=45096
Bug ID: 45096
Summary: MPC-HC Failed to initialize DXVA2
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: amie1972(a)163.com
Distribution: ---
open video file in MPC-HC get an error
message:DXVA2CreateDirect3DDeviceManager9 failed,then play normally(with the
workaround using quartz from winetricks)and it costs two times of CPU usage
than native media player.
--
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=44769
Bug ID: 44769
Summary: unable to run lumen software
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nmad1(a)nmad1.plus.com
Distribution: ---
Created attachment 60790
--> https://bugs.winehq.org/attachment.cgi?id=60790
Lumen backtrace
I am trying to use software called Lumen for the Light camera, which is only
available in either a Windows or IOS version. The windows version is available
from
https://light.co/lumen/windows
Besides the Lumen (Beta) software, the installer installs Qt Licensed Software
Redistributables and Visual Studio C++ Runtime Redistributables. In order to
get the latter to install, I followed a suggestion to use the Windows XP
version in winecfg for the installer. This seems to do the trick with the
installation. However, when I try to run the software, it bombs out. A
backtrace is posted here.
--
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=42085
Bug ID: 42085
Summary: Crash when copy/past object
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.mare(a)gmail.com
Distribution: ---
Created attachment 56597
--> https://bugs.winehq.org/attachment.cgi?id=56597
Crash when I use 'past' functionnality.
When I use copy/past function under B4A (Basic 4 Android) wineHQ crash.
System crash with 'past' method.
sorry for my bad english!
--
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=44494
Bug ID: 44494
Summary: Unhandled exception: unimplemented function
UxTheme.dll.SetWindowThemeAttribute called in 32-bit
code (0x7bc51219).
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: nmad1(a)nmad1.plus.com
Distribution: ---
Created attachment 60454
--> https://bugs.winehq.org/attachment.cgi?id=60454
backtrace
unimplemented function in uxtheme.dll
--
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=12519
Summary: Yahoo! Widget Engine wont start, OLEPictureImpl_Load
Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wwarsin(a)gmail.com
Created an attachment (id=12075)
--> (http://bugs.winehq.org/attachment.cgi?id=12075)
Output from terminal
Yahoo! Widget Engine 4.5 Wont start - fixme:ole:OLEPictureImpl_Load Failure
while reading picture header (hr is 0, nread is 0).
Installs fine, but wont start
--
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=15632
Summary: InspireData crashes when starting new project
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=16667)
--> (http://bugs.winehq.org/attachment.cgi?id=16667)
InspireData crash log
After downloading the InspireData Trial from http://inspiration.com/Freetrial,
and installing it (MS Core fonts are required), the application is started.
After clicking "Continue" the Main Menu is displayed.
After clicking "New", the following messages are displayed: "InspireData has
encountered an error which prevents the completion of your action. Please
choose Quit to exit InspireData. Please choose Continue to attempt to recover
from this error" and "InspireData encountered an error while waiting for your
response. InspireData will now exit." After clicking OK, the application exits.
The crash produces an error log, which I have 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.
https://bugs.winehq.org/show_bug.cgi?id=42232
Bug ID: 42232
Summary: Sort version list by version number
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://appdb.winehq.org/objectManager.php?sClass=appl
ication&iId=13986
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cges30901(a)gmail.com
Distribution: ---
Versions of LINE (Powered by Naver) is not sorted correctly. Version 4.10.x.x
and 4.11.x.x is not at the bottom of the list. I guess this is because '1' in
10 is less than '3'?
--
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=36964
Bug ID: 36964
Summary: Unity3D crashes on startup license activation window
(has workaround)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: Pendrokar(a)gmail.com
What crashes is the license window, a workaround is to add a key to the Wine
registry:
wine reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v ProductId
/t REG_SZ /d 12345-oem-0000001-54321
To install Unity to reproduce this bug only installing fonts might be the only
prerequisite.
--
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=32227
Bug #: 32227
Summary: wine doesent let me to run P2kCommander-V6.0.0
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correoparabasuraytodolodemas(a)gmail.com
Classification: Unclassified
Created attachment 42504
--> http://bugs.winehq.org/attachment.cgi?id=42504
imagen del error tirado por wine
quisiera saber que tengo que hacer para usar software p2k para plataformas p2k
de celulares.
--
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=9366
Summary: QuickTimePlayer 7.2.0.240 aborts on unimplemented
function gdiplus.dll.GdipCreateRegion
Product: Wine
Version: CVS
Platform: Other
URL: http://www.apple.com/quicktime/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Quicktime player 7.2.0.240 requires Windows XP or higher,
so you have to run winecfg to set windows version before trying to install.
The app installs, but trying to start it fails with
wine: Call from 0x7ee1cf20 to unimplemented function
gdiplus.dll.GdipCreateRegion, aborting
Installing native gdiplus gets the app to start
and mostly run; I was able to watch a lunar lander
movie clip. (I wasn't able to quit the app, though! :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9860
Summary: GDIPlus Function
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gicgioc(a)tiscali.it
MSN 8.1 doesn't start because gdiplus:GdipImageSelectActiveFrame not
implemented
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14196
Summary: eclipse 3.4 crashes when starting
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.eclipse.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bskaplan14(a)yahoo.com
Created an attachment (id=14469)
--> (http://bugs.winehq.org/attachment.cgi?id=14469)
A copy of everything printed in the shell when eclipse crashes
When trying to load eclipse 3.4 (Ganymede), the splash screen appears. Then,
wine has some errors and a message appears saying eclipse had an error and to
check the log file.
--
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=30433
Bug #: 30433
Summary: Nikon CaptureNX Version 2.3.0 Crashes after Start
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flexayagi(a)gmx.de
Classification: Unclassified
Created attachment 39794
--> http://bugs.winehq.org/attachment.cgi?id=39794
Backtrace of the CaptureNX2 crash
Nikon CaptureNX Version 2.3.0 Crashes after Start.
Running System: Ubuntustudio 11.10, Wine 1.4 with Installed .NET 2 & 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=32929
Bug #: 32929
Summary: Microsoft Expression Design 4 (Free Version) needs
windowscodecsext.dll.WICCreateColorTransform_Proxy
Product: Wine
Version: 1.5.23
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
Hell folks,
as the summary says ...
Prerequisite: 'winetricks -q dotnet40 corefonts'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine
Managed backtrace:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft Expression/Design 4
...
$ WINEDLLOVERRIDES="d3d9=d" wine ./Design.exe
...
wine: Call from 0x7b83aa73 to unimplemented function
windowscodecsext.dll.WICCreateColorTransform_Proxy, aborting
...
fixme:shell:URL_ParseUrl failed to parse
L"Microsoft.Expression.Framework.resources"
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10076
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x1007c
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.Runtime.InteropServices.SEHException: External component has thrown an
exception.
at
MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CreateColorTransform(BitmapSourceSafeMILHandle&
ppWICColorTransform)
at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource
source, ColorContext sourceColorContext, ColorContext destinationColorContext,
PixelFormat format)
at System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame
frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, BitmapPalette palette)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri
baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at
System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext
context, CultureInfo culture, Object value)
at
System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider
serviceProvider)
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.23-85-g06fc71a
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=32862
Bug #: 32862
Summary: Microsoft Expression Design 4 (Free Version) needs
WindowsCodecsExt.dll (Microsoft Windows Codecs
Extended Library)
Product: Wine
Version: 1.5.22
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,
now that Microsoft Expression Design 4 (Free Version) installs successfully it
fails on startup.
Prerequisite: 'winetricks -q dotnet40 corefonts'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine
Managed backtrace:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft Expression/Design 4
...
$ WINEDLLOVERRIDES="d3d9=d" wine ./Design.exe
...
Unhandled Exception: System.Windows.Markup.XamlParseException: Provide value on
'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception. --->
System.DllNotFoundException: Unable to load DLL 'WindowsCodecsExt.dll':
Exception from HRESULT: 0x8007007E
at
MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CreateColorTransform(BitmapSourceSafeMILHandle&
ppWICColorTransform)
at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource
source, ColorContext sourceColorContext, ColorContext destinationColorContext,
PixelFormat format)
at System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame
frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, BitmapPalette palette)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri
baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
...
--- snip ---
Also interesting stuff (for later improvements):
--- snip ---
fixme:wincodecs:ColorContext_InitializeFromFilename
(0x1148f468,L"C:\\windows\\system32\\spool\\drivers\\color\\sRGB Color Space
Profile.icm")
fixme:wincodecs:TiffFrameDecode_GetColorContexts (0x114f5970,0,(nil),0x329594):
stub
fixme:wincodecs:TiffDecoder_GetColorContexts (0x114f5be8,0,(nil),0x329594)
fixme:wintab32:X11DRV_WTInfoW WTI_INTERFACE unhandled index 9
fixme:wintab32:X11DRV_WTInfoW Unhandled Category 300
fixme:wintab32:X11DRV_WTInfoW Unhandled Category 3325804
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.22-265-g07be9f0
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=32847
Bug #: 32847
Summary: Microsoft Expression Design 4 (Free Version) installer
needs windowscodecs IcoFrameDecode_GetThumbnail impl
Product: Wine
Version: 1.5.22
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,
Microsoft Expression Design 4 (Free Version) installer needs windowscodecs
IcoFrameDecode_GetThumbnail
Prerequisite: 'winetricks -q dotnet40'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine ./Design_Trial_en.exe
--- snip ---
...
fixme:wincodecs:IcoFrameDecode_GetThumbnail (0x1993d0,0x841d074)
...
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.Windows.Markup.XamlParseException: Initialization of
'System.Windows.Media.Imaging.BitmapImage' threw an exception. --->
System.NotImplementedException: The method or operation is not implemented.
at System.Windows.Media.Imaging.BitmapFrameDecode.EnsureThumbnail()
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapImage.EndInit()
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType
xamlType, Object obj, Boolean begin)
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/5e10f2e0ec896a275d69b77bfe699e84…
--- snip ---
200 static HRESULT WINAPI IcoFrameDecode_GetThumbnail(IWICBitmapFrameDecode
*iface,
201 IWICBitmapSource **ppIThumbnail)
202 {
203 FIXME("(%p,%p)\n", iface, ppIThumbnail);
204 return E_NOTIMPL;
205 }
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.22-221-g22f8205
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=32853
Bug #: 32853
Summary: Microsoft Expression Design 4 (Free Version) installer
fails while trying to check for msi.dll file version
(MsiGetFileVersion)
Product: Wine
Version: 1.5.22
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 folks,
Microsoft Expression Design 4 (Free Version) installer still fails.
Prerequisite: 'winetricks -q dotnet40'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine ./Design_Trial_en.exe
Managed backtrace:
--- snip ---
(29.44): CLR exception - code e0434352 (first chance)
OS Thread Id: 0x44 (5)
Child SP IP Call Site
093bd8f0 7b83aa73 [HelperMethodFrame: 093bd8f0]
093bd940 08c719e0
Microsoft.WindowsInstaller.Installer.FileVersion(System.String)
093bd958 08c718c4 Microsoft.WindowsInstaller.Installer.get_Version()
093bd968 08c71454 XSetupAct.ConfigMSI.CheckSupportedMsiVersion()
093bd9dc 08c71129 XSetupAct.ConfigMSI.OnTaskWorkerDoWork(System.Object,
System.ComponentModel.DoWorkEventArgs)
093bda10 0439721a
System.ComponentModel.BackgroundWorker.OnDoWork(System.ComponentModel.DoWorkEventArgs)
093bda24 04397121
System.ComponentModel.BackgroundWorker.WorkerThreadStart(System.Object)
093bdc3c 791421db [HelperMethodFrame_PROTECTOBJ: 093bdc3c]
System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr,
System.Object[], System.Object, Int32, Boolean, System.Object[] ByRef)
093bdf90 04396032
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,
System.Runtime.Remoting.Messaging.IMessageSink)
093bdff4 04395ea5
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()
093be000 04395e59
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
093be008 04395c9d
System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
093be010 04395aa9
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean)
093be034 0439588b
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
093be048 04394ea6 System.Threading.ThreadPoolWorkQueue.Dispatch()
093be094 04394c3c
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
093be454 791421db [DebuggerU2MCatchHandlerFrame: 093be454]
--- snip ---
Relay trace log:
--- snip ---
...
002e:Call msi.MsiGetFileVersionW(013f03f8
L"C:\\windows\\system32\\Msi.dll",0458da50,0458db44,00000000,0458db40)
ret=08fd03f2
002e:trace:msi:MsiGetFileVersionW L"C:\\windows\\system32\\Msi.dll" 0x458da50 0
(nil) 0
002e:Call version.GetFileVersionInfoSizeW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000) ret=7ce994ca
...
002e:Ret version.GetFileVersionInfoSizeW() retval=000006ac ret=7ce994ca
002e:Call ntdll.RtlAllocateHeap(00110000,00000000,000006ac) ret=7ce904de
002e:Ret ntdll.RtlAllocateHeap() retval=072efeb8 ret=7ce904de
002e:Call version.GetFileVersionInfoW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000,000006ac,072efeb8) ret=7ce99541
...
002e:Ret version.GetFileVersionInfoW() retval=00000001 ret=7ce99541
002e:Call version.VerQueryValueW(072efeb8,7cef66fe L"\\",0458d904,0458d908)
ret=7ce99592
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce99592
002e:Call version.VerQueryValueW(072efeb8,7cef57c0
L"\\VarFileInfo\\Translation",0458d900,0458d908) ret=7ce9968a
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce9968a
002e:Call ntdll.RtlFreeHeap(00110000,00000000,072efeb8) ret=7ce90514
002e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ce90514
002e:Ret msi.MsiGetFileVersionW() retval=000000ea ret=08fd03f2
...
--- snip ---
MsiGetFileVersionW() is called a second time, now with pcchVersionBuf properly
set (++pcchVersionBuf of first call):
--- snip ---
...
002e:Call msi.MsiGetFileVersionW(013f03f8
L"C:\\windows\\system32\\Msi.dll",0458da58,0458db44,00000000,0458db40)
ret=08fd03f2
002e:trace:msi:MsiGetFileVersionW L"C:\\windows\\system32\\Msi.dll" 0x458da58
15 (nil) 4
002e:Call version.GetFileVersionInfoSizeW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000) ret=7ce994ca
...
002e:Ret version.GetFileVersionInfoSizeW() retval=000006ac ret=7ce994ca
002e:Call ntdll.RtlAllocateHeap(00110000,00000000,000006ac) ret=7ce904de
002e:Ret ntdll.RtlAllocateHeap() retval=072efeb8 ret=7ce904de
002e:Call version.GetFileVersionInfoW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000,000006ac,072efeb8) ret=7ce99541
...
002e:Ret version.GetFileVersionInfoW() retval=00000001 ret=7ce99541
002e:Call version.VerQueryValueW(072efeb8,7cef66fe L"\\",0458d914,0458d918)
ret=7ce99592
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce99592
002e:Call version.VerQueryValueW(072efeb8,7cef57c0
L"\\VarFileInfo\\Translation",0458d910,0458d918) ret=7ce9968a
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce9968a
002e:Call ntdll.RtlFreeHeap(00110000,00000000,072efeb8) ret=7ce90514
002e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ce90514
002e:Ret msi.MsiGetFileVersionW() retval=000000ea ret=08fd03f2
...
002e:Call
KERNEL32.FormatMessageA(00001200,00000000,000000ea,00000000,072ef688,00000400,00000000)
ret=08fd0b83
002e:Ret KERNEL32.FormatMessageA() retval=00000016 ret=08fd0b83
...
002e:Call KERNEL32.MultiByteToWideChar(00000000,00000001,072ef688 "More data
available.\r\n",ffffffff,013f0db0,00000017) ret=793eddaa
...
002e:Call msi.MsiGetLastErrorRecord() ret=08fd0cac
002e:fixme:msi:MsiGetLastErrorRecord
002e:Ret msi.MsiGetLastErrorRecord() retval=00000000 ret=08fd0cac
002e:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0458da44)
ret=791cac08
002e:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b83aa73
ip=7b83aa73 tid=002e
002e:trace:seh:raise_exception info[0]=80131501
002e:trace:seh:raise_exception info[1]=00000000
002e:trace:seh:raise_exception info[2]=00000000
002e:trace:seh:raise_exception info[3]=00000000
002e:trace:seh:raise_exception info[4]=79140000
002e:trace:seh:raise_exception eax=7b826849 ebx=7b8b96b0 ecx=79140000
edx=0458d928 esi=0458da00 edi=0458d980
002e:trace:seh:raise_exception ebp=0458d958 esp=0458d8f4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283
...
--- snip ---
Pseudo code of app:
--- snip ---
int cchVersionBuf = 0;
int cchLangBuf = 0;
int ret = MsiGetFileVersion( path, szVersionBuf, &cchVersionBuf, NULL,
&cchLangBuf);
if( ret == 0xea) {
reserve( szVersionBuf, ++cchVersionBuf);
ret = MsiGetFileVersion( path, szVersionBuf, &cchVersionBuf, NULL,
&cchLangBuf);
}
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370122%28v=vs.85%…
--- quote ---
...
The MsiGetFileVersion returns the version string and language string in the
format that the installer expects to find them in the database. If you want
only version information, set lpLangBuf and pcchLangBuf to 0 (zero).
...
lpVersionBuf [out]
Returns the file version.
Set to 0 for language information only.
pcchVersionBuf [in, out]
In and out buffer count as the number of TCHAR.
Set to 0 (zero) for language information only. On input, this is the full
size of the buffer, including a space for a terminating null character. If the
buffer passed in is too small, the count returned does not include the
terminating null character.
lpLangBuf [out]
Returns the file language.
Set to 0 (zero) for version information only.
pcchLangBuf [in, out]
In and out buffer count as the number of TCHAR.
Set to 0 (zero) for version information only. On input, this is the full
size of the buffer, including a space for a terminating null character. If the
buffer passed in is too small, the count returned does not include the
terminating null character.
--- quote ---
Source:
http://source.winehq.org/git/wine.git/blob/5891ce25e5b45e69611c2848b87f9bf7…
---snip ---
3155 static UINT get_file_version( const WCHAR *path, WCHAR *verbuf, DWORD
*verlen,
3156 WCHAR *langbuf, DWORD *langlen )
3157 {
...
3180 if (verlen)
3181 {
3182 if (VerQueryValueW( version, szVersionResource, (LPVOID *)&ffi,
&len ) && len > 0)
3183 {
3184 sprintfW( tmp, szVersionFormat,
3185 HIWORD(ffi->dwFileVersionMS),
LOWORD(ffi->dwFileVersionMS),
3186 HIWORD(ffi->dwFileVersionLS),
LOWORD(ffi->dwFileVersionLS) );
3187 if (verbuf) lstrcpynW( verbuf, tmp, *verlen );
3188 len = strlenW( tmp );
3189 if (len >= *verlen) ret = ERROR_MORE_DATA;
3190 *verlen = len;
3191 }
3192 else
3193 {
3194 if (verbuf) *verbuf = 0;
3195 *verlen = 0;
3196 }
3197 }
3198 if (langlen)
3199 {
3200 if (VerQueryValueW( version, szLangResource, (LPVOID *)&lang, &len
) && len > 0)
3201 {
3202 sprintfW( tmp, szLangFormat, *lang );
3203 if (langbuf) lstrcpynW( langbuf, tmp, *langlen );
3204 len = strlenW( tmp );
3205 if (len >= *langlen) ret = ERROR_MORE_DATA;
3206 *langlen = len;
3207 }
3208 else
3209 {
3210 if (langbuf) *langbuf = 0;
3211 *langlen = 0;
3212 }
3213 }
3214 msi_free( version );
3215 return ret;
3216 }
---snip ---
It seems the app wants only version information but additionally passes
"langlen" by reference (.NET code).
Both, "verlen" and "langlen" ref values get set by MsiGetFileVersion() during
first call.
"verlen" is properly increased by app (NULL terminator) but "langlen" ref value
is ignored by app -> passed again unmodified at second call.
Wine returns ERROR_MORE_DATA because it thinks the app also wants language
information, passing insufficient langlen, leading to app failure.
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=33140
Bug #: 33140
Summary: Photos opened in Nikon Capture NX 2.4 have inverted
red and blue channel for displaying.
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noxx(a)free.fr
Classification: Unclassified
Created attachment 43839
--> http://bugs.winehq.org/attachment.cgi?id=43839
Screenshot with inverted red/blue opened photo and properly displayed
thumbnails (on the left)
When I open a photo (NEF or JPG) in Capture NX 2.4, the picture looks great,
except the blue and the red channels are inverted (see attachement).
The rest seems to work good enough to be used everyday (including the
thumbnails and UI, that are displayed with the right colors).
Working on this photo and saving it give a file with right colors (if not
opened in Capture NX and Wine of course).
Originals files have been tested with others softwares (Showfoto, aftershot
pro...) to be sure the matter doesn't come from file.
The install of Capture NX 2 was done as following :
- Forced 32 bits prefix (I'm on Ubuntu 64 bits)
- Regedit before install :
HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideWithRender=N
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\OnlyUseLatestCLR=dword:00000001
- winetricks dotnet20sp2 dotnet40 gdiplus mfc40 mfc42 vcrun2010
- install the demo version (entering serial key also work)
I use Ubuntu 12.10 64bit and have an AMD graphic card with catalyst driver.
Tell if you need any other info about this bug or my config.
I hope I fill the bug righty as the wiki.winehq.org is down actually
--
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=12414
Summary: Nikon Capture NX does not start
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sciamano(a)iwcdesign.com
Created an attachment (id=11932)
--> (http://bugs.winehq.org/attachment.cgi?id=11932)
Terminal output of the errors Nikon Capture NX 1.3 gives when launched
Running Kubuntu Linux Gutsy Gibbon (7.10) on a Pentium4 2.4GHz and 2Gb of RAM.
Nikon Capture 1.3 installs correctly but won't start.
Terminal log 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.
http://bugs.winehq.org/show_bug.cgi?id=32099
Bug #: 32099
Summary: Adventure Game Studio 3.2 Crashes on start with C++
Runtime Error
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
Created attachment 42318
--> http://bugs.winehq.org/attachment.cgi?id=42318
error message
Adventure Game Studio 3.2 Crashes on start with C++ Runtime Error. It shows the
same error dialogue box (see screenshot) twice then hangs with this in the
terminal:
err:module:find_forwarded_export module not found for forward
'msvcm80.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ'
used by L"C:\\windows\\system32\\msvcm90.dll"
err:module:find_forwarded_export module not found for forward
'msvcm80.?RegisterModuleUninitializer@<CrtImplementationDetails>@@YAXP$AAVEventHandler@System@@@Z'
used by L"C:\\windows\\system32\\msvcm90.dll"
wine: Call from 0x7bc4c1f0 to unimplemented function
msvcm90.dll.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ,
aborting
err:seh:setup_exception_record stack overflow 1900 bytes in thread 0009 eip
7bc554d3 esp 00230bc4 stack 0x230000-0x231000-0x330000
Adventure Game Studio 3.2 can be downloaded from:
http://www.adventuregamestudio.co.uk/AGS.aspx
--
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=36473
Bug ID: 36473
Summary: SketchUp Make 2014: welcome dialog opens some web
content in external browser
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ryan(a)nardis.ca
Ubuntu 14.04, Wine version 1.7.18 and wine-gecko version 2.24 from the
ubuntu-wine PPA.
Starting SketchUp Make 2014 for the first or second time, I should see the
first-time welcome page [1] embedded in the Welcome dialog. Instead, two
instances of my native (Linux) browser open to that page, and the embedded
content is from a local source [2].
[1] http://help.sketchup.com/en/in-product/2014/make/ww/initial
[2]
file:///C:/Program%20/Files/SketchUp/SketchUp%202014/Resources/en-US/welcomescreen/learntabmakeevalinitialrun.html
On subsequent runs (starting from the third) the content changes depending on
how much time remains on the evaluation license, but the behaviour is the same.
Starting SketchUp with more than half the evaluation time remaining, I get two
instances of [3] in my native browser, and [4] in the embed.
[3] http://help.sketchup.com/en/in-product/2014/make/ww/first-half
[4]
file:///C:/Program%20Files/SketchUp/SketchUp%202014/Resources/en-US/welcomescreen/learntabmakeevalfirsthalf.html
Installing ie7 or ie8 via winetricks and overriding only urlmon makes it work
properly, so setting component to urlmon.
--
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.