Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
14 stars 22 forks source link

[BUG] HUD does not appear in the electron app (Chrome v94) #4

Closed CeaneC closed 1 year ago

CeaneC commented 1 year ago

Describe the bug The Token Action HUD does not appear when using the electron app, and logs the following error in the console when you click on a token:

image

Steps to reproduce

  1. Run Foundry using the Electron app
  2. Place a token in a scene
  3. Click on the token
  4. Note that the HUD does not appear, and the above error is logged in the console.

Versions:

Additional context When launching Chrome version 108.0.0.0, the HUD appears fine; but when running through the Foundry electron app which is back on v94 the HUD doesn't appear at all and throws the above error in the console.

Larkinabout commented 1 year ago

Hi @CeaneC, you may need to update your Foundry VTT install to update the Electron version. I test the module all the time via the Foundry VTT browser and although it's not the latest Electron build, it is up-to-date enough to recognise the structuredClone function.

Larkinabout commented 1 year ago

By update, I mean redownload and reinstall rather than updating from within the app. Make sure to back up your data beforehand.

CeaneC commented 1 year ago

Yep, an update via reinstall fixed it. Sorry for the false alarm, didn't realise I'd missed the memo on a new electron version