Page 1 of 1

Menu not appearing

PostPosted: Sat Dec 07, 2013 02:05
by tux_peng
Image
Linux linux.lan 3.12.3-1-ARCH #1 SMP PREEMPT Wed Dec 4 21:45:42 CET 2013 x86_64 GNU/Linux

when I run minetest from tuhe terminal--
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.1
Linux 3.12.3-1-ARCH #1 SMP PREEMPT Wed Dec 4 21:45:42 CET 2013 x86_64
Using renderer: OpenGL
OpenGL driver version is not 1.2 or better.
Warning: OpenGL device only has one texture unit. Disabling multitexturing.
GLSL not available.


I have a nVidia GTX 650 TI with the proprietary drivers
http://pastebin.com/6XBNzA3K

PostPosted: Sat Dec 07, 2013 02:55
by stormchaser3000
that is why...... you are using irrlicht 1.8 you have to use irrlicht 1.7.x for the menu to look right

PostPosted: Sat Dec 07, 2013 04:53
by tux_peng
Arch only has 1.8 in the repos, I found a mirror that still haad 1.7 though

Is 1.8 going to be usable soon? I am really bei=ging to dislike irrlicht

ftp://bayda.fryazino.net/os/linux/arch_linux/mirror/community/os/x86_64/

PostPosted: Sat Dec 07, 2013 05:49
by Menche
stormchaser3000 wrote:that is why...... you are using irrlicht 1.8 you have to use irrlicht 1.7.x for the menu to look right

Nope. I have irrlicht 1.8. I built minetest manually and it worked; the package installed from [community] or built from ABS is broken. Absolutely no idea why.

If you know where the right buttons are, you can blindly try start a game with the broken build. It fails with this output:
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
21:53:40: ACTION[main]:         .__               __                   __
21:53:40: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
21:53:40: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
21:53:40: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  |
21:53:40: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__|
21:53:40: ACTION[main]:       \/        \/     \/          \/     \/
21:53:40: ACTION[main]: World at [/home/daniel/.minetest/worlds/Minetest]
21:53:40: ACTION[main]: Server for gameid="minetest" listening on port 30000.
21:53:40: ACTION[ServerThread]: Menche [127.0.0.1] joins game. List of players: Menche
Could not open file of texture: character.png
Loaded mesh: character.x
PNG warning: Interlace handling should be turned on when using png_read_image
PNG warning: Interlace handling should be turned on when using png_read_image
Floating point exception (core dumped)

PostPosted: Sat Dec 07, 2013 18:12
by PilzAdam
Can the arch guys just fix their build?
It works for everyone on arch who compiles Minetest himself.