|
If you are using Model Viewer 0.72.7 just delete config.ini and start over again. You also didnt mention what kind of error is displayed during startup.
Now I can only think about two errors:
- "Access Violation..." you can try to set forcemultisample to 1 in config. What it does? Disable hardware antialiasing.
- "Your graphics card do not support..." - it may usually happens on some cheap laptops or notebooks with some weird integrated video chipset.
Viewer require following OpenGL extensions:
GL_ARB_shading_language, ARB_shader_objects, ARB_fragment_shader, ARB_vertex_shader, WGL_ARB_multisample. You can check extensions with OpenGL Extension Viewer.
So to make everything clear Model Viewer's recommended requirements are: GeForce 5500FX or Radeon 9500 (these are really really old).
Thats all. Good luck.
|