[Bug 8275] Future Pinball can't load tables without native crypt32 & rsaenh dlls

Wine Bugs wine-bugs at winehq.org
Thu May 10 15:09:23 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8275





------- Additional Comments From o.oudin at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list