Page 1 of 1

OpenGL driver version is not 1.2 or better.

PostPosted: Mon Nov 25, 2013 16:42
by equeim
I have Arch Linux with NVIDIA GeForce GT440 (proprietary driver 331.20).

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
[alexey@boberarch ~]$ minetest
Irrlicht Engine version 1.8.1
Linux 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18: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.

Screenshot of main menu:
Image

When I launch with --go it crashes:
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
[alexey@boberarch ~]$ minetest --name equeim --go
Irrlicht Engine version 1.8.1
Linux 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18: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.
20:36:04: ACTION[main]:         .__               __                   __   
20:36:04: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
20:36:04: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
20:36:04: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
20:36:04: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
20:36:04: ACTION[main]:       \/        \/     \/          \/     \/       
20:36:04: ACTION[main]: World at [/home/alexey/.minetest/worlds/world]
20:36:04: ACTION[main]: Server for gameid="minetest" listening on port 30000.
20:36:04: ACTION[ServerThread]: equeim [127.0.0.1] joins game. List of players: equeim
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)


I have tried versions from git and from repository. Result is the same.

Other games works fine.
What could be the problem?

PostPosted: Mon Nov 25, 2013 17:26
by Inocudom
Is it possible for you to update your OpenGL version? You really should if you can, so check on NVIDIA's website for up-to-date drivers.

PostPosted: Mon Nov 25, 2013 18:16
by Krock
You could try out the Direct3D9 renderer, even if there is a small chance, that it will work for you.
Give it a try and open your minetest.conf and edit the renderer from "opengl" to "direct3d9"

PostPosted: Mon Nov 25, 2013 18:46
by equeim
Inocudom wrote:Is it possible for you to update your OpenGL version? You really should if you can, so check on NVIDIA's website for up-to-date drivers.

Drivers are latest, my OpenGL version is 4.4.0

Krock wrote:You could try out the Direct3D9 renderer, even if there is a small chance, that it will work for you.
Give it a try and open your minetest.conf and edit the renderer from "opengl" to "direct3d9"


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
This driver is not available in Linux. Try OpenGL or Software renderer.

PostPosted: Wed Nov 27, 2013 04:17
by KillerByte
I am having the exact same problem. I have an Arch Linux system with a NVidia GeForce GT 610.

I was not having issues with this before however. I only upgraded yesterday and this problem started occouring. Irrlicht bug?

UPDATE:

I think this thread is related to the problem posted here: https://forum.minetest.net/viewtopic.php?id=7828, I will try rebuilding.

UPDATE2:

Rebuilding didnt work for me...

PostPosted: Wed Nov 27, 2013 17:38
by Zeg9
I just downloaded the latest minetest from the arch repo...
And I have the exact same problem, with a GTX 660 !
The irrlicht demo (quake 3 map) uses OpenGL 4.4.0 and displays without any problem.
Please note that it works on another machine that doesn't have an nvidia card.

I'll rebuild it in a few minutes and edit this post.
EDIT: Ok, it works!
Built from git, checkout 0.4.8, and default compile options.