Results 1 to 8 of 8

Thread: Debugger Halo Exception?

  1. #1
    Freakonomics Matooba's Avatar
    Join Date
    May 2007
    Location
    Candia, New Hampshire
    Posts
    427

    Debugger Halo Exception?

    Is there a debugger or a way to set one up for ingame Gathering Exception Data?
    Reply With Quote

  2. #2

    Re: Debugger Halo Exception?

    No.

    I don't believe it's possible (without Open Sauce anyway)

    Me and ShadowSpartan believe that the Gathering Exception Data thing is mainly a leftover product from Halo CE, since probably before Halo did problem reports, it just showed the Gathering Exception Data error, instead of the report. When they made it do problem reports, they just left the code in there because they thought no one would trigger it.

    At least, that's what I believe.
    Reply With Quote

  3. #3

    Re: Debugger Halo Exception?

    It does what it suppose do...show where the exception occurred. Attach a debugger and recreate the problem and you'll see where it breaks.
    Reply With Quote

  4. #4
    Freakonomics Matooba's Avatar
    Join Date
    May 2007
    Location
    Candia, New Hampshire
    Posts
    427

    Re: Debugger Halo Exception?

    Whats a good debugger to use?
    Cheat Engine (5.2) or Kernal Debugger?

    I've been able to search the RAM, but not attach debugger in order to set breakpoints.
    Last edited by Matooba; October 18th, 2009 at 01:35 PM.
    Reply With Quote

  5. #5
    Sarcastic Bitch
    Join Date
    Sep 2006
    Posts
    811

    Re: Debugger Halo Exception?

    Quote Originally Posted by CrAsHOvErRide View Post
    It does what it suppose do...show where the exception occurred. Attach a debugger and recreate the problem and you'll see where it breaks.
    He's talking about Halo's own exception system, not the problem report that Windows automatically generates when a program crashes. He had hoped the Halo exception data would have meaningful information to the average modder, such as "game exceptioned while loading warthog.model_animations tag". Just having the address in the executable where it crashed isn't going to help a modder if they have no prior reverse engineering experience.
    Reply With Quote

  6. #6

    Re: Debugger Halo Exception?

    Yeah I was talking from a RE point of view. Matooba, it requires a lot of experience and the problem will not as obvious as you might think (it could be a divide by 0 error but you don't know in what context etc).
    Reply With Quote

  7. #7
    Freakonomics Matooba's Avatar
    Join Date
    May 2007
    Location
    Candia, New Hampshire
    Posts
    427

    Re: Debugger Halo Exception?

    I see your point, thanks for the help none the less.
    Reply With Quote

  8. #8
    Codesaurus Skarma's Avatar
    Join Date
    Apr 2009
    Location
    Columbus, OH
    Posts
    227

    Re: Debugger Halo Exception?

    Use OllyDbg, its the best around I think. If you have never used a debugger before, it won't make any sense unless you know how x86 assembler works. What you trying to figure out?

    Quote Originally Posted by CrAsHOvErRide View Post
    It does what it suppose do...show where the exception occurred. Attach a debugger and recreate the problem and you'll see where it breaks.
    Great advice, do what this man says
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •