From 38036cbc72dea1bc992404576e2cea7eafcf31e1 Mon Sep 17 00:00:00 2001 From: Edward Bordin Date: Sat, 29 Apr 2017 12:58:33 +1000 Subject: [PATCH] Add note about VC++ 2008 redist error In a fresh install of Windows XP SP2 and the lastest MinGW, I got a cryptic error which was just caused by missing VC++ 2008 redist package. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8217a5a..a0b6cd5 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Now go to `C:\MinGW\msys\1.0` and copy everything over to `C:\MinGW`. Open the `msys.bat` file to get a small shell environment. Clone the provided source code into the home folder, go into the `iclassified` directory, and run `make`. -If everything runs well you should get `iclass.exe` and `iclassified.o` +If everything runs well you should get `iclass.exe` and `iclassified.o`. At this point you should plug in your OMNIKEY reader and follow the instructions provided alongside [the drivers](http://www.proxmark.org/files/Various%20Hardware/OMNIKEY%205x21/OMNIKESY5x21_V1_2_0_14.exe) to get the reader setup. -If all goes well you should be able to execute `iclass.exe read` to read a card and `iclass.exe write` to write to a card. +If all goes well you should be able to execute `iclass.exe read` to read a card and `iclass.exe write` to write to a card. If you get the error "The application failed to initialize properly (0xc0150002)" then you may need to install [Microsoft Visual C++ 2008 Redistributable Package (x86)](https://www.microsoft.com/en-au/download/details.aspx?id=29). ![writing](https://cloud.githubusercontent.com/assets/166333/15988852/a08fa5d0-302d-11e6-99c5-3b80d4a7d195.png)