Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313651 - games-fps/sauerbraten-2009.05.04 starts with no textures
Summary: games-fps/sauerbraten-2009.05.04 starts with no textures
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://www.filedropper.com/sauerbraten
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 09:45 UTC by boospy
Modified: 2010-04-17 18:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boospy 2010-04-07 09:45:29 UTC
I will play the newest version of Sauerbraten. But when i start the game, have seen now textures. The Terminalmessages:

Code:
./sauerbraten_unix
Using home directory: /home/user/.sauerbraten                             
init: sdl                                                               
init: net                                                               
init: game                                                               
init: video: mode                                                       
init: video: misc                                                       
init: gl                                                                 
Renderer: GeForce 8800 GT/PCI/SSE2 (NVIDIA Corporation)                 
Driver: 3.0.0 NVIDIA 185.18.36                                           
Rendering using the OpenGL GLSL shader path.                             
init: console                                                           
init: gl: effects                                                       
init: world                                                             
init: sound                                                             
init: cfg                                                               
your team is:                                                           
unknown command: grassanimdist                                           
unknown command: bounddynshadows                                         
unknown command: dynshadow                                               
unknown command: grassbillboard                                         
unknown command: grasssamples                                           
unknown command: damageblendfactor                                       
unknown command: grasslodz                                               
unknown command: grassbbcorrect                                         
unknown command: grassfalloff                                           
unknown command: damageblend                                             
unknown command: startmenu                                               
unknown command: grasslod                                               
init: mainloop                                                           
could not load texture packages/icons/menu.jpg                           
could not load texture packages/icons/menu.jpg                           
could not load texture packages/icons/menu.jpg

Reproducible: Always

Steps to Reproduce:
1.Download the game from the website, or install it from an Overlay
2.Play the game


Actual Results:  
However i installed it with an overlay in portage, or i download the tar.gz from the Homepage the game always reacts equally. I see no textures. But the Version 2008 works ok. With emerge and also the packages from the Homepage. What is different with the new version? I do not understand it. 


I have rebuild all Packages for Sauerbraten with various Useflags. I compare the packages with an Ubuntu 10.4 and Sauerbraten. But the result are the same.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2010-04-07 15:33:29 UTC
Not in portage == INVALID.

If you still have a problem with the package after it's added to portage, please open a new bug.
Comment 2 Petr Pisar 2010-04-14 19:24:07 UTC
The same problem on x86.

Rebuilding sauerbraten did not helped. Rebuilding media-libs/libsdl and media-libs/sdl-image helped.

I suspect jpeg library upgrade broke ABI and sdl-image responsible for JPEG loading started to fail.
Comment 3 boospy 2010-04-15 07:50:16 UTC
I installed these packages already new. But for me it has not helped. But it is funny. With "wine" Sauerbraten works fine. :)
Comment 4 boospy 2010-04-17 18:25:14 UTC
Ok, I have resolved the problem. in one update was probably overlooked something.

* Messages for package media-libs/jpeg-8a:

 * Applying libjpeg7_7-1.diff ...
 * Applying jpeg-7-maxmem_sysconf.patch ...
 * Running elibtoolize in: jpeg-8a         
 *   Applying portage-2.2.patch ...        
 *   Applying sed-1.5.6.patch ...          
 *   Applying as-needed-2.2.6.patch ...    
 * Old versions of installed libraries were detected on your system.
 * In order to avoid breaking packages that depend on these old libs,
 * the libraries are not being removed.  You need to run revdep-rebuild
 * in order to remove these old dependencies.  If you do not have this 
 * helper program, simply emerge the 'gentoolkit' package.             
 *                                                                     
 *   # revdep-rebuild --library libjpeg.so.7                           
 *
 * Once you've finished running revdep-rebuild, it should be safe to
 * delete the old libraries.  Here is a copy & paste for the lazy:
 *   # rm '/usr/lib64/libjpeg.so.7'

Then i set a Symlink to from libjpeg.so.8 to libjpeg.so.7. Sauerbraten need the old name of the lib draw images.