|
Hello everyone!
I'm working on a new creature (first real one) and when I introduce it to my local terrarium it gets destroyed.
The error that is being dumped to Trace is a bit odd (see below):
**** An exception occurred in a 'shrieker': System.IO.FileNotFoundException: The system cannot find the file specified. at Kyle.Heon.Terrarium.Carnivores.Shrieker.IdleEvent(Object sender, IdleEventArgs e) at OrganismBase.Animal.OnIdle(IdleEventArgs e, Boolean clearOnly) in E:\dev\LHSDK\Terrarium\1.2\Client\OrganismBase\Classes\Creature\Animal.cs:line 1047 at OrganismBase.Animal.InternalMain(Boolean clearOnly) in E:\dev\LHSDK\Terrarium\1.2\Client\OrganismBase\Classes\Creature\Animal.cs:line 1000 at Terrarium.Hosting.GameScheduler.ActivateBug() in E:\dev\LHSDK\Terrarium\1.2\Client\Game\Classes\Hosting\GameScheduler.cs:line 445
Any thoughts why it's barking about a FileNotFound? |