Taschenbuch / BlishHud-SessionTracker

Guild Wars 2 Blish HUD module that allows tracking of stats for the current game session. Stats like wvw/spvp kills, deaths, currencies obtained, dolyaks escorted etc.
MIT License
0 stars 1 forks source link

No Longer Saving Position #4

Closed dalkain closed 10 months ago

dalkain commented 11 months ago

I recently updated to v2.3.0 and this module no longer remembers the position I've moved it to when loaded.

I did notice that it will spawn based on the new 'window anchor' setting in the extremes of the display (e.g. when set to 'Top Left' it spawns in the top left corner of my display, and set to 'Top Right' it spawns in the top right corner of the display).

Running Blish HUD v1.1.1

Let me know if any further details are required!

brianmccarty commented 10 months ago

Same it no longer remembers the window location an instead resets

Taschenbuch commented 10 months ago

thanks for reporting and sorry for the inconvenience caused by that. I was already informed that this issue exists, but I was not able to reproduce it on my machine until yesterday evening. Because of that I hid the bugged release from the blish hud repo for now until i can release a fixed version.

The reason for this bug is a conflict of how blish updates the gw2 window resolution on blish startup and the session-tracker logic which tries to prevent that the stats window leaves the gw2 window borders. You probably noticed that feature in the past when dragging the stats window with the mouse against the gw2 window borders.

Until I am able to fix this properly, you can use a "quickfixed" beta .bhm if you want to. It is uploaded in this discord channel: https://discord.com/channels/531175899588984842/1009196657570746530/1161742145724612668

It can be installed manually by following these steps:

  1. shutdown/exit/close blish hud
  2. delete the session tracker .bhm in this folder: C:\Users\Anwender\Documents\Guild Wars 2\addons\blishhud\modules
  3. copy the .bhm from the link above into that folder
  4. start blish again
  5. if you cannot find the stats window after installing this version, you may want to disable the module, click on the cog wheel at the top right, select "clear settings" and then enable the module again.

https://blishhud.com/docs/user/installing-modules/#manually-installing-modules

Taschenbuch commented 10 months ago

it is fixed now. new release (3.0.0) will be available probably today or tomorrow