Needed to do a fresh install of Windows 11; Re-downloaded and installed the 6.0.403 SDK, 6.0.13 SDK, DirectX 9 and VC 2015 Redistrib- I unfortunately get a "Oops... Program fail to launch" now. I've attempted redownloading the most recent release and overwriting all of my current filesf, but no luck.
Suggestions?
Code:
2023-01-13 15:46:35.849 -08:00 [INF] =============== Start hud at 1/13/2023 3:46:35 PM ===============
2023-01-13 15:46:35.881 -08:00 [INF] PerfTimer =-> Create new offsets (3.9008 ms) Thread #[1]
2023-01-13 15:46:35.976 -08:00 [ERR] Core constructor -> System.AggregateException: One or more errors occurred. (Unable to load DLL 'E:\POEH\cimgui.dll' or one of its dependencies: The specified module could not be found. (0x8007007E))
---> System.DllNotFoundException: Unable to load DLL 'E:\POEH\cimgui.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
at System.Runtime.InteropServices.NativeLibrary.LoadFromPath(String libraryName, Boolean throwOnError)
at System.Runtime.InteropServices.NativeLibrary.Load(String libraryPath)
at System.Runtime.Loader.AssemblyLoadContext.LoadUnmanagedDllFromPath(String unmanagedDllPath)
at Loader.CoreAssemblyLoadHelper.ResolvingUnmanagedDllCallback(Assembly assembly, String dllName)
at System.Runtime.Loader.AssemblyLoadContext.GetResolvedUnmanagedDll(Assembly assembly, String unmanagedDllName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUnmanagedDllUsingEvent(String unmanagedDllName, Assembly assembly, IntPtr gchManagedAssemblyLoadContext)
at ImGuiNET.ImGuiNative.igCreateContext(ImFontAtlas* shared_font_atlas)
at ImGuiNET.ImGui.CreateContext()
at ClickableTransparentOverlay.ImGuiRenderer..ctor(ID3D11Device device, ID3D11DeviceContext deviceContext, Int32 width, Int32 height)
at ClickableTransparentOverlay.Overlay.<Start>b__30_0()
--- End of stack trace from previous location ---
at ClickableTransparentOverlay.Overlay.Start()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at ExileCore.Core..ctor(CancellationToken cancellationToken)
2023-01-13 15:46:37.493 -08:00 [ERR] Loader -> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.AggregateException: One or more errors occurred. (Unable to load DLL 'E:\POEH\cimgui.dll' or one of its dependencies: The specified module could not be found. (0x8007007E))
---> System.DllNotFoundException: Unable to load DLL 'E:\POEH\cimgui.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
at System.Runtime.InteropServices.NativeLibrary.LoadFromPath(String libraryName, Boolean throwOnError)
at System.Runtime.InteropServices.NativeLibrary.Load(String libraryPath)
at System.Runtime.Loader.AssemblyLoadContext.LoadUnmanagedDllFromPath(String unmanagedDllPath)
at Loader.CoreAssemblyLoadHelper.ResolvingUnmanagedDllCallback(Assembly assembly, String dllName)
at System.Runtime.Loader.AssemblyLoadContext.GetResolvedUnmanagedDll(Assembly assembly, String unmanagedDllName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUnmanagedDllUsingEvent(String unmanagedDllName, Assembly assembly, IntPtr gchManagedAssemblyLoadContext)
at ImGuiNET.ImGuiNative.igCreateContext(ImFontAtlas* shared_font_atlas)
at ImGuiNET.ImGui.CreateContext()
at ClickableTransparentOverlay.ImGuiRenderer..ctor(ID3D11Device device, ID3D11DeviceContext deviceContext, Int32 width, Int32 height)
at ClickableTransparentOverlay.Overlay.<Start>b__30_0()
--- End of stack trace from previous location ---
at ClickableTransparentOverlay.Overlay.Start()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at ExileCore.Core..ctor(CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at Loader.Loader.CreateCoreTypeInstance()
at Loader.Loader.Load(String[] args)
2023-01-13 15:46:37.494 -08:00 [INF] =============== Close hud at 1/13/2023 3:46:37 PM ===============