V
V
Vanes Ri_Lax2020-12-25 11:57:34
C++ / C#
Vanes Ri_Lax, 2020-12-25 11:57:34

How can I catch the error?

Good afternoon! I wrote a simple program that waits for connections via TCP and, when a client connects, reads data from a smart card and sends data to the client.
Everything works ok, but an error occurs:
The client often connects via TCP, but as soon as I pull out the card from the reader, my application crashes, the following message appears in the studio with the logs:

Программа "[18284] RMISCardReader.exe" завершилась с кодом -1073740940 (0xc0000374).

how can i remove this error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2020-12-25
@d-stream

Formal answer: ask the programmer who wrote the program)
Advice: use try catch
or at least catch Unhandled Exceptions and display more detailed information from there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question