Advertisement
space_is_hard

output.log 3/28/15 1326

Mar 28th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. [LOG 13:16:33.599] kOS: At cmlsrun on 1, line 226
  2. <<machine language file: can't show source line>>
  3.  
  4. [LOG 13:16:33.600] System.ArgumentException: An element with the same key already exists in the dictionary.
  5. at System.Collections.Generic.Dictionary`2[System.String,System.Int32].Add (System.String key, Int32 value) [0x00000] in <filename unknown>:0
  6. at kOS.Safe.Compilation.ProgramBuilder.ReplaceLabels (System.Collections.Generic.List`1 program) [0x00000] in <filename unknown>:0
  7. at kOS.Safe.Compilation.ProgramBuilder.BuildProgram () [0x00000] in <filename unknown>:0
  8. at kOS.Execution.ProgramContext.AddObjectParts (IEnumerable`1 parts) [0x00000] in <filename unknown>:0
  9. at kOS.Function.FunctionLoad.Execute (kOS.SharedObjects shared) [0x00000] in <filename unknown>:0
  10. at kOS.Function.FunctionManager.CallFunction (System.String functionName) [0x00000] in <filename unknown>:0
  11. at kOS.Execution.CPU.CallBuiltinFunction (System.String functionName) [0x00000] in <filename unknown>:0
  12. at kOS.Safe.Compilation.OpcodeCall.Execute (ICpu cpu) [0x00000] in <filename unknown>:0
  13. at kOS.Execution.CPU.ExecuteInstruction (kOS.Execution.ProgramContext context) [0x00000] in <filename unknown>:0
  14. at kOS.Execution.CPU.ContinueExecution () [0x00000] in <filename unknown>:0
  15. at kOS.Execution.CPU.Update (Double deltaTime) [0x00000] in <filename unknown>:0
  16. [LOG 13:16:33.606] Code Fragment
  17. File Line:Col IP opcode operand
  18. ---- ----:--- ---- ---------------------
  19. 1/cmlsrun 93:0 0057 eq
  20. 1/cmlsrun 93:0 0058 br.false 6
  21. 1/cmlsrun 93:0 0059 push $program-cmlseng*
  22. 1/cmlsrun 93:0 0060 push cmlseng
  23. 1/cmlsrun 93:0 0061 push null
  24. 1/cmlsrun 93:0 0062 call load()
  25. 1/cmlsrun 93:0 0063 store
  26. 1/cmlsrun 93:0 0064 call $program-cmlseng*
  27. 1/cmlsrun 93:0 0065 return
  28. 1/cmlsrun 226:0 0066 push $program-cmls1.ksm*
  29. 1/cmlsrun 226:0 0067 push 0
  30. 1/cmlsrun 226:0 0068 eq
  31. 1/cmlsrun 226:0 0069 br.false 6
  32. 1/cmlsrun 226:0 0070 push $program-cmls1.ksm*
  33. 1/cmlsrun 226:0 0071 push cmls1.ksm
  34. 1/cmlsrun 226:0 0072 push null
  35. 1/cmlsrun 226:0 0073 call load() <<--INSTRUCTION POINTER--
  36. 1/cmlsrun 226:0 0074 store
  37. 1/cmlsrun 226:0 0075 call $program-cmls1.ksm*
  38. 1/cmlsrun 226:0 0076 return
  39. 1/cmlsrun 126:0 0077 push $loxamount*
  40. 1/cmlsrun 126:0 0078 push 1
  41. 1/cmlsrun 126:0 0079 store
  42. 1/cmlsrun 164:0 0080 push $loxremaining*
  43. 1/cmlsrun 164:0 0081 push 31
  44. 1/cmlsrun 164:0 0082 store
  45. 1/cmlsrun 205:0 0083 push $missionclock*
  46. 1/cmlsrun 205:0 0084 push 39
  47. 1/cmlsrun 205:0 0085 store
  48. 1/cmlsrun 93:0 0086 push $program-cmlseng*
  49. 1/cmlsrun 93:0 0087 push 0
  50. 1/cmlsrun 93:0 0088 store
  51. 1/cmlsrun 226:0 0089 push $program-cmls1.ksm*
  52.  
  53. [LOG 13:16:33.613] kOS: Stack dump:
  54. 001 SubroutineContext: {CameFromInstPtr 902}
  55. 000 SP-> $program-cmls1.ksm*
  56.  
  57. [LOG 13:16:33.614] kOS: Popping context 2
  58. [LOG 13:16:33.614] kOS: Removed Context File Line:Col IP opcode operand
  59. [LOG 13:16:33.615] kOS: Deleting 0 pointers and restoring 0 pointers
  60. [LOG 13:16:33.616] kOS: New current context File Line:Col IP opcode operand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement