Game Development Community

Runtime Error: "Bad Adapter Type"

by Azazel Thoth · in Torque Game Engine Advanced · 05/16/2005 (11:34 pm) · 2 replies


#1
05/16/2005 (11:34 pm)
Hmm... Interesting problem. Can you post your console.log file?
#2
05/18/2005 (12:06 pm)
Check your client\prefs.cs and make sure it has:

$pref::Video::displayDevice = "D3D";

and

$pref::Video::allowD3D = 1;

Also, when you installed the Feb update, did you remember to uninstall the previous version of DirectX?