http://bugs.winehq.org/show_bug.cgi?id=31640
Bug #: 31640 Summary: hugin's enfuse.exe crashes without native vcomp100.dll (purist) Product: Wine Version: 1.5.12 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: vcomp AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Andre Hentschel suggested this test case.
Download and run the installer from http://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2/HuginSetup_20... Then: cd ~/".wine/drive_c/Program Files/Hugin/bin" rm vcomp100.dll wget http://www.realworldimagery.com/Samples/peopl911.tif mv peopl911.tif a.tif wget http://www.realworldimagery.com/Samples/VEHIC200.tif mv VEHIC200.tif b.tif wine enfuse.exe --output=c.tif a.tif b.tif
Result: unimplemented function vcomp100.dll._vcomp_fork
FWIW, winedump -j import says it needs the following symbols from vcomp100:
omp_get_dynamic omp_get_max_threads omp_get_nested omp_get_num_procs omp_get_num_threads omp_get_thread_num omp_set_dynamic omp_set_nested _vcomp_fork _vcomp_for_static_end _vcomp_for_static_simple_init
Let's make this bug about the 32 bit version of enfuse.exe. Once that's working, let's do another bug for the 64 bit version and/or similar bugs for enblend.exe.