Page 1 of 1

Last dev relase game damage OpenGL 3D

PostPosted: Sat Dec 15, 2012 22:36
by Polaque
In last version minetest download from git is problem with load maps (mintest_game) becasue when after some runs in session game in moment freezes and next not work with other OpenGL 3D aplications/games (since next reboot). Game stoped after :
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
GLSL version: 1.0
Loaded texture: /usr/local/share/minetest/textures/base/pack/menubg.png
Loaded texture: /usr/local/share/minetest/textures/base/pack/menulogo.png

PostPosted: Sat Dec 15, 2012 22:55
by PilzAdam
Can you add the commit hash?

PostPosted: Sat Dec 15, 2012 22:58
by Polaque
aa46e5c5e7285a8ac5c9e096a55c3fa02b90280e

PostPosted: Sun Dec 16, 2012 08:00
by Calinou
Don't you need OpenGL 1.4 support at least (should be GLSL 1.2)? Try to disable shaders in the Settings menu, too.

PostPosted: Sun Dec 16, 2012 11:05
by Polaque
I have all disabled options in menu. If use dev version with unstable (which called to /usr/share/minetest from deb package))work medium because not load correctly map from minetest_game
Image

Edit before frezee game can't save world create as minetest_game becasue game stoped

PostPosted: Sun Dec 16, 2012 11:31
by Calinou
What's your graphics card/driver?

PostPosted: Sun Dec 16, 2012 11:42
by Polaque
Nvidia Gforce FX 5200, drivers download from nvidia website

PostPosted: Sun Dec 16, 2012 12:16
by kaeza
From what I see in the screenshot, a map "chunk" has not loaded yet. This can happen when some mod gets stuck in it's code (for example, an infinite loop, or some long calculations). Can you please post the list of mods you have installed?

PostPosted: Sun Dec 16, 2012 12:23
by Polaque
Animals and Mobs

PostPosted: Sun Dec 16, 2012 12:31
by kaeza
Polaque wrote:Animals and Mobs

The animals were known to lag servers a lot. Try removing them, start a new world (don't delete the old one), and see what happens.

PostPosted: Sun Dec 16, 2012 13:01
by Polaque
Work good. I know how solved problem with OpenGL 3D. Minetest when frezze must be close from any proces manager as sigterm becasue other resurces graphic card are busy

PostPosted: Sat Apr 20, 2013 10:15
by DUMBASS
HOw to change minetest opengl version

PostPosted: Sat Apr 20, 2013 12:02
by PilzAdam
DUMBASS wrote:HOw to change minetest opengl version

Someone already answered that question: http://forum.minetest.net/viewtopic.php?pid=85261#p85261