Florian D.

Results 15 comments of Florian D.

Hi! Same error here. Even if I switched to `magic wormhole` and it works from Windows to Linux without any problem on LAN, I really like `croc` and would want...

Hi! I have got a similar problem, on Linux. I didn't check the output of `pcscd -f -d` yet. Like you, if I wait a few seconds, I will be...

I think I may have the same problem, looking at pcscd logs: ``` avril 27 09:14:39 pcscd[20099]: 00000008 winscard_svc.c:1079:MSGCleanupClient() Freeing SCONTEXT @0x5595cc0a47e0 avril 27 09:14:39 pcscd[20099]: 00000008 winscard_svc.c:1093:MSGCleanupClient() Starting suicide...

It seems to be the way it works in PCSC-lite: see https://pcsclite.apdu.fr/api/pcscd_8h.html#a470bcb4ab0dad6b913bd9e8772b21715 We could try to recompile it with `#define DISABLE_ON_DEMAND_POWER_ON` (see https://pcsclite.apdu.fr/api/pcscd_8h_source.html#l00077), but it's a hassle. Why are we...

I recompiled pcsc-lite with this patch: ```patch diff --color --unified --recursive --text --color pcsc-lite-1.9.9.orig/src/pcscd.h.in pcsc-lite-1.9.9.new/src/pcscd.h.in --- pcsc-lite-1.9.9.orig/src/pcscd.h.in 2023-04-27 13:01:58.189410273 +0200 +++ pcsc-lite-1.9.9.new/src/pcscd.h.in 2023-04-27 13:02:55.869596216 +0200 @@ -74,7 +74,7 @@ #define...

I think so: it's really useful for the pull requests list. I don't understand why GH doesn't display labels on this page.

Hi @spang, thank you for your answer! I tried the new version with commit fdeee59 but it doesn't seem to solve the problem in my client: I have duplicate labels...