Jump to content

CTD/freeze Bug identified: _seedActor() ver 1.60.2


Recommended Posts

Posted

Hi ,

 

When I walk into the temple of Kynareth in Whiterun and then press "N" on the "Sickly Farmer" my game crashes quite reproducible.

(No imedeate CTD, but a hanging till I kill skyrim via Taskmanager)

Can anyone repeat this and state if it happens for him too?

My Version 1.60.2.

(May be the reason for a lot of startSex Crash reports)

 

Thank you

  • 4 weeks later...
Posted

Besides, ist there a problem reporting system for sexlab which bugs for which version are confirmed? (Want to avoid double posting in future)

 

Did some additional Debugging.

 

Added some Debug.trace  to SeedActor():

function SeedActor(Actor ActorRef)
	Debug.Trace("SeedActor Start" + ActorRef.GetLeveledActorBase().GetName())
	if ActorRef != PlayerRef && !IsSkilled(ActorRef) && ActorRef.HasKeyword(Config.ActorTypeNPC)
		Debug.Trace("SeedActor In If " + ActorRef.GetLeveledActorBase().GetName())
		_SeedActor(ActorRef, Utility.GetCurrentRealTime(), Utility.GetCurrentGameTime())
		Debug.Trace("SeedActor after Seed " + ActorRef.GetLeveledActorBase().GetName())
		Log(ActorRef.GetLeveledActorBase().GetName()+" Seeded: "+GetSkills(ActorRef))
		sslSystemConfig.StoreActor(ActorRef)
	endIf
	Debug.Trace("SeedActor End" + ActorRef.GetLeveledActorBase().GetName())
endFunction

Last lines in log:

[10/04/2015 - 03:56:39PM] SEXLAB - Thread[0]  - Entering Making State
[10/04/2015 - 03:56:39PM] SEXLAB - NOTICE: ValidateActor(Embry) -- TRUE -- MISS
[10/04/2015 - 03:56:39PM] SeedActor StartEmbry
[10/04/2015 - 03:56:40PM] SeedActor In If Embry

So I think the cause for the crash is in _seedActor()

 

Not 100% reproducable but about 90%.

 

Where can I find the code for _seedActor() for further debugging?

 

Removing _seedActor() and recompile helps a lot to prevent crashes but will result in initially all NPCs virgins by stats but does not harm starting animations etc.

So maybe this is the workaround till it is fixed. Any other ideas and confirmation is apreceated.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...