Hi, the ogre demos from http://prdownloads.sourceforge.net/ogre/OgreDemos_1.2.0.msi?download
are nice for testing wine's directx as you can run the samples in opengl and directx mode. The Newest samples fail however with an error that the application has made an attempt to load the C runtime library incorrectly. I then applied this patch:
http://bugs.winehq.org/attachment.cgi?id=2500&action=view from Mike Mccormack, but it still failed. A trace showed this:
0009:Call kernel32.FindFirstFileW(7fc9bb14 L"C:\\Program Files\\OgreDemo\\Microsoft.VC80.CRT.manifest",7fc977ac) ret=78133da7
After a simple 'touch Microsoft.VC80.CRT.manifest' the demo's start just fine.
Two simple questions:
1. Is there a reason that this patch has never been sent in? It also fixes another application with same problem. If not, could it be sent in.
2. Does wine need to provide this Microsoft.VC80.CRT.manifest file (as far as i understand this
is an xml file) or should this file be provided by the application, and is this just Ogre's fault.
thanks