I am running the example mfcpatchC and I have set everything up following the README file.
1.) Run "icepatch2calc ." in directory.
2.) Run "icepatch2server --IcePatch2.Endpoints="tcp -h 127.0.0.1 -p 10000" ."
3.) Created a test directory to download into C:\icepatch_download
4.) Instead of running patch from .exe I ran it from the debugger.
All is good and everything is download correctly but in the output window there is quite a few exceptions being thrown.
First-chance exception at 0x7c812a5b in patch.exe: Microsoft C++ exception: std::basic_string<char,std::char_traits<char>,std: :allocator<char> > at memory location 0x0012e934..
First-chance exception at 0x7c812a5b in patch.exe: Microsoft C++ exception: std::basic_string<char,std::char_traits<char>,std: :allocator<char> > at memory location 0x0012e6e8..
Did I forget to set something up?

Reply With Quote