Advertisement
mwchase

Inky traceback

Nov 15th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Sorry, the ink compiler crashed ☹
  2.  
  3. Here is some diagnostic information:
  4.  
  5. Unhandled Exception:
  6. System.Exception: Index was out of range. Must be non-negative and less than the size of the collection.
  7. Parameter name: index (Internal story path: parameterized.0) ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  8. Parameter name: index
  9. at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in :0
  10. at Ink.Runtime.StoryState.PopEvaluationStack () [0x00012] in <2fb9bcc355624771bc9c12281f1ee512>:0
  11. at Ink.Runtime.Story.PerformLogicAndFlowControl (Ink.Runtime.Object contentObj) [0x00d13] in <2fb9bcc355624771bc9c12281f1ee512>:0
  12. at Ink.Runtime.Story.Step () [0x000af] in <2fb9bcc355624771bc9c12281f1ee512>:0
  13. at Ink.Runtime.Story.ContinueSingleStep () [0x0001a] in <2fb9bcc355624771bc9c12281f1ee512>:0
  14. at Ink.Runtime.Story.ContinueInternal (System.Single millisecsLimitAsync) [0x000b0] in <2fb9bcc355624771bc9c12281f1ee512>:0
  15. at Ink.Runtime.Story.ContinueAsync (System.Single millisecsLimitAsync) [0x00015] in <2fb9bcc355624771bc9c12281f1ee512>:0
  16. at Ink.Runtime.Story.Continue () [0x00001] in <2fb9bcc355624771bc9c12281f1ee512>:0
  17. at Ink.CommandLinePlayer.EvaluateStory () [0x0000d] in <926b1e70daa14762b3685e3d8b3c65be>:0
  18. at Ink.CommandLinePlayer.Begin () [0x001d0] in <926b1e70daa14762b3685e3d8b3c65be>:0
  19. at Ink.CommandLineTool..ctor (System.String[] args) [0x00285] in <926b1e70daa14762b3685e3d8b3c65be>:0
  20. --- End of inner exception stack trace ---
  21. at Ink.CommandLineTool..ctor (System.String[] args) [0x0031a] in <926b1e70daa14762b3685e3d8b3c65be>:0
  22. at Ink.CommandLineTool.Main (System.String[] args) [0x00001] in <926b1e70daa14762b3685e3d8b3c65be>:0
  23. Ink compiler had an unexpected error ☹
  24.  
  25. [ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Index was out of range. Must be non-negative and less than the size of the collection.
  26. Parameter name: index (Internal story path: parameterized.0) ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  27. Parameter name: index
  28. at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in :0
  29. at Ink.Runtime.StoryState.PopEvaluationStack () [0x00012] in <2fb9bcc355624771bc9c12281f1ee512>:0
  30. at Ink.Runtime.Story.PerformLogicAndFlowControl (Ink.Runtime.Object contentObj) [0x00d13] in <2fb9bcc355624771bc9c12281f1ee512>:0
  31. at Ink.Runtime.Story.Step () [0x000af] in <2fb9bcc355624771bc9c12281f1ee512>:0
  32. at Ink.Runtime.Story.ContinueSingleStep () [0x0001a] in <2fb9bcc355624771bc9c12281f1ee512>:0
  33. at Ink.Runtime.Story.ContinueInternal (System.Single millisecsLimitAsync) [0x000b0] in <2fb9bcc355624771bc9c12281f1ee512>:0
  34. at Ink.Runtime.Story.ContinueAsync (System.Single millisecsLimitAsync) [0x00015] in <2fb9bcc355624771bc9c12281f1ee512>:0
  35. at Ink.Runtime.Story.Continue () [0x00001] in <2fb9bcc355624771bc9c12281f1ee512>:0
  36. at Ink.CommandLinePlayer.EvaluateStory () [0x0000d] in <926b1e70daa14762b3685e3d8b3c65be>:0
  37. at Ink.CommandLinePlayer.Begin () [0x001d0] in <926b1e70daa14762b3685e3d8b3c65be>:0
  38. at Ink.CommandLineTool..ctor (System.String[] args) [0x00285] in <926b1e70daa14762b3685e3d8b3c65be>:0
  39. --- End of inner exception stack trace ---
  40. at Ink.CommandLineTool..ctor (System.String[] args) [0x0031a] in <926b1e70daa14762b3685e3d8b3c65be>:0
  41. at Ink.CommandLineTool.Main (System.String[] args) [0x00001] in <926b1e70daa14762b3685e3d8b3c65be>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement