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

hunting the bug
GenericGridServerConcept
Melanie Thielker 2009-02-19 05:24:19 +00:00
parent 4e2dc730fd
commit e7c05744c0
1 changed files with 0 additions and 1 deletions

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);
}