Closed quisquous closed 4 years ago
OverlayPlugin already catches and logs the exception. There's not much more I can do.
The main issue is that the FFXIV plugin doesn't handle multi threading which causes these exceptions whenever multiple threads access the ACT tables. The DPS updates (which cause that call) run on a background thread which occasionally interferes with the UI thread updating the main table. OverlayPlugin just skips the update whenever this issue happens.
It's a Debug
message since it's not a critical issue. I just want to keep an eye on how often this happens. If it starts to happen frequently, I might have to figure out a solution and/or coordinate with Ravahn to fix this.
Oh! Sorry for the noise, I forgot that I switched my OverlayPlugin to a debug build a bit back.
I've seen this a few times recently after I zoned:
Maybe there needs to be some exception catching here?