My last question I promise - one of my beta testers is getting the following error on their console window. Can anyone tell me what it means?
Irrlicht Engine version 1.3
Microsoft Windows XP Personal Service Pack 1 (Build 2600)
Using renderer: Direct3D 8.1
NVIDIA GeForce 6200SE TurboCache(TM) nv4_disp.dll 6.14.10.7779
Vertex shader compilation failed:
Vertex shader compilation failed:
Vertex shader compilation failed:
Vertex shader compilation failed:
Vertex shader compilation failed:
Vertex shader compilation failed:
Generated terrain data (129x129) in 0.0380 seconds
And then the rest which is normal. Sometimes it fails to launch the GUI, sometimes it doesn't. Thanks.
The driver wasn't able to compile the vertex shader. The error message string is an empty string, so you don't really get any useful information from the error message. You might try verifying that the driver supports the VS version that you are trying to use before you attempt to load the shader.