Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so: 1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error: Code: "Trying to load PE image for unsupported architecture (AMD-64)" 2. I get 2 more errors, one of them is about bthprops.cpl: Code: err:module:import_dll Loading library bthprops.cpl (which is needed by L"C:\\Dolphhhin\\Dolphin.exe") failed (error c000007b). err:module:LdrInitializeThunk Main exe initialization for L"C:\\Dolphhhin\\Dolphin.exe" failed, status c0000135 Will you please help me? Thanks in advance.
vitamin
2011-Feb-19 18:08 UTC
[Wine] Re: bthprops.cpl Missing + Wrong Architecture Error...
IdoSC wrote:> I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error: > Code: > "Trying to load PE image for unsupported architecture (AMD-64)" > >Then this coming from something else you've installed or trying to run. IdoSC wrote:> 2. I get 2 more errors, one of them is about bthprops.cpl: > Code: > err:module:import_dll Loading library bthprops.cpl (which is needed by L"C:\\Dolphhhin\\Dolphin.exe") failed (error c000007b) > >Have you properly installed your application?
Charles Davis
2011-Feb-19 23:13 UTC
[Wine] bthprops.cpl Missing + Wrong Architecture Error...
On 2/19/11 5:33 AM, IdoSC wrote:> Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so:You may as well use the Linux port. Wine's Direct3D capabilities are those of your underlying OpenGL implementation, because Wine's D3D is implemented on top of OpenGL. If the D3D backend does something that the OpenGL backend doesn't (but could), take it up with the Dolphin guys. Chip