Haselnussbomber / HaselTweaks

A collection of quality of life tweaks and more.
GNU Affero General Public License v3.0
73 stars 9 forks source link

EnhancedExpBar causing TypeloadException #29

Closed 53m1k0l0n closed 1 year ago

53m1k0l0n commented 1 year ago

dalamud.log

2023-02-03 18:24:11.669 +01:00 [ERR] Exception during raise of Void b_0() System.TypeLoadException: Could not load type 'FFXIVClientStructs.FFXIV.Client.Game.MJIManager' from assembly 'FFXIVClientStructs, Version=1.0.0.1705, Culture=neutral, PublicKeyToken=null'. at HaselTweaks.Tweaks.EnhancedExpBar.OnFrameworkUpdate(Framework framework) at HaselTweaks.Plugin.OnFrameworkUpdate(Framework framework) in //Plugin.cs:line 102 at Dalamud.Utility.EventHandlerExtensions.HandleInvoke(Action act) in C:\goatsoft\companysecrets\dalamud\Utility\EventHandlerExtensions.cs:line 96

Haselnussbomber commented 1 year ago

Yep, already known (#28). Change in Client Structs on staging Dalamud. Has to be on stable for now. Alternatively, since I don't have testing releases, you can download the artifact and replace the files in %APPDATA%\XIVLauncher\installedPlugins\HaselTweaks\0.9.4 (I think it should be there).

Haselnussbomber commented 1 year ago

The ClientStructs changes landed on stable, so I released v0.9.5 to fix the crash.