http://bugs.winehq.org/show_bug.cgi?id=59379 Olivier F. R. Dierick <o.dierick@piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be --- Comment #1 from Olivier F. R. Dierick <o.dierick@piezo-forte.be> --- (In reply to Lars martin from comment #0)
013c:err:module:import_dll Library d3d8.dll (which is needed by L"C:\\Program Files (x86)\\Prelusion Games\\FireStarter\\fsKernel.dll") not found
Hello, Wine provides a builtin d3d8 so it's suspicious that it can't find it. Run the 'winecfg' command and check on the 'Libraries' tab that 'd3d8' is not set to 'native only' in the list. It should be absent from the list, or 'native, builtin' or 'builtin only'. Note that if you use the same prefix for multiple apps and one of them require native d3d8, changing the global setting for 'd3d8' may break that other application. To set different library settings for different applications, you have to add the application executables to the 'Application' tab list in winecfg and select that application in the list before switching to the 'Libraries' tab. To change the global settings, select 'Default parameters' on the 'Application' tab. Regards. -- 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.