This is the only error that I see in the log files:
[16:42:33] [Reloaded] Unhandled Exception: Could not load file or assembly 'Vortice.DXGI, Version=3.8.1.0, Culture=neutral, PublicKeyToken=5431ec61a7e925da'. An attempt was made to load a program with an incorrect format.
Stack Trace: at NenTools.ImGui.Hooks.DirectX12.DX12BackendHook.CreateDummySwapchainAndFindVTables()
at NenTools.ImGui.Hooks.DirectX12.DX12BackendHook.InitAndEnableHooks() in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks.DirectX12\Dx12BackendHook.cs:line 381
at NenTools.ImGui.Hooks.ImguiHook.Create(IImGui imGui, Action render, IntPtr windowHandle, List`1 implementations, BackendHookOptions options) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks\ImguiHook.cs:line 131
at NenTools.ImGui.Hooks.ImguiHook.Create(IImGui imGui, Action render, BackendHookOptions options) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks\ImguiHook.cs:line 80
at NenTools.ImGui.Shell.ImGuiShell.Start(BackendHookOptions hookOptions) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Shell\ImGuiShell.cs:line 122
at FF16Framework.Mod.RenderExecCommandListsAndPresentImpl(IntPtr a1) in C:\Users\nenkai\source\repos\FF16Framework\FF16Framework\Mod.cs:line 299
Any help would be greatly appreciated!
This is the only error that I see in the log files:
[16:42:33] [Reloaded] Unhandled Exception: Could not load file or assembly 'Vortice.DXGI, Version=3.8.1.0, Culture=neutral, PublicKeyToken=5431ec61a7e925da'. An attempt was made to load a program with an incorrect format.
Stack Trace: at NenTools.ImGui.Hooks.DirectX12.DX12BackendHook.CreateDummySwapchainAndFindVTables()
at NenTools.ImGui.Hooks.DirectX12.DX12BackendHook.InitAndEnableHooks() in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks.DirectX12\Dx12BackendHook.cs:line 381
at NenTools.ImGui.Hooks.ImguiHook.Create(IImGui imGui, Action render, IntPtr windowHandle, List`1 implementations, BackendHookOptions options) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks\ImguiHook.cs:line 131
at NenTools.ImGui.Hooks.ImguiHook.Create(IImGui imGui, Action render, BackendHookOptions options) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Hooks\ImguiHook.cs:line 80
at NenTools.ImGui.Shell.ImGuiShell.Start(BackendHookOptions hookOptions) in C:\Users\nenkai\source\repos\FF16Framework\NenTools.ImGui\NenTools.ImGui.Shell\ImGuiShell.cs:line 122
at FF16Framework.Mod.RenderExecCommandListsAndPresentImpl(IntPtr a1) in C:\Users\nenkai\source\repos\FF16Framework\FF16Framework\Mod.cs:line 299
Any help would be greatly appreciated!