[Bug 31640] New: hugin's enfuse.exe crashes without native vcomp100.dll (purist)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 7 23:20:12 CDT 2012


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 at winehq.org
        ReportedBy: dank at 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_2011.2.0_32bit_Windows.exe/download
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.

-- 
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.



More information about the wine-bugs mailing list