-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game freezes while loading a map #1191
Comments
How many cores do these computers have? |
I had a similar problem using a VPS for a testing server. The game crashes when the match begins upon barrier removal. The problem was with low memory and the OOM killing the process. The temporary workaround was adding more swap using swapfile. The long term solution is modifying smaller chunks of the map for barrier removal. |
The current one I'm using, which has the problem, has 10.
It does eventually load, but that's after waiting approximately 7 minutes. |
How much free memory have you got on the computer? |
Around 10 GB. |
Hmm then it probably is not the issue I was encountering One more question: During this 7 minute period, do all the 10 cores get used to maximum? |
No, they're pretty much idle. |
That's the problem then. Relying on a single core is making it take too long and crash. Are you on Windows? |
Yep |
I have basically the same problem (When loading the second map in a mode or after that mode has already been run at least once.) The game freezes for about a 20 seconds to a minute, in the same fashion that was already described. Minetest isn't even using an entire core of cpu, practically none, and memory isn't a problem either... |
This could also be the issue I have been facing on a CTF server that is public.:thinking: |
I never had this problem. All those who have got this problem on Windows? Does anybody from Linux have this problem? |
When I run single player on Linux, I do not run into this issue. However, I think the server that Catars runs for me is also on Linux, need to verify that once with them. |
Some on Windows are also not experiencing this problem, so this might not be related to the OS. |
It seems like this is fixed now. |
The game freezes in singleplayer while loading maps on some computers, which only happens while loading a second map after the game loads the first one after voting. This problem persists since version 3.3.0. When frozen, the player can move around but the game does not respond or teleport the player to the next map. If attempted to exit the game, Minetest freezes and crashes.
The text was updated successfully, but these errors were encountered: