Ricebug on 20/7/2015 at 10:38
Since installing 1.23, I'm getting Assertion Failure errors in some of the older missions (Oswald's Patisserie, I.E.) The message says:
[INDENT]Obj ID 209690792 is our (sic) of range in cObjArray::operator[]
(m_Bounds.min == -8192, m_Bounds.max == 3504
[/INDENT]
I tried changing the values in Dark.cfg but I keep getting the same message. Suggestions?
Le MAlin 76 on 20/7/2015 at 12:57
Since 1.21 have some difficulties to load original missions.
fibanocci on 20/7/2015 at 13:24
No problem here in DromEd ND 1.23
Try this in dark.cfg
; object counts
obj_min -18192
obj_max 8184
max_refs 47740
and/or delete obj 250+254
Which "older missions"?
Cavalorn on 20/7/2015 at 21:47
I am having the exact same problem with one of my missions. It was working just fine before installing 1.23, but now I am getting this message. Making changes in dark.cfg did not help either.
fibanocci on 20/7/2015 at 22:03
You need to be specific. Which mission, which errors exactly? How did you install ND 1.23?
LarryG on 20/7/2015 at 23:11
Exactly what do you have in dark.cfg? This is what I am using with no errors:
Code:
; object counts
obj_min -16384
obj_max 5000
max_refs 20000
Make sure that you haven't commented out the declaration with a semi-colon ( ; ).
Ricebug on 21/7/2015 at 01:02
@fibanocci & LarryG: Tried both settings and am still getting the same crash. The error merely re-initiates with the new params you gave me.
Ricebug on 21/7/2015 at 12:39
It's a clean install, and Oswald's Patisserie was played right after the install. Lemme check a couple more FMs...
EDIT: Other missions play just fine via Dromed.
Ricebug on 21/7/2015 at 13:14
The culprit is obj# 100, a Mech Red Alarm. If I try and delete it, I get the fatal error.