Hi, First time using ZeDMD on a new build and trying to get it working and I am getting an error. The DMD boots and displays it's logo etc but I can't interact with it.
ZeDMD 3.4.1
dmd extensions 2.2.1
Windows 10 fresh build (x64)
PS C:\VisualPinball\VPinMAME> .\dmdext.exe test -d auto
Unhandled Exception: System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it.
at System.Windows.Threading.Dispatcher.VerifyAccess()
at System.Windows.Media.Imaging.BitmapSource.get_PixelWidth()
at LibDmd.Common.ImageUtil.ConvertToRgb24(BitmapSource bmp, Int32 offset, Double lum)
at LibDmd.Frame.BmpFrame.ConvertToRgb24()
at LibDmd.RenderGraph.<>c__DisplayClass62_0.<Connect>b__14(BmpFrame frame)
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Reactive.Stubs.<.cctor>b__1(Exception ex)
at System.Reactive.AnonymousSafeObserver`1.OnError(Exception error)
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value)
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value)
at System.Reactive.ScheduledObserver`1.Dispatch(ICancelable cancel)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
PS C:\VisualPinball\VPinMAME>
The same happens if I use '--use-ini' but if I just run the test, the app displays ok.
Hi, First time using ZeDMD on a new build and trying to get it working and I am getting an error. The DMD boots and displays it's logo etc but I can't interact with it.
ZeDMD 3.4.1
dmd extensions 2.2.1
Windows 10 fresh build (x64)
The same happens if I use '--use-ini' but if I just run the test, the app displays ok.