http://bugs.winehq.com/show_bug.cgi?id=682
*** shadow/682 Wed May 15 14:56:51 2002 --- shadow/682.tmp.23597 Wed May 15 14:56:51 2002 *************** *** 0 **** --- 1,87 ---- + +============================================================================+ + | No implementation for ADVAPI32.dll.71(CryptGetLocalKeyLimits) imported fro | + +----------------------------------------------------------------------------+ + | Bug #: 682 Product: Wine | + | Status: UNCONFIRMED Version: CVS | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-misc | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: adelton@fi.muni.cz | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Hello, + + I'm running MSIE 5.5 on Win ME partition to access internet banking + of one of Czech banks. The URL is + + https://www2.netbanka.cz/ibs31/ControllerServlet?command=login + + and loading the page fails with + + err:win32:PE_fixup_imports No implementation for + ADVAPI32.dll.71(CryptGetLocalKeyLimits) imported from + C:\windows\system\rsaenh.dll, setting to 0xdeadbeef + fixme:file:FindFirstChangeNotificationA this is not supported yet (non-trivial). + fixme:file:FindFirstChangeNotificationA this is not supported yet (non-trivial). + err:font:AddFontFileToList Unable to load font file + "/diskc/windows/fonts/modern.fon" err = 2 + err:font:AddFontFileToList Unable to load font file + "/diskc/windows/fonts/desktop.ini" err = 55 + fixme:mpr:WNetGetCachedPassword + (0x4314f4e0("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, 0x424b6b70, + 0x424b6ba0, 6): stub + fixme:mpr:WNetCachePassword + (0x4314f4e0("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, + 0x424b6b70("\223F\351\200\355"), 5, 6, 0x00000000): stub + wine: Unhandled exception, starting debugger... + + The trace shows that adbapi32.dll gets loaded: + + trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\windows\system\advapi32.dl + l' : builtin + + If I change the the order to native, bultin, the above mentioned problem + with ADVAPI32.dll.71(CryptGetLocalKeyLimits) doesn't occur but the page + doesn't load either -- it ends with + + fixme:mpr:WNetGetCachedPassword + (0x432d1144("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, 0x43456b18, + 0x43456b48, 6): stub + fixme:mpr:WNetCachePassword + (0x432d1144("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, + 0x43456b18("`\363\344N\356"), 5, 6, 0x00000000): stub + fixme:mpr:WNetGetCachedPassword + (0x432d1858("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, 0x43456ab4, + 0x43456ae4, 6): stub + fixme:mpr:WNetCachePassword + (0x432d1858("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, + 0x43456ab4("\0344\215)\306"), 5, 6, 0x00000000): stub + fixme:mpr:WNetGetCachedPassword + (0x4031e020("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, 0x43456b18, + 0x43456b48, 6): stub + fixme:mpr:WNetCachePassword + (0x4031e020("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, + 0x43456b18("\357\031Z\242\010"), 5, 6, 0x00000000): stub + fixme:mpr:WNetGetCachedPassword + (0x43235a14("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, 0x43456ab4, + 0x43456ae4, 6): stub + fixme:mpr:WNetCachePassword + (0x43235a14("crypt_{CD670326-741E-4921-83BD-63A6FC67B596}"), 44, + 0x43456ab4("\337\335M\330\217"), 5, 6, 0x00000000): stub + + and says that The page cannot be displayed. + + Any chance that CryptGetLocalKeyLimits could get implemented? + + Unfortunatelly, I won't be helpfull with actual coding, but I can run + any tests or provide additional findings if needed. + + Thank you, + + Jan Pazdziora \ No newline at end of file