Guest User

log

a guest
Oct 5th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. ------------------------------------
  2. 10/5/2012 3:48:20 PM
  3. Assemblies:
  4. Windawesome, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null
  5. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  6. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  7. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  8. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  9. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  10. Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  11. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  12. IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  13. IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  14. Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  15.  
  16. OS: Microsoft Windows NT 6.1.7600.0
  17. CLR: 4.0.30319
  18. 64-bit OS: False
  19. 64-bit process: False
  20. Elevated: False
  21. Microsoft.Scripting.SyntaxErrorException: invalid syntax
  22. at Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
  23. at IronPython.Compiler.Parser.TokenizerErrorSink.Add(SourceUnit sourceUnit, String message, SourceSpan span, Int32 errorCode, Severity severity)
  24. at IronPython.Compiler.Tokenizer.ReportSyntaxError(IndexSpan span, String message, Int32 errorCode)
  25. at IronPython.Compiler.Tokenizer.SkipWhiteSpace(Boolean atBeginning)
  26. at IronPython.Compiler.Tokenizer.Next()
  27. at IronPython.Compiler.Tokenizer.GetNextToken()
  28. at IronPython.Compiler.Parser.FetchLookahead()
  29. at IronPython.Compiler.Parser.StartParsing()
  30. at IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue)
  31. at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
  32. at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
  33. at IronPython.Runtime.PythonContext.CompilePythonCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
  34. at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
  35. at Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options, ErrorSink errorSink)
  36. at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
  37. at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
  38. at Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path, ScriptScope scope)
  39. at Windawesome.Config.PluginLoader.LoadAll(Windawesome windawesome, Config config, IEnumerable`1 files)
  40. at Windawesome.Config.LoadConfiguration(Windawesome windawesome)
  41. at Windawesome.Windawesome..ctor()
  42. at Windawesome.Program.Main()
  43. Inner Exception:
  44. none
Advertisement
Add Comment
Please, Sign In to add comment