generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while loading scene #37
Comments
+1 |
same. I rolled back to 3.3 |
Same issue for me. Had to downgrade to 3.3 |
+1 |
caewok
added a commit
that referenced
this issue
Aug 23, 2024
Use the system's custom Region class. Issue #37.
Should be fixed in v0.4.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error whenever I load a scene containing any region (even regions that have nothing to do with terrain). When I try to load any scene after I have tried loading the offending scene, I again get the same error. Disabling the module resolves the issue.
Error: Failed drawing interface canvas group: "refreshTerrainMapperMesh" is not defined as a supported RenderFlag option.. "refreshTerrainMapperMesh" is not defined as a supported RenderFlag option.
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 #draw (foundry.js:25053:15)
at async Canvas.draw (foundry.js:24937:5)
at async ScenePF2e.view (foundry.js:21358:7)Caused by: Error: "refreshTerrainMapperMesh" is not defined as a supported RenderFlag option.
at #set (foundry.js:31605:23)
at #set (foundry.js:31609:47)
at #set (foundry.js:31609:47)
at RenderFlags.set (foundry.js:31587:16)
at foundry.js:26712:24
The text was updated successfully, but these errors were encountered: