onimitch / ffxi-balloon-ashitav4

This is an Ashita v4 port of the Balloon addon, forked from StarlitGhost's version. The original Windower Balloon addon was created by Hando and modified by Kenshi, Yuki and Ghosty.
Other
3 stars 1 forks source link

Balloon crashes ashita addons plugin on "..." or "......" during cutscenes #1

Closed xythrez closed 8 months ago

xythrez commented 8 months ago

Ashita API Ver: 4.16 (Git commit 4f0c5f20d7bf270608c529af74c48e85b3580bfb) Balloon ver: 4.0.2

Other loaded addons (shouldn't matter, confirmed crash is reproducible with only balloon loaded):

Steps to reproduce:

Expected result:

Actual result:

Logs listed below: Capture2

Capture

Capture

settings.lua:

require('common');

local settings = T{ };
settings["position"] = T{ };
settings["theme"] = "default";
settings["scale"] = 2;
settings["position"]["y"] = 1918;
settings["position"]["x"] = 1924;
settings["portraits"] = true;
settings["no_prompt_close_delay"] = 10;
settings["display_mode"] = 2;
settings["text_speed"] = 100;
settings["move_close"] = true;

return settings;
onimitch commented 8 months ago

Thanks for the detailed bug report, it's really appreciated! I have some ideas about what might be the cause but I can't look into it until tomorrow. I'll get a fix out asap.

onimitch commented 8 months ago

Hello! Sorry for the delay. I've now fixed this and new version 4.0.3 is here: https://github.com/onimitch/ffxi-balloon-ashitav4/releases/tag/4.0.3

Thanks again for reporting the bug!