PlaneShift
Support => Technical Help: IN GAME bugs (after loading world) => Topic started by: LigH on September 02, 2005, 03:24:03 pm
-
Dear PlaneShift developers,
unfortunately, I have strange problems using your applications. It appears that every output on the windows is added over each previous output, so the user interface becomes unreadable.
- Updater (http://www.ligh.de/pics/PSCB-Updater.png)
- Setup (http://www.ligh.de/pics/PSCB-Setup.png)
- Game (http://www.ligh.de/pics/PSCB-Game.png)
My experience in programming 3D APIs is limited, but from my experience, there can be two possible reasons:
- You do not use the command to clear the rendering context before any output loop (for OpenGL, I would refer to \"glClear\").
- The tools (or the graphic drivers?) fail to use a texture which should have been displayed as background first, before the UI is displayed on top of it.
My hardware: AMD Duron 800, ELSA Gladiac GeForce2 GTS with 32 MB, nVidia drivers 6.14.10.6176 (newer drivers are not necessary for such an outdated GPU, and ELSA does not exist anymore to provide more current versions)
I remember a few similar problems with transparent walls in the DOOM source port \"DoomsDay / jDoom\". I\'ll try to downgrade my graphic drivers to older versions and check if this helps.
-
Ok, post if that works.
It seems a driver issue to me, a Geforce 2 should be able to render correctly the game. If a tnt2 can, I guess a Geforce _has_ to be able too.
-
go with the new drivers, you cant say its bad until you tried it.
-
Went back to version 6.13.10.4109 - same problem here. In my opinion, the tools were not able to apply the background texture, so the background plane went transparent, and this created \"halls of mirrors\".
-
I had the same problem, it\'s fixed in an update.
Use the updater in recover mode.
Start-->Programs-->PS-->Updater recover mode.
Or add \" --auto\" to your shortcut, without the \"\' things ofcourse.
-
Unfortunately, for me it did not help. ;(
Any ideas from the developers? Shall I look for specific image files, if they exist and are readable? May you provide a debug build I can use to check for problems? May you introduce an option to enable \"Clear\" or \"Finish\" functions?
-
Read this thread to fix it: http://planeshift.oodlz.com/wbboard/thread.php?threadid=18230&boardid=33 (http://planeshift.oodlz.com/wbboard/thread.php?threadid=18230&boardid=33)
-
8o :))
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false
into data\\config\\r3opencl.cfg -- solved the problem
:tup: Many thanks - now I can try to have a nice sight-seeing tour...