ragetrack-team team mailing list archive
-
ragetrack-team team
-
Mailing list archive
-
Message #00049
[Bug 674591] [NEW] Application seems not to work with DirectX (pandadx9)
Public bug reported:
Under Windows XP the Application crashes in car select menu when pandadx9 is set in Config file.
It seems that it has to do with the two lines 447 and 448 in menu.py:
if (base.win.getGsg().getSupportsBasicShaders() != 0):
plight.setShadowCaster(True, 2048, 2048)#enable shadows for this light
uncommenting these lines stops the application being crashing, but causes a strange texture bug.
With OpenGL under Windows (and Ubuntu) everything's fine
** Affects: ragetracks
Importance: Undecided
Status: New
** Tags: directx opengl windows
--
Application seems not to work with DirectX (pandadx9)
https://bugs.launchpad.net/bugs/674591
You received this bug notification because you are a member of
RageTrack-Team, which is subscribed to RageTracks.
Status in RageTracks: New
Bug description:
Under Windows XP the Application crashes in car select menu when pandadx9 is set in Config file.
It seems that it has to do with the two lines 447 and 448 in menu.py:
if (base.win.getGsg().getSupportsBasicShaders() != 0):
plight.setShadowCaster(True, 2048, 2048)#enable shadows for this light
uncommenting these lines stops the application being crashing, but causes a strange texture bug.
With OpenGL under Windows (and Ubuntu) everything's fine
Follow ups
References