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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 02-04-2009, 10:18 AM   #11
Mashu
Master
 
Mashu's Avatar
 
Join Date: Sep 2008
Location: Stockholm
Posts: 541
Mashu is an unknown quantity at this point
Default

Here mesa master git, but the only thing that changed was RO since it started crashing.

I tried to checkout older mesa commits but problem still exist so this is definitely something not implemented which should be skiped in safe mode or game regression.

OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20090114
OpenGL version string: 2.1 Mesa 7.5-devel
OpenGL shading language version string: 1.10

Also same log.txt

[04/02/2009 09:41:00] [RenderizerGL][renderizer_gl_x11.cpp(214)] X Server vendor: The X.Org Foundation
[04/02/2009 09:41:00] [RenderizerGL][renderizer_gl_x11.cpp(218)] X Server release: 1.6.99
[04/02/2009 09:41:00] [RenderizerGL][renderizer_gl.cpp(380)] Got a 24 bit visual (33) with a 24 bit depth buffer
[04/02/2009 09:41:00] [RenderizerGL][renderizer_gl.cpp(412)] Resolutions: 1280x800x16 1024x768x16 832x624x16 800x600x16

and same segfault

libs/libcore_client.so(_ZN10ClientBase14save_backtraceE v+0x5c) [0x7fe5afe18d6c]
libs/libcore_client.so(_ZN10ClientBase12client_crashEi+ 0x8) [0x7fe5afe18f58]
/lib/libc.so.6 [0x7fe5ac40ef60]
/usr/lib/libGL.so.1(glFlush+0x7) [0x7fe5abc968e7]
Mashu no ha iniciado sesión   Reply With Quote
Old 02-05-2009, 05:13 AM   #12
imefisto_foro
Initiate
 
imefisto_foro's Avatar
 
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
imefisto_foro is on a distinguished road
Default

Finally, I could enter the game

I did upgrade my system (xorg-server, xf86-video-intel, Mesa (in that order and with respectives dependences)).
It took me several hours. my system was very messy but now the game runs fine.

Now I'm using:
xorg-server: 1.5.3-r1
xf86-video-intel-2.6.1
Mesa 7.3

I hope you can do it. If you need something (logs, configs) ask me and I'll try to answer (with my horrible english )
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul.
Sombras de Alsius (todavía me queda grande el cartelito)
Hasta siempre Feo...G*
imefisto_foro no ha iniciado sesión   Reply With Quote
Old 02-05-2009, 12:39 PM   #13
Hally
Pledge
 
Join Date: Jul 2007
Posts: 32
Hally is on a distinguished road
Default

These are very great news !
The trouble is that as a linux beginner I may need some help ... Indeed I dont even know where to look at the versions of xorg or mesa stuffs !

Can anybody help me ?
I am on Ubuntu 8.10.
Hally no ha iniciado sesión   Reply With Quote
Old 02-05-2009, 06:35 PM   #14
imefisto_foro
Initiate
 
imefisto_foro's Avatar
 
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
imefisto_foro is on a distinguished road
Default

Hi Mashu.

I respond your pm:

Quote:
Originally Posted by lspci | grep 945
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
Versions of my upgrade:

Quote:
Originally Posted by imefisto
Now I'm using:
xorg-server: 1.5.3-r1
xf86-video-intel-2.6.1
Mesa 7.3
Quote:
Originally Posted by hally
These are very great news !
The trouble is that as a linux beginner I may need some help ... Indeed I dont even know where to look at the versions of xorg or mesa stuffs !

Can anybody help me ?
I am on Ubuntu 8.10.
I don't use Ubuntu but I've found this page, maybe it can help you:
Ubuntu Forums

Buena suerte! Let us know if you have successfull
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul.
Sombras de Alsius (todavía me queda grande el cartelito)
Hasta siempre Feo...G*
imefisto_foro no ha iniciado sesión   Reply With Quote
Old 02-06-2009, 12:21 PM   #15
Mashu
Master
 
Mashu's Avatar
 
Join Date: Sep 2008
Location: Stockholm
Posts: 541
Mashu is an unknown quantity at this point
Smile

GNU/Linux Debian Sid and GM965 users can play with experimental packages

xserver-xorg-video-intel 2:2.6.1-1
xserver-xorg-core 2:1.5.99.902-1
libglu1-mesa 7.3-1
libgl1-mesa-dri 7.3-1
libgl1-mesa-glx 7.3-1
linux-image-2.6.29-rc3 <-- custom build from drm-intel-next git tree 04.02.09 with KMS disabled, kernels >= 2.6.28 are fine imho

xorg.conf:
Section "Device"
...
Option "AccelMethod" "UXA"
EndSection

Game works fine, does not crash.
I will try to bisect current mesa tree to find the reason what triggers a SIGSEGV.
Mashu no ha iniciado sesión   Reply With Quote
Old 02-06-2009, 09:13 PM   #16
Hally
Pledge
 
Join Date: Jul 2007
Posts: 32
Hally is on a distinguished road
Default

I have to say I really dont know what to do to try to play again. I have tried to understand how to upgrade xorg, mesa and so, but the I realized that my understandings of all of this is so poor that I cant try anything. The only thing I'm good in is as a linux beginner is to install some official packages an so ...

It would be so nice if anybody could tell me more precisely what to do ! I mean, how do I install the right packages ?

My config is :
ubuntu 8.10
Intel GMA 945
Hally no ha iniciado sesión   Reply With Quote
Old 02-06-2009, 11:00 PM   #17
imefisto_foro
Initiate
 
imefisto_foro's Avatar
 
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
imefisto_foro is on a distinguished road
Default

Quote:
Originally Posted by Hally
I have to say I really dont know what to do to try to play again. I have tried to understand how to upgrade xorg, mesa and so, but the I realized that my understandings of all of this is so poor that I cant try anything. The only thing I'm good in is as a linux beginner is to install some official packages an so ...

It would be so nice if anybody could tell me more precisely what to do ! I mean, how do I install the right packages ?

My config is :
ubuntu 8.10
Intel GMA 945
Hi. I don't use Ubuntu but I've found a link with some explanations (step by step) about the process:

http://ubuntuforums.org/showthread.php?t=487735

It is about Mesa 7.0.1 but I guess you can do the same with Mesa 7.3

It would be great if some ubuntu's user came and help us.

Let us know if you make some progress.

Spanish thread with the same subject


suerte!
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul.
Sombras de Alsius (todavía me queda grande el cartelito)
Hasta siempre Feo...G*
imefisto_foro no ha iniciado sesión   Reply With Quote
Old 02-07-2009, 12:16 AM   #18
Hally
Pledge
 
Join Date: Jul 2007
Posts: 32
Hally is on a distinguished road
Default

Thank you for your answer.
I tried to follow the step by step procedure, but it unfortunately failded.
The compilation of linux-dri-x86 generate plent of errors like
Code:
dri2.h:37:39: error: X11/extensions/dri2tokens.h: no such a file or directory
Hally no ha iniciado sesión   Reply With Quote
Old 02-07-2009, 12:57 AM   #19
imefisto_foro
Initiate
 
imefisto_foro's Avatar
 
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
imefisto_foro is on a distinguished road
Default

Quote:
Originally Posted by Hally
Thank you for your answer.
I tried to follow the step by step procedure, but it unfortunately failded.
The compilation of linux-dri-x86 generate plent of errors like
Code:
dri2.h:37:39: error: X11/extensions/dri2tokens.h: no such a file or directory
Do you have 32bits or 64bits system?

I'm asking for help in spanish thread for someone with some experience in ubuntu. Be patient
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul.
Sombras de Alsius (todavía me queda grande el cartelito)
Hasta siempre Feo...G*
imefisto_foro no ha iniciado sesión   Reply With Quote
Old 02-07-2009, 09:41 AM   #20
Mashu
Master
 
Mashu's Avatar
 
Join Date: Sep 2008
Location: Stockholm
Posts: 541
Mashu is an unknown quantity at this point
Default

Quote:
Originally Posted by imefisto
Hi. I don't use Ubuntu but I've found a link with some explanations (step by step) about the process:
http://ubuntuforums.org/showthread.php?t=487735
[/URL]
Mesa in current version use autotools and this is for 7.0.2 so above link is outdated.
If you're using intel check more up-to-date guide http://intellinuxgraphics.org/install.html
There are lots of valuable links how to install latest OpenGL drivers.

Mentioned missing file is included with dri2proto for example on Debian
x11proto-dri2-dev: /usr/include/X11/extensions/dri2tokens.h
or on freedesktop
git clone git://anongit.freedesktop.org/xorg/proto/dri2proto

but I bet you will meet more dependences.

What you can do on your own risk(possibility of losing desktop) is trying to install only mesa and dependences from Ubuntu Jaunty
According to this they already have mesa 7.3rc1
https://launchpad.net/ubuntu/+source...3~rc3-1ubuntu2

You can also google for "Ubuntu Jaunty repo's" add them to package manager. If you use synaptic manager it can do that, I dont know what Ubuntu is using.

I pasted repos here http://codepad.org/4J0JFTpW

If you don't know how to deal with problems that probably will occur, don't do that, just wait for stable release or ask at irc.freenode.org #ubuntu but at first the most important google and mailing lists are your best friends.

This thread is about game problems, not how to use Ubuntu.
There is a lot of documentation On-line for Ubuntu.
Mashu no ha iniciado sesión   Reply With Quote
Reply

Thread Tools
Display Modes

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 10:20 AM.


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