Page 2 of 4
Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 12:45
by H2O
Yesterday i had one lockup, i don't know if it was caused by the ak swarm of a player (more than 200 ak).
I have the debug report, so if someone is interested, just ask for it and tell me how to send to you.
About the Balanced Annihilation Developers, I have written a nearly identical post in the specific subforum, but no answer at all.
I don't know how to reach them.

Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 13:18
by hoijui
for the crash, please attach the infolog.txt as a file to your post, or use pastebin.com.
about BA:
It has no developers, only one maintainer and .. it is very unlikely that anyone is going to mess around with the Textures there (or with anything else that is not balancing).
Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 13:26
by H2O
ok, done.
However in the Debug report folder, i have some more files (client.txt, ext.txt, etc), do you need them?
Thanks
Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 14:27
by hoijui
hmm :/
there is no stack trace in the infolog, which means.. we can not do anything really. if it happens again, you might have to get a debug build of spring, run it in gdb and try to reproduce, or alternatively test latest development version if it happens there too.
we do not need the other files.
Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 15:20
by H2O
This time it crashed in a different way.
You can see in the infolog, at the end, there is a lot of error entries.
Re: BA and Hd 5870: bad texture.
Posted: 31 May 2010, 16:45
by hoijui
translated:
http://buildbot.eat-peet.net/spring/sta ... 16967.html
looks like an error in a widget (or gadget).
Re: BA and Hd 5870: bad texture.
Posted: 05 Jun 2010, 15:19
by FinDude
Updated to CCC 10.5, Ati Radeon HD 5670
3do Arm Commander in CA:
Wait a second!
Entire cavedog texture atlas?
It would be nice if it was possible to fix from Spring, I noticed some good fps increase in other games.
Re: BA and Hd 5870: bad texture.
Posted: 05 Jun 2010, 23:38
by zerver
I just tried my 5970 and I can confirm that the 10.5 driver has bad textures. 10.4 looks better. I did not test stability yet.
Re: BA and Hd 5870: bad texture.
Posted: 06 Jun 2010, 14:07
by H2O
Yep, the problem is only with the 10.5 catalyst, I hope next driver version will correct it.
Re: BA and Hd 5870: bad texture.
Posted: 13 Jun 2010, 11:39
by megaNaab
I have the same texture problem, with ATI Radeon HD 4290 and Catalyst 10.5.
All other games work fine though.
Re: BA and Hd 5870: bad texture.
Posted: 17 Jun 2010, 09:40
by Lumpy
I have been getting the same problem on an ati 4500 radeon mobility.
Ps the catalyst 10.6 driver is out now..
I am about to give it a go and see if the problem is fixed
--
Nope.. still having the same problem
Re: BA and Hd 5870: bad texture.
Posted: 17 Jun 2010, 16:37
by oksnoop2
I have an ati radeon 3400 mobility and 10.5 drivers. 10.4 worked but i can't seem to find them. Anyone know where i could get the 10.4 drivers?
Re: BA and Hd 5870: bad texture.
Posted: 17 Jun 2010, 17:58
by very_bad_soldier
I googled for "catalyst old drivers" and found:
http://www.oldapps.com/ati.php
Have a try...
Re: BA and Hd 5870: bad texture.
Posted: 17 Jun 2010, 19:43
by oksnoop2
Thanks Man
Re: BA and Hd 5870: bad texture.
Posted: 17 Jun 2010, 22:45
by Gigamez
i have a 5850 ati card.. same problem with 10.5 & 10.6 drivers. With 10.4 all seems fine (i haven't any crash).. It's possible to solve this problem?
EDIT: i use also Ubuntu x64 with the same version of linux driver in dual boot.. the same problem is also there!!! O_o"
Re: BA and Hd 5870: bad texture.
Posted: 19 Jun 2010, 14:25
by dansan
I can confirm the bug with 10.6 on Gentoo Linux and 2.6.33-zen3 kernel. I also found the same texture map that FinDude saw on the Com on certain parts of a Mex - it can probably be found on all items...
Re: BA and Hd 5870: bad texture.
Posted: 19 Jun 2010, 18:51
by megaNaab
I just tried 10.6. Nothing has changed. Same texture bugs as before.
All original TA models have texture problems. New models in XTA and NOTA look good.
I googled that the problem is that the graphics driver does not support texture compression used by old models.
Edit: The problem is that the ATI driver can't decompress .dds textures.
So instead of waiting forever for better drivers, maybe just change the Spring graphics code to use another rendering technique?
EDIT: The problematic compression is S3TC:
BASH wrote:
theUser@sillyPC:~$ glewinfo | grep -i s3tc | grep MISSING
GL_S3_s3tc: MISSING
Re: BA and Hd 5870: bad texture.
Posted: 20 Jun 2010, 01:03
by oksnoop2
^Would that be difficult to do Spring Devs?
Re: BA and Hd 5870: bad texture.
Posted: 20 Jun 2010, 11:56
by dansan
megaNaab wrote:EDIT: The problematic compression is S3TC:
BASH wrote:
theUser@sillyPC:~$ glewinfo | grep -i s3tc | grep MISSING
GL_S3_s3tc: MISSING
hmmm... not sure that's the problem, because I do get this with 10.4 too:
Code: Select all
daniel@maya ~ $ glewinfo | grep -i s3tc
GL_EXT_texture_compression_s3tc: OK
GL_S3_s3tc: MISSING
Will try with 10.6... back in a minute...
...
No change - I get the same output for above command with 10.4 and 10.6.
Re: BA and Hd 5870: bad texture.
Posted: 20 Jun 2010, 12:19
by dansan
I posted this problem in the Phoronix forum discussing the release of 10.6 (
http://www.phoronix.com/forums/showthre ... 96&page=13) and a AMD dev answered. I have the impression he wants to help, so if we can provide him with more info, that might bring us nearer to a solution.