Dranni21312
Dranni21312
I don't know much about internals of the plugin, but I took a look at how the file is created in the repository In Dalamud/Entry point.cs, lines 260 and 261...
Note: this would also explain this issue happening only during the run when the file is created
Hi @Caraxi, have you considered adding this feature? Thanks!
I can confirm. Especially after the 6.18 update, the game is crashing very frequently with both JobBars and MaterialUI enabled. Disabling JobBars prevents the game from crashing.
I have managed to get the game crashing multiple times with JobBars enabled, but rarely has that produced any useful information in dalamud.log. One stack trace I got the other...
I don't think that crash on game start is related to JobBars. I have been getting it since Penumbra upgrade.
> > I don't think that crash on game start is related to JobBars. I have been getting it since Penumbra upgrade. > > Someone brought this issue up on...
To add to this, I do believe that Dalamud was also contributing to this behavior, and this appears to have been fixed in 6.4.0.39 (RebuildFonts fix).
The following changes made the addon work again for me: MicroMenu\Broker_MicroMenu.lua:212: Change to `C_AddOns.LoadAddOn("Blizzard_TalentUI")` Core.lua:9: Change to `C_AddOns.GetAddOnMetadata("ChocolateBar", "Version")` Core.lua:281: Change to `return lastversion < C_AddOns.GetAddOnMetadata("ChocolateBar", "Version") and true or...
> Applied those fixes - the bar now loads, but I am getting some new errors You must be using some modules I am not. The error you quoted seems...