-
Notifications
You must be signed in to change notification settings - Fork 29
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: You are accessing the Actordsa5#data object which is no longer used #1314
Comments
Hast du irgendein Addon das etwas mit Lichtern macht. Das klingt nach einem Modul error. |
Danke für den Hinweis. Ich habe diverse Lichtmodule, ja, aber unter diesem Blickwinkel vermute ich eher, dass das hier mit größerer Wahrscheinlichkeit das Problem sein könnte: kckaiwei/TurnMarker-alt#108 [EDIT: Stimmt wohl doch nicht, siehe unten) |
Kleine Korrektur: Es scheint eher LightsHUD zu sein (hätte ich eigentlich aus selbst der Fehlermeldung entnehmen können, wenn ich genauer hingeschaut hätte ;-): https://github.com/Malekal4699/LightsHUD |
Das Grundregelwerk Modul hat übrigens eingebaute Lichteffekte für Fackeln und Co. |
ja, das ist natürlich korrekt (und mir auch bewusst). Ich hatte LightsHUD schon länger im Einsatz, bevor diese Neuerung in dsa5 kam, und konnte mich bis jetzt nicht umgewöhnen. Danke trotzdem für den Hinweis. Werde dem dsa5-Feature jetzt aber mal wieder etwas Augenmerk schenken. Ein Modul weniger in meinem ganzen Wust wäre zur Abwechslung auch mal wieder nicht falsch... ;-) |
Describe the bug
Ich bekomme o.g. Fehlermeldung in Foundry v10.291 (latest) mit dsa5-foundryVTT v. 4.2.1 (latest).
Sie kommt zwar aus aus commons.js, aber die monierten Objekte/Referenzen klingen eindeutig nach dsa5 ("Actordsa5#data", "DSAActiveEffect#data").
Ist das vielleicht ein bereits bekanntes Kompatibilitätsproblem mit Foundry 10?
To Reproduce
Steps to reproduce the behavior:
Es scheint, als trete dies v.a. auf, wenn ich Tokens markiere und in den "Kampfmodus" setze
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Volle Fehlermeldung (2 Beispiele):
Error: You are accessing the Actordsa5#data object which is no longer used. Since V10 the Document class and its contained DataModel are merged into a combined data structure. You should now reference keys which were previously contained within the data object directly.
at logCompatibilityWarning (commons.js:1692:19)
at Function._logV10CompatibilityWarning (commons.js:6642:14)
at get data [as data] (commons.js:6542:24)
at retrieveItemLights (lib.js:752:28)
at addLightsHUDButtons (lights-hud-ate-config.js:40:32)
at Object.renderTokenHUD (module.js:57:9)
at Object.fn (module.js:44:16)
at #call (foundry.js:724:20)
at Hooks.callAll (foundry.js:681:17)
at TokenHUD._render (foundry.js:5153:13)
at async TokenHUD._render (foundry.js:68578:5)
commons.js:1703 Error: You are accessing the DSAActiveEffect#data object which is no longer used. Since V10 the Document class and its contained DataModel are merged into a combined data structure. You should now reference keys which were previously contained within the data object directly.
at logCompatibilityWarning (commons.js:1692:19)
at Function._logV10CompatibilityWarning (commons.js:6642:14)
at get data [as data] (commons.js:6542:24)
at lib.js:755:27
at EmbeddedCollection.filter (commons.js:3244:14)
at retrieveItemLights (lib.js:754:39)
at addLightsHUDButtons (lights-hud-ate-config.js:40:32)
at Object.renderTokenHUD (module.js:57:9)
at Object.fn (module.js:44:16)
at #call (foundry.js:724:20)
at Hooks.callAll (foundry.js:681:17)
at TokenHUD._render (foundry.js:5153:13)
at async TokenHUD._render (foundry.js:68578:5)
Versions:
The text was updated successfully, but these errors were encountered: