2020-01-30, 18:11
(2020-01-28, 04:18)krustyreturns Wrote: Serverwmc doesn't record anything, so I can't see why it would have any performance hit even if all twelve tuners were being recorded. The computer it is running on however is busy doing a lot of recording, so maybe that is what you are seeing? How does the 'unresponsive'-ness of serverwmc manifest itself?Serverwmc will be pretty unresponsive during this time. When trying to open the app, it will be black for a few minutes before it refreshes.
I am running this on a 12 core / 24 thread Xeon, so I dont think its a load issue on the machine.
I started getting the same ServerWMC freezing again. Is there anyway to get more of a detailed debug log to see whats going on? I dont know which path has illegal characters.
xml:2020/01/30 11:07:13.989 Uncaught Thread Exception: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.GetFileName(String path)
at System.IO.FileSystemWatcher.MatchPattern(String relativePath)
at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32 action, String name)
at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Maybe you can also add an exception catch for this error so that ServerWMC does not crash in the mean time?