Page 1 of 1

Trollmire Crash. What is it caused by?

Posted: Sun Oct 24, 2021 11:30 am
by Steven Aus
What is this caused by? I've had it before all the games I have got to this point, and it hangs Trollmire with a black screen. This is the character that just triggeredtit:

https://te4.org/characters/144687/tome/ ... ceb5513939

Here is the error message:

https://user.fm/files/v2-bd85e6ca798ab2 ... 073858.png

Here is the full error log:

https://user.fm/files/v2-24d689b6841b7d ... -10-07.txt

I AM Aware it could be due to the addons, but I know itit is something to do with Orcs Rak-Shor Pride so not necessarily. I AM not playing again until I find why rak-shor orc pride continues to trigger a fatal game error at Trollmire. Probably any area that can have orcs intit.

Re: Trollmire Crash. What is it caused by?

Posted: Mon Oct 25, 2021 10:37 pm
by HousePet
Crash while reading the Orc Necromancer talent definition.

Code: Select all

resolvers.talents{
		[Talents.T_HIEMAL_SHIELD]={base=2, every=7, max=7},
		[Talents.T_DESOLATE_WASTE]={last=25, base=0, every=7, max=7},
		[Talents.T_BLEAK_GUARD]={last=30, base=0, every=7, max=7},
		[Talents.T_BLURRED_MORTALITY]={base=3, every=5, max=7},
		[Talents.T_SOUL_LEECH]={base=2, every=8, max=5},
		[Talents.T_STAFF_MASTERY]={base=2, every=8, max=5},
	},
Oddly, the error was apparently the first line. However, it could be that one of the below talents is somehow missing.