Sognus / Gw2-Bosses

Raidcore addon adding meta events and world bosses notifications to in-game map.
1 stars 0 forks source link

Periodic event timer view cause crash #1

Closed Sognus closed 8 months ago

Sognus commented 8 months ago

When using Periodic Events that are different total duration than 2 hours (7200 seconds), game might crash using "timer" render view.

This is probably caused by wrong calculation of angle offsets.

Sognus commented 8 months ago

When event duration is set to 3600 seconds and periodic entries add up to 7200 seconds, render does not occur and event is actually rendered correctly.

Issue is probably caused by trying to access periodic entries that do not exist. Addon will probably try to use 7200 seconds as default duration, however this needs to be fixed with future update that will allow users to add custom events.

Sognus commented 8 months ago

Possibly fixed in next commit.

Sognus commented 8 months ago

Crash is not happening anymore. If it repeats, open new ticket.