http://bugs.winehq.org/show_bug.cgi?id=3290 ------- Additional Comments From ivg2(a)cornell.edu 2005-07-10 21:50 ------- Hi, Downloading d3dx9 from Microsoft requires passing a version check of the OS. I don't have Microsoft Windows installed - even if downloaded successfully, the SDK installer will fail, so I am having trouble obtaining that dll to run the test you suggested. However, I've done some more testing, and discovered that the crash occurs here:
/* Create the hw shader */ /* TODO: change to resource.glObjectHandel or something like that */ GL_EXTCALL(glGenProgramsARB(1, &This->prgId));
in this function: IWineD3DVertexShaderImpl_GenerateProgramArbHW(IWineD3DVertexShader *iface, CONST DWORD* pFunction) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.