Minetest Crashes

Post Reply
Fauxtonic
Member
Posts: 21
Joined: Sat Jan 20, 2018 03:59

Minetest Crashes

by Fauxtonic » Post

All of sudden Minetest has started to crash. Here's what I found in the debug.txt:

2024-06-10 13:49:09: ERROR[Emerge-0]: An unhandled exception occurred: Invalid range (max < min)
2024-06-10 13:49:09: ERROR[Emerge-0]: In thread 10:
2024-06-10 13:49:09: ERROR[Emerge-0]: /home/stefan/mt-build/build/minetest_64/minetest/src/emerge.cpp:2ef: run: A fatal error occurred: Invalid range (max < min)

User avatar
Blockhead
Moderator
Posts: 2225
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: Minetest Crashes

by Blockhead » Post

It looks like the game is hitting a C++ error when emerging, which is when a block (16x16x16 volume) loads, and potentially runs the mapgen as well if that area doesn't already exist on disk.

What Minetest version? Where was it installed from? On what operating system? Singleplayer or multiplayer? Is the problem a persistent problem every time you launch a world, some specific world, or can you reproduce what causes the error?
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
Krock
Developer
Posts: 4683
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: Minetest Crashes

by Krock » Post

It appears that there was some mod update on 2024-06-10 or a day before which now results in this error getting mass-reported.

I left a reply here: viewtopic.php?p=436730#p436730
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

Post Reply