Skip to content

arrows signs are not active after a server restart #239

@carlrobert

Description

@carlrobert
  1. Create a sign.

  2. Look at it and do arrows.sign()

  3. Click the sign and try shooting an arrow. Works as expected.

  4. Stop the server.

  5. Restart the server. Error message:
    [20:12:35] [ScriptCraft] [ERROR]: Plugin C:/Local Data/rs/CanaryMod/scriptcraft/
    plugins/arrows.js Error: Error executing module C:/Local Data/rs/CanaryMod/scrip
    tcraft/plugins/arrows.js line Consider Minetest #195 : Cannot get property "constructor" of null
    undefined

    undefined

  6. In the prompt, /js arrows does not tab complete since the arrows module is not loaded.

signs-store.json quoted below as per step 4.

{
"menus": {
"Arrow": [
null,
null
],
"Dinner": [],
"Time": []
}
}

CanaryMod 1.2.0, ScriptCraft 3.1.3. Reproducible on different Windows installations.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions