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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 05-01-2009, 03:19 PM   #11
AlexzAK
Pledge
 
Join Date: Oct 2007
Posts: 6
AlexzAK is on a distinguished road
Default

I installed Savage 2 linux native client...
it's not work too...

says : "Savage2 - Fatal Error: OpenGL 2.1 not available."

do not know how can it help... just trying to tell as much info as i can...
AlexzAK no ha iniciado sesión   Reply With Quote
Old 05-01-2009, 04:46 PM   #12
AlexzAK
Pledge
 
Join Date: Oct 2007
Posts: 6
AlexzAK is on a distinguished road
Default

Dose game developers reading this forum.
I can help in solving this issue, providing information.
Just tell me what to do.

I think this SEGFAULT is some bug.
AlexzAK no ha iniciado sesión   Reply With Quote
Old 05-02-2009, 04:29 AM   #13
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

I don't know why it's not working, but you could try running any othe game such as tuxracer and checking if it has any problem related to your Intel Graphics Card.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 05-02-2009, 06:49 AM   #14
techfreak15
Pledge
 
Join Date: Nov 2007
Location: United States
Posts: 4
techfreak15 is on a distinguished road
Default

Quote:
Originally Posted by Xephandor View Post
I don't know why it's not working, but you could try running any othe game such as tuxracer and checking if it has any problem related to your Intel Graphics Card.
Tuxracer and open arena runs good. So does The tux mario kart clone game whatever its called. Just a very very slight bit of lag. There was no lag until i upgraded to Ubuntu 9.04.
techfreak15 no ha iniciado sesión   Reply With Quote
Old 05-02-2009, 02:55 PM   #15
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Find the "Device" section containing the "Video Device" in the file /etc/X11/xorg.conf (you can edit it doing "sudo gedit /etc/X11/xorg.conf") and replace it with this (or just add the Option sections):

Code:
Section "Device"
        Identifier      "Configured Video Device"
        Option          "AccelMethod"           "EXA"
        Option          "MigrationHeuristic"    "greedy"
        Option          "NoDDC"
EndSection
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 05-02-2009, 08:46 PM   #16
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Quote:
Originally Posted by AlexzAK View Post
Dose game developers reading this forum.
I can help in solving this issue, providing information.
Just tell me what to do.

I think this SEGFAULT is some bug.

There is already an extensive thread covering this issue:

http://regnumonlinegame.com/forum/sh...ad.php?t=36774
onemyndseye no ha iniciado sesión   Reply With Quote
Old 05-03-2009, 12:05 PM   #17
AlexzAK
Pledge
 
Join Date: Oct 2007
Posts: 6
AlexzAK is on a distinguished road
Default

Quote:
Originally Posted by Xephandor View Post
I don't know why it's not working, but you could try running any othe game such as tuxracer and checking if it has any problem related to your Intel Graphics Card.
I able to play Regnum online using wine....
It works on fali safe configuration only, but works....

OpenArena works well...
AlexzAK no ha iniciado sesión   Reply With Quote
Old 05-08-2009, 07:19 AM   #18
sakuramboo
Pledge
 
Join Date: Jan 2007
Posts: 27
sakuramboo is on a distinguished road
Default

glxinfo | grep direct
sakuramboo no ha iniciado sesión   Reply With Quote
Old 05-09-2009, 04:08 PM   #19
Threno
Pledge
 
Join Date: Apr 2008
Location: Zummerzet
Posts: 7
Threno is on a distinguished road
Default

Having exactly the same problem. Started with the "video card too old" bug, and now crashing when trying to log into a world (any world).

The logs are all the same:

Code:
libs/libcore_client.so(_ZN10ClientBase14save_backtraceEv+0x79) [0xb7e41259]
libs/libcore_client.so(_ZN10ClientBase12client_crashEi+0x1b) [0xb7e4152b]
[0xb803c400]
/usr/lib/libGL.so.1 [0xb6f75ed6]
libs/libopengl_api.so(_ZN8Engine3D12RenderizerGL20init_graphics_systemEiiibb+0x$
libs/libcommon_entities.so(_ZN13DisplayEntity15creation_notifyEP7Message+0x4bc)$
libs/libentity_system.so(_ZN13EntityManager32initialize_entity_as_custom_typeEP$
libs/libregnum_client.so(_ZN10GameClient19initialize_entitiesEv+0x2af) [0xb7fc7$
libs/libregnum_client.so(_ZN10GameClient4initEiPPc+0x876) [0xb7fca606]
libs/libregnum_client.so(_ZN10GameClientC1EiPPc+0xf3) [0xb7fcb553]
./game(main+0x259) [0x8048fc9]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7090775]
./game(__gxx_personality_v0+0x61) [0x8048c71]
Code:
glxinfo:

grep direct
direct rendering: Yes

grep OpenGl
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 NO-TCL
OpenGL version string: 1.3 Mesa 7.4
OpenGL extensions:

grep -i s3tc
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_compression_s3tc, 
    GL_SUN_multi_draw_arrays, GL_S3_s3tc

glxgears: 1934 frames in 5.0 seconds = 386.790 FPS
Homm.

Last edited by Threno; 05-09-2009 at 04:13 PM. Reason: And I don't think its a "slight" problem ;)
Threno no ha iniciado sesión   Reply With Quote
Old 05-14-2009, 10:00 PM   #20
Wintershade
Pledge
 
Join Date: Dec 2008
Posts: 4
Wintershade is on a distinguished road
Default

Quote:
Originally Posted by AlexzAK View Post
Dose game developers reading this forum.
I can help in solving this issue, providing information.
Just tell me what to do.

I think this SEGFAULT is some bug.
I second that. Despite the existence of an extensive thread, and a few workarounds (of which none work for me), this is a serious bug.

I haven't been here for some time now, and I see that this is at least a few months old. What gives? Is the Linux support silently being dropped?
__________________
Only the best is good enough.
Wintershade no ha iniciado sesión   Reply With Quote
Reply

Tags
crash., graphics, intel, linux, linux intel, regnum


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 12:17 AM.


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