http://bugs.winehq.org/show_bug.cgi?id=8275
------- Additional Comments From o.oudin@free.fr 2007-10-05 15:09 ------- Created an attachment (id=6216) --> (http://bugs.winehq.org/attachment.cgi?id=6216&action=view) several logs with +loaddll,+imports,+module,+crypt
Here is some logs with +loaddll,+imports,+module,+crypt, as the result of commands, still with wine 0.9.36 :
- With native rsaenh.dll copied to system32 : it fails WINEDEBUG=+loaddll,+imports,+module,+crypt WINEDLLOVERRIDES=rsaenh=n wine Future\ Pinball.exe &> log5.out
- with only built-in dlls : it fails WINEDEBUG=+loaddll,+imports,+module,+crypt wine Future\ Pinball.exe &> log6.out
- with rsaenh.dll and crypt32.dll copied to system32, but only set rsaenh.dll native : it works WINEDEBUG=+loaddll,+imports,+module,+crypt WINEDLLOVERRIDES=rsaenh=n wine Future\ Pinball.exe &> log7.out
- with rsaenh.dll and crypt32.dll copied to system32 and set natives : it works
WINEDEBUG=+loaddll,+imports,+module,+crypt WINEDLLOVERRIDES=crypt32,rsaenh=n wine Future\ Pinball.exe &> log8.out