I commented 241576 in MysKOM and when I pressed Ctrl+Enter I got the following exception:
System.NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.
vid System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
vid System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
vid SharpKom.GUI.ClassicMessageView.TextCollection_TextUpdated(Text text) i D:\Repos\SharpKom\SharpKom\GUI\ClassicMessageView.cs:rad 75
vid SharpKom.Cache.TextCollection.OnTextUpdated.Invoke(Text text)
vid SharpKom.Server.Server.TextCollection_TextUpdated(Text text) i D:\Repos\SharpKom\SharpKom\Server\Server.cs:rad 78
vid SharpKom.Cache.TextCollection.FireUpdate(UInt32 textNo) i D:\Repos\SharpKom\SharpKom\Cache\Text.cs:rad 382
vid SharpKom.Cache.Cache.UpdateRelatedTextStats(INT32 textNo, Text_Stat_10 responseTextStat) i D:\Repos\SharpKom\SharpKom\Cache\Cache.cs:rad 1032
vid SharpKom.Cache.Cache.OnNewText(async_new_text_10 newTextInfo) i D:\Repos\SharpKom\SharpKom\Cache\Cache.cs:rad 551
vid SharpKom.Asyncs.AsyncHandler.<createasync>b__e(Request msg) i D:\Repos\SharpKom\SharpKom\Protocol Code\GeneratedAsyncs.cs:rad 1487
vid SharpKom.Request.FireComplete() i D:\Repos\SharpKom\SharpKom\Protocol Code\Request.cs:rad 84
vid SharpKom.Server.Connection.OnAsyncReceived() i D:\Repos\SharpKom\SharpKom\Server\Connection.cs:rad 750
vid SharpKom.Server.Connection.OnDataReceived() i D:\Repos\SharpKom\SharpKom\Server\Connection.cs:rad 706
vid SharpKom.Server.Connection.OnReceiveComplete(IAsyncResult ar) i D:\Repos\SharpKom\SharpKom\Server\Connection.cs:rad 576
vid System.Net.LazyAsyncResult.Complete(IntPtr userToken)
vid System.Net.ContextAwareResult.CompleteCallback(Object state)
vid System.Threading.ExecutionContext.runTryCode(Object userData)
vid System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
vid System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Net.ContextAwareResult.Complete(IntPtr userToken)
vid System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
vid System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped nativeOverlapped)
vid System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped pOVERLAP)</createasync>
After closing the stack trace window, Windows wanted to send an bug report, and after trying for a while I got a new stack trace. I have no idea if it's actually related.
Unhandled Exception
Kom version: 0.9.0.835
System.Environment.OSVersion = Microsoft Windows NT 5.1.2600 Service Pack 3
System.InvalidOperationException: I Undo-åtgärden påträffades en kontext som skiljer sig från den som användes i motsvarande Set-åtgärd. Problemet beror troligen på att en kontext angavs i tråden i stället för att återställas (ångras).
vid System.Threading.SynchronizationContextSwitcher.Undo()
vid System.Threading.ExecutionContextSwitcher.Undo()
vid System.Threading.ExecutionContext.runFinallyCode(Object userData, Boolean exceptionThrown)
vid System.Runtime.CompilerServices.RuntimeHelpers.ExecuteBackoutCodeHelper(Object backoutCode, Object userData, Boolean exceptionThrown)
vid System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
vid System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
vid System.Net.ContextAwareResult.Complete(IntPtr userToken)
vid System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
vid System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped nativeOverlapped)
vid System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped pOVERLAP)