Archived

This forum has been archived. Please start a new discussion on GitHub.

Icepatch exceptions

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?

Comments

  • Specs

    Sorry I forgot to provide some specs.

    I am using Ice Version 3.2 on a Windows XP system using Visual Studio 2005.
  • matthew
    matthew NL, Canada
    Hey Skip,

    These exceptions are expected as a normal part of the patching process. If you need more information on what a first chance exception is check out this page: David Kline : What is a First Chance Exception?