fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
46 stars 22 forks source link

[BUG] - Unable to open Show Sequencer Manager #280

Closed gambit07 closed 1 month ago

gambit07 commented 1 month ago

Describe the bug Under certain conditions, the Show Sequencer Manager panel fails to open.

To Reproduce Steps to reproduce the behavior: The show sequencer manager panel fails to open with the error below, this seems to occur when switching between gridded and gridless on a scene

Expected behavior show sequencer manager opens

Screenshots If applicable, add screenshots to help explain your problem.

https://github.com/user-attachments/assets/6fd0877b-fbeb-465b-8e1c-30bee0f91b4c

foundry.js:655 Error: An error occurred while rendering EffectsUIApp 38. Cannot read properties of undefined (reading 'type') [Detected 1 package: sequencer(3.2.11)] at Hooks.onError (foundry.js:654:24) at 🎁call_wrapped [as call_wrapped] (libWrapper-wrapper.js:507:22) at 🎁Hooks.onError#lib-wrapper (listeners.js:138:11) at 🎁Hooks.onError#0 (libWrapper-wrapper.js:187:52) at foundry.js:5794:13

Setup:

Active modules:

Additional context Add any other context about the problem here.

MrVauxs commented 1 month ago

Try disabling elevation ruler.

gambit07 commented 1 month ago

Try disabling elevation ruler.

Yeah I've tried that, doesn't make a difference in the behavior. Another odd thing is that the switch between gridded and gridless will cause animations to appear. They are animations that were previously placed on the canvas, but do not show up as current effects when sequencer manager is opened and the effect animations are invisible on world load. After switching grid type they become visible, but sequencer manager is unable to be opened so they cannot be deleted. I'm wondering if this is an issue with animations that were unable to be removed due to specific circumstances and that is the underlying issue

Haxxer commented 1 month ago

Fixed in 3.2.12