Try this, then :) remove just one line from script serialization,

hunting the bug
This commit is contained in:
Melanie Thielker
2009-02-19 05:24:19 +00:00
parent 4e2dc730fd
commit e7c05744c0

View File

@@ -948,7 +948,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
// This is meant to work around a Windows only race
//
m_InEvent = false;
SaveState(m_Assembly);
return ScriptSerializer.Serialize(this);
}