PlaneShift
Support => Linux Specific Issues => Topic started by: Kromis on December 09, 2007, 07:44:29 am
-
I built from source for my Kubuntu Gutsy machine and everything works great but the items in my inventory are blank white squares. I've tried replacing my art directory with the art directory from the install package but no luck.
-
Has anyone else had this issue? I get hover text telling me what the items are so I can still play, but it's pretty annoying. Can anyone tell me the file I should have for a dagger? Not sure what I can look for with this. Please help.
-
The place to look is in art/things/something.zip/something_icon.dds. Though I have never heard of the icons being white squares if they are missing, they are normally just invisible... I suspect some other problem, not one I have experienced. Have you run the binary release version before this?
-
Thanks for your reply.
$ ls -ltr art/things
total 6256
19618 2007-11-25 20:41 blue_way.zip
1788103 2007-11-25 20:41 weapons.zip
624481 2007-11-25 20:41 tools.zip
152880 2007-11-25 20:41 jewelry.zip
1063391 2007-11-25 20:41 helms.zip
35582 2007-11-25 20:41 chest.spr
32283 2007-11-25 20:41 brown_way.zip
72792 2007-11-25 20:41 books.zip
654313 2007-11-25 20:41 shields.zip
34963 2007-11-25 20:41 red_way.zip
92276 2007-11-25 20:41 potions.zip
172171 2007-11-25 20:41 naturalres.zip
45397 2007-11-25 20:41 money.zip
836342 2007-11-25 20:41 items.zip
235276 2007-11-25 20:41 furniture.zip
354905 2007-11-25 20:41 food.zip
36629 2007-11-25 20:41 dark_way.zip
33179 2007-11-25 20:41 crystal_way.zip
40270 2007-11-25 20:41 azure_way.zip
I can browse the correct images through my file explorer. I can see images of daggers and other things I have.
I just tried opening up file permissions to no avail.
-
I have the same problem see my post here (http://hydlaa.com/smf/index.php?topic=32075.0 (http://hydlaa.com/smf/index.php?topic=32075.0)). Have you found a solution to this?
-
I had the same problem. It is caused by the drivers of your graphics card. The problem is they don't support S3TC texture compression. You need to edit a few lines of data/config/r3dopengl.cfg.
I changed:
Video.OpenGL.MesaForceS3TCEnable = yes
to his:
###Video.OpenGL.MesaForceS3TCEnable = yes
Video.OpenGL.MesaForceS3TCEnable = no
and it worked for me.
-
you can see this http://hydlaa.com/smf/index.php?topic=31751.0 topic too
-
you can see this http://hydlaa.com/smf/index.php?topic=31751.0 topic too
thanx that worked for me :)