[Wine] failed to load avisynth.dll

A3s wineforum-user at winehq.org
Mon Jan 16 08:55:57 CST 2012


Hi,

I'm running wine-fbsd64-1.3.23,1 on FreeBSD 9.0-STABLE amd64. (it still as a 32-bit wine)

I need to run avs2yuv.exe by using wine, which required avisynth.dll that I've installed successfully.

When invoking

Code:
> wine avs2yuv.exe xxx.avs -o test.y4m


I got

Code:
failed to load avisynth.dll



partial log after setting WINEDEBUG=+module,+dll: (full: http://paste2.org/p/1870127)

Code:
trace:module:MODULE_InitDLL (0x10000000 L"avisynth.dll",PROCESS_ATTACH,0x0) - CALL
trace:module:load_dll looking for L"KERNEL32.DLL" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system
trace:module:load_dll Found L"C:\\windows\\system32\\KERNEL32.dll" for L"KERNEL32.DLL" at 0x62810000, count=-1
trace:module:load_dll looking for L"ADVAPI32.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system
trace:module:load_dll Found L"C:\\windows\\system32\\advapi32.dll" for L"ADVAPI32.dll" at 0x623b0000, count=14
trace:module:load_dll looking for L"AVIFIL32.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system
trace:module:load_dll Found L"C:\\windows\\system32\\avifil32.dll" for L"AVIFIL32.dll" at 0x629a0000, count=2
trace:module:load_dll looking for L"DevIL.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system;C:
trace:module:load_dll Found L"C:\\windows\\system32\\DevIL.dll" for L"DevIL.dll" at 0x520000, count=2
trace:module:load_dll looking for L"GDI32.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system;C:
trace:module:load_dll Found L"C:\\windows\\system32\\gdi32.dll" for L"GDI32.dll" at 0x62bd0000, count=8
trace:module:load_dll looking for L"MSACM32.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system;
trace:module:load_dll Found L"C:\\windows\\system32\\msacm32.dll" for L"MSACM32.dll" at 0x629e0000, count=3
trace:module:load_dll looking for L"MSVCP60.dll" in L"C:\\windows\\system32;.;C:\\windows\\system32;C:\\windows\\system;
trace:module:load_dll Found L"C:\\windows\\system32\\msvcp60.dll" for L"MSVCP60.dll" at 0x62f90000, count=2
trace:module:MODULE_InitDLL (0x10000000,PROCESS_ATTACH,0x0) - RETURN 0
trace:module:MODULE_InitDLL (0x10000000 L"avisynth.dll",PROCESS_DETACH,0x0) - CALL
trace:module:MODULE_InitDLL (0x10000000,PROCESS_DETACH,0x0) - RETURN 1
trace:module:process_attach (L"avisynth.dll",0x0) - END
trace:module:LdrUnloadDll (0x10000000)
trace:module:LdrUnloadDll (L"avisynth.dll") - START




It seems that it does try to load avisynth.dll, but fails.
I can't find out where the problem is.
Any help will be appreciated, thanks!!







More information about the wine-users mailing list