Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [LOG 13:16:33.599] kOS: At cmlsrun on 1, line 226
- <<machine language file: can't show source line>>
- [LOG 13:16:33.600] System.ArgumentException: An element with the same key already exists in the dictionary.
- at System.Collections.Generic.Dictionary`2[System.String,System.Int32].Add (System.String key, Int32 value) [0x00000] in <filename unknown>:0
- at kOS.Safe.Compilation.ProgramBuilder.ReplaceLabels (System.Collections.Generic.List`1 program) [0x00000] in <filename unknown>:0
- at kOS.Safe.Compilation.ProgramBuilder.BuildProgram () [0x00000] in <filename unknown>:0
- at kOS.Execution.ProgramContext.AddObjectParts (IEnumerable`1 parts) [0x00000] in <filename unknown>:0
- at kOS.Function.FunctionLoad.Execute (kOS.SharedObjects shared) [0x00000] in <filename unknown>:0
- at kOS.Function.FunctionManager.CallFunction (System.String functionName) [0x00000] in <filename unknown>:0
- at kOS.Execution.CPU.CallBuiltinFunction (System.String functionName) [0x00000] in <filename unknown>:0
- at kOS.Safe.Compilation.OpcodeCall.Execute (ICpu cpu) [0x00000] in <filename unknown>:0
- at kOS.Execution.CPU.ExecuteInstruction (kOS.Execution.ProgramContext context) [0x00000] in <filename unknown>:0
- at kOS.Execution.CPU.ContinueExecution () [0x00000] in <filename unknown>:0
- at kOS.Execution.CPU.Update (Double deltaTime) [0x00000] in <filename unknown>:0
- [LOG 13:16:33.606] Code Fragment
- File Line:Col IP opcode operand
- ---- ----:--- ---- ---------------------
- 1/cmlsrun 93:0 0057 eq
- 1/cmlsrun 93:0 0058 br.false 6
- 1/cmlsrun 93:0 0059 push $program-cmlseng*
- 1/cmlsrun 93:0 0060 push cmlseng
- 1/cmlsrun 93:0 0061 push null
- 1/cmlsrun 93:0 0062 call load()
- 1/cmlsrun 93:0 0063 store
- 1/cmlsrun 93:0 0064 call $program-cmlseng*
- 1/cmlsrun 93:0 0065 return
- 1/cmlsrun 226:0 0066 push $program-cmls1.ksm*
- 1/cmlsrun 226:0 0067 push 0
- 1/cmlsrun 226:0 0068 eq
- 1/cmlsrun 226:0 0069 br.false 6
- 1/cmlsrun 226:0 0070 push $program-cmls1.ksm*
- 1/cmlsrun 226:0 0071 push cmls1.ksm
- 1/cmlsrun 226:0 0072 push null
- 1/cmlsrun 226:0 0073 call load() <<--INSTRUCTION POINTER--
- 1/cmlsrun 226:0 0074 store
- 1/cmlsrun 226:0 0075 call $program-cmls1.ksm*
- 1/cmlsrun 226:0 0076 return
- 1/cmlsrun 126:0 0077 push $loxamount*
- 1/cmlsrun 126:0 0078 push 1
- 1/cmlsrun 126:0 0079 store
- 1/cmlsrun 164:0 0080 push $loxremaining*
- 1/cmlsrun 164:0 0081 push 31
- 1/cmlsrun 164:0 0082 store
- 1/cmlsrun 205:0 0083 push $missionclock*
- 1/cmlsrun 205:0 0084 push 39
- 1/cmlsrun 205:0 0085 store
- 1/cmlsrun 93:0 0086 push $program-cmlseng*
- 1/cmlsrun 93:0 0087 push 0
- 1/cmlsrun 93:0 0088 store
- 1/cmlsrun 226:0 0089 push $program-cmls1.ksm*
- [LOG 13:16:33.613] kOS: Stack dump:
- 001 SubroutineContext: {CameFromInstPtr 902}
- 000 SP-> $program-cmls1.ksm*
- [LOG 13:16:33.614] kOS: Popping context 2
- [LOG 13:16:33.614] kOS: Removed Context File Line:Col IP opcode operand
- [LOG 13:16:33.615] kOS: Deleting 0 pointers and restoring 0 pointers
- [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