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

Minetest crashes on macOS and has no image #14665

Open
vvsg opened this issue May 15, 2024 · 4 comments
Open

Minetest crashes on macOS and has no image #14665

vvsg opened this issue May 15, 2024 · 4 comments
Labels
Action / change needed Code still needs changes (PR) / more information requested (Issues) @ Startup / Config / Util Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible
Milestone

Comments

@vvsg
Copy link

vvsg commented May 15, 2024

Minetest version

Minetest 5.9.0-dev-93f4844 (OSX)
Using LuaJIT 2.1.1713773202
Built by Clang 15.0
Running on Darwin/23.4.0 arm64
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHAREDIR="minetest.app/Contents/Resources"
STATIC_LOCALEDIR="minetest.app/Contents/Resources/locale"

Operating system and version

macOS Sonoma 14.4.1

CPU model

Apple M2

Summary

I open the minetest.app, but it has no image. It crashes when I click. After that, it immediately crashes if I open the app again, and the terminal has no information.

Steps to reproduce

mkdir build
cd build
cmake .. \
    -DCMAKE_FIND_FRAMEWORK=LAST \
    -DCMAKE_INSTALL_PREFIX=../build/macos/ \
    -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE \
    -DENABLE_LTO=OFF
make -j$(sysctl -n hw.logicalcpu)
make install
codesign --force --deep -s - macos/minetest.app
open ./macos/minetest.app
@vvsg vvsg added the Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible label May 15, 2024
@Xeno333
Copy link
Contributor

Xeno333 commented May 15, 2024

This is also happening for me on Ubuntu 24.04, and has been in all versions of the 5.9-dev

@rubenwardy rubenwardy added this to the 5.9.0 milestone May 16, 2024
@ThePython10110
Copy link

ThePython10110 commented May 16, 2024

That's the exact same thing that's been happening to me on Windows, but for some reason the 32-bit builds work (haven't tested on Linux). It might be the same as #14670.

@sfan5
Copy link
Member

sfan5 commented May 31, 2024

Needs more information to be actionable.
Please compile a debug build and run Minetest with --debugger.

@sfan5 sfan5 added the Action / change needed Code still needs changes (PR) / more information requested (Issues) label May 31, 2024
@appgurueu appgurueu changed the title The game has no image Minetest crashes on macOS and has no image Jun 1, 2024
@vvsg
Copy link
Author

vvsg commented Jun 1, 2024

Needs more information to be actionable. Please compile a debug build and run Minetest with --debugger.

I'm sorry, but I'm not sure how to do it. Could you please provide me with more details? I appreciate your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action / change needed Code still needs changes (PR) / more information requested (Issues) @ Startup / Config / Util Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible
Projects
None yet
Development

No branches or pull requests

6 participants