Mantellan Crux: EnemySenses error

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
User avatar
Ralzar
Posts: 2211
Joined: Mon Oct 07, 2019 4:11 pm
Location: Norway

Mantellan Crux: EnemySenses error

Post by Ralzar »

Entering Mantellan Crux through the dungeon entrance for some bug testing when I get this as soon as I enter:
Screenshot 2022-11-21 055059.png
Screenshot 2022-11-21 055059.png (22.76 KiB) Viewed 422 times

This is with a clean character and no mods running. DFU 0.14.5 set up in unity yesterday.

I tried entering a couple of other dungeons and no error occurs.

User avatar
Ralzar
Posts: 2211
Joined: Mon Oct 07, 2019 4:11 pm
Location: Norway

Re: Mantellan Crux: EnemySenses error

Post by Ralzar »

Just to make sure, I set up a new clean codebase of 0.14.5 and made a brand new character.

Traveled to town. Bought a ship. Ran from ship to dungeon.
Same error as soon as I enter.
SAVE18.zip
(174.61 KiB) Downloaded 46 times

User avatar
XJDHDR
Posts: 258
Joined: Thu Jan 10, 2019 5:15 pm
Location: New Zealand
Contact:

Re: Mantellan Crux: EnemySenses error

Post by XJDHDR »

I'm seeing the same exception. It seems to be caused by the first Fixed Enemy in the block.
Spoiler!
Final dungeon exception.jpg
Final dungeon exception.jpg (250.05 KiB) Viewed 368 times
If it matters, I entered the dungeon using the door accessible from the small ship.

User avatar
numidium3rd
Posts: 187
Joined: Sun Mar 25, 2018 12:34 am
Location: United States

Re: Mantellan Crux: EnemySenses error

Post by numidium3rd »

It looks like one of the Crux's RDBs has some incorrect data. Here's the line where the error occurs:
error1.png
error1.png (35.23 KiB) Viewed 357 times
There are only 7 indices so 35 is way outside of the array bounds. The origin of this array index is the SoundIndex from the RDB's FlatResource. I'm not familiar enough with RDB blocks to know why it would have this unusual value.
error2.png
error2.png (20.63 KiB) Viewed 357 times

Post Reply