https://bugs.winehq.org/show_bug.cgi?id=12717 --- Comment #32 from Jarkko K <jarkko_korpi(a)hotmail.com> --- I forgot to add Direct3DShaderValidatorCreate9 But wine source code says this 79 /******************************************************************* 80 * Direct3DShaderValidatorCreate9 (D3D9.@) 81 * 82 * No documentation available for this function. 83 * SDK only says it is internal and shouldn't be used. 84 */ 85 void* WINAPI Direct3DShaderValidatorCreate9(void) 86 { 87 static int once; 88 89 if (!once++) FIXME("stub\n"); 90 return NULL; 91 } 92 http://source.winehq.org/git/wine.git/blob/e3383d1739f0a3ff9ebf1975f2cf6418b... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.