Forums

Full Version: Game will not start
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot get the game to load here is STDERR

ERROR: You don't have an NVIDIA or ATI/AMD card. This game may not run correctly or at all.
ERROR: OpenGL error "invalid enumerant" during: Cubemap creation
Assertion failed: gl_error == GL_NO_ERROR, file src\opengl_utility.cpp, line 10

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Looks like a driver problem. Please post your stdout.txt.
You might have a look at http://vdrift.net/Forum/viewtopic.php?t=1208
INFO: Starting VDrift: 2009-06-15-full, Version: , O/S: Windows
INFO: Home directory: C:\Documents and Settings\HP_Administrator
INFO: Settings file: C:\Documents and Settings\HP_Administrator\My Documents\My Games\VDrift/VDrift.config (does not exist, will be created)
INFO: Data directory: data
INFO: Log file: C:\Documents and Settings\HP_Administrator\My Documents\My Games\VDrift/log.txt
INFO: The last VDrift startup was unsuccessful.
Settings have been set to failsafe defaults.
Your original VDrift.config file was backed up to VDrift.config.backup
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 800x600x16 16z fullscreen=0
INFO: Video card information:
Vendor: Microsoft Corporation
Renderer: GDI Generic
Version: 1.1.0
Maximum texture size: 1024
Using GLEW 1.4.0
INFO: Your video card doesn't support multitexturing. Disabling shaders.
INFO: Your video card doesn't support cube maps. Disabling shaders.
INFO: Disabling shaders
INFO: Maximum anisotropy: 0
There might be something wrong with your graphics card driver.

Run the GPU Caps Viewer: http://www.geeks3d.com/20091228/gpu-caps...available/
Try to run some of the OpenGL demos like "OpenGL 2.1 - GLSL Point Sprite Particles". Check the OpenGL tab.

If they fail update/reinstall your graphics card driver.
You need to install the latest drivers for your 3D card. OpenGL is reporting this information:
Code:
INFO: Video card information:
Vendor: Microsoft Corporation
Renderer: GDI Generic
Version: 1.1.0

... which is what gets reported when there's not a proper driver for your video card installed (or if your video card doesn't support 3d acceleration or OpenGL). What kind of video card do you have?