http://bugs.winehq.org/show_bug.cgi?id=24388
Summary: Exposure crashes while creating exposure image Product: Wine Version: 1.3.2 Platform: x86 URL: http://www.nimisis.com/projects/exposure.php OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
this handy little app creates an image out of a webcamcapture or avi-file, as if you would take a picture with a camera with a long shuttertime.
Steps to reproduce: i did:
1.winetricks allcodecs 2.Run exposure, and choose "From AVI --> Browse" 3. Select an AVI-file , then do "Load from AVI"
It crashes right away; with native avifil32 the crash is gone. There is no avifil32 component in bugzilla. I'll attach a +relay,tid,+seh log
http://bugs.winehq.org/show_bug.cgi?id=24388
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-09-13 16:16:19 CDT --- Created an attachment (id=30733) --> (http://bugs.winehq.org/attachment.cgi?id=30733) +relay,+seh,+tid log
http://bugs.winehq.org/show_bug.cgi?id=24388
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=24388
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com
https://bugs.winehq.org/show_bug.cgi?id=24388
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- I used this as avi sample
wget http://www.engr.colostate.edu/me/facil/dynamics/files/flame.avi
Doesn't crash for me 1.7.50
https://bugs.winehq.org/show_bug.cgi?id=24388
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
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
https://bugs.winehq.org/show_bug.cgi?id=24388
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc3.