Page 1 of 1

Luanti application crashing...

Posted: Wed Apr 22, 2026 17:02
by ArceusI
Yesterday I was playing MineTest Game, loaded with mods, and I was traveling using Fast Mode, and suddenly Luanti itself crashed. I have no idea why Luanti is still suffering from these issues, shouldn't these errors be patched by now? Because I noticed nothing in the chat logs right before the crash. So is there something going on with Luanti itself that's causing the crashes? I use Android devices if you're all curious.

Re: Luanti application crashing...

Posted: Wed Apr 22, 2026 19:08
by Krock
To get more details about the crash, you can use a logcat viewer application or by using "adb": https://github.com/luanti-org/luanti/bl ... on-android

Re: Luanti application crashing...

Posted: Wed Apr 22, 2026 19:45
by ArceusI
Krock wrote:
Wed Apr 22, 2026 19:08
To get more details about the crash, you can use a logcat viewer application or by using "adb": https://github.com/luanti-org/luanti/bl ... on-android
I use Shizuku, but, how can I pull the logs using that?

Re: Luanti application crashing...

Posted: Mon Apr 27, 2026 06:32
by ArceusI
Krock wrote:
Wed Apr 22, 2026 19:08
To get more details about the crash, you can use a logcat viewer application or by using "adb": https://github.com/luanti-org/luanti/bl ... on-android
Actually, I think I know what happens when the aforementioned crash occurs (On Android): The game momentarily freezes, then Android detects a hanging application and forcibly closes the app. So something in Luanti is causing the hang, which trips the automated application closing of Android. So, can you guys somehow find out what triggers the strange hanging of the application on Android? Maybe it might reveal more glitches like it that were left unattended...

Re: Luanti application crashing...

Posted: Wed Apr 29, 2026 18:43
by Krock
I have no experience of developing on/for Android. I recommend to look out for tutorials on how to attach a debugger to the process and get a backtrace before it gets forcefully closed.

Re: Luanti application crashing...

Posted: Sat May 02, 2026 16:33
by ArceusI
Krock wrote:
Wed Apr 29, 2026 18:43
I have no experience of developing on/for Android. I recommend to look out for tutorials on how to attach a debugger to the process and get a backtrace before it gets forcefully closed.
Perhaps, some people suggested that I could use 2 Android devices together to pull it off, though that's questionable.