Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Runtime error on first run on new map #104

Closed
ghost opened this issue Apr 10, 2020 · 4 comments
Closed

Runtime error on first run on new map #104

ghost opened this issue Apr 10, 2020 · 4 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 10, 2020

I'm getting this error whenever I create a new world and load it for the first time:

ERROR[Main]: ModError: Runtime error from mod 'craftguide' in callback on_mods_loaded(): .../craftguide/init.lua:1450: standard output file is closed
ERROR[Main]: stack traceback:
ERROR[Main]: [C]: in function 'write'
ERROR[Main]: .../craftguide/init.lua:1450: in function 'iop'
ERROR[Main]: .../craftguide/init.lua:1467: in function '?'
ERROR[Main]: .../minetest/bin/../builtin/game/register.lua:429: in function <.../minetest/bin/../builtin/game/register.lua:413>

Note:
This started to happen after that I've installed Sofar's Crops mod; without it no error happens.

@kilbith kilbith added the bug label Apr 11, 2020
@kilbith
Copy link
Collaborator

kilbith commented Apr 11, 2020

Fixed: 3f34d27

@kilbith kilbith closed this as completed Apr 11, 2020
@ghost
Copy link
Author

ghost commented Apr 12, 2020

It's still happening.
Note that the error does not happen on the second time you load a map.

That is:
First run -> Error.
Second run -> No error.

@kilbith
Copy link
Collaborator

kilbith commented Apr 12, 2020

Fixed (the easy way): 689840d

@ghost
Copy link
Author

ghost commented Apr 13, 2020

Fixed (the easy way): 689840d

Thank you for your work :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant