4.9 bug that irritates me so much

Posted:
Wed Mar 26, 2014 14:26
by Mihobre
Well, I've just installed Minetest 4.9 and added pretty much nearly 3 dozen mods. That is below my usual mod amount in other versions of Minetest, which is usually around 50+. Now, when I start playing in my world (Singleplayer Mode), when I place or even click a block for even just a fraction of a second, Minetest hangs and stops responding. What do I do?

Posted:
Wed Mar 26, 2014 14:38
by PilzAdam
Mihobre wrote:What do I do?
Try getting more useful information:
https://forum.minetest.net/viewtopic.php?id=5073Try to reproduce it without mods.

Posted:
Wed Mar 26, 2014 14:51
by CraigyDavi
Mihobre wrote:Well, I've just installed Minetest 4.9 and added pretty much nearly 3 dozen mods. That is below my usual mod amount in other versions of Minetest, which is usually around 50+. Now, when I start playing in my world (Singleplayer Mode), when I place or even click a block for even just a fraction of a second, Minetest hangs and stops responding. What do I do?
Tell us what is in your debug.txt after the crash,

Posted:
Fri Mar 28, 2014 10:35
by Mihobre
I've tried, it works! :) But I can't survive without mods... ;)
CraigyDavi wrote:Mihobre wrote:Well, I've just installed Minetest 4.9 and added pretty much nearly 3 dozen mods. That is below my usual mod amount in other versions of Minetest, which is usually around 50+. Now, when I start playing in my world (Singleplayer Mode), when I place or even click a block for even just a fraction of a second, Minetest hangs and stops responding. What do I do?
Tell us what is in your debug.txt after the crash,
Here it is:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
22:25:27: ERROR[main]: stack traceback:
22:25:27: ERROR[main]: ...ames\minetest-0.4.9\bin\..\mods\gates-1.6\gates\init.lua:68: in function 'callback'
22:25:27: ERROR[main]: ...sktop\Howie\games\minetest-0.4.9\bin\..\builtin/item.lua:358: in function <...sktop\Howie\games\minetest-0.4.9\bin\..\builtin/item.lua:351>
[pureluaentity] Saving DB...
[pureluaentity] Saved 0 entities.

Posted:
Fri Mar 28, 2014 11:48
by PilzAdam
Mihobre wrote:Here it is:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
22:25:27: ERROR[main]: stack traceback:
22:25:27: ERROR[main]: ...ames\minetest-0.4.9\bin\..\mods\gates-1.6\gates\init.lua:68: in function 'callback'
22:25:27: ERROR[main]: ...sktop\Howie\games\minetest-0.4.9\bin\..\builtin/item.lua:358: in function <...sktop\Howie\games\minetest-0.4.9\bin\..\builtin/item.lua:351>
[pureluaentity] Saving DB...
[pureluaentity] Saved 0 entities.
It seems like the gates mod is the cause.

Posted:
Mon Mar 31, 2014 14:40
by Mihobre
I removed Gates mod and it worked! Thanks!