View attachment 5636 2014-09-02 15.52.txtOk so when i start DB i get this
And when i go to start a bot i get this
Code:
Exception while loading Python runtime. Exception followsSystem.Reflection.TargetInvocationException: Failed to load language 'IronPython 2.7.1': Could not load file or assembly 'Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1' or one of its dependencies. The system cannot find the file specified.
at IronPython.Runtime.PythonContext..ctor(ScriptDomainManager manager, IDictionary`2 options)
--- End of inner exception stack trace ---
at Microsoft.Scripting.Runtime.LanguageConfiguration.LoadLanguageContext(ScriptDomainManager domainManager, Boolean& alreadyLoaded)
at Microsoft.Scripting.Runtime.DlrConfiguration.LoadLanguageContext(ScriptDomainManager manager, LanguageConfiguration config)
at Microsoft.Scripting.Runtime.DlrConfiguration.TryLoadLanguage(ScriptDomainManager manager, AssemblyQualifiedTypeName providerName, LanguageContext& language)
at Microsoft.Scripting.Runtime.ScriptDomainManager.GetLanguageByTypeName(String providerAssemblyQualifiedTypeName)
at Microsoft.Scripting.Hosting.ScriptRuntime.GetEngineByTypeName(String assemblyQualifiedTypeName)
at IronPython.Hosting.Python.GetEngine(ScriptRuntime runtime)
at IronPython.Hosting.Python.CreateEngine(IDictionary`2 options)
at Zeta.Common.ScriptManager.Init(Type shortcutsDefinition)
And when i go to start a bot i get this
Code:
Current bot set to Order Bot
Loaded profile Rift Bot Full r437
Compiler Error: c:\Users\Wukey\Desktop\DB\Routines\Belphegor\GUI\ConfigWindow.cs(282,49) : error CS1525: Invalid expression term ','
Compiler Error: c:\Users\Wukey\Desktop\DB\Routines\Belphegor\GUI\ConfigWindow.cs(282,51) : error CS1003: Syntax error, ',' expected
Error while starting botSystem.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Zeta.Common.TypeLoader`1.(Assembly )
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at Zeta.Common.TypeLoader`1.(Assembly[] )
at Zeta.Common.TypeLoader`1.Reload()
at Zeta.Common.AssemblyLoader`1.Reload(String reason)
at Zeta.Bot.RoutineManager.Reload()
at Zeta.Bot.BotMain.Start()
at Demonbuddy.MainWindow.HandleStartStopBot()
Last edited: