Page 1 of 1

Linux Bug

PostPosted: Sat May 18, 2013 09:14
by GameExp
Ran into a bug. How to reproduce: 1 - install a Minetest v0.4.6 deb binary on a Linux system. 2 - try to run 3 - watch it refuse to run when you start a new game.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Irrlicht Engine version 1.8.0
Linux 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC 2012 i686
Using renderer: OpenGL 1.3
Mesa DRI Intel(R) 865G x86/MMX/SSE2: Tungsten Graphics, Inc
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
Loaded texture: /usr/share/games/minetest/textures/base/pack/menuheader.png
03:54:03: ACTION[main]:         .__               __                   __   
03:54:03: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
03:54:03: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
03:54:03: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
03:54:03: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
03:54:03: ACTION[main]:       \/        \/     \/          \/     \/       
03:54:03: ACTION[main]: World at [/home/james/.minetest/worlds/test]
03:54:03: ACTION[main]: Server for gameid="minetest" listening on port 30011.
creative inventory size: 150
on_newplayer
03:54:03: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
Could not open file of texture: character.png
Loaded mesh: character.x
Mesa 8.0.4 implementation error: unexpected format GL_DEPTH_COMPONENT16 in _mesa_choose_tex_format()
Please report at bugs.freedesktop.org
Floating point exception

PostPosted: Sat May 18, 2013 09:19
by sfan5
It runs fine for me on Linux
Also:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
.....
Mesa 8.0.4 implementation error: unexpected format GL_DEPTH_COMPONENT16 in _mesa_choose_tex_format()
Please report at bugs.freedesktop.org
Floating point exception

You should probably do what it says

PostPosted: Sat May 18, 2013 11:08
by PilzAdam
This seems unrelated to Minetest.

PostPosted: Sat May 18, 2013 11:41
by Calinou
Try disabling shaders.

PostPosted: Mon May 20, 2013 18:30
by RAPHAEL
I had similar error on another computer when I was trying to get minetest to run on it. It was using an integrated intel graphics card. Never could get it to work.

PostPosted: Sat Aug 24, 2013 00:32
by flashgamer001
I've found a way to fix it- well, sort of. Editing minetest.conf to say:
"video_driver = software"
will allow it to launch. Granted, the graphics are quite buggy, but at least it launches. Oh, and make sure you don't turn fancy trees on (I tried), because that will cause a segfault, apparently.
Edit: eh, sorry. Apparently my brain is about 3 months behind.