Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 08-12-2016, 12:47 PM   #19
_Enio_
Marquis
 
_Enio_'s Avatar
 
Join Date: Aug 2007
Location: Germany
Posts: 1,843
_Enio_ will become famous soon enough
Default

Quote:
Originally Posted by Elanor View Post
I don't think OpenGL or the Intel driver have nothing to do with this, though. I think is either something pointing to a wrong location for the textures within the binary (ius there a reason why you guys don't provide sourceces?) or missing libraries of some sort.
Well, i think these are just followup errors on a bad "initialization" here, first line in your error.log:
Code:
[11/08/2016 14:29:35] [RenderizerGL][renderizer_gl_x11.cpp(353)] BadMatch (invalid parameter attributes)
That RenderizerGL is a regnum module, it probably gets some values it cannot handle. But thats all just guesses.

Edit: This is the comparison of our OpenGL extensions, the left side is what i have and you do not, right side you have and i do not.
Code:
[enio@thinkpad Desktop]$ diff -y --suppress-common-lines sorted_enio.txt sorted_siggy.txt 
                                  >
                                  >    GL_AMD_performance_monitor,
GL_ARB_query_buffer_object,                      <
GL_ARB_robust_buffer_access_behavior,                  <
GL_ARB_shader_precision,                      <
GL_ARB_stencil_texturing,                      <
GL_ARB_texture_stencil8,                      <
GL_EXT_texture_compression_s3tc,                  <
                                  >    GL_INTEL_performance_query,
GL_KHR_robust_buffer_access_behavior,                  <
Afaik, s3tc texture compression is needed by regnum. It seems it can be enabled somehow. Check out this thread: http://askubuntu.com/questions/56379...intel-graphics

Edit2: This is quite old (2011) "Using the external libtxc-dxtn library for S3TC compression. Mesa will attempt to load it if it exists, and provide full S3TC support. This is available in xorg-edgers, at least."

Edit3:
Code:
[enio@thinkpad Desktop]$ locate libtxc
/usr/lib/libtxc_dxtn.so
Maybe you just need to install that one.
__________________
Fix the Marksman subclass: Suggestion

Last edited by _Enio_; 08-12-2016 at 01:12 PM.
_Enio_ no ha iniciado sesión   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:44 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved
 
Loading...