Artenuvielle / GW2-SCT

A scrolling combat text addon for GW2 using ArcDPS API
MIT License
62 stars 10 forks source link

Hello I'm here again #4

Closed jiangyi0923 closed 4 years ago

jiangyi0923 commented 5 years ago

In PVP, Raid,Fractal, maps, SCT will have bugs that will cause the game to end, Is the array too small, overflow, or not the normal destruction of the release?

Artenuvielle commented 5 years ago

I just updated ArcDPS for some testing and somehow I get heavy FPS drops now. I think it's very hard to reproduce the crashes you are talking abaout under this conditions.

The shown messages are stored internally in a std::vector and their memory should get released properly once the message flows out of display bounds. You could try to narrow down the source by testing if the issue persists if you turn off skill icons or use default font or if it is maybe tied to one class or one special type of message that causes a crash.