You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addon Example project compiled in 4.8.1, Visual Studio 2022
Current plugin load order is:
FFXIV_ACT_Plugin.dll
OverlayPlugin.dll
AddonExample.dll
Have tried:
Reloading ACT after adding plugin, before adding new overlays
Placing the plugin before OverlayPlugin for load order (Fails b/c of dependencies)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Log:
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: HtmlRenderer, Version=0.19.19.0, Culture=neutral, PublicKeyToken=null
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: CefSharp, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138
[5/9/2023 7:34:58 PM] Info: InitPlugin: PluginDirectory = C:\Users\Adam\AppData\Roaming\Advanced Combat Tracker\Plugins\OverlayPlugin
[5/9/2023 7:34:58 PM] Error: Failed to load an overlay config: $System.Exception: Type AddonExample.AddonExampleOverlayConfig, AddonExample, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null not found!
at RainbowMage.OverlayPlugin.PluginConfig.LoadJson(String configPath)
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: CefSharp.OffScreen, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: CefSharp.Core, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: CefSharp.Core.Runtime, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138
[5/9/2023 7:34:58 PM] Info: AssemblyResolver: Loaded: Fleck, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
[5/9/2023 7:34:58 PM] Info: InitPlugin: Initialised.
[5/9/2023 7:34:58 PM] Info: Plugin Started.
[5/9/2023 7:34:58 PM] Info: LoadAddons: AddonExample.dll: Initialized AddonExample.AddonExample
Addon Example project compiled in 4.8.1, Visual Studio 2022
Current plugin load order is:
FFXIV_ACT_Plugin.dll
OverlayPlugin.dll
AddonExample.dll
Have tried:
Reloading ACT after adding plugin, before adding new overlays
Placing the plugin before OverlayPlugin for load order (Fails b/c of dependencies)
The text was updated successfully, but these errors were encountered: