http://bugs.winehq.org/show_bug.cgi?id=27380
Summary: xvid 1.3.2 installer crashes in unattended mode Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To reproduce: wget http://www.koepi.info/Xvid-1.3.2-20110601.exe wine Xvid-1.3.2-20110601.exe --mode unattended --decode_divx 1 --decode_3ivx 1 --decode_other 1
This fails with
err:module:find_forwarded_export function not found for forward 'msvcrt._except_handler4_common' used by L"C:\windows\system32\msvcr90.dll". If you are using builtin L"msvcr90.dll", try using the native one instead. ... wine: Call from 0x7bc4a640 to unimplemented function msvcrt.dll._set_printf_count_output, aborting
on exit.
diff -ur shows
-Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : Program ended with an error exit code +Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : child killed: unknown signal
but no obvious problems... maybe it's a benign crash. (I haven't tested the codec to see if it still works.)
"winetricks vcrun2008" prevents the warning.