Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors, exceptions in logfile, problems casting type #15

Closed
valuial opened this issue Apr 15, 2016 · 2 comments
Closed

Errors, exceptions in logfile, problems casting type #15

valuial opened this issue Apr 15, 2016 · 2 comments

Comments

@valuial
Copy link

valuial commented Apr 15, 2016

I have another logfile for you. I'm just guessing it is the Colony Managers fault, at least it looks that way in the stack dumps. Example(full logfile attached):

Exception in Tick (pawn=Valencia, job=ManagingAtManagingStation A=Thing_FM_BasicManagerStation225472, CurToil=2): System.NullReferenceException: Object reference not set to an instance of an object
  at FluffyManager.ManagerJob_Livestock.<DoTamingJobs>b__29_0 (Verse.Pawn p) [0x00000] in <filename unknown>:0 
  at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[Verse.Pawn].MoveNext () [0x00000] in <filename unknown>:0 
  at System.Collections.Generic.List`1[Verse.Pawn].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0 
  at System.Collections.Generic.List`1[Verse.Pawn]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0 
  at System.Linq.Enumerable.ToArray[Pawn] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 
  at System.Linq.QuickSort`1[Verse.Pawn]..ctor (IEnumerable`1 source, System.Linq.SortContext`1 context) [0x00000] in <filename unknown>:0 
  at System.Linq.QuickSort`1+<Sort>c__Iterator21[Verse.Pawn].MoveNext () [0x00000] in <filename unknown>:0 
  at System.Collections.Generic.List`1[Verse.Pawn].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0 
  at System.Collections.Generic.List`1[Verse.Pawn]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0 
  at System.Linq.Enumerable.ToList[Pawn] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 
  at FluffyManager.ManagerJob_Livestock.DoTamingJobs (System.Boolean& actionTaken) [0x00000] in <filename unknown>:0 
  at FluffyManager.ManagerJob_Livestock.TryDoJob () [0x00000] in <filename unknown>:0 
  at FluffyManager.JobStack.TryDoNextJob () [0x00000] in <filename unknown>:0 
  at FluffyManager.JobStack.TryDoNextJob () [0x00000] in <filename unknown>:0 
  at FluffyManager.Manager.DoWork () [0x00000] in <filename unknown>:0 
  at FluffyManager.JobDriver_ManagingAtManagingStation+<>c.<Manage>b__1_1 () [0x00000] in <filename unknown>:0 
  at Verse.AI.Toil.Cleanup () [0x00000] in <filename unknown>:0 
  at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in <filename unknown>:0 
  at Verse.AI.JobDriver.ReadyForNextToil () [0x00000] in <filename unknown>:0 
  at Verse.AI.JobDriver.DriverTick () [0x00000] in <filename unknown>:0 

logfile.zip

@Karel-Kroeze
Copy link
Contributor

Thanks for the report, that is indeed the Colony manager. Do you perhaps
have the savefile of when this happened? Maybe? :D

On Fri, 15 Apr 2016 at 14:10 valuial notifications@github.com wrote:

I have another logfile for you. I'm just guessing it is the Colony
Managers fault, at least it looks that way in the stack dumps. Example(full
logfile attached):

Exception in Tick (pawn=Valencia, job=ManagingAtManagingStation A=Thing_FM_BasicManagerStation225472, CurToil=2): System.NullReferenceException: Object reference not set to an instance of an object
at FluffyManager.ManagerJob_Livestock.b__29_0 (Verse.Pawn p) [0x00000] in :0
at System.Linq.Enumerable+c__Iterator1D1[Verse.Pawn].MoveNext () [0x00000] in <filename unknown>:0 at System.Collections.Generic.List1[Verse.Pawn].AddEnumerable (IEnumerable1 enumerable) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List1[Verse.Pawn]..ctor (IEnumerable1 collection) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.ToArray[Pawn] (IEnumerable1 source) [0x00000] in :0
at System.Linq.QuickSort1[Verse.Pawn]..ctor (IEnumerable1 source, System.Linq.SortContext1 context) [0x00000] in <filename unknown>:0 at System.Linq.QuickSort1+c__Iterator21[Verse.Pawn].MoveNext () [0x00000] in :0
at System.Collections.Generic.List1[Verse.Pawn].AddEnumerable (IEnumerable1 enumerable) [0x00000] in :0
at System.Collections.Generic.List1[Verse.Pawn]..ctor (IEnumerable1 collection) [0x00000] in :0
at System.Linq.Enumerable.ToList[Pawn](IEnumerable`1 source) [0x00000] in :0
at FluffyManager.ManagerJob_Livestock.DoTamingJobs (System.Boolean& actionTaken) [0x00000] in :0
at FluffyManager.ManagerJob_Livestock.TryDoJob () [0x00000] in :0
at FluffyManager.JobStack.TryDoNextJob () [0x00000] in :0
at FluffyManager.JobStack.TryDoNextJob () [0x00000] in :0
at FluffyManager.Manager.DoWork () [0x00000] in :0
at FluffyManager.JobDriver_ManagingAtManagingStation+<>c.b__1_1 () [0x00000] in :0
at Verse.AI.Toil.Cleanup () [0x00000] in :0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in :0
at Verse.AI.JobDriver.ReadyForNextToil () [0x00000] in :0
at Verse.AI.JobDriver.DriverTick () [0x00000] in :0

logfile.zip
https://github.com/Karel-Kroeze/RW_Manager/files/220908/logfile.zip


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#15

@valuial
Copy link
Author

valuial commented Apr 15, 2016

Sure - heres the save and my Mods folder.

crashsave.zip
mods.zip

FluffierThanThou pushed a commit that referenced this issue Apr 24, 2016
 - assign whole stone blocks category to the vanilla stone cutting recipe trigger.

[fixes #15]
 - properly fixes errors in taming jobs this time. (tried to sort empty list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants