Skip to content
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

Fails to load in Foundry v10 #104

Open
illandril opened this issue Aug 7, 2022 · 1 comment · May be fixed by #107
Open

Fails to load in Foundry v10 #104

illandril opened this issue Aug 7, 2022 · 1 comment · May be fixed by #107

Comments

@illandril
Copy link
Contributor

FoundryVTT | 2022-08-07 18:01:59 | [error] Metadata validation failed for module "turnmarker": The file "css/turnmarker.css" included by module turnmarker does not exist
Error: Metadata validation failed for module "turnmarker": The file "css/turnmarker.css" included by module turnmarker does not exist
    at PackageAssetField.initialize (REDACTED/foundryvtt/resources/app/dist/packages/package.mjs:1:1262)
    at REDACTED/foundryvtt/resources/app/common/data/fields.mjs:857:40
    at Array.map (<anonymous>)
    at SetField.initialize (REDACTED/foundryvtt/resources/app/common/data/fields.mjs:857:18)
    at SetField.initialize (REDACTED/foundryvtt/resources/app/common/data/fields.mjs:908:26)
    at Module._initialize (REDACTED/foundryvtt/resources/app/common/abstract/data.mjs:196:27)
    at Module._initialize (REDACTED/foundryvtt/resources/app/dist/packages/package.mjs:1:2903)
    at new DataModel (REDACTED/foundryvtt/resources/app/common/abstract/data.mjs:59:10)
    at new BasePackage (REDACTED/foundryvtt/resources/app/common/packages/base-package.mjs:59:5)
    at new BaseModule (REDACTED/foundryvtt/resources/app/common/packages/base-module.mjs:11:16)

The same issue is happening in earlier versions, it just doesn't prevent it from loading. The problem is turnmarker.less is never processed into a css file (but you aren't using anything less provides, so you could just change the extension).

@ChiefMilesEdgeworth ChiefMilesEdgeworth linked a pull request Sep 24, 2022 that will close this issue
@illandril
Copy link
Contributor Author

For anyone looking for a replacement, I am in the process of creating one: https://github.com/illandril/FoundryVTT-turn-marker
It will NOT be a 1:1 match for this module, so not everyone who used TurnMarker-alt will necessarily want to use my module (and some who didn't like TurnMarker-alt might like mine).

Another alternative is Combat Booster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant