matoom/frostbite

Exp Windows appears to be broken in 1.14.0b

Opened this issue · 7 comments

Tested the upgrade to 1.14.0b and noticed that 'custom' windows like moonwatch are now showing, but my Exp windows remains blank

Also experiencing this.

I'm not exactly sure what's causing this since i couldn't reproduce locally but i found a couple of inconsistencies surrounding the exp window that should be addressed now in the latest release. Can you try and see if these changes had any effect?

https://github.com/matoom/frostbite/releases/tag/v1.15.0-beta

I just tried 1.15 and running into the same issue with the Experience window. The exp xml is printing to the main window but not being picked up by the window:


<component id='exp Light Armor'><d cmd="skill Light Armor">Lt Armor</d>: 1414 71%  [24/34] 0.0</component>

<component id='exp Chain Armor'><d cmd="skill Chain Armor">   Chain</d>: 1401 13%  [25/34] 0.0</component>

<component id='exp Brigandine'><d cmd="skill Brigandine">    Brig</d>: 1383 39%  [25/34] 0.0</component>

<component id='exp Plate Armor'><d cmd="skill Plate Armor">   Plate</d>: 1289 23%  [25/34] 0.0</component>

<component id='exp Defending'><d cmd="skill Defending">  Defend</d>: 1405 28%  [25/34] 0.0</component>

>
<component id='exp Augmentation'><preset id='whisper'><d cmd="skill Augmentation">     Aug</d>: 1513 72%  [34/34] 0.0</preset></component>

<component id='exp Inner Magic'><preset id='whisper'><d cmd="skill Inner Magic">      IM</d>: 1534 14%  [34/34] 0.0</preset></component>

>
The eyes of your monk pendant flash white for a moment, and you feel more focused.
>
The twisted steel buckle of your thighband pulses with a soft light for a moment, and you feel more focused.
>
<component id='exp Augmentation'><preset id='whisper'><d cmd="skill Augmentation">     Aug</d>: 1513 72%  [34/34] 0.0</preset></component>

<component id='exp Inner Magic'><preset id='whisper'><d cmd="skill Inner Magic">      IM</d>: 1534 14%  [34/34] 0.0</preset></component>

Using lich-4.13.13.f (https://github.com/dragon-realms/dr-lich)

C:\Ruby4Lich\bin>ruby.exe -version
ruby 2.5.5p157 (2019-03-15 revision 67260) [i386-mingw32]

image

Found it. Issue is only present when toggle exp brief is set. Unsetting that toggle allows the Experience window to update

Ok, thanks. I don't know how i missed it before but it seems the same issues is actually showing up in my test data as well.

I have a fix ready in the latest release that looked promising from my testing at least.

https://github.com/matoom/frostbite/releases/tag/v1.15.1-beta

using lich, ;e UserVars.track_exp = false may fix the exp window issue. There was an update to lich on 2/14 to fix an issue in wrayth that may break things in other FE's such as Frostbite and Genie.

Relevant PR rpherbig/dr-scripts#5585