Windows error 0x8010001D, -2146435043

Detailed Error Information

SCARD_E_NO_SERVICE[1]

MessageThe Smart Card Resource Manager is not running.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode16 (0x010)
NameFACILITY_SCARD[2][1]
DescriptionThe source of the error code is the Smart-card subsystem.[2][1]
Error Code29 (0x001d)

Questions

7votes
2answers

Why is remote SmartCard not found when using RDP

I'm using Windows Server 2008 R2 which runs a VB6.0 application that uses a smartcard locally. I then connect to this machine remotely using Remote Desktop Connection (6.3). However now the application shows the following error (SmartCard): 0x8010001d The Smart card resource manager is not running. Research so far - [...] read more
vb6
remote-desktop
smartcard
5votes
0answers

Smart card error from Remote Desktop app

On Windows 10 there are two apps to remotely connect to another computer. One is old Remote Desktop Connection (mstsc.exe) and the other is modern Remote Desktop (RdClient.Windows.exe hidden somewhere in C:\Program Files\WindowsApps). I have my own application on remote computer. * With the old mstsc.exe I can connect to [...] read more
smartcard
remote-desktop
5votes
1answer

MacOS and JSVC: SCARD_E_NO_SERVICE: The Smart card resource manager is not running

I got a JAR file that needs to run as a daemon in MacOS Sierra and I decided to use Apache Commons Daemon and JSVC for that purpose. I am aware that maybe JSVC is not really needed for this purpose (it seems only allows to open ports in a [...] read more
macos
smartcard
jsvc
2votes
1answer

Node smartcard throw SCardConnect error while scanning the card and SCardListReaders error after disconnect

I am also using angular and electron, but everything worked fine previously. This is the error: Error: SCardConnect error: SCardConnect error: The smart card cannot be accessed because of other connections outstanding. (0x8010000b) After the first time scanning a card, it no longer throws error and works fine reading cards [...] read more
javascript
angularjs
node.js
electron
smartcard
1vote
0answers

Raspberry Pi3 - Omnikey 5022 - PCSC_SCAN - SCardEstablishContext: Service not available

I am using the rfid reader Hid Omnikey 5022 on my Raspberry3. i installed : - libsystemd-dev - libudev-dev - pcsc-lite-1.8.25 - libusb-1.0.22 - ccid-1.4.31 - pcsc-tools-1.5.4 - libpcsclite-dev - libccid - libpcsc-perl This reader is supported with the CCID driver https://ccid.apdu.fr/ccid/supported.html when i try the command : pcsc_scan it [...] read more
raspberry-pi3
rfid
pcsc
1vote
1answer

Trouble Converting Smart Card Program to UWP

I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
uwp
raspberry-pi
smartcard
windows-10-iot-core
smartcard-reader
0votes
0answers

gpg-agent ssh-support throwing sign_and_send_pubkey: signing failed for RSA "(none)" from agent: agent refused

I am using Arch Linux and gpg (GnuPG) 2.2.27. Trying to do a ssh-support with gpg, This i used along with git ssh public key authetication. For that i created a pubic key from gpg. When the socket activation happen and when i check the systemctl status for gpg-agent. Mar [...] read more
arch-linux
gnupg
systemd
gpg-agent
0votes
0answers

Problems with Java Card, PCSC lite, and Applet Playground

I've been trying to get started using Java Card. I downloaded and installed the repository at this link: https://github.com/martinpaljak/AppletPlayground/ with the hope of starting to develop and use applets, but as of yet I have had no success interacting with the card or reader in any way. Running "java -jar [...] read more
javacard
apdu
pcsc
globalplatform

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0