MrPrimate / tokenizer

Tiny yet capable in-game token editor for Foundry VTT
MIT License
28 stars 25 forks source link

Custom frame directory doesn't save #139

Open Digmarx opened 11 months ago

Digmarx commented 11 months ago

Foundry v11.307 Tokenizer 4.24

Setting a custom frame directory does not persist after clicking save and closing the settings menu. No console error or other entry. Was working in Foundry v9/10 to the best of my knowledge.

MrPrimate commented 11 months ago

This is working here, are you using the Forge/local hosting/etc? And can you try with other modules disabled?

Digmarx commented 11 months ago

This is working here, are you using the Forge/local hosting/etc? And can you try with other modules disabled?

Of course that solved it...to make up for wasting your time would it be worthwhile for me to see if I can isolate which module is causing the issue? Is it something you can (or are willing to) fix in your code? Might take me some time as I've got a fair few modules enabled.

MrPrimate commented 11 months ago

If you can find the module I can hopefully work around it. Try using the mod "Find the Culprit" to speed things up.

McGreger commented 8 months ago

I faces the same error and in my case it was https://foundryvtt.com/packages/pf1-mighty-morphin

Funny enough the very same module has the same error. as i could not store the user defined path either. The author send me an macro to solve the issue via console:

game.settings.set("pf1-mighty-morphin","imagePath","[data] Tokens - Mighty Morphin Menu")

Maybe this helps?