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

Game crash on schematic save when mod WorldEdit is not trusted #213

Open
pauldpickell opened this issue Jun 11, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@pauldpickell
Copy link
Contributor

pauldpickell commented Jun 11, 2023

Describe the bug
When the WorldEdit mod is not added to the list of trusted mods for the client, then the game crashes when attempting to save a schematic.

To Reproduce
Steps to reproduce the behavior:

  1. Ensure WorldEdit is not listed in trusted mods. This is the default for a new client.
  2. Run chat command \realm schematic save [current realmID]
  3. Observe server crash and debug output below.
2023-06-11 14:21:59: ACTION[Server]: Prof_Pickell uses mc_teacher:controller, pointing at [node under=-4120,-29997,-29959 above=-4120,-29996,-29959]
2023-06-11 14:22:27: [Server]: nil
2023-06-11 14:22:27: ACTION[Main]: Server: Shutting down
2023-06-11 14:22:27: ACTION[Server]: Prof_Pickell leaves game. List of players:
2023-06-11 14:22:28: ERROR[Main]: ServerError: AsyncErr: Lua: Mod security: Blocked attempted write to /home/ubuntu/minetest/bin/../worlds/UBCWorld\realmSchematics\
@pauldpickell pauldpickell added the bug Something isn't working label Jun 11, 2023
@pauldpickell
Copy link
Contributor Author

This is possibly related to how map chunks are loaded via the realm management system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants