Hey Ciribob! Sounds like you've got an awesome mod on your hands and I've been trying to get it working so I can join the fun like everyone else but I seem to be hitting a crash somewhere in the in the WPF graphics dll.
I hit the crash when opening either the installer, client, or server, but not the overlay. I pulled down the source in an attempt to debug it and found it was in native code. Here is the callstack...
d3d9.dll!CSwapChain::Present(struct tagRECT const *,struct tagRECT const *,struct HWND__ *,struct _RGNDATA const *,unsigned long) Unknown
> wpfgfx_v0400.dll!CD3DDeviceLevel1::PresentWithD3D(struct IDirect3DSwapChain9 *,class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,class CMILDeviceContext const *,struct _RGNDATA const *,unsigned long,bool *) Unknown
wpfgfx_v0400.dll!CD3DDeviceLevel1::Present(class CD3DSwapChain const *,class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,class CMILDeviceContext const *,struct _RGNDATA const *,unsigned long) Unknown
wpfgfx_v0400.dll!CHwDisplayRenderTarget::PresentInternal(class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,class TMilRect_<int,struct tagRECT,struct MilPointAndSizeL,struct RectUniqueness::_CMILSurfaceRect_> const *,struct _RGNDATA const *) Unknown
wpfgfx_v0400.dll!CHwDisplayRenderTarget::Present(struct tagRECT const *) Unknown
wpfgfx_v0400.dll!CHwHWNDRenderTarget::Present(struct tagRECT const *) Unknown
wpfgfx_v0400.dll!CDesktopRenderTarget::Present(void) Unknown
wpfgfx_v0400.dll!CDesktopHWNDRenderTarget::Present(void) Unknown
wpfgfx_v0400.dll!CSlaveHWndRenderTarget::Present(void) Unknown
wpfgfx_v0400.dll!CRenderTargetManager::Present(unsigned int *,enum MilPresentationResults::Enum *,unsigned __int64 *) Unknown
wpfgfx_v0400.dll!CComposition::Present(class CPartitionManager *) Unknown
wpfgfx_v0400.dll!CPartitionThread::PresentPartition(class Partition *) Unknown
wpfgfx_v0400.dll!CPartitionThread::Run(void) Unknown
wpfgfx_v0400.dll!CPartitionThread::ThreadMain(void *) Unknown
kernel32.dll!@BaseThreadInitThunk@12�() Unknown
ntdll.dll!__RtlUserThreadStart() Unknown
ntdll.dll!__RtlUserThreadStart@8�() Unknown
Just curious if I could be missing a prereq, or if this is something you've seen before? I'm running Windows 10 Pro x64.
Anyone else run into this issue?