Skip to content
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

Problem when creating and joining a singleplayer world #1262

Open
SuddenSFD opened this issue Jan 12, 2024 · 7 comments
Open

Problem when creating and joining a singleplayer world #1262

SuddenSFD opened this issue Jan 12, 2024 · 7 comments

Comments

@SuddenSFD
Copy link

SuddenSFD commented Jan 12, 2024

Hi yall, i've been trying to start making a map on CTF, the thing is, i can't even join the world.
I create a new world as usual, i try to join it, the game freezes for a second, and then it shuts down.
error

The error says "ModError: Failed to load and run script from C:\Users\me\Documents\Otro\minetest-5.6.1-win32\bin..\games\capturetheflag\mods\ctf\ctf_modebase\init.lua:
not enough memory
Check debug.txt for details."
EDIT: I enabled Low-RAM mode, and it actually tried to load, however, another error appears...
image

"ModError: Failed to load and run script from C:\Users\me\Documents\Otro\minetest-5.6.1-win32\bin..\games\capturetheflag\mods\ctf\ctf_modebase\init.lua:
.....\games\capturetheflag\mods\ctf\ctf_modebase/player.lua:222: attempt to call field 'register_on_item_pickup' (a nil value)
stack traceback:
.....\games\capturetheflag\mods\ctf\ctf_modebase/player.lua:222: in main chunk
[C]: in function 'dofile'
...2\bin..\games\capturetheflag\mods\ctf\ctf_core\init.lua:18: in function 'include_files'
...n..\games\capturetheflag\mods\ctf\ctf_modebase\init.lua:48: in main chunk
Check debug.txt for details."
any idea?

@LoneWolfHT
Copy link
Member

The game may require a more recent version of Minetest, I'll look at fixing the requirements...

@SuddenSFD
Copy link
Author

The game may require a more recent version of Minetest, I'll look at fixing the requirements...

Maybe it has to do with me running Windows 7?

@src4026
Copy link
Contributor

src4026 commented Jan 13, 2024

Maybe it has to do with me running Windows 7?

It seems unlikely in this case. Whatever your OS, if you have got a specific Minetest client installed properly, then it would stay irrelevant for the most part as this seems either a code or client issue. Now, what I think LV is referring to is that there were some additions to the game (probably the superior item swapping commit?) that utilised methods/functions available in clients above a certain version; meaning that the "requirements" may be 5.7+ clients.

I've not looked at the code for the changes and the MT changelog in detail but that's what I take away from your issue and what LandarVargan said.

Now, if Windows 7 limits what version of Minetest you can install, then that would bring about a hurdle in your progress towards making your map 🤔

@SuddenSFD
Copy link
Author

Then it's my client, 5.6, i can't seem to get working 5.7 or 5.8, i may try some workarounds, but i'm going to try and install minetest on a newer machine. Thanks.

@SuddenSFD SuddenSFD reopened this Jan 15, 2024
@SuddenSFD
Copy link
Author

However, it may be something related to Irrlitchmt, i'm going to try a few things

@LoneWolfHT
Copy link
Member

LoneWolfHT commented Jan 16, 2024

Then it's my client, 5.6, i can't seem to get working 5.7 or 5.8, i may try some workarounds, but i'm going to try and install minetest on a newer machine. Thanks.

Not having the low ram version set is probably the issue, make sure you set it when trying with 5.8/5.7

@farooqkz
Copy link
Contributor

farooqkz commented Apr 7, 2024

@SuddenSFD Was your issue fixed when trying low ram mode?

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

No branches or pull requests

4 participants