http://bugs.winehq.org/show_bug.cgi?id=5237
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
------- Additional Comments From dank@kegel.com 2006-22-06 11:45 ------- I grabbed wine from cvs from last night and installed, but cscript.exe still doesn't print a banner when it starts.
As James said, I had to copy mfc42.dll into windows\system32 first, or I got the error
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\windows\system32\vbscript.dll") not found
while installing. After doing that, however, cscript.exe still doesn't print a banner when run. The output of WINEDEBUG=+module wine cscript.exe shows the problem:
warn:module:load_dll Failed to load module L"C:\windows\system32\wshENU.DLL"; status=c0000135
It seems that the installer didn't install everything it needed to.
Running the installer a second time (i.e. with scrrun.dll in windows/system32) doesn't help.
I verified that cvs gave me James' recent DoInfInstall patch.