Current version works fine in town but upon leaving town i get the following
Code:
************** Exception Text **************
System.TypeLoadException: Could not load type 'System.Numerics.Matrix4x4' from assembly 'System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
at PoeHUD.Poe.RemoteMemoryObjects.Camera.WorldToScreen(Vector3 vec3, EntityWrapper entityWrapper)
at PoeHUD.Hud.Health.HealthBarPlugin.Render()
at PoeHUD.Hud.ExternalOverlay.<>c.<OnRender>b__21_0(IPlugin x)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at PoeHUD.Hud.ExternalOverlay.OnRender()
at PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
at PoeHUD.Hud.UI.Graphics.RenderLoop()
at PoeHUD.Hud.ExternalOverlay.<OnLoad>b__20_0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at PoeHUD.Hud.ExternalOverlay.<OnLoad>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
Edit: I get the same error in town if I load up a fresh install and try to toggle the "show in town" option for health bars
I see it mentioned that .NET 4.6 update is recommended but 4.6 doesn't support Win7 without SP1 installed. I am unable to install SP1 on my machine for some reason. I hope this isn't the issue since it works fine in town.
Edit 2: Ok if I take a fresh install and manually edit the settings.json file to disable health bars completely, everything else works fine