12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613 |
- /*
- * Copyright (c) Contributors, http://opensimulator.org/
- * See CONTRIBUTORS.TXT for a full list of copyright holders.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * * Neither the name of the OpenSimulator Project nor the
- * names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- using System;
- using System.IO;
- using System.Threading;
- using System.Collections;
- using System.Collections.Generic;
- using System.Security;
- using System.Security.Policy;
- using System.Reflection;
- using System.Globalization;
- using System.Xml;
- using OpenMetaverse;
- using OpenMetaverse.StructuredData;
- using log4net;
- using Nini.Config;
- using Amib.Threading;
- using OpenSim.Framework;
- using OpenSim.Region.CoreModules.Framework.EventQueue;
- using OpenSim.Region.Framework.Scenes;
- using OpenSim.Region.Framework.Interfaces;
- using OpenSim.Region.ScriptEngine.Shared;
- using OpenSim.Region.ScriptEngine.Shared.ScriptBase;
- using OpenSim.Region.ScriptEngine.Shared.CodeTools;
- using OpenSim.Region.ScriptEngine.Shared.Instance;
- using OpenSim.Region.ScriptEngine.Interfaces;
- using ScriptCompileQueue = OpenSim.Framework.LocklessQueue<object[]>;
- namespace OpenSim.Region.ScriptEngine.XEngine
- {
- public class XEngine : INonSharedRegionModule, IScriptModule, IScriptEngine
- {
- private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
- private SmartThreadPool m_ThreadPool;
- private int m_MaxScriptQueue;
- private Scene m_Scene;
- private IConfig m_ScriptConfig = null;
- private IConfigSource m_ConfigSource = null;
- private ICompiler m_Compiler;
- private int m_MinThreads;
- private int m_MaxThreads ;
- private int m_IdleTimeout;
- private int m_StackSize;
- private int m_SleepTime;
- private int m_SaveTime;
- private ThreadPriority m_Prio;
- private bool m_Enabled = false;
- private bool m_InitialStartup = true;
- private int m_ScriptFailCount; // Number of script fails since compile queue was last empty
- private string m_ScriptErrorMessage;
- private Dictionary<string, string> m_uniqueScripts = new Dictionary<string, string>();
- private bool m_AppDomainLoading;
- private Dictionary<UUID,ArrayList> m_ScriptErrors =
- new Dictionary<UUID,ArrayList>();
- // disable warning: need to keep a reference to XEngine.EventManager
- // alive to avoid it being garbage collected
- #pragma warning disable 414
- private EventManager m_EventManager;
- #pragma warning restore 414
- private IXmlRpcRouter m_XmlRpcRouter;
- private int m_EventLimit;
- private bool m_KillTimedOutScripts;
- private static List<XEngine> m_ScriptEngines =
- new List<XEngine>();
- // Maps the local id to the script inventory items in it
- private Dictionary<uint, List<UUID> > m_PrimObjects =
- new Dictionary<uint, List<UUID> >();
- // Maps the UUID above to the script instance
- private Dictionary<UUID, IScriptInstance> m_Scripts =
- new Dictionary<UUID, IScriptInstance>();
- // Maps the asset ID to the assembly
- private Dictionary<UUID, string> m_Assemblies =
- new Dictionary<UUID, string>();
- private Dictionary<string, int> m_AddingAssemblies =
- new Dictionary<string, int>();
- // This will list AppDomains by script asset
- private Dictionary<UUID, AppDomain> m_AppDomains =
- new Dictionary<UUID, AppDomain>();
- // List the scripts running in each appdomain
- private Dictionary<UUID, List<UUID> > m_DomainScripts =
- new Dictionary<UUID, List<UUID> >();
- private ScriptCompileQueue m_CompileQueue = new ScriptCompileQueue();
- IWorkItemResult m_CurrentCompile = null;
- private Dictionary<UUID, int> m_CompileDict = new Dictionary<UUID, int>();
- public string ScriptEngineName
- {
- get { return "XEngine"; }
- }
- public Scene World
- {
- get { return m_Scene; }
- }
- public static List<XEngine> ScriptEngines
- {
- get { return m_ScriptEngines; }
- }
- public IScriptModule ScriptModule
- {
- get { return this; }
- }
- // private struct RezScriptParms
- // {
- // uint LocalID;
- // UUID ItemID;
- // string Script;
- // }
- public IConfig Config
- {
- get { return m_ScriptConfig; }
- }
- public IConfigSource ConfigSource
- {
- get { return m_ConfigSource; }
- }
- public event ScriptRemoved OnScriptRemoved;
- public event ObjectRemoved OnObjectRemoved;
- //
- // IRegionModule functions
- //
- public void Initialise(IConfigSource configSource)
- {
- if (configSource.Configs["XEngine"] == null)
- return;
- m_ScriptConfig = configSource.Configs["XEngine"];
- m_ConfigSource = configSource;
- }
- public void AddRegion(Scene scene)
- {
- if (m_ScriptConfig == null)
- return;
- m_ScriptFailCount = 0;
- m_ScriptErrorMessage = String.Empty;
- if (m_ScriptConfig == null)
- {
- // m_log.ErrorFormat("[XEngine] No script configuration found. Scripts disabled");
- return;
- }
- m_Enabled = m_ScriptConfig.GetBoolean("Enabled", true);
- if (!m_Enabled)
- return;
- AppDomain.CurrentDomain.AssemblyResolve +=
- OnAssemblyResolve;
- m_log.InfoFormat("[XEngine] Initializing scripts in region {0}",
- scene.RegionInfo.RegionName);
- m_Scene = scene;
- m_MinThreads = m_ScriptConfig.GetInt("MinThreads", 2);
- m_MaxThreads = m_ScriptConfig.GetInt("MaxThreads", 100);
- m_IdleTimeout = m_ScriptConfig.GetInt("IdleTimeout", 60);
- string priority = m_ScriptConfig.GetString("Priority", "BelowNormal");
- m_MaxScriptQueue = m_ScriptConfig.GetInt("MaxScriptEventQueue",300);
- m_StackSize = m_ScriptConfig.GetInt("ThreadStackSize", 262144);
- m_SleepTime = m_ScriptConfig.GetInt("MaintenanceInterval", 10) * 1000;
- m_AppDomainLoading = m_ScriptConfig.GetBoolean("AppDomainLoading", true);
- m_EventLimit = m_ScriptConfig.GetInt("EventLimit", 30);
- m_KillTimedOutScripts = m_ScriptConfig.GetBoolean("KillTimedOutScripts", false);
- m_SaveTime = m_ScriptConfig.GetInt("SaveInterval", 120) * 1000;
- m_Prio = ThreadPriority.BelowNormal;
- switch (priority)
- {
- case "Lowest":
- m_Prio = ThreadPriority.Lowest;
- break;
- case "BelowNormal":
- m_Prio = ThreadPriority.BelowNormal;
- break;
- case "Normal":
- m_Prio = ThreadPriority.Normal;
- break;
- case "AboveNormal":
- m_Prio = ThreadPriority.AboveNormal;
- break;
- case "Highest":
- m_Prio = ThreadPriority.Highest;
- break;
- default:
- m_log.ErrorFormat("[XEngine] Invalid thread priority: '{0}'. Assuming BelowNormal", priority);
- break;
- }
- lock (m_ScriptEngines)
- {
- m_ScriptEngines.Add(this);
- }
- // Needs to be here so we can queue the scripts that need starting
- //
- m_Scene.EventManager.OnRezScript += OnRezScript;
- // Complete basic setup of the thread pool
- //
- SetupEngine(m_MinThreads, m_MaxThreads, m_IdleTimeout, m_Prio,
- m_MaxScriptQueue, m_StackSize);
- m_Scene.StackModuleInterface<IScriptModule>(this);
- m_XmlRpcRouter = m_Scene.RequestModuleInterface<IXmlRpcRouter>();
- if (m_XmlRpcRouter != null)
- {
- OnScriptRemoved += m_XmlRpcRouter.ScriptRemoved;
- OnObjectRemoved += m_XmlRpcRouter.ObjectRemoved;
- }
- }
- public void RemoveRegion(Scene scene)
- {
- lock (m_Scripts)
- {
- foreach (IScriptInstance instance in m_Scripts.Values)
- {
- // Force a final state save
- //
- if (m_Assemblies.ContainsKey(instance.AssetID))
- {
- string assembly = m_Assemblies[instance.AssetID];
- instance.SaveState(assembly);
- }
- // Clear the event queue and abort the instance thread
- //
- instance.ClearQueue();
- instance.Stop(0);
- // Release events, timer, etc
- //
- instance.DestroyScriptInstance();
- // Unload scripts and app domains
- // Must be done explicitly because they have infinite
- // lifetime
- //
- m_DomainScripts[instance.AppDomain].Remove(instance.ItemID);
- if (m_DomainScripts[instance.AppDomain].Count == 0)
- {
- m_DomainScripts.Remove(instance.AppDomain);
- UnloadAppDomain(instance.AppDomain);
- }
- }
- m_Scripts.Clear();
- m_PrimObjects.Clear();
- m_Assemblies.Clear();
- m_DomainScripts.Clear();
- }
- lock (m_ScriptEngines)
- {
- m_ScriptEngines.Remove(this);
- }
- }
- public void RegionLoaded(Scene scene)
- {
- if (!m_Enabled)
- return;
- m_EventManager = new EventManager(this);
- m_Compiler = new Compiler(this);
- m_Scene.EventManager.OnRemoveScript += OnRemoveScript;
- m_Scene.EventManager.OnScriptReset += OnScriptReset;
- m_Scene.EventManager.OnStartScript += OnStartScript;
- m_Scene.EventManager.OnStopScript += OnStopScript;
- m_Scene.EventManager.OnGetScriptRunning += OnGetScriptRunning;
- m_Scene.EventManager.OnShutdown += OnShutdown;
- if (m_SleepTime > 0)
- {
- m_ThreadPool.QueueWorkItem(new WorkItemCallback(this.DoMaintenance),
- new Object[]{ m_SleepTime });
- }
- if (m_SaveTime > 0)
- {
- m_ThreadPool.QueueWorkItem(new WorkItemCallback(this.DoBackup),
- new Object[] { m_SaveTime });
- }
- m_ThreadPool.Start();
- }
- public void Close()
- {
- lock (m_ScriptEngines)
- {
- if (m_ScriptEngines.Contains(this))
- m_ScriptEngines.Remove(this);
- }
- }
- public object DoBackup(object o)
- {
- Object[] p = (Object[])o;
- int saveTime = (int)p[0];
- if (saveTime > 0)
- System.Threading.Thread.Sleep(saveTime);
- // m_log.Debug("[XEngine] Backing up script states");
- List<IScriptInstance> instances = new List<IScriptInstance>();
- lock (m_Scripts)
- {
- foreach (IScriptInstance instance in m_Scripts.Values)
- instances.Add(instance);
- }
- foreach (IScriptInstance i in instances)
- {
- string assembly = String.Empty;
- lock (m_Scripts)
- {
- if (!m_Assemblies.ContainsKey(i.AssetID))
- continue;
- assembly = m_Assemblies[i.AssetID];
- }
- i.SaveState(assembly);
- }
- instances.Clear();
- if (saveTime > 0)
- m_ThreadPool.QueueWorkItem(new WorkItemCallback(this.DoBackup),
- new Object[] { saveTime });
- return 0;
- }
- public object DoMaintenance(object p)
- {
- object[] parms = (object[])p;
- int sleepTime = (int)parms[0];
- foreach (IScriptInstance inst in m_Scripts.Values)
- {
- if (inst.EventTime() > m_EventLimit)
- {
- inst.Stop(100);
- if (!m_KillTimedOutScripts)
- inst.Start();
- }
- }
- System.Threading.Thread.Sleep(sleepTime);
- m_ThreadPool.QueueWorkItem(new WorkItemCallback(this.DoMaintenance),
- new Object[]{ sleepTime });
- return 0;
- }
- public Type ReplaceableInterface
- {
- get { return null; }
- }
- public string Name
- {
- get { return "XEngine"; }
- }
- public void OnRezScript(uint localID, UUID itemID, string script, int startParam, bool postOnRez, string engine, int stateSource)
- {
- if (script.StartsWith("//MRM:"))
- return;
- List<IScriptModule> engines = new List<IScriptModule>(m_Scene.RequestModuleInterfaces<IScriptModule>());
- List<string> names = new List<string>();
- foreach (IScriptModule m in engines)
- names.Add(m.ScriptEngineName);
- int lineEnd = script.IndexOf('\n');
- if (lineEnd > 1)
- {
- string firstline = script.Substring(0, lineEnd).Trim();
- int colon = firstline.IndexOf(':');
- if (firstline.Length > 2 && firstline.Substring(0, 2) == "//" && colon != -1)
- {
- string engineName = firstline.Substring(2, colon-2);
- if (names.Contains(engineName))
- {
- engine = engineName;
- script = "//" + script.Substring(script.IndexOf(':')+1);
- }
- else
- {
- if (engine == ScriptEngineName)
- {
- SceneObjectPart part =
- m_Scene.GetSceneObjectPart(
- localID);
-
- TaskInventoryItem item =
- part.Inventory.GetInventoryItem(itemID);
- ScenePresence presence =
- m_Scene.GetScenePresence(
- item.OwnerID);
- if (presence != null)
- {
- presence.ControllingClient.SendAgentAlertMessage(
- "Selected engine unavailable. "+
- "Running script on "+
- ScriptEngineName,
- false);
- }
- }
- }
- }
- }
- if (engine != ScriptEngineName)
- return;
- // If we've seen this exact script text before, use that reference instead
- if (m_uniqueScripts.ContainsKey(script))
- script = m_uniqueScripts[script];
- else
- m_uniqueScripts[script] = script;
- Object[] parms = new Object[]{localID, itemID, script, startParam, postOnRez, (StateSource)stateSource};
- if (stateSource == (int)StateSource.ScriptedRez)
- {
- lock (m_CompileDict)
- {
- m_CompileDict[itemID] = 0;
- }
- DoOnRezScript(parms);
- }
- else
- {
- m_CompileQueue.Enqueue(parms);
- lock (m_CompileDict)
- {
- m_CompileDict[itemID] = 0;
- }
- if (m_CurrentCompile == null)
- {
- // NOTE: Although we use a lockless queue, the lock here
- // is required. It ensures that there are never two
- // compile threads running, which, due to a race
- // conndition, might otherwise happen
- //
- lock (m_CompileQueue)
- {
- if (m_CurrentCompile == null)
- m_CurrentCompile = m_ThreadPool.QueueWorkItem(DoOnRezScriptQueue, null);
- }
- }
- }
- }
- public Object DoOnRezScriptQueue(Object dummy)
- {
- if (m_InitialStartup)
- {
- m_InitialStartup = false;
- System.Threading.Thread.Sleep(15000);
- if (m_CompileQueue.Count == 0)
- {
- // No scripts on region, so won't get triggered later
- // by the queue becoming empty so we trigger it here
- m_Scene.EventManager.TriggerEmptyScriptCompileQueue(0, String.Empty);
- }
- }
- object[] o;
- while (m_CompileQueue.Dequeue(out o))
- DoOnRezScript(o);
- // NOTE: Despite having a lockless queue, this lock is required
- // to make sure there is never no compile thread while there
- // are still scripts to compile. This could otherwise happen
- // due to a race condition
- //
- lock (m_CompileQueue)
- {
- m_CurrentCompile = null;
- }
- m_Scene.EventManager.TriggerEmptyScriptCompileQueue(m_ScriptFailCount,
- m_ScriptErrorMessage);
- m_ScriptFailCount = 0;
- return null;
- }
- private bool DoOnRezScript(object[] parms)
- {
- Object[] p = parms;
- uint localID = (uint)p[0];
- UUID itemID = (UUID)p[1];
- string script =(string)p[2];
- int startParam = (int)p[3];
- bool postOnRez = (bool)p[4];
- StateSource stateSource = (StateSource)p[5];
- lock(m_CompileDict)
- {
- if (!m_CompileDict.ContainsKey(itemID))
- return false;
- m_CompileDict.Remove(itemID);
- }
- // Get the asset ID of the script, so we can check if we
- // already have it.
- // We must look for the part outside the m_Scripts lock because GetSceneObjectPart later triggers the
- // m_parts lock on SOG. At the same time, a scene object that is being deleted will take the m_parts lock
- // and then later on try to take the m_scripts lock in this class when it calls OnRemoveScript()
- SceneObjectPart part = m_Scene.GetSceneObjectPart(localID);
- if (part == null)
- {
- m_log.Error("[Script] SceneObjectPart unavailable. Script NOT started.");
- m_ScriptErrorMessage += "SceneObjectPart unavailable. Script NOT started.\n";
- m_ScriptFailCount++;
- return false;
- }
- TaskInventoryItem item = part.Inventory.GetInventoryItem(itemID);
- if (item == null)
- {
- m_ScriptErrorMessage += "Can't find script inventory item.\n";
- m_ScriptFailCount++;
- return false;
- }
- UUID assetID = item.AssetID;
- //m_log.DebugFormat("[XEngine] Compiling script {0} ({1} on object {2})",
- // item.Name, itemID.ToString(), part.ParentGroup.RootPart.Name);
- ScenePresence presence = m_Scene.GetScenePresence(item.OwnerID);
- string assembly = "";
- CultureInfo USCulture = new CultureInfo("en-US");
- Thread.CurrentThread.CurrentCulture = USCulture;
- Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> linemap;
- lock (m_ScriptErrors)
- {
- try
- {
- lock (m_AddingAssemblies)
- {
- m_Compiler.PerformScriptCompile(script, assetID.ToString(), item.OwnerID, out assembly, out linemap);
- if (!m_AddingAssemblies.ContainsKey(assembly)) {
- m_AddingAssemblies[assembly] = 1;
- } else {
- m_AddingAssemblies[assembly]++;
- }
- }
- string[] warnings = m_Compiler.GetWarnings();
- if (warnings != null && warnings.Length != 0)
- {
- foreach (string warning in warnings)
- {
- if (!m_ScriptErrors.ContainsKey(itemID))
- m_ScriptErrors[itemID] = new ArrayList();
- m_ScriptErrors[itemID].Add(warning);
- // try
- // {
- // // DISPLAY WARNING INWORLD
- // string text = "Warning:\n" + warning;
- // if (text.Length > 1000)
- // text = text.Substring(0, 1000);
- // if (!ShowScriptSaveResponse(item.OwnerID,
- // assetID, text, true))
- // {
- // if (presence != null && (!postOnRez))
- // presence.ControllingClient.SendAgentAlertMessage("Script saved with warnings, check debug window!", false);
- //
- // World.SimChat(Utils.StringToBytes(text),
- // ChatTypeEnum.DebugChannel, 2147483647,
- // part.AbsolutePosition,
- // part.Name, part.UUID, false);
- // }
- // }
- // catch (Exception e2) // LEGIT: User Scripting
- // {
- // m_log.Error("[XEngine]: " +
- // "Error displaying warning in-world: " +
- // e2.ToString());
- // m_log.Error("[XEngine]: " +
- // "Warning:\r\n" +
- // warning);
- // }
- }
- }
- }
- catch (Exception e)
- {
- // try
- // {
- if (!m_ScriptErrors.ContainsKey(itemID))
- m_ScriptErrors[itemID] = new ArrayList();
- // DISPLAY ERROR INWORLD
- // m_ScriptErrorMessage += "Failed to compile script in object: '" + part.ParentGroup.RootPart.Name + "' Script name: '" + item.Name + "' Error message: " + e.Message.ToString();
- //
- m_ScriptFailCount++;
- m_ScriptErrors[itemID].Add(e.Message.ToString());
- // string text = "Error compiling script '" + item.Name + "':\n" + e.Message.ToString();
- // if (text.Length > 1000)
- // text = text.Substring(0, 1000);
- // if (!ShowScriptSaveResponse(item.OwnerID,
- // assetID, text, false))
- // {
- // if (presence != null && (!postOnRez))
- // presence.ControllingClient.SendAgentAlertMessage("Script saved with errors, check debug window!", false);
- // World.SimChat(Utils.StringToBytes(text),
- // ChatTypeEnum.DebugChannel, 2147483647,
- // part.AbsolutePosition,
- // part.Name, part.UUID, false);
- // }
- // }
- // catch (Exception e2) // LEGIT: User Scripting
- // {
- // m_log.Error("[XEngine]: "+
- // "Error displaying error in-world: " +
- // e2.ToString());
- // m_log.Error("[XEngine]: " +
- // "Errormessage: Error compiling script:\r\n" +
- // e.Message.ToString());
- // }
- return false;
- }
- }
- ScriptInstance instance = null;
- lock (m_Scripts)
- {
- // Create the object record
- if ((!m_Scripts.ContainsKey(itemID)) ||
- (m_Scripts[itemID].AssetID != assetID))
- {
- UUID appDomain = assetID;
- if (part.ParentGroup.IsAttachment)
- appDomain = part.ParentGroup.RootPart.UUID;
- if (!m_AppDomains.ContainsKey(appDomain))
- {
- try
- {
- AppDomainSetup appSetup = new AppDomainSetup();
- // appSetup.ApplicationBase = Path.Combine(
- // "ScriptEngines",
- // m_Scene.RegionInfo.RegionID.ToString());
- Evidence baseEvidence = AppDomain.CurrentDomain.Evidence;
- Evidence evidence = new Evidence(baseEvidence);
- AppDomain sandbox;
- if (m_AppDomainLoading)
- sandbox = AppDomain.CreateDomain(
- m_Scene.RegionInfo.RegionID.ToString(),
- evidence, appSetup);
- else
- sandbox = AppDomain.CurrentDomain;
-
- //PolicyLevel sandboxPolicy = PolicyLevel.CreateAppDomainLevel();
- //AllMembershipCondition sandboxMembershipCondition = new AllMembershipCondition();
- //PermissionSet sandboxPermissionSet = sandboxPolicy.GetNamedPermissionSet("Internet");
- //PolicyStatement sandboxPolicyStatement = new PolicyStatement(sandboxPermissionSet);
- //CodeGroup sandboxCodeGroup = new UnionCodeGroup(sandboxMembershipCondition, sandboxPolicyStatement);
- //sandboxPolicy.RootCodeGroup = sandboxCodeGroup;
- //sandbox.SetAppDomainPolicy(sandboxPolicy);
-
- m_AppDomains[appDomain] = sandbox;
- m_AppDomains[appDomain].AssemblyResolve +=
- new ResolveEventHandler(
- AssemblyResolver.OnAssemblyResolve);
- m_DomainScripts[appDomain] = new List<UUID>();
- }
- catch (Exception e)
- {
- m_log.ErrorFormat("[XEngine] Exception creating app domain:\n {0}", e.ToString());
- m_ScriptErrorMessage += "Exception creating app domain:\n";
- m_ScriptFailCount++;
- lock (m_AddingAssemblies)
- {
- m_AddingAssemblies[assembly]--;
- }
- return false;
- }
- }
- m_DomainScripts[appDomain].Add(itemID);
- instance = new ScriptInstance(this, part,
- itemID, assetID, assembly,
- m_AppDomains[appDomain],
- part.ParentGroup.RootPart.Name,
- item.Name, startParam, postOnRez,
- stateSource, m_MaxScriptQueue);
-
- m_log.DebugFormat(
- "[XEngine] Loaded script {0}.{1}, script UUID {2}, prim UUID {3} @ {4}.{5}",
- part.ParentGroup.RootPart.Name, item.Name, assetID, part.UUID,
- part.ParentGroup.RootPart.AbsolutePosition, part.ParentGroup.Scene.RegionInfo.RegionName);
- if (presence != null)
- {
- ShowScriptSaveResponse(item.OwnerID,
- assetID, "Compile successful", true);
- }
- instance.AppDomain = appDomain;
- instance.LineMap = linemap;
- m_Scripts[itemID] = instance;
- }
- }
- lock (m_PrimObjects)
- {
- if (!m_PrimObjects.ContainsKey(localID))
- m_PrimObjects[localID] = new List<UUID>();
- if (!m_PrimObjects[localID].Contains(itemID))
- m_PrimObjects[localID].Add(itemID);
- }
- if (!m_Assemblies.ContainsKey(assetID))
- m_Assemblies[assetID] = assembly;
- lock (m_AddingAssemblies)
- {
- m_AddingAssemblies[assembly]--;
- }
- if (instance != null)
- instance.Init();
- return true;
- }
- public void OnRemoveScript(uint localID, UUID itemID)
- {
- // If it's not yet been compiled, make sure we don't try
- lock (m_CompileDict)
- {
- if (m_CompileDict.ContainsKey(itemID))
- m_CompileDict.Remove(itemID);
- }
- IScriptInstance instance = null;
- lock (m_Scripts)
- {
- // Do we even have it?
- if (!m_Scripts.ContainsKey(itemID))
- return;
- instance=m_Scripts[itemID];
- m_Scripts.Remove(itemID);
- }
- instance.ClearQueue();
- instance.Stop(0);
- // bool objectRemoved = false;
- lock (m_PrimObjects)
- {
- // Remove the script from it's prim
- if (m_PrimObjects.ContainsKey(localID))
- {
- // Remove inventory item record
- if (m_PrimObjects[localID].Contains(itemID))
- m_PrimObjects[localID].Remove(itemID);
- // If there are no more scripts, remove prim
- if (m_PrimObjects[localID].Count == 0)
- {
- m_PrimObjects.Remove(localID);
- // objectRemoved = true;
- }
- }
- }
- instance.RemoveState();
- instance.DestroyScriptInstance();
- m_DomainScripts[instance.AppDomain].Remove(instance.ItemID);
- if (m_DomainScripts[instance.AppDomain].Count == 0)
- {
- m_DomainScripts.Remove(instance.AppDomain);
- UnloadAppDomain(instance.AppDomain);
- }
- instance = null;
- ObjectRemoved handlerObjectRemoved = OnObjectRemoved;
- if (handlerObjectRemoved != null)
- {
- SceneObjectPart part = m_Scene.GetSceneObjectPart(localID);
- handlerObjectRemoved(part.UUID);
- }
- ScriptRemoved handlerScriptRemoved = OnScriptRemoved;
- if (handlerScriptRemoved != null)
- handlerScriptRemoved(itemID);
- }
- public void OnScriptReset(uint localID, UUID itemID)
- {
- ResetScript(itemID);
- }
- public void OnStartScript(uint localID, UUID itemID)
- {
- StartScript(itemID);
- }
- public void OnStopScript(uint localID, UUID itemID)
- {
- StopScript(itemID);
- }
- private void CleanAssemblies()
- {
- List<UUID> assetIDList = new List<UUID>(m_Assemblies.Keys);
- foreach (IScriptInstance i in m_Scripts.Values)
- {
- if (assetIDList.Contains(i.AssetID))
- assetIDList.Remove(i.AssetID);
- }
- lock (m_AddingAssemblies)
- {
- foreach (UUID assetID in assetIDList)
- {
- // Do not remove assembly files if another instance of the script
- // is currently initialising
- if (!m_AddingAssemblies.ContainsKey(m_Assemblies[assetID])
- || m_AddingAssemblies[m_Assemblies[assetID]] == 0)
- {
- // m_log.DebugFormat("[XEngine] Removing unreferenced assembly {0}", m_Assemblies[assetID]);
- try
- {
- if (File.Exists(m_Assemblies[assetID]))
- File.Delete(m_Assemblies[assetID]);
-
- if (File.Exists(m_Assemblies[assetID]+".text"))
- File.Delete(m_Assemblies[assetID]+".text");
-
- if (File.Exists(m_Assemblies[assetID]+".mdb"))
- File.Delete(m_Assemblies[assetID]+".mdb");
-
- if (File.Exists(m_Assemblies[assetID]+".map"))
- File.Delete(m_Assemblies[assetID]+".map");
- }
- catch (Exception)
- {
- }
- m_Assemblies.Remove(assetID);
- }
- }
- }
- }
- private void UnloadAppDomain(UUID id)
- {
- if (m_AppDomains.ContainsKey(id))
- {
- AppDomain domain = m_AppDomains[id];
- m_AppDomains.Remove(id);
- if (domain != AppDomain.CurrentDomain)
- AppDomain.Unload(domain);
- domain = null;
- // m_log.DebugFormat("[XEngine] Unloaded app domain {0}", id.ToString());
- }
- }
- //
- // Start processing
- //
- private void SetupEngine(int minThreads, int maxThreads,
- int idleTimeout, ThreadPriority threadPriority,
- int maxScriptQueue, int stackSize)
- {
- m_MaxScriptQueue = maxScriptQueue;
- STPStartInfo startInfo = new STPStartInfo();
- startInfo.IdleTimeout = idleTimeout*1000; // convert to seconds as stated in .ini
- startInfo.MaxWorkerThreads = maxThreads;
- startInfo.MinWorkerThreads = minThreads;
- startInfo.ThreadPriority = threadPriority;
- startInfo.StackSize = stackSize;
- startInfo.StartSuspended = true;
- m_ThreadPool = new SmartThreadPool(startInfo);
- }
- //
- // Used by script instances to queue event handler jobs
- //
- public IScriptWorkItem QueueEventHandler(object parms)
- {
- return new XWorkItem(m_ThreadPool.QueueWorkItem(
- new WorkItemCallback(this.ProcessEventHandler),
- parms));
- }
-
- /// <summary>
- /// Process a previously posted script event.
- /// </summary>
- /// <param name="parms"></param>
- /// <returns></returns>
- private object ProcessEventHandler(object parms)
- {
- CultureInfo USCulture = new CultureInfo("en-US");
- Thread.CurrentThread.CurrentCulture = USCulture;
- IScriptInstance instance = (ScriptInstance) parms;
-
- //m_log.DebugFormat("[XENGINE]: Processing event for {0}", instance);
- return instance.EventProcessor();
- }
- /// <summary>
- /// Post event to an entire prim
- /// </summary>
- /// <param name="localID"></param>
- /// <param name="p"></param>
- /// <returns></returns>
- public bool PostObjectEvent(uint localID, EventParams p)
- {
- bool result = false;
- List<UUID> uuids = null;
- lock (m_PrimObjects)
- {
- if (!m_PrimObjects.ContainsKey(localID))
- return false;
- uuids = m_PrimObjects[localID];
- }
- foreach (UUID itemID in uuids)
- {
- IScriptInstance instance = null;
- try
- {
- if (m_Scripts.ContainsKey(itemID))
- instance = m_Scripts[itemID];
- }
- catch { /* ignore race conditions */ }
- if (instance != null)
- {
- instance.PostEvent(p);
- result = true;
- }
- }
-
- return result;
- }
- /// <summary>
- /// Post an event to a single script
- /// </summary>
- /// <param name="itemID"></param>
- /// <param name="p"></param>
- /// <returns></returns>
- public bool PostScriptEvent(UUID itemID, EventParams p)
- {
- if (m_Scripts.ContainsKey(itemID))
- {
- IScriptInstance instance = m_Scripts[itemID];
- if (instance != null)
- instance.PostEvent(p);
- return true;
- }
- return false;
- }
- public bool PostScriptEvent(UUID itemID, string name, Object[] p)
- {
- Object[] lsl_p = new Object[p.Length];
- for (int i = 0; i < p.Length ; i++)
- {
- if (p[i] is int)
- lsl_p[i] = new LSL_Types.LSLInteger((int)p[i]);
- else if (p[i] is string)
- lsl_p[i] = new LSL_Types.LSLString((string)p[i]);
- else if (p[i] is Vector3)
- lsl_p[i] = new LSL_Types.Vector3(((Vector3)p[i]).X, ((Vector3)p[i]).Y, ((Vector3)p[i]).Z);
- else if (p[i] is Quaternion)
- lsl_p[i] = new LSL_Types.Quaternion(((Quaternion)p[i]).X, ((Quaternion)p[i]).Y, ((Quaternion)p[i]).Z, ((Quaternion)p[i]).W);
- else if (p[i] is float)
- lsl_p[i] = new LSL_Types.LSLFloat((float)p[i]);
- else
- lsl_p[i] = p[i];
- }
- return PostScriptEvent(itemID, new EventParams(name, lsl_p, new DetectParams[0]));
- }
- public bool PostObjectEvent(UUID itemID, string name, Object[] p)
- {
- SceneObjectPart part = m_Scene.GetSceneObjectPart(itemID);
- if (part == null)
- return false;
- Object[] lsl_p = new Object[p.Length];
- for (int i = 0; i < p.Length ; i++)
- {
- if (p[i] is int)
- lsl_p[i] = new LSL_Types.LSLInteger((int)p[i]);
- else if (p[i] is string)
- lsl_p[i] = new LSL_Types.LSLString((string)p[i]);
- else if (p[i] is Vector3)
- lsl_p[i] = new LSL_Types.Vector3(((Vector3)p[i]).X, ((Vector3)p[i]).Y, ((Vector3)p[i]).Z);
- else if (p[i] is Quaternion)
- lsl_p[i] = new LSL_Types.Quaternion(((Quaternion)p[i]).X, ((Quaternion)p[i]).Y, ((Quaternion)p[i]).Z, ((Quaternion)p[i]).W);
- else if (p[i] is float)
- lsl_p[i] = new LSL_Types.LSLFloat((float)p[i]);
- else
- lsl_p[i] = p[i];
- }
- return PostObjectEvent(part.LocalId, new EventParams(name, lsl_p, new DetectParams[0]));
- }
- public Assembly OnAssemblyResolve(object sender,
- ResolveEventArgs args)
- {
- if (!(sender is System.AppDomain))
- return null;
- string[] pathList = new string[] {"bin", "ScriptEngines",
- Path.Combine("ScriptEngines",
- m_Scene.RegionInfo.RegionID.ToString())};
- string assemblyName = args.Name;
- if (assemblyName.IndexOf(",") != -1)
- assemblyName = args.Name.Substring(0, args.Name.IndexOf(","));
- foreach (string s in pathList)
- {
- string path = Path.Combine(Directory.GetCurrentDirectory(),
- Path.Combine(s, assemblyName))+".dll";
- if (File.Exists(path))
- return Assembly.LoadFrom(path);
- }
- return null;
- }
- private IScriptInstance GetInstance(UUID itemID)
- {
- IScriptInstance instance;
- lock (m_Scripts)
- {
- if (!m_Scripts.ContainsKey(itemID))
- return null;
- instance = m_Scripts[itemID];
- }
- return instance;
- }
- public void SetScriptState(UUID itemID, bool running)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- {
- if (running)
- instance.Start();
- else
- instance.Stop(100);
- }
- }
- public bool GetScriptState(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- return instance.Running;
- return false;
- }
- public void ApiResetScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- instance.ApiResetScript();
- }
- public void ResetScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- instance.ResetScript();
- }
- public void StartScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- instance.Start();
- }
- public void StopScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- instance.Stop(0);
- }
- public DetectParams GetDetectParams(UUID itemID, int idx)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- return instance.GetDetectParams(idx);
- return null;
- }
- public void SetMinEventDelay(UUID itemID, double delay)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- instance.MinEventDelay = delay;
- }
- public UUID GetDetectID(UUID itemID, int idx)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance != null)
- return instance.GetDetectID(idx);
- return UUID.Zero;
- }
- public void SetState(UUID itemID, string newState)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return;
- instance.SetState(newState);
- }
- public int GetStartParameter(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return 0;
- return instance.StartParam;
- }
- public void OnShutdown()
- {
- List<IScriptInstance> instances = new List<IScriptInstance>();
- lock (m_Scripts)
- {
- foreach (IScriptInstance instance in m_Scripts.Values)
- instances.Add(instance);
- }
- foreach (IScriptInstance i in instances)
- {
- // Stop the script, even forcibly if needed. Then flag
- // it as shutting down and restore the previous run state
- // for serialization, so the scripts don't come back
- // dead after region restart
- //
- bool prevRunning = i.Running;
- i.Stop(50);
- i.ShuttingDown = true;
- i.Running = prevRunning;
- }
- DoBackup(new Object[] {0});
- }
- public IScriptApi GetApi(UUID itemID, string name)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return null;
- return instance.GetApi(name);
- }
- public void OnGetScriptRunning(IClientAPI controllingClient, UUID objectID, UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return;
- IEventQueue eq = World.RequestModuleInterface<IEventQueue>();
- if (eq == null)
- {
- controllingClient.SendScriptRunningReply(objectID, itemID,
- GetScriptState(itemID));
- }
- else
- {
- eq.Enqueue(EventQueueHelper.ScriptRunningReplyEvent(objectID, itemID, GetScriptState(itemID), true),
- controllingClient.AgentId);
- }
- }
- public string GetXMLState(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return "";
- string xml = instance.GetXMLState();
- XmlDocument sdoc = new XmlDocument();
- bool loadedState = true;
- try
- {
- sdoc.LoadXml(xml);
- }
- catch (System.Xml.XmlException)
- {
- loadedState = false;
- }
- XmlNodeList rootL = null;
- XmlNode rootNode = null;
- if (loadedState)
- {
- rootL = sdoc.GetElementsByTagName("ScriptState");
- rootNode = rootL[0];
- }
- // Create <State UUID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">
- XmlDocument doc = new XmlDocument();
- XmlElement stateData = doc.CreateElement("", "State", "");
- XmlAttribute stateID = doc.CreateAttribute("", "UUID", "");
- stateID.Value = itemID.ToString();
- stateData.Attributes.Append(stateID);
- XmlAttribute assetID = doc.CreateAttribute("", "Asset", "");
- assetID.Value = instance.AssetID.ToString();
- stateData.Attributes.Append(assetID);
- XmlAttribute engineName = doc.CreateAttribute("", "Engine", "");
- engineName.Value = ScriptEngineName;
- stateData.Attributes.Append(engineName);
- doc.AppendChild(stateData);
- XmlNode xmlstate = null;
- // Add <ScriptState>...</ScriptState>
- if (loadedState)
- {
- xmlstate = doc.ImportNode(rootNode, true);
- }
- else
- {
- xmlstate = doc.CreateElement("", "ScriptState", "");
- }
- stateData.AppendChild(xmlstate);
- string assemName = instance.GetAssemblyName();
- string fn = Path.GetFileName(assemName);
- string assem = String.Empty;
- if (File.Exists(assemName + ".text"))
- {
- FileInfo tfi = new FileInfo(assemName + ".text");
- if (tfi != null)
- {
- Byte[] tdata = new Byte[tfi.Length];
- try
- {
- using (FileStream tfs = File.Open(assemName + ".text",
- FileMode.Open, FileAccess.Read))
- {
- tfs.Read(tdata, 0, tdata.Length);
- tfs.Close();
- }
- assem = new System.Text.ASCIIEncoding().GetString(tdata);
- }
- catch (Exception e)
- {
- m_log.DebugFormat("[XEngine]: Unable to open script textfile {0}, reason: {1}", assemName+".text", e.Message);
- }
- }
- }
- else
- {
- FileInfo fi = new FileInfo(assemName);
- if (fi != null)
- {
- Byte[] data = new Byte[fi.Length];
- try
- {
- using (FileStream fs = File.Open(assemName, FileMode.Open, FileAccess.Read))
- {
- fs.Read(data, 0, data.Length);
- fs.Close();
- }
- assem = System.Convert.ToBase64String(data);
- }
- catch (Exception e)
- {
- m_log.DebugFormat("[XEngine]: Unable to open script assembly {0}, reason: {1}", assemName, e.Message);
- }
- }
- }
- string map = String.Empty;
- if (File.Exists(fn + ".map"))
- {
- using (FileStream mfs = File.Open(fn + ".map", FileMode.Open, FileAccess.Read))
- {
- using (StreamReader msr = new StreamReader(mfs))
- {
- map = msr.ReadToEnd();
- msr.Close();
- }
- mfs.Close();
- }
- }
- XmlElement assemblyData = doc.CreateElement("", "Assembly", "");
- XmlAttribute assemblyName = doc.CreateAttribute("", "Filename", "");
- assemblyName.Value = fn;
- assemblyData.Attributes.Append(assemblyName);
- assemblyData.InnerText = assem;
- stateData.AppendChild(assemblyData);
- XmlElement mapData = doc.CreateElement("", "LineMap", "");
- XmlAttribute mapName = doc.CreateAttribute("", "Filename", "");
- mapName.Value = fn + ".map";
- mapData.Attributes.Append(mapName);
- mapData.InnerText = map;
- stateData.AppendChild(mapData);
- return doc.InnerXml;
- }
- private bool ShowScriptSaveResponse(UUID ownerID, UUID assetID, string text, bool compiled)
- {
- return false;
- }
- public bool SetXMLState(UUID itemID, string xml)
- {
- if (xml == String.Empty)
- return false;
- XmlDocument doc = new XmlDocument();
- try
- {
- doc.LoadXml(xml);
- }
- catch (Exception)
- {
- m_log.Error("[XEngine]: Exception decoding XML data from region transfer");
- return false;
- }
- XmlNodeList rootL = doc.GetElementsByTagName("State");
- if (rootL.Count < 1)
- return false;
- XmlElement rootE = (XmlElement)rootL[0];
- if (rootE.GetAttribute("Engine") != ScriptEngineName)
- return false;
- // On rez from inventory, that ID will have changed. It was only
- // advisory anyway. So we don't check it anymore.
- //
- // if (rootE.GetAttribute("UUID") != itemID.ToString())
- // return;
- XmlNodeList stateL = rootE.GetElementsByTagName("ScriptState");
- if (stateL.Count != 1)
- return false;
- XmlElement stateE = (XmlElement)stateL[0];
- if (World.m_trustBinaries)
- {
- XmlNodeList assemL = rootE.GetElementsByTagName("Assembly");
- if (assemL.Count != 1)
- return false;
- XmlElement assemE = (XmlElement)assemL[0];
- string fn = assemE.GetAttribute("Filename");
- string base64 = assemE.InnerText;
- string path = Path.Combine("ScriptEngines", World.RegionInfo.RegionID.ToString());
- path = Path.Combine(path, fn);
- if (!File.Exists(path))
- {
- Byte[] filedata = Convert.FromBase64String(base64);
- try
- {
- using (FileStream fs = File.Create(path))
- {
- fs.Write(filedata, 0, filedata.Length);
- fs.Close();
- }
- }
- catch (IOException ex)
- {
- // if there already exists a file at that location, it may be locked.
- m_log.ErrorFormat("[XEngine]: File {0} already exists! {1}", path, ex.Message);
- }
- try
- {
- using (FileStream fs = File.Create(path + ".text"))
- {
- using (StreamWriter sw = new StreamWriter(fs))
- {
- sw.Write(base64);
- sw.Close();
- }
- fs.Close();
- }
- }
- catch (IOException ex)
- {
- // if there already exists a file at that location, it may be locked.
- m_log.ErrorFormat("[XEngine]: File {0} already exists! {1}", path, ex.Message);
- }
- }
- }
- string statepath = Path.Combine("ScriptEngines", World.RegionInfo.RegionID.ToString());
- statepath = Path.Combine(statepath, itemID.ToString() + ".state");
- try
- {
- using (FileStream sfs = File.Create(statepath))
- {
- using (StreamWriter ssw = new StreamWriter(sfs))
- {
- ssw.Write(stateE.OuterXml);
- ssw.Close();
- }
- sfs.Close();
- }
- }
- catch (IOException ex)
- {
- // if there already exists a file at that location, it may be locked.
- m_log.ErrorFormat("[XEngine]: File {0} already exists! {1}", statepath, ex.Message);
- }
- XmlNodeList mapL = rootE.GetElementsByTagName("LineMap");
- if (mapL.Count > 0)
- {
- XmlElement mapE = (XmlElement)mapL[0];
- string mappath = Path.Combine("ScriptEngines", World.RegionInfo.RegionID.ToString());
- mappath = Path.Combine(mappath, mapE.GetAttribute("Filename"));
- try
- {
- using (FileStream mfs = File.Create(mappath))
- {
- using (StreamWriter msw = new StreamWriter(mfs))
- {
- msw.Write(mapE.InnerText);
- msw.Close();
- }
- mfs.Close();
- }
- }
- catch (IOException ex)
- {
- // if there already exists a file at that location, it may be locked.
- m_log.ErrorFormat("[XEngine]: File {0} already exists! {1}", statepath, ex.Message);
- }
- }
- return true;
- }
- public ArrayList GetScriptErrors(UUID itemID)
- {
- System.Threading.Thread.Sleep(1000);
- lock (m_ScriptErrors)
- {
- if (m_ScriptErrors.ContainsKey(itemID))
- {
- ArrayList ret = m_ScriptErrors[itemID];
- m_ScriptErrors.Remove(itemID);
- return ret;
- }
- return new ArrayList();
- }
- }
- public void SuspendScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return;
- instance.Suspend();
- }
- public void ResumeScript(UUID itemID)
- {
- IScriptInstance instance = GetInstance(itemID);
- if (instance == null)
- return;
- instance.Resume();
- }
- }
- }
|