Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ or user guide as not working #17

Open
clandestinehp opened this issue Oct 7, 2022 · 30 comments
Open

FAQ or user guide as not working #17

clandestinehp opened this issue Oct 7, 2022 · 30 comments

Comments

@clandestinehp
Copy link

Not sure why this plugin is not working via XIV launcher. Plugin is installed and all files are working however in discord there is no status. FAQ or guide would be helpful as well

discord keeps showing base game status
image

@soldey
Copy link

soldey commented Oct 8, 2022

Same thing, it isn't working for like 2-3 days already

@jacksonrakena
Copy link

jacksonrakena commented Oct 10, 2022

Dalamud logs say that the Territories excel sheet is null: image

I commented the territories section out as it's not required to make it work in my fork (here), but I can't test it as I'm having other RPC-related issues as I'm on XIV for Mac.

Could someone on Windows try my fork, or commenting out Lines 257 (if (territoryId != 0)) to 267 (}) and see if it works?

Not an expert on XIV data, but I think something might need to be updated.

@dopaminefeast
Copy link

dopaminefeast commented Oct 12, 2022

@jacksonrakena I tried compiling your fork and making it work through Custom Plugin Repositories install in Dalamud but it doesn't work on my side. I don't know if I'm doing things properly though.

dotnet build succesful in the master branch of your project.

Link to the repo.json

@jacksonrakena
Copy link

@jacksonrakena I tried compiling your fork and making it work through Custom Plugin Repositories install in Dalamud but it doesn't work on my side. I don't know if I'm doing things properly though.

dotnet build succesful in the master branch of your project.

Link to the repo.json

What does it say in the console? My fork cranks up the logging to 11 so it should say something.

@devRMoreira
Copy link

Mine doesn't show Rich Presence either, but for some reason if I just switch to another discord account it does work so how can i figure out what the problem is? I've reinstalled both xiv launcher & discord and still nothin

@jacksonrakena
Copy link

Mine doesn't show Rich Presence either, but for some reason if I just switch to another discord account it does work so how can i figure out what the problem is? I've reinstalled both xiv launcher & discord and still nothin

Can you post the Dalamud logs (/xldev -> Game -> Open log window) for the working Discord account and the non-working one?

@jacksonrakena
Copy link

Paging @Ichis3n @celgost

@devRMoreira
Copy link

@jacksonrakena I won't be able to get on till late tonight, as soon as I'm able I'll post them

@dopaminefeast
Copy link

@jacksonrakena

17:28:16.028 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/repo.json
--------------------------------
17:28:16.028 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
17:28:54.156 | ERR Plugin icon for RichPresence at https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/Dalamud.RichPresence/proxy-image.png was larger than the maximum allowed resolution (800x800 > 512x512).
--------------------------------
17:28:58.476 | INF [LOCALPLUGIN] Unloading Dalamud.RichPresence.dll
--------------------------------
17:28:58.988 | INF [LOCALPLUGIN] Finished unloading Dalamud.RichPresence.dll
--------------------------------
17:29:02.903 | INF [PLUGINM] Installed plugin Discord Rich Presence (Fork) (testing=False)
--------------------------------
17:29:02.903 | INF [PLUGINM] Loading plugin Discord Rich Presence (Fork)
--------------------------------
17:29:02.904 | ERR [PLUGINW] Plugin installer threw an unexpected error
System.ArgumentException: Value must exist (Parameter 'mainAssemblyPath')
   at Dalamud.Plugin.Internal.Loader.LoaderConfig..ctor(String mainAssemblyPath) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Loader\LoaderConfig.cs:line 27
   at Dalamud.Plugin.Internal.Types.LocalPlugin..ctor(FileInfo dllFile, LocalPluginManifest manifest) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Types\LocalPlugin.cs:line 153
   at Dalamud.Plugin.Internal.PluginManager.LoadPluginAsync(FileInfo dllFile, LocalPluginManifest manifest, PluginLoadReason reason, Boolean isDev, Boolean isBoot, Boolean doNotLoad) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 885
   at Dalamud.Plugin.Internal.PluginManager.InstallPluginAsync(RemotePluginManifest repoManifest, Boolean useTesting, PluginLoadReason reason) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 771
{ } [ Send ]

@devRMoreira
Copy link

@jacksonrakena Here they are, the only difference between discord accounts is that one has spotify and game related acc links and the other one doesn't if that matters.
Booted the game up from 0 both times for each acc, but if i just switch accounts on discord through the built in account switcher it works on the secondary without rebooting the game and doesn't on main.
works.txt
doesnt.txt

@jacksonrakena
Copy link

@jacksonrakena

17:28:16.028 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/repo.json
--------------------------------
17:28:16.028 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
17:28:54.156 | ERR Plugin icon for RichPresence at https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/Dalamud.RichPresence/proxy-image.png was larger than the maximum allowed resolution (800x800 > 512x512).
--------------------------------
17:28:58.476 | INF [LOCALPLUGIN] Unloading Dalamud.RichPresence.dll
--------------------------------
17:28:58.988 | INF [LOCALPLUGIN] Finished unloading Dalamud.RichPresence.dll
--------------------------------
17:29:02.903 | INF [PLUGINM] Installed plugin Discord Rich Presence (Fork) (testing=False)
--------------------------------
17:29:02.903 | INF [PLUGINM] Loading plugin Discord Rich Presence (Fork)
--------------------------------
17:29:02.904 | ERR [PLUGINW] Plugin installer threw an unexpected error
System.ArgumentException: Value must exist (Parameter 'mainAssemblyPath')
   at Dalamud.Plugin.Internal.Loader.LoaderConfig..ctor(String mainAssemblyPath) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Loader\LoaderConfig.cs:line 27
   at Dalamud.Plugin.Internal.Types.LocalPlugin..ctor(FileInfo dllFile, LocalPluginManifest manifest) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Types\LocalPlugin.cs:line 153
   at Dalamud.Plugin.Internal.PluginManager.LoadPluginAsync(FileInfo dllFile, LocalPluginManifest manifest, PluginLoadReason reason, Boolean isDev, Boolean isBoot, Boolean doNotLoad) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 885
   at Dalamud.Plugin.Internal.PluginManager.InstallPluginAsync(RemotePluginManifest repoManifest, Boolean useTesting, PluginLoadReason reason) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 771
{ } [ Send ]

@celgost I had this issue when assembling my custom plugin repository. Do you want to try using xiv-plugins.animalswithcoolhats.com as a custom plugin repository? You can use that one as a template to fix your one, if you'd like.

@dopaminefeast
Copy link

@jacksonrakena

17:28:16.028 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/repo.json
--------------------------------
17:28:16.028 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
17:28:54.156 | ERR Plugin icon for RichPresence at https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/Dalamud.RichPresence/proxy-image.png was larger than the maximum allowed resolution (800x800 > 512x512).
--------------------------------
17:28:58.476 | INF [LOCALPLUGIN] Unloading Dalamud.RichPresence.dll
--------------------------------
17:28:58.988 | INF [LOCALPLUGIN] Finished unloading Dalamud.RichPresence.dll
--------------------------------
17:29:02.903 | INF [PLUGINM] Installed plugin Discord Rich Presence (Fork) (testing=False)
--------------------------------
17:29:02.903 | INF [PLUGINM] Loading plugin Discord Rich Presence (Fork)
--------------------------------
17:29:02.904 | ERR [PLUGINW] Plugin installer threw an unexpected error
System.ArgumentException: Value must exist (Parameter 'mainAssemblyPath')
   at Dalamud.Plugin.Internal.Loader.LoaderConfig..ctor(String mainAssemblyPath) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Loader\LoaderConfig.cs:line 27
   at Dalamud.Plugin.Internal.Types.LocalPlugin..ctor(FileInfo dllFile, LocalPluginManifest manifest) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Types\LocalPlugin.cs:line 153
   at Dalamud.Plugin.Internal.PluginManager.LoadPluginAsync(FileInfo dllFile, LocalPluginManifest manifest, PluginLoadReason reason, Boolean isDev, Boolean isBoot, Boolean doNotLoad) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 885
   at Dalamud.Plugin.Internal.PluginManager.InstallPluginAsync(RemotePluginManifest repoManifest, Boolean useTesting, PluginLoadReason reason) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 771
{ } [ Send ]

@celgost I had this issue when assembling my custom plugin repository. Do you want to try using xiv-plugins.animalswithcoolhats.com as a custom plugin repository? You can use that one as a template to fix your one, if you'd like.

I installed through the repo and the plugin doesn't work. :/

@jacksonrakena
Copy link

@jacksonrakena

17:28:16.028 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/repo.json
--------------------------------
17:28:16.028 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
17:28:54.156 | ERR Plugin icon for RichPresence at https://raw.githubusercontent.com/celgost/Dalamud.RichPresence/master/Dalamud.RichPresence/proxy-image.png was larger than the maximum allowed resolution (800x800 > 512x512).
--------------------------------
17:28:58.476 | INF [LOCALPLUGIN] Unloading Dalamud.RichPresence.dll
--------------------------------
17:28:58.988 | INF [LOCALPLUGIN] Finished unloading Dalamud.RichPresence.dll
--------------------------------
17:29:02.903 | INF [PLUGINM] Installed plugin Discord Rich Presence (Fork) (testing=False)
--------------------------------
17:29:02.903 | INF [PLUGINM] Loading plugin Discord Rich Presence (Fork)
--------------------------------
17:29:02.904 | ERR [PLUGINW] Plugin installer threw an unexpected error
System.ArgumentException: Value must exist (Parameter 'mainAssemblyPath')
   at Dalamud.Plugin.Internal.Loader.LoaderConfig..ctor(String mainAssemblyPath) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Loader\LoaderConfig.cs:line 27
   at Dalamud.Plugin.Internal.Types.LocalPlugin..ctor(FileInfo dllFile, LocalPluginManifest manifest) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\Types\LocalPlugin.cs:line 153
   at Dalamud.Plugin.Internal.PluginManager.LoadPluginAsync(FileInfo dllFile, LocalPluginManifest manifest, PluginLoadReason reason, Boolean isDev, Boolean isBoot, Boolean doNotLoad) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 885
   at Dalamud.Plugin.Internal.PluginManager.InstallPluginAsync(RemotePluginManifest repoManifest, Boolean useTesting, PluginLoadReason reason) in C:\goatsoft\companysecrets\dalamud\Plugin\Internal\PluginManager.cs:line 771
{ } [ Send ]

@celgost I had this issue when assembling my custom plugin repository. Do you want to try using xiv-plugins.animalswithcoolhats.com as a custom plugin repository? You can use that one as a template to fix your one, if you'd like.

I installed through the repo and the plugin doesn't work. :/

@celgost Could you please dump logs?

@jacksonrakena
Copy link

Also please try again with the updated version, if you can. 2.0.0.10 (latest on my repo) is configured to dump as much log information as it can.

@dopaminefeast
Copy link

--------------------------------
04:45:29.377 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Jupiter23, 23pt, skew=0, weight=0)" has been requested.
--------------------------------
04:45:29.451 | INF [Penumbra] WebServer New State - Loading
--------------------------------
04:45:29.462 | INF [Penumbra] WebServer New State - Listening
--------------------------------
04:45:29.491 | INF [Penumbra] Penumbra Version 0.5.10.0, Commit #b7a09bd successfully Loaded.
--------------------------------
04:45:29.492 | INF [Penumbra] Loading native OtterTex assembly from C:\Users\Brice\AppData\Roaming\XIVLauncher\installedPlugins\Penumbra\0.5.10.0.
--------------------------------
04:45:29.492 | INF [LOCALPLUGIN] Finished loading Penumbra.dll
--------------------------------
04:45:29.493 | INF [PLUGINM] ============= LoadPluginsSync(AnytimeSync) END =============
--------------------------------
04:45:29.494 | INF [PLUGINM] ============= LoadPluginsAsync(AnytimeAsync) START =============
--------------------------------
04:45:29.496 | INF [PLUGINM] ============= LoadPluginsAsync(AnytimeAsync) END =============
--------------------------------
04:45:29.496 | INF [SPL] [T3] PML OK!
--------------------------------
04:45:29.914 | INF [PLUGINM] ============= LoadPluginsSync(FrameworkTickSync) START =============
--------------------------------
04:45:29.914 | INF [PLUGINM] ============= LoadPluginsSync(FrameworkTickSync) END =============
--------------------------------
04:45:29.915 | INF [PLUGINM] ============= LoadPluginsAsync(FrameworkTickAsync) START =============
--------------------------------
04:45:29.915 | INF [PLUGINM] ============= LoadPluginsAsync(FrameworkTickAsync) END =============
--------------------------------
04:45:29.928 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Axis36, 21pt, skew=0, weight=0)" has been requested.
--------------------------------
04:45:30.506 | INF [PLUGINM] ============= LoadPluginsSync(DrawAvailableSync) START =============
--------------------------------
04:45:30.506 | INF [PLUGINM] ============= LoadPluginsSync(DrawAvailableSync) END =============
--------------------------------
04:45:30.508 | INF [PLUGINM] ============= LoadPluginsAsync(DrawAvailableAsync) START =============
--------------------------------
04:45:30.508 | INF [PLUGINM] Loading plugin Material UI
--------------------------------
04:45:30.508 | INF [PLUGINM] Loading plugin Tidy Chat
--------------------------------
04:45:30.509 | INF [PLUGINM] Loading plugin No Tank You
--------------------------------
04:45:30.512 | INF [PLUGINM] Loading plugin XIV Combo
--------------------------------
04:45:30.521 | INF [PLUGINM] Loading plugin PingPlugin
--------------------------------
04:45:30.591 | INF [LOCALPLUGIN] Loading MaterialUI.dll
--------------------------------
04:45:30.591 | INF [LOCALPLUGIN] Loading MiniMappingway.dll
--------------------------------
04:45:30.593 | INF [LOCALPLUGIN] Loading Abyssal.RichPresence.dll
--------------------------------
04:45:30.596 | INF [LOCALPLUGIN] Loading XIVCombo.dll
--------------------------------
04:45:30.601 | INF [LOCALPLUGIN] Finished loading MaterialUI.dll
--------------------------------
04:45:30.603 | INF [LOCALPLUGIN] Loading NoTankYou.dll
--------------------------------
04:45:30.605 | INF [LOCALPLUGIN] Loading TidyChat.dll
--------------------------------
04:45:30.605 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Axis36, 39pt, skew=0, weight=0)" has been requested.
--------------------------------
04:45:30.606 | WRN [Penumbra] Penumbra.ApiVersion is outdated. Please use Penumbra.ApiVersions instead.
--------------------------------
04:45:30.624 | INF [PLUGINM] Loading plugin PlayerTags
--------------------------------
04:45:30.625 | INF [Abyssal.RichPresence] Creating RPC client.
--------------------------------
04:45:30.627 | INF [LOCALPLUGIN] Loading PlayerTags.dll
--------------------------------
04:45:30.636 | WRN [Penumbra] Penumbra.ApiVersion is outdated. Please use Penumbra.ApiVersions instead.
--------------------------------
04:45:30.639 | INF [PLUGINM] Loading plugin PlayerTrack
--------------------------------
04:45:30.660 | INF [LOCALPLUGIN] Finished loading MiniMappingway.dll
--------------------------------
04:45:30.661 | INF [PLUGINM] Loading plugin PriceCheck
--------------------------------
04:45:30.664 | INF [LOCALPLUGIN] Loading PriceCheck.dll
--------------------------------
04:45:30.672 | INF [LOCALPLUGIN] Loading PlayerTrack.dll
--------------------------------
04:45:30.673 | INF [LOCALPLUGIN] Finished loading PlayerTrack.dll
--------------------------------
04:45:30.689 | INF [Abyssal.RichPresence] Initialised RPC client.
--------------------------------
04:45:30.700 | INF [LOCALPLUGIN] Finished loading TidyChat.dll
--------------------------------
04:45:30.701 | INF [PLUGINM] Loading plugin Price Insight
--------------------------------
04:45:30.714 | INF [LOCALPLUGIN] Loading PriceInsight.dll
--------------------------------
04:45:30.739 | INF [LOCALPLUGIN] Finished loading Abyssal.RichPresence.dll
--------------------------------
04:45:30.739 | INF [PLUGINM] Loading plugin Quest Map
--------------------------------
04:45:30.742 | INF [LOCALPLUGIN] Loading QuestMap.dll
--------------------------------
04:45:30.777 | WRN [XivCommon] [XIVCommon] Could not find signature for UiAlloc (GameAlloc). This functionality will be disabled.
--------------------------------
04:45:30.789 | INF [LOCALPLUGIN] Finished loading PriceCheck.dll
--------------------------------
04:45:30.796 | INF [LOCALPLUGIN] Finished loading XIVCombo.dll
--------------------------------
04:45:30.796 | INF [PLUGINM] Loading plugin Which Patch Was That?
--------------------------------
04:45:30.798 | INF [LOCALPLUGIN] Loading WhichPatchWasThat.dll
--------------------------------
04:45:30.802 | INF [LOCALPLUGIN] Finished loading WhichPatchWasThat.dll
--------------------------------
04:45:30.802 | INF [PLUGINM] Loading plugin GatherBuddy
--------------------------------
04:45:30.804 | WRN [XivCommon] [XIVCommon] Could not find signature for Examine. This functionality will be disabled.
--------------------------------
04:45:30.810 | INF [PLUGINM] Loading plugin FC Name Color
--------------------------------
04:45:30.811 | INF [PLUGINM] Loading plugin RepairMe
--------------------------------
04:45:30.815 | INF [LOCALPLUGIN] Loading RepairMe.dll
--------------------------------
04:45:30.836 | INF [LOCALPLUGIN] Finished loading PlayerTags.dll
--------------------------------
04:45:30.836 | INF [PLUGINM] Loading plugin Simple Tweaks Plugin
--------------------------------
04:45:30.862 | INF [LOCALPLUGIN] Loading FCNameColor.dll
--------------------------------
04:45:30.887 | INF [LOCALPLUGIN] Loading SimpleTweaksPlugin.dll
--------------------------------
04:45:30.888 | INF [LOCALPLUGIN] Finished loading RepairMe.dll
--------------------------------
04:45:30.939 | INF [LOCALPLUGIN] Finished loading FCNameColor.dll
--------------------------------
04:45:30.939 | INF [PLUGINM] Loading plugin EnemyListHP (former EnmityHp)
--------------------------------
04:45:30.942 | INF [LOCALPLUGIN] Loading EnmityHp.dll
--------------------------------
04:45:30.943 | INF [LOCALPLUGIN] Finished loading EnmityHp.dll
--------------------------------
04:45:30.944 | INF [PLUGINM] Loading plugin EnemyListDebuffs
--------------------------------
04:45:30.946 | INF [LOCALPLUGIN] Loading EnemyListDebuffs.dll
--------------------------------
04:45:31.044 | INF [LOCALPLUGIN] Finished loading NoTankYou.dll
--------------------------------
04:45:31.045 | INF [PLUGINM] Loading plugin StackSellPrice
--------------------------------
04:45:31.048 | INF [LOCALPLUGIN] Loading StackSellPrice.dll
--------------------------------
04:45:31.151 | INF [EnemyListDebuffs] 7FF753098880
--------------------------------
04:45:31.157 | INF [LOCALPLUGIN] Finished loading PriceInsight.dll
--------------------------------
04:45:31.158 | INF [Dalamud] Registered tooltip construction handler!
--------------------------------
04:45:31.158 | INF [LOCALPLUGIN] Finished loading StackSellPrice.dll
--------------------------------
04:45:31.158 | INF [PLUGINM] Loading plugin Waymark Preset Plugin
--------------------------------
04:45:31.159 | INF [LOCALPLUGIN] Finished loading EnemyListDebuffs.dll
--------------------------------
04:45:31.159 | INF [PLUGINM] Loading plugin Distance
--------------------------------
04:45:31.161 | INF [LOCALPLUGIN] Loading WaymarkPresetPlugin.dll
--------------------------------
04:45:31.163 | INF [WaymarkPresetPlugin] Trying to set up Loc for culture "en"
--------------------------------
04:45:31.166 | INF [WaymarkPresetPlugin] FMARKER.DAT address: 0x224ECC34520
--------------------------------
04:45:31.166 | INF [WaymarkPresetPlugin] Waymarks object address: 0x7FF754BF3E00
--------------------------------
04:45:31.188 | INF [LOCALPLUGIN] Loading Distance.dll
--------------------------------
04:45:31.190 | INF [Distance] UIMouseover function signature found at 0x7FF7531EEFC0.
--------------------------------
04:45:31.208 | INF [WaymarkPresetPlugin] No zone sort order file found; using default sort order.
--------------------------------
04:45:31.219 | INF [WaymarkPresetPlugin] No map view data file found; using default map view state.
--------------------------------
04:45:31.223 | INF [LOCALPLUGIN] Finished loading WaymarkPresetPlugin.dll
--------------------------------
04:45:31.223 | INF [PLUGINM] Loading plugin Weatherman
--------------------------------
04:45:31.225 | INF [LOCALPLUGIN] Loading Weatherman.dll
--------------------------------
04:45:31.228 | INF [LOCALPLUGIN] Finished loading Weatherman.dll
--------------------------------
04:45:31.228 | INF [PLUGINM] Loading plugin Market board
--------------------------------
04:45:31.242 | INF [LOCALPLUGIN] Loading MarketBoardPlugin.dll
--------------------------------
04:45:31.259 | INF [Distance] Trying to set up Loc for culture "en"
--------------------------------
04:45:31.250 | INF [PLUGINM] Loading plugin KitchenSync
--------------------------------
04:45:31.266 | INF [LOCALPLUGIN] Finished loading Distance.dll
--------------------------------
04:45:31.266 | INF [LOCALPLUGIN] Loading KitchenSync.dll
--------------------------------
04:45:31.300 | INF [Distance] Loaded BNpc aggro range data version 2022.08.17.0000.0000-001 (2022081700000000001)
--------------------------------
04:45:31.328 | INF [PLUGINM] Loading plugin Death Recap
--------------------------------
04:45:31.338 | INF [LOCALPLUGIN] Loading DeathRecap.dll
--------------------------------
04:45:31.341 | INF [LOCALPLUGIN] Finished loading KitchenSync.dll
--------------------------------
04:45:31.341 | INF [PLUGINM] Loading plugin Item Vendor Location
--------------------------------
04:45:31.354 | INF [LOCALPLUGIN] Loading ItemVendorLocation.dll
--------------------------------
04:45:31.359 | INF [LOCALPLUGIN] Finished loading DeathRecap.dll
--------------------------------
04:45:31.359 | INF [PLUGINM] Loading plugin Discord Rich Presence
--------------------------------
04:45:31.369 | INF [PLUGINM] Loading plugin Wotsit
--------------------------------
04:45:31.376 | INF [LOCALPLUGIN] Loading Dalamud.FindAnything.dll
--------------------------------
04:45:31.401 | INF [PlayerTrack] Running backup due to frequency timer.
--------------------------------
04:45:31.411 | WRN [XivCommon] [XIVCommon] Could not find signature for UiAlloc (GameAlloc). This functionality will be disabled.
--------------------------------
04:45:31.431 | INF [PLUGINM] Loading plugin Item Search
--------------------------------
04:45:31.436 | INF [LOCALPLUGIN] Loading ItemSearchPlugin.dll
--------------------------------
04:45:31.457 | WRN [XivCommon] [XIVCommon] Could not find signature for Examine. This functionality will be disabled.
--------------------------------
04:45:31.458 | INF [LOCALPLUGIN] Finished loading ItemSearchPlugin.dll
--------------------------------
04:45:31.458 | INF [PLUGINM] Loading plugin Adventurer in Need
--------------------------------
04:45:31.461 | INF [LOCALPLUGIN] Loading AdventurerInNeed.dll
--------------------------------
04:45:31.469 | INF [LOCALPLUGIN] Finished loading ItemVendorLocation.dll
--------------------------------
04:45:31.469 | INF [PLUGINM] Loading plugin Audible Character Status
--------------------------------
04:45:31.474 | INF [LOCALPLUGIN] Loading AudibleCharacterStatus.dll
--------------------------------
04:45:31.475 | INF [LOCALPLUGIN] Finished loading AdventurerInNeed.dll
--------------------------------
04:45:31.497 | INF [LOCALPLUGIN] Finished loading AudibleCharacterStatus.dll
--------------------------------
04:45:31.497 | INF [PLUGINM] Loading plugin Better Playtime
--------------------------------
04:45:31.503 | INF [LOCALPLUGIN] Loading BetterPlaytime.dll
--------------------------------
04:45:31.530 | INF [LOCALPLUGIN] Finished loading BetterPlaytime.dll
--------------------------------
04:45:31.595 | INF [SimpleTweaksPlugin] Tweak Blacklist:
--------------------------------
04:45:31.595 | INF [SimpleTweaksPlugin] StopCraftingButton
--------------------------------
04:45:31.595 | INF [SimpleTweaksPlugin] UiAdjustments@LockWindowPosition
--------------------------------
04:45:31.595 | INF [SimpleTweaksPlugin] FixedShadowDistance
--------------------------------
04:45:31.740 | INF [SimpleTweaksPlugin] Enable: Extra Information for Tooltips @ Tooltip Tweaks
--------------------------------
04:45:31.746 | INF [SimpleTweaksPlugin] Enable: Improved Blue Mage Action Tooltips @ Tooltip Tweaks
--------------------------------
04:45:31.751 | INF [SimpleTweaksPlugin] Enable: Materia Stats @ Tooltip Tweaks
--------------------------------
04:45:31.768 | INF [SimpleTweaksPlugin] Enable: Precise Durability @ Tooltip Tweaks
--------------------------------
04:45:31.769 | INF [SimpleTweaksPlugin] Enable: Precise Spiritbond @ Tooltip Tweaks
--------------------------------
04:45:31.774 | INF [SimpleTweaksPlugin] Enable: Show ID @ Tooltip Tweaks
--------------------------------
04:45:31.774 | INF [Dalamud.FindAnything] 41 class jobs loaded.
--------------------------------
04:45:31.781 | INF [SimpleTweaksPlugin] Enable: Show Painting Preview @ Tooltip Tweaks
--------------------------------
04:45:31.797 | INF [Weatherman] PlayWeatherSound ptr: 00007FF752D0AB10
--------------------------------
04:45:31.798 | INF [Weatherman] Weather ptr: 00000224E3E03736
--------------------------------
04:45:31.798 | INF [Weatherman] Weather asm ptr: 00007FF752D11D95
--------------------------------
04:45:31.902 | INF [SimpleTweaksPlugin] Enable: Accurate Venture Times @ UI Tweaks
--------------------------------
04:45:31.907 | INF [SimpleTweaksPlugin] Enable: Adjust Equipment Positions @ UI Tweaks
--------------------------------
04:45:31.912 | INF [SimpleTweaksPlugin] Enable: Adjust Large Cooldown Counter @ UI Tweaks
--------------------------------
04:45:31.925 | INF [SimpleTweaksPlugin] Enable: Always Yes @ UI Tweaks
--------------------------------
04:45:31.932 | INF [SimpleTweaksPlugin] Enable: Cast Bar Adjustments @ UI Tweaks
--------------------------------
04:45:31.943 | INF [SimpleTweaksPlugin] Enable: Cleaner World Visit Menu @ UI Tweaks
--------------------------------
04:45:31.946 | INF [SimpleTweaksPlugin] Enable: Custom Free Company Tags @ UI Tweaks
--------------------------------
04:45:31.953 | INF [SimpleTweaksPlugin] Enable: Default to max when selling Triple Triad Cards @ UI Tweaks
--------------------------------
04:45:31.957 | INF [SimpleTweaksPlugin] Enable: Hide Achievements Nearing Completion Notifications @ UI Tweaks
--------------------------------
04:45:31.958 | INF [SimpleTweaksPlugin] Enable: Hide Experience Bar at Max Level @ UI Tweaks
--------------------------------
04:45:31.969 | INF [SimpleTweaksPlugin] Enable: Hide Job Gauge @ UI Tweaks
--------------------------------
04:45:31.976 | INF [SimpleTweaksPlugin] Enable: Market Enhancements @ UI Tweaks
--------------------------------
04:45:31.995 | INF [SimpleTweaksPlugin] Enable: Minimap Adjustments @ UI Tweaks
--------------------------------
04:45:32.011 | INF [SimpleTweaksPlugin] Enable: Notification Toast Adjustments @ UI Tweaks
--------------------------------
04:45:32.037 | INF [SimpleTweaksPlugin] Enable: Parameter Bar Adjustments @ UI Tweaks
--------------------------------
04:45:32.065 | INF [SimpleTweaksPlugin] Enable: Party List Status Timers @ UI Tweaks
--------------------------------
04:45:32.073 | INF [SimpleTweaksPlugin] Enable: Remove Community Finder @ UI Tweaks
--------------------------------
04:45:32.073 | INF [SimpleTweaksPlugin] Enable: Shield on HP Bar @ UI Tweaks
--------------------------------
04:45:32.081 | INF [SimpleTweaksPlugin] Enable: Show Experience Percentage @ UI Tweaks
--------------------------------
04:45:32.099 | INF [SimpleTweaksPlugin] Enable: Show Gil in Inventory @ UI Tweaks
--------------------------------
04:45:32.117 | INF [SimpleTweaksPlugin] Enable: Smart Nameplates @ UI Tweaks
--------------------------------
04:45:32.123 | INF [SimpleTweaksPlugin] Enable: Target HP @ UI Tweaks
--------------------------------
04:45:32.132 | INF [SimpleTweaksPlugin] Enable: Target Status Adjustments @ UI Tweaks
--------------------------------
04:45:32.153 | INF [SimpleTweaksPlugin] Enable: Time Until GP Max @ UI Tweaks
--------------------------------
04:45:32.160 | INF [SimpleTweaksPlugin] Enable: Timer on Duty Waiting @ UI Tweaks
--------------------------------
04:45:32.182 | INF [LOCALPLUGIN] Finished loading SimpleTweaksPlugin.dll
--------------------------------
04:45:32.186 | INF [PLUGINM] Loading plugin BigPlayerDebuffs
--------------------------------
04:45:32.191 | INF [LOCALPLUGIN] Loading BigPlayerDebuffs.dll
--------------------------------
04:45:32.193 | INF [LOCALPLUGIN] Finished loading BigPlayerDebuffs.dll
--------------------------------
04:45:32.198 | INF [PLUGINM] Loading plugin Character Panel Refined
--------------------------------
04:45:32.204 | INF [LOCALPLUGIN] Loading CharacterPanelRefined.dll
--------------------------------
04:45:32.244 | INF [LOCALPLUGIN] Finished loading CharacterPanelRefined.dll
--------------------------------
04:45:32.470 | INF [PLUGINM] Loading plugin Chat Bubbles
--------------------------------
04:45:32.475 | INF [LOCALPLUGIN] Loading ChatBubbles.dll
--------------------------------
04:45:32.500 | INF [LOCALPLUGIN] Finished loading ChatBubbles.dll
--------------------------------
04:45:32.513 | INF [PLUGINM] Loading plugin Chat 2
--------------------------------
04:45:32.534 | INF [LOCALPLUGIN] Loading ChatTwo.dll
--------------------------------
04:45:32.747 | INF [LOCALPLUGIN] Finished loading QuestMap.dll
--------------------------------
04:45:32.747 | INF [PLUGINM] Loading plugin Chill Frames
--------------------------------
04:45:32.750 | INF [LOCALPLUGIN] Loading ChillFrames.dll
--------------------------------
04:45:32.767 | INF [LOCALPLUGIN] Finished loading ChillFrames.dll
--------------------------------
04:45:32.767 | INF [PLUGINM] Loading plugin Daily Duty
--------------------------------
04:45:32.776 | INF [LOCALPLUGIN] Loading DailyDuty.dll
--------------------------------
04:45:33.213 | INF [LOCALPLUGIN] Finished loading MarketBoardPlugin.dll
--------------------------------
04:45:33.247 | INF [LOCALPLUGIN] Finished loading DailyDuty.dll
--------------------------------
04:45:33.617 | WRN [XivCommon] [XIVCommon] Could not find signature for UiAlloc (GameAlloc). This functionality will be disabled.
--------------------------------
04:45:33.638 | WRN [XivCommon] [XIVCommon] Could not find signature for Examine. This functionality will be disabled.
--------------------------------
04:45:33.702 | INF [LOCALPLUGIN] Finished loading Dalamud.FindAnything.dll
--------------------------------
04:45:35.221 | INF [LOCALPLUGIN] Finished loading ChatTwo.dll
--------------------------------
04:45:35.221 | INF [PLUGINM] ============= LoadPluginsAsync(DrawAvailableAsync) END =============
--------------------------------
04:45:35.221 | INF [PLUGINM] Loaded plugins on boot
--------------------------------
04:45:35.231 | INF Saved cache to "C:\Users\Brice\AppData\Roaming\XIVLauncher\addon\Hooks\7.0.0.8\cachedSigs\2022.09.07.0000.0000.json"
--------------------------------
04:45:35.281 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Axis14, 13,481249pt, skew=0, weight=0)" has been requested.
--------------------------------
04:45:35.281 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Axis14, 13,481249pt, skew=2,9958332, weight=0)" has been requested.
--------------------------------
04:45:45.041 | INF [PLUGINM] Now reloading all PluginMasters...
--------------------------------
04:45:45.041 | INF [PLUGINR] Fetching repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:45:45.532 | INF [PLUGINR] Successfully fetched repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:45:45.532 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:45:45.533 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:45:45.533 | INF [PLUGINR] Fetching repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:45:45.828 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:45:45.849 | INF [PLUGINR] Successfully fetched repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:45:45.850 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
04:45:52.463 | INF [MaterialUI] aetheris_job_gauges
--------------------------------
04:45:53.380 | INF [MaterialUI] aetheris_job_icons
--------------------------------
04:45:54.121 | INF [MaterialUI] alt_partylist_target
--------------------------------
04:45:54.568 | INF [MaterialUI] alternative_materia_icons
--------------------------------
04:45:55.751 | INF [MaterialUI] alternative_teleport_icons
--------------------------------
04:45:57.189 | INF [MaterialUI] bar_enmity
--------------------------------
04:45:57.638 | INF [MaterialUI] black_edge_icon_pack
--------------------------------
04:45:58.390 | INF [MaterialUI] black_edge_icon_pack_vanilla
--------------------------------
04:45:59.164 | INF [MaterialUI] black_edge_rounded_icon_pack
--------------------------------
04:45:59.902 | INF [MaterialUI] borderless_main_command_icons
--------------------------------
04:46:00.246 | INF [MaterialUI] curved_windows
--------------------------------
04:46:00.820 | INF [MaterialUI] custom_notification_color
--------------------------------
04:46:01.198 | INF [MaterialUI] dark_and_silver_menu_icons
--------------------------------
04:46:01.713 | INF [MaterialUI] dogemap_and_coin
--------------------------------
04:46:03.511 | INF [PLUGINM] Starting plugin update
--------------------------------
04:46:03.512 | INF [PLUGINM] Plugin update OK.
--------------------------------
04:46:03.793 | INF [MaterialUI] dracula_dungeon
--------------------------------
04:46:05.985 | INF [MaterialUI] mecha_cursor
--------------------------------
04:46:06.860 | INF [MaterialUI] minimal_gauges_v2
--------------------------------
04:46:07.820 | INF [MaterialUI] minimal_target_cursor
--------------------------------
04:46:08.836 | INF [MaterialUI] rainbow_window
--------------------------------
04:46:09.172 | INF [MaterialUI] silver_minimap
--------------------------------
04:46:10.012 | INF [MaterialUI] static_proc
--------------------------------
04:46:10.388 | INF [MaterialUI] status_icons_circle
--------------------------------
04:46:10.766 | INF [MaterialUI] status_icons_square
--------------------------------
04:46:11.158 | INF [MaterialUI] status_icons_square_colored
--------------------------------
04:46:11.706 | INF [MaterialUI] status_icons_teardrop
--------------------------------
04:46:15.950 | INF [LOCALPLUGIN] Unloading Abyssal.RichPresence.dll
--------------------------------
04:46:16.468 | INF [LOCALPLUGIN] Finished unloading Abyssal.RichPresence.dll
--------------------------------
04:46:18.718 | INF [LOCALPLUGIN] Loading Dalamud.RichPresence.dll
--------------------------------
04:46:18.741 | INF [LOCALPLUGIN] Finished loading Dalamud.RichPresence.dll
--------------------------------
04:46:19.227 | INF [LOCALPLUGIN] Unloading Dalamud.RichPresence.dll
--------------------------------
04:46:19.749 | INF [LOCALPLUGIN] Finished unloading Dalamud.RichPresence.dll
--------------------------------
04:46:43.039 | INF [NoTankYou] Loading Localization for en
--------------------------------
04:46:43.040 | INF [WaymarkPresetPlugin] Trying to set up Loc for culture "en"
--------------------------------
04:46:43.040 | INF [Distance] Trying to set up Loc for culture "en"
--------------------------------
04:46:43.040 | INF [DailyDuty] Loading Localization for en
--------------------------------
04:46:43.042 | INF [PLUGINM] Now reloading all PluginMasters...
--------------------------------
04:46:43.042 | INF [PLUGINR] Fetching repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:43.042 | INF [PLUGINM] Now reloading all PluginMasters...
--------------------------------
04:46:43.042 | INF [PLUGINR] Fetching repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:43.483 | INF [PLUGINR] Successfully fetched repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:43.483 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:46:43.483 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:46:43.483 | INF [PLUGINR] Fetching repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:46:43.527 | WRN [PLUGINR] Official repository not loaded - couldn't check for overrides!
--------------------------------
04:46:43.527 | WRN [PLUGINR] Official repository not loaded - couldn't check for overrides!
--------------------------------
04:46:43.625 | WRN [PLUGINR] Official repository not loaded - couldn't check for overrides!
--------------------------------
04:46:43.625 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
04:46:43.726 | INF [PLUGINR] Successfully fetched repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:43.727 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:46:43.727 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:46:43.727 | INF [PLUGINR] Fetching repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:46:43.824 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:46:43.866 | INF [PLUGINR] Successfully fetched repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:46:43.866 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
04:46:45.708 | INF [NoTankYou] Loading Localization for en
--------------------------------
04:46:45.708 | INF [WaymarkPresetPlugin] Trying to set up Loc for culture "en"
--------------------------------
04:46:45.708 | INF [Distance] Trying to set up Loc for culture "en"
--------------------------------
04:46:45.708 | INF [DailyDuty] Loading Localization for en
--------------------------------
04:46:45.710 | INF [PLUGINM] Now reloading all PluginMasters...
--------------------------------
04:46:45.710 | INF [PLUGINR] Fetching repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:46.038 | INF [PLUGINR] Successfully fetched repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:46:46.038 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:46:46.038 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:46:46.038 | INF [PLUGINR] Fetching repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:46:46.144 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:46:46.214 | INF [PLUGINR] Successfully fetched repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:46:46.214 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
--------------------------------
04:46:50.634 | INF [PLUGINM] Installed plugin Discord Rich Presence (testing=False)
--------------------------------
04:46:50.634 | INF [PLUGINM] Loading plugin Discord Rich Presence
--------------------------------
04:46:50.637 | INF [LOCALPLUGIN] Loading Dalamud.RichPresence.dll
--------------------------------
04:46:50.661 | INF [LOCALPLUGIN] Finished loading Dalamud.RichPresence.dll
--------------------------------
04:47:06.821 | INF [ChatBubbles] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.835 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.851 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.861 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.874 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.888 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.901 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.916 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.930 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.944 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.959 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.974 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:06.988 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.000 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.014 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.028 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.041 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.064 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.080 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
04:47:07.084 | INF [SimpleTweaksPlugin] Create Custom BG Image Node#0
--------------------------------
04:47:07.084 | INF [SimpleTweaksPlugin] Create Custom BG Image Node#1
--------------------------------
04:47:10.975 | INF [PLUGINM] Starting plugin update
--------------------------------
04:47:10.978 | INF [PLUGINM] Plugin update OK.
--------------------------------
04:47:42.271 | DBG [FCNameColor] Adding "Izanami Ai" (276560735) to skip cache
--------------------------------
04:47:44.408 | DBG [FCNameColor] Adding "Aouwron Sallork" (275681433) to skip cache
--------------------------------
04:48:02.321 | DBG [FCNameColor] Adding "Paranpu Leporine" (276699169) to skip cache
--------------------------------
04:48:07.800 | DBG [FCNameColor] Adding "Kojern Deepwood" (276344654) to skip cache
--------------------------------
04:48:09.911 | DBG [FCNameColor] Adding "Muro Nali" (276557964) to skip cache
--------------------------------
04:48:12.838 | DBG [FCNameColor] Adding "Quick Wipe" (276667887) to skip cache
--------------------------------
04:48:26.912 | INF [PLUGINM] Now reloading all PluginMasters...
--------------------------------
04:48:26.912 | INF [PLUGINR] Fetching repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:48:27.216 | INF [PLUGINR] Successfully fetched repo: https://kamori.goats.dev/Plugin/PluginMaster
--------------------------------
04:48:27.216 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:48:27.216 | INF [PLUGINR] Fetching repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:48:27.216 | INF [PLUGINR] Fetching repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:48:27.268 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/Sevii77/ffxiv_materialui_accent/master/repo.json
--------------------------------
04:48:27.269 | INF [PLUGINR] Successfully fetched repo: https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
--------------------------------
04:48:27.637 | INF [PLUGINR] Successfully fetched repo: https://xiv-plugins.animalswithcoolhats.com/repo.json
--------------------------------
04:48:27.637 | INF [PLUGINM] PluginMasters reloaded, now refiltering...
{ } [ Send ]

There is no line about rich presence for some reason, but it's not working

@dopaminefeast
Copy link

@jacksonrakena

@jacksonrakena
Copy link

@jacksonrakena

@celgost Just released 2.0.0.11 on that repo. Try that one, I think I've fixed that issue.

@dopaminefeast
Copy link

@jacksonrakena it is working indeed!

@devRMoreira
Copy link

Well could i get some assistance to whatever you guys did to get it working? I posted both my logs and still got no solution or reply. Tried adding that custom repo posted and it just throws an error that it couldn't download.

@jacksonrakena
Copy link

Well could i get some assistance to whatever you guys did to get it working? I posted both my logs and still got no solution or reply. Tried adding that custom repo posted and it just throws an error that it couldn't download.

@Ichis3n What plugin version are you using? I believe your issue was fixed on 2.0.0.10, but I'm not sure. Can you upload the non-working logs again, and set your log level (in the log settings) to verbose?

@devRMoreira
Copy link

@jacksonrakena dalamud shows 2.0.0.6 with no updates available

--------------------------------
22:30:41.799 | DBG [SVC] Service<"DalamudAtkTweaks">: Construction complete
--------------------------------
22:30:41.800 | DBG [SVC] Service<"DalamudInterface">: Construction complete
--------------------------------
22:30:41.800 | DBG [SVC] Service<"InterfaceManagerWithScene">: Provided
--------------------------------
22:30:41.826 | VRB [PLUGINM] Assembly.CodeBase // Reloaded.Assembler, Version=1.0.14.0, Culture=neutral, PublicKeyToken=null // file:///C:/Users/rikjo/AppData/Roaming/XIVLauncher/addon/Hooks/7.0.0.8/Reloaded.Assembler.dll
--------------------------------
22:30:41.829 | INF [IME] Enabled!
--------------------------------
22:30:41.829 | DBG [SVC] Service<"DalamudIME">: Construction complete
--------------------------------
22:30:41.984 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:41.984 | VRB [FONT] RebuildFonts() trigger
--------------------------------
22:30:41.984 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:41.984 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:41.984 | INF [PLUGINM] ============= LoadPluginsSync(DrawAvailableSync) START =============
--------------------------------
22:30:41.988 | INF [PLUGINM] ============= LoadPluginsSync(DrawAvailableSync) END =============
--------------------------------
22:30:41.988 | INF [PLUGINM] ============= LoadPluginsAsync(DrawAvailableAsync) START =============
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin ezMiniCactpot
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Orchestrion Plugin
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Market board
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Item Vendor Location
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Chat Bubbles
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Discord Rich Presence
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin Character Panel Refined
--------------------------------
22:30:41.991 | INF [PLUGINM] Loading plugin BigPlayerDebuffs
--------------------------------
22:30:41.995 | VRB [FONT] RebuildFontsInternal() called
--------------------------------
22:30:41.996 | VRB [FONT] SetupFonts - 1
--------------------------------
22:30:41.997 | VRB [FONT] SetupFonts - 2
--------------------------------
22:30:41.997 | VRB [FONT] fontPathJp = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansCJKjp-Medium.otf"
--------------------------------
22:30:41.997 | VRB [FONT] fontPathKr = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansKR-Regular.otf"
--------------------------------
22:30:41.997 | VRB [FONT] SetupFonts - Default font
--------------------------------
22:30:41.997 | VRB [FONT] SetupFonts - Default corresponding AXIS size: 14pt (18.666666px)
--------------------------------
22:30:42.003 | VRB [FONT] SetupFonts - FontAwesome icon font
--------------------------------
22:30:42.003 | VRB [FONT] SetupFonts - Monospace font
--------------------------------
22:30:42.003 | VRB [FONT] SetupFonts - Default font but in requested size for requested glyphs
--------------------------------
22:30:42.005 | VRB [FONT] Invoke OnBuildFonts
--------------------------------
22:30:42.005 | VRB [FONT] OnBuildFonts OK!
--------------------------------
22:30:42.005 | VRB [FONT] ImGui.IO.Build will be called.
--------------------------------
22:30:42.020 | INF [LOCALPLUGIN] Loading MarketBoardPlugin.dll
--------------------------------
22:30:42.020 | INF [LOCALPLUGIN] Loading BigPlayerDebuffs.dll
--------------------------------
22:30:42.020 | INF [LOCALPLUGIN] Loading CharacterPanelRefined.dll
--------------------------------
22:30:42.020 | INF [LOCALPLUGIN] Loading ItemVendorLocation.dll
--------------------------------
22:30:42.020 | INF [LOCALPLUGIN] Loading StackSellPrice.dll
--------------------------------
22:30:42.036 | INF [LOCALPLUGIN] Finished loading BigPlayerDebuffs.dll
--------------------------------
22:30:42.036 | INF [PLUGINM] Loading plugin Simple Tweaks Plugin
--------------------------------
22:30:42.041 | INF [LOCALPLUGIN] Finished loading MiniCactpotSolver.dll
--------------------------------
22:30:42.042 | VRB [PLUGINM] Assembly.Location // ItemVendorLocation, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null // C:\Users\rikjo\AppData\Roaming\XIVLauncher\installedPlugins\ItemVendorLocation\1.0.0.1\ItemVendorLocation.dll
--------------------------------
22:30:42.045 | INF [orchestrion] Checking for updated bgm sheet
--------------------------------
22:30:42.048 | INF [LOCALPLUGIN] Loading SimpleTweaksPlugin.dll
--------------------------------
22:30:42.051 | VRB [HM] Detected hook trampoline at 7FF638CC70E0, stopping jump resolution.
--------------------------------
22:30:42.056 | VRB [PLUGINM] Assembly.Location // SimpleTweaksPlugin, Version=1.7.7.0, Culture=neutral, PublicKeyToken=null // C:\Users\rikjo\AppData\Roaming\XIVLauncher\installedPlugins\SimpleTweaksPlugin\1.7.7.0\SimpleTweaksPlugin.dll
--------------------------------
22:30:42.058 | INF [Dalamud] Registered tooltip construction handler!
--------------------------------
22:30:42.058 | INF [LOCALPLUGIN] Finished loading StackSellPrice.dll
--------------------------------
22:30:42.073 | INF [LOCALPLUGIN] Finished loading CharacterPanelRefined.dll
--------------------------------
22:30:42.073 | DBG [Dalamud.RichPresence] Loading client localization file...
--------------------------------
22:30:42.074 | DBG [Dalamud.RichPresence] Reading localization file with language code en...
--------------------------------
22:30:42.076 | WRN [XivCommon] [XIVCommon] Could not find signature for UiAlloc (GameAlloc). This functionality will be disabled.
--------------------------------
22:30:42.076 | DBG [Dalamud.RichPresence] Client localization file loaded.
--------------------------------
22:30:42.076 | DBG [Dalamud.RichPresence] Loading plugin localization file...
--------------------------------
22:30:42.076 | DBG [Dalamud.RichPresence] Reading localization file with language code en...
--------------------------------
22:30:42.077 | DBG [Dalamud.RichPresence] Plugin localization file loaded.
--------------------------------
22:30:42.077 | DBG [Dalamud.RichPresence] Reading localization file with language code en...
--------------------------------
22:30:42.083 | INF [LOCALPLUGIN] Finished loading ChatBubbles.dll
--------------------------------
22:30:42.098 | WRN [XivCommon] [XIVCommon] Could not find signature for Examine. This functionality will be disabled.
--------------------------------
22:30:42.102 | VRB [HM] Detected hook trampoline at 7FF638CC70E0, stopping jump resolution.
--------------------------------
22:30:42.103 | VRB [HM] Detected hook trampoline at 7FF638CDF720, stopping jump resolution.
--------------------------------
22:30:42.105 | INF [LOCALPLUGIN] Finished loading ItemVendorLocation.dll
--------------------------------
22:30:42.158 | INF [LOCALPLUGIN] Finished loading Dalamud.RichPresence.dll
--------------------------------
22:30:42.160 | INF [SimpleTweaksPlugin] Tweak Blacklist:
--------------------------------
22:30:42.160 | INF [SimpleTweaksPlugin] StopCraftingButton
--------------------------------
22:30:42.160 | INF [SimpleTweaksPlugin] UiAdjustments@LockWindowPosition
--------------------------------
22:30:42.160 | INF [SimpleTweaksPlugin] FixedShadowDistance
--------------------------------
22:30:42.162 | DBG [SimpleTweaksPlugin] Initalizing Tweak: AutoLockHotbar
--------------------------------
22:30:42.163 | DBG [SimpleTweaksPlugin] Initalizing Tweak: AutoOpenCommendWindow
--------------------------------
22:30:42.163 | DBG [SimpleTweaksPlugin] Initalizing Tweak: AutoOpenLootWindow
--------------------------------
22:30:42.163 | DBG [SimpleTweaksPlugin] Initalizing Tweak: CharaCardCommand
--------------------------------
22:30:42.163 | DBG [SimpleTweaksPlugin] Initalizing Tweak: CharacterClassSwitcher
--------------------------------
22:30:42.164 | DBG [SimpleTweaksPlugin] Initalizing Tweak: CharaViewIncreasedZoom
--------------------------------
22:30:42.164 | DBG [SimpleTweaksPlugin] Enable: CharaViewIncreasedZoom
--------------------------------
22:30:42.165 | DBG [SimpleTweaksPlugin] Initalizing Tweak: ChatTweaks
--------------------------------
22:30:42.209 | DBG [SimpleTweaksPlugin] Enable: ChatTweaks
--------------------------------
22:30:42.211 | INF [SimpleTweaksPlugin] Enable: Disable Auto Chat Inputs @ Chat Tweaks
--------------------------------
22:30:42.221 | INF [SimpleTweaksPlugin] Enable: Reply Channel Switch @ Chat Tweaks
--------------------------------
22:30:42.221 | DBG [SimpleTweaksPlugin] Initalizing Tweak: ChrDirCommand
--------------------------------
22:30:42.221 | DBG [SimpleTweaksPlugin] Initalizing Tweak: CommandAlias
--------------------------------
22:30:42.221 | DBG [SimpleTweaksPlugin] Initalizing Tweak: ContentsFinderConfirmClassSwitch
--------------------------------
22:30:42.221 | DBG [SimpleTweaksPlugin] Initalizing Tweak: DataCentreOnTitleScreen
--------------------------------
22:30:42.222 | DBG [SimpleTweaksPlugin] Initalizing Tweak: DisableClickTargeting
--------------------------------
22:30:42.222 | DBG [SimpleTweaksPlugin] Initalizing Tweak: DisableMountVolumeChange
--------------------------------
22:30:42.222 | DBG [SimpleTweaksPlugin] Enable: DisableMountVolumeChange
--------------------------------
22:30:42.222 | DBG [SimpleTweaksPlugin] Initalizing Tweak: DisableTitleScreenMovie
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: EstateListCommand
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: FixedShadowDistance
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: FixTarget
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: HideMouseAfterInactivity
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: IslandQuickCollectAndResume
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: LegacyCameraLock
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: LongVeil
--------------------------------
22:30:42.223 | DBG [SimpleTweaksPlugin] Initalizing Tweak: MainCommandCommand
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: MoreGearSets
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: NoSellList
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: PidCommand
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: QuickSellItems
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: RecommendEquipCommand
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: RefreshMarketPrices
--------------------------------
22:30:42.224 | DBG [SimpleTweaksPlugin] Initalizing Tweak: RememberQuickGathering
--------------------------------
22:30:42.225 | DBG [SimpleTweaksPlugin] Initalizing Tweak: SanctuarySprintReplacer
--------------------------------
22:30:42.225 | DBG [SimpleTweaksPlugin] Enable: SanctuarySprintReplacer
--------------------------------
22:30:42.226 | DBG [SimpleTweaksPlugin] Initalizing Tweak: ScreenshotFileName
--------------------------------
22:30:42.226 | DBG [SimpleTweaksPlugin] Initalizing Tweak: SetOptionCommand
--------------------------------
22:30:42.230 | VRB [SimpleTweaksPlugin] DispatchEventPtr: 7FF6384BD850
--------------------------------
22:30:42.230 | DBG [SimpleTweaksPlugin] Initalizing Tweak: SmartStrafe
--------------------------------
22:30:42.230 | DBG [SimpleTweaksPlugin] Initalizing Tweak: SyncCrafterBars
--------------------------------
22:30:42.230 | DBG [SimpleTweaksPlugin] Initalizing Tweak: SyncGathererBars
--------------------------------
22:30:42.231 | DBG [SimpleTweaksPlugin] Initalizing Tweak: TooltipTweaks
--------------------------------
22:30:42.234 | DBG [SimpleTweaksPlugin] Enable: TooltipTweaks
--------------------------------
22:30:42.241 | VRB [HM] Detected hook trampoline at 7FF638CDF260, stopping jump resolution.
--------------------------------
22:30:42.243 | INF [SimpleTweaksPlugin] Enable: Extra Information for Tooltips @ Tooltip Tweaks
--------------------------------
22:30:42.246 | INF [SimpleTweaksPlugin] Enable: Precise Durability @ Tooltip Tweaks
--------------------------------
22:30:42.248 | INF [SimpleTweaksPlugin] Enable: Show Desynthesis Skill @ Tooltip Tweaks
--------------------------------
22:30:42.250 | INF [SimpleTweaksPlugin] Enable: Show expected food and potion stats @ Tooltip Tweaks
--------------------------------
22:30:42.271 | VRB [FONT] ImGui.IO.Build OK!
--------------------------------
22:30:42.274 | VRB Unhandled SeStringChunkType: 32
--------------------------------
22:30:42.274 | VRB Unhandled SeStringChunkType: 32
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text: Restores up to 
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text: ??%
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text:  (
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text: ????
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text: )
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text:  of HP (
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text: ????
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Payload: RawText - Text:  points max).
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Enable: Show Painting Preview @ Tooltip Tweaks
--------------------------------
22:30:42.275 | VRB [HM] Detected hook trampoline at 7FF63913CCB0, stopping jump resolution.
--------------------------------
22:30:42.275 | INF [SimpleTweaksPlugin] Enable: Track Faded Orchestrion Rolls @ Tooltip Tweaks
--------------------------------
22:30:42.276 | DBG [SimpleTweaksPlugin] Initalizing Tweak: TryOnCorrectItem
--------------------------------
22:30:42.276 | DBG [SimpleTweaksPlugin] Initalizing Tweak: UiAdjustments
--------------------------------
22:30:42.287 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis12, 12pt, skew=0, weight=0)" from 12pt to 12pt (scale: 1)
--------------------------------
22:30:42.304 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis14, 12,75pt, skew=0, weight=0)" from 14pt to 12.75pt (scale: 0.91071427)
--------------------------------
22:30:42.328 | VRB [FONT] "Default": Unscale with scale value of 1
--------------------------------
22:30:42.328 | VRB [FONT] "Default": Overwrite game specific glyphs from AXIS of size 16.999998px
--------------------------------
22:30:42.328 | VRB [FONT] "Default": Resize from 17px to 17px
--------------------------------
22:30:42.328 | VRB [FONT] "Icon": Unscale with scale value of 1
--------------------------------
22:30:42.328 | VRB [FONT] "Icon": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:42.328 | VRB [FONT] "Icon": Resize from 16px to 16px
--------------------------------
22:30:42.328 | VRB [FONT] "Mono": Unscale with scale value of 1
--------------------------------
22:30:42.328 | VRB [FONT] "Mono": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:42.328 | VRB [FONT] "Mono": Resize from 16px to 16px
--------------------------------
22:30:42.332 | VRB [FONT] Invoke OnAfterBuildFonts
--------------------------------
22:30:42.333 | VRB [FONT] OnAfterBuildFonts OK!
--------------------------------
22:30:42.333 | VRB [FONT] Fonts built!
--------------------------------
22:30:42.333 | VRB [FONT] RebuildFontsInternal() detaching
--------------------------------
22:30:42.333 | VRB [FONT] Calling InvalidateFonts
--------------------------------
22:30:42.371 | VRB [FONT] Font Rebuild OK!
--------------------------------
22:30:42.377 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:42.377 | VRB [FONT] RebuildFonts() trigger
--------------------------------
22:30:42.426 | VRB [FONT] RebuildFontsInternal() called
--------------------------------
22:30:42.427 | VRB [FONT] SetupFonts - 1
--------------------------------
22:30:42.427 | VRB [FONT] SetupFonts - 2
--------------------------------
22:30:42.427 | VRB [FONT] fontPathJp = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansCJKjp-Medium.otf"
--------------------------------
22:30:42.427 | VRB [FONT] fontPathKr = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansKR-Regular.otf"
--------------------------------
22:30:42.427 | VRB [FONT] SetupFonts - Default font
--------------------------------
22:30:42.427 | VRB [FONT] SetupFonts - Default corresponding AXIS size: 14pt (18.666666px)
--------------------------------
22:30:42.435 | VRB [FONT] SetupFonts - FontAwesome icon font
--------------------------------
22:30:42.435 | VRB [FONT] SetupFonts - Monospace font
--------------------------------
22:30:42.435 | VRB [FONT] SetupFonts - Default font but in requested size for requested glyphs
--------------------------------
22:30:42.437 | INF [GameFontManager] NewFontRef: Queueing RebuildFonts because "GameFontStyle(Axis18, 18pt, skew=0, weight=0)" has been requested.
--------------------------------
22:30:42.445 | VRB [FONT] Invoke OnBuildFonts
--------------------------------
22:30:42.445 | VRB [FONT] OnBuildFonts OK!
--------------------------------
22:30:42.445 | VRB [FONT] ImGui.IO.Build will be called.
--------------------------------
22:30:42.592 | DBG [orchestrion] BGMAddressResolver init: baseaddress at 7FF63A2B1288
--------------------------------
22:30:42.593 | DBG [orchestrion] MusicManager found at 2E4C08D8020
--------------------------------
22:30:42.593 | VRB [HM] Detected hook trampoline at 7FF63892A330, stopping jump resolution.
--------------------------------
22:30:42.669 | VRB [PLUGINM] Assembly.CodeBase // Reloaded.Assembler, Version=1.0.14.0, Culture=neutral, PublicKeyToken=null // file:///C:/Users/rikjo/AppData/Roaming/XIVLauncher/addon/Hooks/7.0.0.8/Reloaded.Assembler.dll
--------------------------------
22:30:42.678 | VRB [FONT] ImGui.IO.Build OK!
--------------------------------
22:30:42.679 | VRB [orchestrion] Firing Orch.Available.
--------------------------------
22:30:42.692 | INF [LOCALPLUGIN] Finished loading orchestrion.dll
--------------------------------
22:30:42.696 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis14, 12,75pt, skew=0, weight=0)" from 14pt to 12.75pt (scale: 0.91071427)
--------------------------------
22:30:42.715 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis12, 12pt, skew=0, weight=0)" from 12pt to 12pt (scale: 1)
--------------------------------
22:30:42.724 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis18, 18pt, skew=0, weight=0)" from 18pt to 18pt (scale: 1)
--------------------------------
22:30:42.755 | VRB [FONT] "Default": Unscale with scale value of 1
--------------------------------
22:30:42.756 | VRB [FONT] "Default": Overwrite game specific glyphs from AXIS of size 16.999998px
--------------------------------
22:30:42.756 | VRB [FONT] "Default": Resize from 17px to 17px
--------------------------------
22:30:42.756 | VRB [FONT] "Icon": Unscale with scale value of 1
--------------------------------
22:30:42.756 | VRB [FONT] "Icon": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:42.756 | VRB [FONT] "Icon": Resize from 16px to 16px
--------------------------------
22:30:42.756 | VRB [FONT] "Mono": Unscale with scale value of 1
--------------------------------
22:30:42.756 | VRB [FONT] "Mono": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:42.756 | VRB [FONT] "Mono": Resize from 16px to 16px
--------------------------------
22:30:42.756 | VRB [FONT] "Requested(24px)": Unscale with scale value of 1
--------------------------------
22:30:42.756 | VRB [FONT] "Requested(24px)": Overwrite game specific glyphs from AXIS of size 24px
--------------------------------
22:30:42.756 | VRB [FONT] "Requested(24px)": Resize from 24px to 24px
--------------------------------
22:30:42.758 | VRB [FONT] Invoke OnAfterBuildFonts
--------------------------------
22:30:42.758 | VRB [FONT] OnAfterBuildFonts OK!
--------------------------------
22:30:42.758 | VRB [FONT] Fonts built!
--------------------------------
22:30:42.758 | VRB [FONT] RebuildFontsInternal() detaching
--------------------------------
22:30:42.758 | VRB [FONT] Calling InvalidateFonts
--------------------------------
22:30:42.806 | VRB [FONT] Font Rebuild OK!
--------------------------------
22:30:42.835 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:42.835 | VRB [FONT] RebuildFonts() trigger
--------------------------------
22:30:42.837 | VRB [FONT] RebuildFontsInternal() called
--------------------------------
22:30:42.839 | VRB [FONT] SetupFonts - 1
--------------------------------
22:30:42.839 | VRB [FONT] SetupFonts - 2
--------------------------------
22:30:42.839 | VRB [FONT] fontPathJp = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansCJKjp-Medium.otf"
--------------------------------
22:30:42.839 | VRB [FONT] fontPathKr = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansKR-Regular.otf"
--------------------------------
22:30:42.839 | VRB [FONT] SetupFonts - Default font
--------------------------------
22:30:42.839 | VRB [FONT] SetupFonts - Default corresponding AXIS size: 14pt (18.666666px)
--------------------------------
22:30:42.846 | VRB [FONT] SetupFonts - FontAwesome icon font
--------------------------------
22:30:42.846 | VRB [FONT] SetupFonts - Monospace font
--------------------------------
22:30:42.846 | VRB [FONT] SetupFonts - Default font but in requested size for requested glyphs
--------------------------------
22:30:42.855 | VRB [FONT] Invoke OnBuildFonts
--------------------------------
22:30:42.855 | VRB [FONT] OnBuildFonts OK!
--------------------------------
22:30:42.855 | VRB [FONT] ImGui.IO.Build will be called.
--------------------------------
22:30:43.084 | VRB [FONT] ImGui.IO.Build OK!
--------------------------------
22:30:43.099 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis18, 18pt, skew=0, weight=0)" from 18pt to 18pt (scale: 1)
--------------------------------
22:30:43.122 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis12, 12pt, skew=0, weight=0)" from 12pt to 12pt (scale: 1)
--------------------------------
22:30:43.135 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis14, 12,75pt, skew=0, weight=0)" from 14pt to 12.75pt (scale: 0.91071427)
--------------------------------
22:30:43.152 | VRB [FONT] "Default": Unscale with scale value of 1
--------------------------------
22:30:43.152 | VRB [FONT] "Default": Overwrite game specific glyphs from AXIS of size 16.999998px
--------------------------------
22:30:43.153 | VRB [FONT] "Default": Resize from 17px to 17px
--------------------------------
22:30:43.153 | VRB [FONT] "Icon": Unscale with scale value of 1
--------------------------------
22:30:43.153 | VRB [FONT] "Icon": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:43.153 | VRB [FONT] "Icon": Resize from 16px to 16px
--------------------------------
22:30:43.153 | VRB [FONT] "Mono": Unscale with scale value of 1
--------------------------------
22:30:43.153 | VRB [FONT] "Mono": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:43.153 | VRB [FONT] "Mono": Resize from 16px to 16px
--------------------------------
22:30:43.153 | VRB [FONT] "Requested(24px)": Unscale with scale value of 1
--------------------------------
22:30:43.153 | VRB [FONT] "Requested(24px)": Overwrite game specific glyphs from AXIS of size 24px
--------------------------------
22:30:43.153 | VRB [FONT] "Requested(24px)": Resize from 24px to 24px
--------------------------------
22:30:43.155 | VRB [FONT] Invoke OnAfterBuildFonts
--------------------------------
22:30:43.155 | VRB [FONT] OnAfterBuildFonts OK!
--------------------------------
22:30:43.155 | VRB [FONT] Fonts built!
--------------------------------
22:30:43.155 | VRB [FONT] RebuildFontsInternal() detaching
--------------------------------
22:30:43.155 | VRB [FONT] Calling InvalidateFonts
--------------------------------
22:30:43.182 | VRB [FONT] Font Rebuild OK!
--------------------------------
22:30:44.595 | DBG [SimpleTweaksPlugin] Enable: UiAdjustments
--------------------------------
22:30:44.595 | INF [SimpleTweaksPlugin] Enable: Accurate Venture Times @ UI Tweaks
--------------------------------
22:30:44.599 | INF [SimpleTweaksPlugin] Enable: Adjust Equipment Positions @ UI Tweaks
--------------------------------
22:30:44.602 | INF [SimpleTweaksPlugin] Enable: Cleaner World Visit Menu @ UI Tweaks
--------------------------------
22:30:44.602 | INF [SimpleTweaksPlugin] Enable: Default to max when selling Triple Triad Cards @ UI Tweaks
--------------------------------
22:30:44.603 | INF [SimpleTweaksPlugin] Enable: Extended Desynthesis Window @ UI Tweaks
--------------------------------
22:30:44.614 | INF [SimpleTweaksPlugin] Enable: Hide Achievements Nearing Completion Notifications @ UI Tweaks
--------------------------------
22:30:44.616 | INF [SimpleTweaksPlugin] Enable: Hide Experience Bar at Max Level @ UI Tweaks
--------------------------------
22:30:44.617 | INF [SimpleTweaksPlugin] Enable: Improved Crafting Log @ UI Tweaks
--------------------------------
22:30:44.620 | INF [SimpleTweaksPlugin] Enable: Item Level in Examine @ UI Tweaks
--------------------------------
22:30:44.622 | INF [SimpleTweaksPlugin] Enable: Party List Status Timers @ UI Tweaks
--------------------------------
22:30:44.624 | INF [SimpleTweaksPlugin] Enable: Reduced Deep Dungeon Info @ UI Tweaks
--------------------------------
22:30:44.624 | INF [SimpleTweaksPlugin] Enable: Remove Community Finder @ UI Tweaks
--------------------------------
22:30:44.625 | INF [SimpleTweaksPlugin] Enable: Show Experience Percentage @ UI Tweaks
--------------------------------
22:30:44.625 | VRB [HM] Detected hook trampoline at 7FF6392DB5D0, stopping jump resolution.
--------------------------------
22:30:44.627 | INF [SimpleTweaksPlugin] Enable: Show Gil in Inventory @ UI Tweaks
--------------------------------
22:30:44.630 | INF [SimpleTweaksPlugin] Enable: Time Until GP Max @ UI Tweaks
--------------------------------
22:30:44.634 | INF [SimpleTweaksPlugin] Enable: Timer on Duty Waiting @ UI Tweaks
--------------------------------
22:30:44.635 | DBG [SimpleTweaksPlugin] Initalizing Tweak: HideHotbarLock
--------------------------------
22:30:44.641 | INF [LOCALPLUGIN] Finished loading SimpleTweaksPlugin.dll
--------------------------------
22:30:45.606 | VRB [FONT] "MarketBoardPlugin" plugin is initiating FONT REBUILD
--------------------------------
22:30:45.606 | VRB [FONT] RebuildFonts() called
--------------------------------
22:30:45.606 | VRB [FONT] RebuildFonts() trigger
--------------------------------
22:30:45.609 | VRB [HM] Detected hook trampoline at 7FF6383153A0, stopping jump resolution.
--------------------------------
22:30:45.611 | VRB [HM] Detected hook trampoline at 7FF638F65170, stopping jump resolution.
--------------------------------
22:30:45.612 | VRB [FONT] RebuildFontsInternal() called
--------------------------------
22:30:45.612 | VRB [HM] Detected hook trampoline at 7FF638F65970, stopping jump resolution.
--------------------------------
22:30:45.614 | VRB [HM] Detected hook trampoline at 7FF638F65CA0, stopping jump resolution.
--------------------------------
22:30:45.614 | VRB [HM] Detected hook trampoline at 7FF638480EB0, stopping jump resolution.
--------------------------------
22:30:45.614 | VRB [FONT] SetupFonts - 1
--------------------------------
22:30:45.614 | VRB [FONT] SetupFonts - 2
--------------------------------
22:30:45.615 | VRB [FONT] fontPathJp = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansCJKjp-Medium.otf"
--------------------------------
22:30:45.615 | VRB [FONT] fontPathKr = "C:\Users\rikjo\AppData\Roaming\XIVLauncher\dalamudAssets\dev\UIRes\NotoSansKR-Regular.otf"
--------------------------------
22:30:45.615 | VRB [FONT] SetupFonts - Default font
--------------------------------
22:30:45.615 | VRB [FONT] SetupFonts - Default corresponding AXIS size: 14pt (18.666666px)
--------------------------------
22:30:45.617 | INF [LOCALPLUGIN] Finished loading MarketBoardPlugin.dll
--------------------------------
22:30:45.618 | INF [PLUGINM] ============= LoadPluginsAsync(DrawAvailableAsync) END =============
--------------------------------
22:30:45.618 | INF [PLUGINM] Loaded plugins on boot
--------------------------------
22:30:45.622 | VRB [FONT] SetupFonts - FontAwesome icon font
--------------------------------
22:30:45.623 | VRB [FONT] SetupFonts - Monospace font
--------------------------------
22:30:45.623 | VRB [FONT] SetupFonts - Default font but in requested size for requested glyphs
--------------------------------
22:30:45.628 | INF Saved cache to "C:\Users\rikjo\AppData\Roaming\XIVLauncher\addon\Hooks\7.0.0.8\cachedSigs\2022.09.07.0000.0000.json"
--------------------------------
22:30:45.637 | VRB [FONT] Invoke OnBuildFonts
--------------------------------
22:30:45.647 | VRB [FONT] OnBuildFonts OK!
--------------------------------
22:30:45.649 | VRB [FONT] ImGui.IO.Build will be called.
--------------------------------
22:30:45.875 | VRB [FONT] ImGui.IO.Build OK!
--------------------------------
22:30:45.903 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis14, 12,75pt, skew=0, weight=0)" from 14pt to 12.75pt (scale: 0.91071427)
--------------------------------
22:30:45.915 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis12, 12pt, skew=0, weight=0)" from 12pt to 12pt (scale: 1)
--------------------------------
22:30:45.922 | VRB [GameFontManager] AfterBuildFonts: Scaling "GameFontStyle(Axis18, 18pt, skew=0, weight=0)" from 18pt to 18pt (scale: 1)
--------------------------------
22:30:45.938 | VRB [FONT] "Default": Unscale with scale value of 1
--------------------------------
22:30:45.938 | VRB [FONT] "Default": Overwrite game specific glyphs from AXIS of size 16.999998px
--------------------------------
22:30:45.938 | VRB [FONT] "Default": Resize from 17px to 17px
--------------------------------
22:30:45.938 | VRB [FONT] "Icon": Unscale with scale value of 1
--------------------------------
22:30:45.938 | VRB [FONT] "Icon": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:45.938 | VRB [FONT] "Icon": Resize from 16px to 16px
--------------------------------
22:30:45.938 | VRB [FONT] "Mono": Unscale with scale value of 1
--------------------------------
22:30:45.938 | VRB [FONT] "Mono": Overwrite game specific glyphs from AXIS of size 16px
--------------------------------
22:30:45.938 | VRB [FONT] "Mono": Resize from 16px to 16px
--------------------------------
22:30:45.938 | VRB [FONT] "Requested(24px)": Unscale with scale value of 1
--------------------------------
22:30:45.938 | VRB [FONT] "Requested(24px)": Overwrite game specific glyphs from AXIS of size 24px
--------------------------------
22:30:45.938 | VRB [FONT] "Requested(24px)": Resize from 24px to 24px
--------------------------------
22:30:45.938 | VRB [FONT] "PlReq(NotoSansCJKjp-Medium.otf, 24px)": Unscale with scale value of 1
--------------------------------
22:30:45.938 | VRB [FONT] "PlReq(NotoSansCJKjp-Medium.otf, 24px)": Resize from 24px to 24px
--------------------------------
22:30:45.940 | VRB [FONT] Invoke OnAfterBuildFonts
--------------------------------
22:30:45.940 | VRB [FONT] OnAfterBuildFonts OK!
--------------------------------
22:30:45.940 | VRB [FONT] Fonts built!
--------------------------------
22:30:45.940 | VRB [FONT] RebuildFontsInternal() detaching
--------------------------------
22:30:45.940 | VRB [FONT] Calling InvalidateFonts
--------------------------------
22:30:45.972 | VRB [FONT] Font Rebuild OK!
--------------------------------
22:31:37.303 | INF [ChatBubbles] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
22:31:37.315 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
22:31:37.331 | DBG Found last sibling: 2E48304FE10
--------------------------------
22:31:37.331 | DBG Set last sibling of DTR and updated child count
--------------------------------
22:31:37.331 | DBG Updated node draw list
--------------------------------
22:31:37.331 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
22:31:37.348 | INF [Dalamud] Error before updating frame: System.NullReferenceException: Object reference not set to an instance of an object.
   at FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.get_IsVisible() in D:\a\Dalamud\Dalamud\lib\FFXIVClientStructs\FFXIVClientStructs\FFXIV\Component\GUI\AtkResNode.cs:line 104
   at ChatBubbles.ChatBubbles.OnceUponAFrame(Object _) in /work/repo/ChatBubbles/OnceUponAFrame.cs:line 189
--------------------------------
22:31:37.368 | INF [SimpleTweaksPlugin] Create Custom BG Image Node#0
--------------------------------
22:31:37.369 | INF [SimpleTweaksPlugin] Create Custom BG Image Node#1
--------------------------------
22:31:39.600 | DBG TerritoryType changed: 351
--------------------------------
22:31:39.614 | DBG Is login
--------------------------------
22:31:39.617 | DBG [orchestrion] Current Song ID changed from 0 to 66
--------------------------------
22:31:39.619 | DBG [orchestrion] Added 66 to history. There are now 0 songs in history.
--------------------------------
22:31:39.646 | INF [PLUGINM] Starting plugin update
--------------------------------
22:31:39.647 | INF [PLUGINM] Plugin update OK.
{ } [ Send ]

@dopaminefeast
Copy link

@Ichis3n try removing the plugin and the repo and reinstalling them altogether

@devRMoreira
Copy link

@celgost I've done a fresh install of xivlauncher and all dalamud plugins, there's no repo i can remove
image

@dopaminefeast
Copy link

Then now add https://xiv-plugins.animalswithcoolhats.com/repo.json in the repositories

@dopaminefeast
Copy link

@Ichis3n and now you should be able to install the new version

@devRMoreira
Copy link

@celgost That worked perfectly, thank you!

@dopaminefeast
Copy link

@Ichis3n i'm glad it worked for you :) Thank you @jacksonrakena for providing the patch really, I'm not capable of doing any of this and I'm so grateful for you giving your time and energy for this

@jacksonrakena
Copy link

@Ichis3n i'm glad it worked for you :) Thank you @jacksonrakena for providing the patch really, I'm not capable of doing any of this and I'm so grateful for you giving your time and energy for this

It's no problem. I should note that the upstream's primary fork has updated to include similar patches, so at some point in the near future when #15 is merged and published, you should be able to switch back to the main plugin repo.

@Jungso-GB
Copy link

This plugin doesn't work anymore ?
I tried it but it don't change nothing on Discord Statuts

@Draiven123
Copy link

Yep. This is no longer working. Honestly it's saddening. I liked it a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants