[Bug 37495] Multiple PC/ SC applications need winscard.SCardEstablishContext implementation ( AusweisApp2 1.0.0 german identity card app, SmartCard test apps)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 23 04:32:45 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=37495

--- Comment #8 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, obviously still present.

Another app: 'Aruba Key'
Download: https://ca.arubapec.it/downloads/AK_WIN_VERSION.zip

Wine source:

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/winscard/winscard.c#l85

--- snip ---
  85 LONG WINAPI SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1,
  86     LPCVOID pvReserved2, LPSCARDCONTEXT phContext)
  87 {
  88     FIXME("(%x,%p,%p,%p) stub\n", dwScope, pvReserved1, pvReserved2,
phContext);
  89     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
  90     return SCARD_F_INTERNAL_ERROR;
  91 }
--- snip ---

$ sha1sum AK*
bd0408fa2c72f9f87067aa9f348bb626aa0d503d  AK_WIN_VERSION.exe
f4a5ce7c902b64c7459f96a08df542dea6cf4a8a  AK_WIN_VERSION.zip

$ du -sh AK*
160M    AK_WIN_VERSION.exe
159M    AK_WIN_VERSION.zip

$ wine --version
wine-3.16-149-gb1a3b9e5ce

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list