tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

[esteid-browser-plugin] CTAPI support produces errors #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run web browser with Microsoft Application Compatibility toolkit 
http://www.microsoft.com/downloads/en/details.aspx?FamilyId=24DA89E9-B581-47B0-B
45E-492DD6DA2971&displaylang=en under Windows or from command line in Linux
2. Go to plugin loader test page https://id.smartlink.ee/plugin-loader/demo.html
3. Press Load

On Windows, a bunch of ReqObjectPath errors appear:
    openctapi, \openctapi, ctdeutin.dll, \ctdeutin.dll, ctpcsc32.dll, \ctpcsc32.dll, chipcard_ctapi, \chipcard_ctapi (see issue 116 for a screenshot).

On Linux, a bunch of OpenCT errors appear:
Error: can't open /var/run/openct/status: No such file or directory

The core reason for this is the limited CTAPI support in smartcardpp.
Since CTAPI is deprecated and most of the driver DLL-s are not distributed any 
more, maybe it's a good idea to turn it off.

Original issue reported on code.google.com by ant...@gmail.com on 5 Nov 2010 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by ant...@gmail.com on 5 Nov 2010 at 8:47

GoogleCodeExporter commented 9 years ago
This is fixed in smartcardpp 0.3.0 which removed support for CTAPI.

Original comment by kalevlember@gmail.com on 14 Oct 2011 at 5:24