-
Notifications
You must be signed in to change notification settings - Fork 98
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
Dice So Nice Clashing With Roll Cards #1654
Comments
Using the following steps the process seems to work, can you please let us know how you are replicating the issue?
or
|
|
Foundry V12 Build 331
|
The F12 Error also has a yellow warning I did not see until now that reads: Error: The async option for Roll#evaluate has been removed. Use Roll#evaluateSync for synchronous roll evaluation. |
Could you please compress the folder w from your worlds Data folder and attach it to this issue? |
Strange advancement, through Molten Hosting using their service and opening the Foundry Browser version, the above steps of simply making one scene with the one module works and the SAN rolls work and 3D dice appear, super strange. EDIT: My own newly created worlds also work properly on the browser, it is just the desktop app that produces that console issue |
I'm still unable to replicate this with your world, as it is only happening with the Windows Foundry Application it may be a setting in your localStorage that is causing a conflict. In the debug console, on the Application tab, Storage, Local storage, . You should see several key value pairs, you can make a note of them and clear them down, to see if that fixes it. In the Console tab to add any you want back in manually until you find the cause |
After freshly installing a new version of Foundry, adding the Coc 7e game system, and Dice So Nice from the modules tab I went into a fresh world and was able to have the Sanity Encounter mechanic work without Dice So Nice, once its 3D dice were enabled however the Sanity Encounter mechanic refused to roll dice, clicking the chat card would do nothing and the console would show the error:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')
at CoC7Dice.showRollDice3d (dice.js:92:27)
at CoC7Check._perform (check.js:809:22)
at async SanCheckCard.rollSan (san-check.js:260:62)
at async CoC7Chat._onChatCardAction (chat.js:1096:51)
showRollDice3d @ dice.js:92
_perform @ check.js:809
await in _perform (async)
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2
Browser and OS
Foundry's Desktop App Latest Version on the Windows OS
The text was updated successfully, but these errors were encountered: