-
Notifications
You must be signed in to change notification settings - Fork 11
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
[BUG] Players cannot navigate back to scene with terrain layer after navigating away #126
Comments
Update: This appears to occur specifically when no color has been defined for the terrain. If one is supplied (e.g. #000000), the error no longer occurs. Perhaps something is attempting to set a default value in the absence of one, even when it does not have permission to do so? |
This occurs for me regardless of whether I provide a colour for the terrain objects (or any other value). It is definitely related, however, to the existence of terrain objects in the scene to which a player is returning, because I've not been able to find another means of avoiding it other than removing all of them. |
Addendum: this bug makes very little sense. After toying with a single bare-bones scene and a few new terrain objects for 15 minutes with no luck, and then cleaning all of them up and putting all the scene settings back to their defaults, that one scene no longer causes issues when it has terrain objects. Sometimes the bug also doesn't happen when the GM navigates back to an affected scene from another first, before the player does, while the player is logged in. It appears this needs to be done every single time the player navigates away from the affected scene, prior to them navigating back themselves. Note that this issue can happen even when the GM is pulling a player back into a scene themselves . It doesn't appear to happen when activating a scene, even when pulling to a scene otherwise would (including when the GM is already viewing that scene). Superfluous edit: also I had it happen to me as the GM once, somehow. I cannot reproduce that and don't really want to. Yet another edit: sometimes restarting a world stops it from happening for a while entirely. Is this dependent on sever-uptime somehow? Only seems to take a few minutes before some scene or another starts doing it. |
Possible correction to this: it doesn't seem to take effect until a server restart. The player's client restarting is not enough. |
Describe the bug
On a Scene with a polygonal terrain layer drawn, players cannot navigate away from the Scene (to another Scene) and then back. When they try to navigate back to the Scene with the terrain layer, they encounter the message:
User <the user's name> lacks permission to update Scene [<scene ID>]
This occurs even when Enhanced Terrain Layer is the only module activated.
To Reproduce
Steps to reproduce the behavior:
0. Use the dnd5e system, if that's relevant.
Steps 11-12 may need to be repeated a few times to trigger the issue.
Expected behavior
Player should be able to switch back to the Active scene with a terrain layer, after switching away from it, without being confronted with permission issues.
Please complete as much of the following information as possible:
Console Errors
The text was updated successfully, but these errors were encountered: