https://bugs.winehq.org/show_bug.cgi?id=24388
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Summary|Exposure crashes while |Exposure 3.0 crashes while |creating exposure image |creating exposure image
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
same as comment #2 - I can't reproduce this with recent Wine version. Resolving 'FIXED'.
Prerequisite: 'winetricks -q mfc42' (bug 657)
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Exposure
$ wine ./Exposure.exe err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Exposure\Exposure.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Exposure\Exposure.exe" failed, status c0000135 --- snip ---
Also: 'winetricks -q allcodecs'
--- snip --- $ WINEDEBUG=+msgbox wine ./Exposure.exe fixme:avicap:capCreateCaptureWindowW (L"My Own Capture Window", c0000000, 00000000, 00000000, 00000140, 000000f0, (nil), 00000000): stub trace:msgbox:MSGBOX_OnInit L"Could not find camera! Please plug a camera in and try again." err:msvideo:ICLocate Required media codec 'vidc cvid' not found! trace:msgbox:MSGBOX_OnInit L"Could not open AVI file!" --- snip ---
With these prerequisites satisfied it loads and processes the .avi file(s) and created output 'result.jpg' (albeit with watermark in demo version)
--- snip --- -=[ ProtectionID v0.6.6.7 DECEMBER]=- (c) 2003-2015 CDKiLLER & TippeX Build 24/12/14-22:48:13 Ready... Scanning -> C:\Program Files\Exposure\Exposure.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 385024 (05E000h) Byte(s) Compilation TimeStamp : 0x4A81B259 -> Tue 11th Aug 2009 18:03:05 (GMT) [TimeStamp] 0x4A81B259 -> Tue 11th Aug 2009 18:03:05 (GMT) | PE Header | - | Offset: 0x000000F8 | VA: 0x004000F8 | - [File Heuristics] -> Flag #1 : 00000000000000000000000000000000 (0x00000000) [Entrypoint Section Entropy] : 6.00 (section #0) ".text " | Size : 0x4172 (16754) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 4 (0x4) | ImageSize 0x5E000 (385024) byte(s) [VersionInfo] Company Name : : FileDescription [VersionInfo] Product Name : Exposure [VersionInfo] Product Version : 3. 0. 0. 6 [VersionInfo] File Description : Exposure [VersionInfo] File Version : 3. 0. 0. 6 [VersionInfo] Original FileName : Exposure.EXE [VersionInfo] Internal Name : Exposure [VersionInfo] Legal Trademarks : B OriginalFilename [VersionInfo] Legal Copyrights : Copyright (C) 2009 Nimisis.com [CompilerDetect] -> Visual C++ 6.0 [!] File appears to have no protection or is using an unknown protection - Scan Took : 0.239 Second(s) [0000000EFh (239) tick(s)] [499 of 573 scan(s) done] --- snip ---
$ sha1sum exposure_setup.msi 315c1663500b750c2ebe60 exposure_setup.msi
$ du -sh exposure_setup.msi 804K exposure_setup.msi
$ wine --version wine-1.8-rc2
Regards