Debugger crashes but game doesn't! D: [Solved! :$]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Debugger crashes but game doesn't! D: [Solved! :$]

Post by Marth8880 »

Hey guys!

So I'm having the most obnoxious but not really all that fatal problem ever, I swear. What's happening is, well, basically, the game runs fine (heh, usually anyway), but whenever I try to use the debugger to test anything, it crashes. Nothing in any of my debug logs is really worth noting - though I'll post it anyways - and it just seemed to start happening randomly around the time I released the first build of the mod (yes, I am talking about Unification). It's sorta weird though, because there was a very short time where it worked on Eden Prime, and I don't have a clue why. :o It's really kind of important that I get the debugger working because I especially need to use some of the special features such as ai.mode and related to find out why the CRAP the A.I. are just standing around as much as they are on Virmire! :runaway: (No, it isn't planning, nor barriers, nor hintnodes, nor A.I. goals; they've all got plenty of that fun stuff.)

I really haven't the slightest idea what's going on here, so if anybody could possibly shed some light on the situation, then that would be most marvelous. Thanks! :)


BFront2.log from vrmcon

BFront2.log from tat2con
Last edited by Marth8880 on Sun Jun 30, 2013 9:57 pm, edited 1 time in total.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Debugger crashes but game doesn't! D:

Post by Teancum »

The only thing I've ever seen crash the debugger is going beyond its limits. I'm not sure of the specifics, but it seems like the retail build can handle a bit more. I'd fix any memory pool errors, but even then I'm not certain. :|
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: Debugger crashes but game doesn't! D:

Post by THEWULFMAN »

Unification is too powerful and awesome for the debugger. D:
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: Debugger crashes but game doesn't! D:

Post by Noobasaurus »

Try playing a stock map and setting all your graphics to low and then test a different one.
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Debugger crashes but game doesn't! D:

Post by [RDH]Zerted »

Does the debugger still crash if you remove all mod maps?
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Debugger crashes but game doesn't! D:

Post by Marth8880 »

Teancum wrote:The only thing I've ever seen crash the debugger is going beyond its limits. I'm not sure of the specifics, but it seems like the retail build can handle a bit more. I'd fix any memory pool errors, but even then I'm not certain. :|
Ugh, I sincerely pray that isn't the issue, because if it is, testing campaigns will be...not very fun times. :cpu:
Noobasaurus wrote:Try playing a stock map and setting all your graphics to low and then test a different one.
No good.
[RDH]Zerted wrote:Does the debugger still crash if you remove all mod maps?
Yes.


EDIT:

I PERMAFIXED IT!

See, the problem was the debugger must pull a bunch of debugger-specific (or something) ifs (interface) scripts from the shipped common.lvl, and since Unification's common.lvl was for whatever reason loading them too lol, the debugger basically freaked the crap out and became an hero. So my solution? Remove that stuff from the REQ and stuff, yo. @8o#{$}
Post Reply