Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Microsoft.Scripting.SyntaxErrorException: syntax error, unexpected identifier
  2. en Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
  3. en Microsoft.Scripting.ErrorCounter.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
  4. en IronRuby.Compiler.Parser.ReportSyntaxError(String message)
  5. en IronRuby.Compiler.Parser.ErrorRecovery()
  6. en IronRuby.Compiler.Parser.Parse()
  7. en IronRuby.Compiler.Parser.Parse(SourceUnit sourceUnit, RubyCompilerOptions options, ErrorSink errorSink)
  8. en IronRuby.Runtime.RubyContext.ParseSourceCode[T](SourceUnit sourceUnit, RubyCompilerOptions options, ErrorSink errorSink)
  9. en IronRuby.Runtime.RubyContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
  10. en Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options, ErrorSink errorSink)
  11. en Microsoft.Scripting.Hosting.ScriptSource.Execute()
  12. en Microsoft.Scripting.Hosting.ScriptEngine.Execute(String expression)
  13. en PokemonEngine.MainForm.saveToolStripMenuItem_Click(Object sender, EventArgs e) en C:\Users\Eigenaar\Desktop\Pokémon MK\Pokémon Engine\PokemonEngine\MainForm.cs:línea 817
  14. en PokemonEngine.MainForm.toolStripButton1_Click(Object sender, EventArgs e) en C:\Users\Eigenaar\Desktop\Pokémon MK\Pokémon Engine\PokemonEngine\MainForm.cs:línea 856
  15. en System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  16. en System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
  17. en System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  18. en System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  19. en System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  20. en System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  21. en System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  22. en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  23. en System.Windows.Forms.Control.WndProc(Message& m)
  24. en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  25. en System.Windows.Forms.ToolStrip.WndProc(Message& m)
  26. en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27. en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28. en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement