Knuckle Cracker

Knuckle Cracker => Support => Topic started by: GoodMorning on December 20, 2016, 08:54:52 PM

Title: [Bug] Bad plan passed to AddCustomShipToInventory breaks PRPL (stack grab loop)
Post by: GoodMorning on December 20, 2016, 08:54:52 PM
You know at least as much as I if this is run in the editor.


once
  0 AddCustomShipToInventory
  TraceStack
endonce


Any bad plan will do this. It stays in the once block forever, pulling from the stack, eventually resulting in an error-filled trace. TraceStack never executes.
Title: Re: [Bug] Bad plan passed to AddCustomShipToInventory breaks PRPL (stack grab loop)
Post by: knucracker on December 21, 2016, 10:00:00 AM
Yeah, that's wacked.  It throws an exception I don't catch and still attempts to add a default ship to the build list. I'll get it sorted here right fast....