fantasycalendar / FoundryVTT-ItemPiles

Other
33 stars 52 forks source link

[BUG] - [SIMPLE WORLDBUILDING] - Vault open when log in #519

Closed Manume96 closed 5 months ago

Manume96 commented 5 months ago

Have you tried to reset Item Piles' system settings? Yes

Describe the bug Everytime I log in as a GM (it happens in app and browser as well) a token vault windows is opened. Is not a big headache but i prefer this to not happen.

Setup:

Active modules:

Haxxer commented 5 months ago

I would... recommend updating item piles.

Haxxer commented 5 months ago

image

Manume96 commented 5 months ago

Done it, same thing happens.

Haxxer commented 5 months ago

There's nothing in my code that opens any windows automatically. You can confirm that this happens with only the modules you specified as active? What about a fresh world? Do you have any world scripts that are run during the world's setup?

Haxxer commented 5 months ago

I thought it might have been this: https://github.com/fantasycalendar/FoundryVTT-ItemPiles/blob/master/src/module.js#L104 But that's commented out.

If you disable Item Piles, does a sheet render by itself?

Do you get any errors in the console? Before and after disabling Item Piles?

Manume96 commented 5 months ago

Sorry, I thought I had disabled the modules but it seems I have not. It seems that the conflict is caused by the module "GM Screen".

Manume96 commented 5 months ago

Okay i've fix it, the token sheet was in the GM screen but it opened the vault sheet instead of the character sheet, i just use the configuration setting for invert the control+click and everything works now. Thank you very much for your help.