Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: SadisticSid on July 24, 2004, 04:40:17 pm

Title: Big path bug
Post by: SadisticSid on July 24, 2004, 04:40:17 pm
Woomeister and I have encountered a rather crippling bug during Inferno's development. In missions with lots of big ships with many paths, there appears to be an intermittent bug where the AI goes for a path that doesn't exist.

I'm assuming the issue cropped up in the past because we reviewed the original source and an assert was added in the current code in CVS (path index > number of paths). Perhaps it's caused by our bumped limits - any chance someone could take a look into it?

(Woo mentioned he'd worked around it in the past by increasing the max number of paths or subobjects or something but that doesn't work any more)
Title: Big path bug
Post by: Goober5000 on July 24, 2004, 09:10:05 pm
It's known, and it's on Mantis.  We're not sure what's causing it, but we're checking it out.