<head><style>body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}</style></head><body>&gt;Have you also compiled 32 bit Wine? My impression is that you need both to have a functioning system. http://wiki.winehq.org/Wine64<br><br>Thanks. I followed instructions. It seems to be OK to use two git repositories and compile one and then the other, provided you compile <span style="font-family: monospace;">64 first. And I installed both of them.<br><br></span>wine64$ ./configure --enable-win64 &amp;&amp; make<br>sudo make install<br><br>wine32$ ./configure --with-wine64=../wine64<br>sudo make install<br><br>i started installing my program (Dragon NaturallySpeaking) and it did well until it got to installing the C++ runtime, then stopped with an error. <br><br>fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4<br>err:seh:setup_exception stack overflow 96 bytes in thread 0015 eip 00007f3fedcaf1b7 esp 00000000001415a0 stack 0x140000-0x141000-0x240000<br>fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub<br>fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub<br>fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub<br>fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub<br>fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub<br>fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub<br>fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub<br>fixme:ole:NdrClearOutParameters (0xa8cf30,0x7e86be8a,0xa8d278): stub<br>err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be<br>err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be<br><br>Any ideas, or is this a bug. if it is a bug, should i file?<br><br><br></body><pre>

</pre>