Page 1 of 1

Cannot move after a few seconds (OS X, brew)

PostPosted: Fri Jul 01, 2016 12:21
by brab
I'm giving Minetest a try and I think I've found a bug. After a few seconds, I can no longer move nor jump. I can still look around using the mouse, and the game has not crashed.

I'm using OS X El Capitan, and I installed the current version of Minetest with Homebrew. I tried to set the debug level to 4 but I cannot see anything strange in the debug file, which I cannot attach to this post (I'm told the .txt extension is not allowed).

Is this a known bug?

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Sat Jul 02, 2016 07:51
by Thomas-S
I can reproduce this. If you re-join the world, it works normal for a few seconds again. In singleplayer, I can find nothing special in debug.txt, for multiplayer, the only warning there is "Irrlicht: PNG warning: Malformed iTXt chunk". But I doubt if this is related to the problem.

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Sat Jul 02, 2016 10:48
by rubenwardy
What happens if you turn joysticks off (enable_joystick=false) I believe

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Sat Jul 02, 2016 16:48
by brab
rubenwardy wrote:What happens if you turn joysticks off (enable_joystick=false) I believe

The same, unfortunately. I'm unable to move after a few seconds.

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Sat Jul 02, 2016 17:09
by Thomas-S
rubenwardy wrote:What happens if you turn joysticks off (enable_joystick=false) I believe


I haven't tested this yet. I normally play on Ubuntu, so I did only a quick test.

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Mon Jul 04, 2016 06:31
by brab
I created an issue on github to track this https://github.com/minetest/minetest/issues/4274

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Mon Jul 04, 2016 18:57
by est31
The setting is called enable_joysticks. Have you toggled that?

Re: Cannot move after a few seconds (OS X, brew)

PostPosted: Tue Jul 05, 2016 06:17
by brab
est31 wrote:The setting is called enable_joysticks. Have you toggled that?

I just tried with "enable_joysticks = false" it and I get the same behavior.