p4535992 / foundryvtt-arms-reach

FoundryVTT Door little Utilities, Arms Reach for door
MIT License
3 stars 4 forks source link

Unable to interact with the canvas when arms reach is enabled. #13

Closed PaulWRoberts closed 1 year ago

PaulWRoberts commented 3 years ago

Environment Details

Issue Description

When I load a gridless scene with doors, I am unable to interact with the canvas at all. Cannot click, pan nor zoom. On a scene with a grid, this does not happen, but the door controller no longer shows. Additionally, there are several errors in the console about not being able to set properties on objects.

p4535992 commented 3 years ago

Can't replicate the issue, can you send me a screenshot of the exception ?

PaulWRoberts commented 3 years ago

image

I made a new scene in gridless mode. I populated it with some walls and doors, and I then put a character in the scene. I was unable to see the door controls. I refreshed and I had these errors, and I was not able to interact with the canvas.

The scene was created with only the arms reach mod and the library dependencies enabled.

PaulWRoberts commented 3 years ago

I just fixed it my world. I opened settings.db and removed this line {"key":"foundryvtt-arms-reach.enableDesignerDoor","value":"true","_id":"suFTUMT8YzHXPAtz"} and the issue was fixed. I would recommend that you put in some cleanup code in your module to remove this setting as I believe it tries to set the door to use some non-existent texture.

p4535992 commented 3 years ago

Fixed in 1.1.2 (just removed the Designer Door feature because the module is been updated) .

p4535992 commented 3 years ago

I'll try to find the time to developing a code for removed specific old settings form the settings.db .