You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, with the Furnace and the module Image Fog ( https://foundryvtt.com/packages/image-fog/ ) enabled, I am entirely unable to use the rectangle drawing tool or open the Configure Drawing menu. All other drawing tool functions work fine - but it would be nice to have squares again. The issue is not present with either module alone.
Error for rectangle drawing tool: foundry.js:3780 Error: Required field type not present in Drawing. at Drawing._validateRequiredField (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:4323) at Drawing.validate (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:3994) at Function._onCreate (...\FoundryVTT\resources\app\dist\database\odm\embedded.js:1:6490) at async Socket.handleEvent (...\FoundryVTT\resources\app\dist\sockets.js:1:2262) foundry.js:3777 Uncaught (in promise) Error: Required field type not present in Drawing. at Drawing._validateRequiredField (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:4323) at Drawing.validate (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:3994) at Function._onCreate (...\FoundryVTT\resources\app\dist\database\odm\embedded.js:1:6490) at async Socket.handleEvent (...\FoundryVTT\resources\app\dist\sockets.js:1:2262)
Error for the config menu: DrawingTools.js:91 Uncaught TypeError: canvas.drawings.configureStartingData is not a function at Object.drawingsButton.tools.<computed>.onClick (DrawingTools.js:91) at SceneControls._onClickTool (foundry.js:19950) at HTMLLIElement.dispatch (jquery.min.js:2) at HTMLLIElement.v.handle (jquery.min.js:2)
The text was updated successfully, but these errors were encountered:
For some reason, with the Furnace and the module Image Fog ( https://foundryvtt.com/packages/image-fog/ ) enabled, I am entirely unable to use the rectangle drawing tool or open the Configure Drawing menu. All other drawing tool functions work fine - but it would be nice to have squares again. The issue is not present with either module alone.
Error for rectangle drawing tool:
foundry.js:3780 Error: Required field type not present in Drawing. at Drawing._validateRequiredField (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:4323) at Drawing.validate (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:3994) at Function._onCreate (...\FoundryVTT\resources\app\dist\database\odm\embedded.js:1:6490) at async Socket.handleEvent (...\FoundryVTT\resources\app\dist\sockets.js:1:2262) foundry.js:3777 Uncaught (in promise) Error: Required field type not present in Drawing. at Drawing._validateRequiredField (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:4323) at Drawing.validate (...\FoundryVTT\resources\app\dist\database\odm\abstract.js:1:3994) at Function._onCreate (...\FoundryVTT\resources\app\dist\database\odm\embedded.js:1:6490) at async Socket.handleEvent (...\FoundryVTT\resources\app\dist\sockets.js:1:2262)
Error for the config menu:
DrawingTools.js:91 Uncaught TypeError: canvas.drawings.configureStartingData is not a function at Object.drawingsButton.tools.<computed>.onClick (DrawingTools.js:91) at SceneControls._onClickTool (foundry.js:19950) at HTMLLIElement.dispatch (jquery.min.js:2) at HTMLLIElement.v.handle (jquery.min.js:2)
The text was updated successfully, but these errors were encountered: