a bit offtopic, but maybe it is worth adding something likeSounds again like a thread accessing the GUI which is not GUI. Will add this info to mantis.
// add thread check to log calls not running in main thread/GUI
int iCurrentThread = Thread.CurrentThread.ManagedThreadId;
if (iCurrentThread != 1)
{
Log.Error("LoadSkin: Running on thread <{0}> instead of main thread - StackTrace: '{1}'", iCurrentThread, Environment.StackTrace);
}
Did not find the bin. Where is it? Sorry, next test can only be somewhere tomorrow, got to go.