Jump to content


Photo

CTD upon entering The Order of a Radiant Heart


  • Please log in to reply
6 replies to this topic

#1 RYUchan

RYUchan
  • Member
  • 99 posts

Posted 18 July 2010 - 12:18 PM

Good time of the day!

I experience a CTD each time I enter TotRH.

This is a crashlog from baldur.err

ASSERTION FAILED!
File: CGameEffect.cpp
Line: 2631

Exp: FALSE

Msg: no msg.
Run Debugger?

Can anyone give me a direction where should I dig. I googled it but didn't find anyone with such error code.

Thanks in advance.

Edited by RYUchan, 20 July 2010 - 04:06 PM.


#2 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 18 July 2010 - 01:38 PM

It's probably a creature with an item with incorrect effect index. There are probably utilities that can identify items like these. The G3 Debugging Suite can apparently do it.

#3 RYUchan

RYUchan
  • Member
  • 99 posts

Posted 18 July 2010 - 01:57 PM

It's probably a creature with an item with incorrect effect index. There are probably utilities that can identify items like these. The G3 Debugging Suite can apparently do it.


Well I tried to summon all actors from AR0903 through CLUAConsole they summon without a problem. Does this mean their inventory items are ok?

#4 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 18 July 2010 - 02:10 PM

Well I tried to summon all actors from AR0903 through CLUAConsole they summon without a problem. Does this mean their inventory items are ok?

Probably. Did you check if there are any creatures being created by scripts?

#5 RYUchan

RYUchan
  • Member
  • 99 posts

Posted 18 July 2010 - 02:17 PM

Probably. Did you check if there are any creatures being created by scripts?


Well there are two (SquireSpawn1 and 2) in a points of interest I just didn't figured out the spawning creature id.


Btw there should be a stronghold for a paladin if I recall correctrly I wonder this CTD is somehow related to the fact that I made all Strongholds available for all(though I really doubt it...)

EDIT: Looked through these spawns they spawn one creature C6SQUIRE and if I spawn him by means of CLUA no CTD. I tried to CLUA myself to a AR0903 but got a CTD again. I wonder what else could it be. That's a pity I couldn't dig into cpp file.

Edited by RYUchan, 18 July 2010 - 02:23 PM.


#6 RYUchan

RYUchan
  • Member
  • 99 posts

Posted 18 July 2010 - 02:48 PM

Uff... found the culprit. While looking through the AR0903.BCS found that there is another creature spawened called SD2.CRE from Shed's mod. Tested simple CLUA spawning him(CTD) and removing him from Radiant Heart(NO CTD).

Thanks a lot Wisp. I never would've guessed where to look :)

#7 RYUchan

RYUchan
  • Member
  • 99 posts

Posted 20 July 2010 - 04:11 PM

Oh and to anyone wondering there is nothing wrong with Sheds mod. I just edited one of his item and made a mistake in item effect. Who would've known that making bonus to AC to slashing, piercing and missile as one variable could cause a CTD