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 won't run on Pinebook Pro #10220

Closed
e8johan opened this issue Jul 23, 2020 · 1 comment
Closed

Minetest won't run on Pinebook Pro #10220

e8johan opened this issue Jul 23, 2020 · 1 comment

Comments

@e8johan
Copy link

e8johan commented Jul 23, 2020

Minetest version
$ minetest --version
Minetest 5.2.0 (Linux)
Using Irrlicht 1.8.4
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=1
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=1
STATIC_SHAREDIR="/usr/share/minetest"
OS / Hardware

Operating system: Manjaro ARM
CPU: Full machine details here: https://wiki.pine64.org/index.php/Pinebook_Pro

Summary

Minetest, as packaged with Manjaro ARM, does not run.

$ minetest --verbose
2020-07-23 09:44:13: INFO[Main]: Using system-wide paths (NOT RUN_IN_PLACE)
2020-07-23 09:44:13: INFO[Main]: Detected share path: /usr/share/minetest
2020-07-23 09:44:13: INFO[Main]: Detected user path: /home/e8johan/.minetest
2020-07-23 09:44:13: INFO[Main]: Detected cache path: /home/e8johan/.cache/minetest
2020-07-23 09:44:13: INFO[Main]: Using locale directory /usr/share/minetest/locale
2020-07-23 09:44:13: INFO[Main]: minetest with SER_FMT_VER_HIGHEST_READ=28, BUILD_TYPE=Release
2020-07-23 09:44:13: INFO[Main]: RUN_IN_PLACE=0
2020-07-23 09:44:13: INFO[Main]: USE_GETTEXT=1
2020-07-23 09:44:13: INFO[Main]: USE_SOUND=1
2020-07-23 09:44:13: INFO[Main]: USE_CURL=1
2020-07-23 09:44:13: INFO[Main]: USE_FREETYPE=1
2020-07-23 09:44:13: INFO[Main]: USE_LUAJIT=1
2020-07-23 09:44:13: INFO[Main]: STATIC_SHAREDIR="/usr/share/minetest"
2020-07-23 09:44:13: VERBOSE[Main]: httpfetch_init: parallel_limit=8
2020-07-23 09:44:13: INFO[Main]: Message locale is now set to: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREME
2020-07-23 09:44:13: INFO[Main]: NT=en_US.UTF-8;LC_IDENTIFICATION=en_US.UTF-8
2020-07-23 09:44:13: VERBOSE[Main]: Determining world path
2020-07-23 09:44:13: INFO[Main]: Searching worlds...
2020-07-23 09:44:13: INFO[Main]:   In /home/e8johan/.minetest/worlds: 
2020-07-23 09:44:13: INFO[Main]: 0 found.
2020-07-23 09:44:13: INFO[Main]: Creating default world at [/home/e8johan/.minetest/worlds/world]
2020-07-23 09:44:13: VERBOSE[Main]: Determining gameid/gamespec
2020-07-23 09:44:13: INFO[Main]: Using default gameid [minetest]
2020-07-23 09:44:13: INFO[Main]: Using commanded world path [/home/e8johan/.minetest/worlds/world]
2020-07-23 09:44:13: INFO[Main]: Audio: Global Initialized: OpenAL 1.1 ALSOFT 1.20.1, using OpenAL Soft
2020-07-23 09:44:13: INFO[Main]: Irrlicht: Irrlicht Engine version 1.8.4
2020-07-23 09:44:13: INFO[Main]: Irrlicht: Linux 5.7.0-3-MANJARO-ARM #1 SMP Sun Jul 5 18:30:55 UTC 2020 aarch64
2020-07-23 09:44:13: INFO[Main]: Irrlicht: Using renderer: OpenGL 2.1
2020-07-23 09:44:13: INFO[Main]: Irrlicht: Mali T860 (Panfrost): Panfrost
2020-07-23 09:44:13: INFO[Main]: Irrlicht: OpenGL driver version is 1.2 or better.
2020-07-23 09:44:13: INFO[Main]: Irrlicht: GLSL version: 1.2
2020-07-23 09:44:13: VERBOSE[Main]: Client: Configuring Xorg specific top level window properties
2020-07-23 09:44:13: VERBOSE[Main]: Client: Setting Xorg window manager Properties
2020-07-23 09:44:13: VERBOSE[Main]: Client: Setting Xorg _NET_WM_PID extened window manager property
2020-07-23 09:44:13: INFO[Main]: Client: PID is '4215'
2020-07-23 09:44:13: VERBOSE[Main]: Client: Setting Xorg WM_CLIENT_LEADER property
2020-07-23 09:44:13: VERBOSE[Main]: Client: Finished configuring Xorg specific top level window properties
2020-07-23 09:44:13: VERBOSE[Main]: Client: Configuring general top level window properties
2020-07-23 09:44:13: VERBOSE[Main]: Client: Finished configuring general top level window properties
2020-07-23 09:44:13: INFO[Main]: text_height=20
2020-07-23 09:44:13: INFO[Main]: Waiting for other menus
2020-07-23 09:44:13: INFO[Main]: Waited for other menus
2020-07-23 09:44:13: INFO[Main]: Audio: Initialized: OpenAL 
2020-07-23 09:44:13: INFO[Main]: GUIEngine: Initializing Lua
2020-07-23 09:44:13: ERROR[Main]: In thread ffffaeecf010:
2020-07-23 09:44:13: ERROR[Main]: /build/minetest/src/minetest-5.2.0/src/script/cpp_api/s_base.cpp:89: static int ScriptApiBase::luaPanic(lua_State*): A fatal error occurred: LUA PANIC: unprotected error in call to Lua API (bad light userdata pointer)
Aborted (core dumped)
Steps to reproduce

Simply try to run minetest.

@e8johan e8johan added the Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible label Jul 23, 2020
@SmallJoker
Copy link
Member

Fixed in #9367. Please update to 5.3.0.

@SmallJoker SmallJoker added Invalid Possible close and removed Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible labels Jul 23, 2020
@sfan5 sfan5 added Duplicate and removed Invalid labels Jul 23, 2020
@sfan5 sfan5 closed this as completed Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants