Search found 2 matches

by janeku
Sat May 30, 2020 16:50
Forum: Problems
Topic: Version 5.2.0 problems
Replies: 7
Views: 1675

Re: Version 5.2.0 problems

Failing line: https://github.com/minetest/minetest/blob/stable-5/builtin/game/falling.lua#L126 Change this to local fdir = (node.param2 or 0) % 32 Looks like Minetest tries to load a falling node which does not have the param2 value. OK, but where to find this file where I am supposed to change sug...
by janeku
Fri May 29, 2020 19:39
Forum: Problems
Topic: Version 5.2.0 problems
Replies: 7
Views: 1675

Version 5.2.0 problems

Hello, After update to 5.2.0 version Minetest has started making problems...a lot. After solving one problem, mi kid continue playing this game and after couple of weeks there is another one, making game crash after loading world. This is copy of error game report after crash: AsyncErr: ServerThread...