Xonotic Forums
[NEEDS INFO] Third map doesn't show any textures or shading? On MacBook 2.1 C2D - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEEDS INFO] Third map doesn't show any textures or shading? On MacBook 2.1 C2D (/showthread.php?tid=2535)



Third map doesn't show any textures or shading? On MacBook 2.1 C2D - blickblocks - 01-20-2012

Hi, I just downloaded Xonotic last night, so far it seems like a great game. The third map in the single player training doesn't seem to show up with any textures or shading, it's all dark grey with some objects showing up as all white. Am I missing a library or is my computer not up to spec? I am using a MacBook 4,1 2.1GHz Core 2 Duo with 4GB of RAM.

Thanks!


RE: Third map doesn't show any textures or shading? On MacBook 2.1 C2D - Mirio - 01-20-2012

This sounds to me that some file is missing...

The 3rd map of the campaign is Courtfun (CTF) btw if that helps others to find a solution. Tongue

Also: Welcome to Xonotic! Wink


RE: Third map doesn't show any textures or shading? On MacBook 2.1 C2D - hutty - 01-20-2012

Are you using xonotic 0.5, or the git Version?

also have you tried typing vis_restart in the console (use ~ to get to it) It seems to be the magic command that fixes all.
... at least thats what people tell me.... I personally haven't seen it do that much


RE: Third map doesn't show any textures or shading? On MacBook 2.1 C2D - Mr. Bougo - 01-21-2012

I think hutty means vid_restart and not vis_restart. You don't need vid_restart though, r_restart should be enough. First restarts the entire display, second restarts just the renderer.

Anyway, can you give us some console output? Launch the game, start the map, then when it fails open the Xonotic console (press shift+esc) and type
Code:
condump texturefail.log
Then look for the texturefail.log file in your data directory, which should be in your home directory under the hidden .xonotic/data. To access that you can use "Go to folder" in the "Go" menu of the Finder, and type ~/.xonotic/data

Then paste the contents of that file either here in a [code] block or on pastebin.com or any other pastebin.


RE: Third map doesn't show any textures or shading? On MacBook 2.1 C2D - divVerent - 01-21-2012

I guess this is a shader compile error.

The condump should help pinpoint it.