Moerill / token-mold

MIT License
25 stars 33 forks source link

[BUG] Issue Opening PlayerActor Sheets when Token Mold is enabled #206

Closed KellethDregar closed 1 month ago

KellethDregar commented 2 months ago

Describe the bug When trying to open a player actor sheet nothing happens and the console log seems to throw errors pointing to the character details being missing. This only started happening after upgrading to Dnd5e System version 3.1 and after.

An error occurred while rendering ActorSheet5eChar…artial dnd5e.character-details could not be found'

To Reproduce Steps to reproduce the behavior:

  1. Enable the Token Mold Module
  2. Attempt opening an Actor Sheet

Expected behavior The actor sheet opens displaying the

Module incompatibilities Attempting to troubleshoot with Find the Culprit and token mold active it seems to point to multiple modules being the issue but when disabling those the issue seems to continue occurring.

Screenshots/GIFs/Videos image

Desktop (please complete the following information):

BeardedGnome commented 2 months ago

I've published an unofficial fork that should fix the issue, please test the version that matches your Foundry install.

Foundry v11: https://raw.githubusercontent.com/BeardedGnome/token-mold/v2.21.0/module.json Foundry v12: https://raw.githubusercontent.com/BeardedGnome/token-mold/v2.22.1/module.json

KellethDregar commented 1 month ago

Will test it out more this weekend to see if I can find any other issues with the sheets. But from my initial testing it seems to be working without problems! Appreciate the quick fix!

KellethDregar commented 1 month ago

I was able to test more thoroughly and didn't encounter the old issue at all, thank you again for the fix!