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

[v10] Module cannot be installed anymore #105

Open
r-valyar opened this issue Sep 1, 2022 · 5 comments · May be fixed by #107
Open

[v10] Module cannot be installed anymore #105

r-valyar opened this issue Sep 1, 2022 · 5 comments · May be fixed by #107

Comments

@r-valyar
Copy link

r-valyar commented Sep 1, 2022

After v10 update, the module was uninstalled and it cannot be installed anymore. When I install it, it looks like it is being installed but it does not appear on the system and list of modules afterwards.

@yahavatar
Copy link

Workaround:

  1. Do the install from Foundry. It will fail, but the files will be loaded and the module will be registered.
  2. Edit the manifest.json file.
    • Change the line: "styles": ["css/turnmarker.css"], to: "styles": ["css/turnmarker.less"],
  3. Restart Foundry

@PrincessWires
Copy link

Tried yahavatar's fix but the marker wasn't animated and my foundry would freeze.

@kaz880
Copy link

kaz880 commented Sep 6, 2022

I have the same problem as PrincessWires.

@LotsOfLore
Copy link

Workaround:

  1. Do the install from Foundry. It will fail, but the files will be loaded and the module will be registered.

  2. Edit the manifest.json file.

    • Change the line: "styles": ["css/turnmarker.css"], to: "styles": ["css/turnmarker.less"],
  3. Restart Foundry

This is not a workaround, unfortunately. I just tested it and it causes gamebreaking bugs to the canvas as soon as you start an encounter. It will make your canvass unusable and throw 50 plus errors every time you move the mouse around.
I suggest not modifying anything, simply deactivate this module and wait for the developer to update it to work for V10

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

For any late v10 upgraders who come across this issue, here are two alternative modules that provide similar functionality:

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.

6 participants