http://bugs.winehq.org/show_bug.cgi?id=29648
Bug #: 29648 Summary: Failed to load avisynth.dll on FreeBSD Product: Wine Version: 1.1.37 Platform: x86 OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adiosf6f@gmail.com Classification: Unclassified
Created attachment 38428 --> http://bugs.winehq.org/attachment.cgi?id=38428 WINEDEBUG=+module,+dll
csh> wine avs2yuv.exe hi.avs -o hi.y4m failed to load avisynth.dll
Reproduce:
1. install wine from ports. 2. download avisynth installer http://sourceforge.net/projects/avisynth2/files/AviSynth_Alpha_Releases/AVS%...
3. wine AVISYNTH_INSTALLER.exe (to get avisynth.dll install) 4. download avs2yuv.exe http://akuvian.org/src/avisynth/avs2yuv/avs2yuv.exe 6. > touch hi.avs (make empty avs file) 7. wine avs2yuv.exe hi.avs -o hi.y4m
confirmed under FreeBSD 9.0R amd64, wine-1.3.36 wine-1.3.37 fresh-installed FreeBSD 8.2R i386, wine-1.3.37
I'm sure the above command works under Linux.