(10-23-2013, 01:02 AM)FakeTruth Wrote: You mean this is a runtime exception and not a compile error right?
This might mean you are having some threading problems and things are not threadsafe. Or you are modifying m_Blocks inside HandleRedstoneTorch
I see, anyway, a cCriticalSection seems to have fixed it.
Actually, false alarm.
I will look at threading issues, somehow.