<head><style>body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}</style></head><body>>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 && 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>
On 3/18/11 7:13 PM, Susan Cragin wrote:> An HTML attachment was scrubbed... > URL:<http://www.winehq.org/pipermail/wine-users/attachments/20110318/765995de/attachment.htm> >Susan: This is all we see. Looks like you replied in HTML mode. James McKenzie
Sorry about the html, James. Instructions: http://wiki.winehq.org/Wine64 Thanks. I followed instructions. It seems to be OK to use two git repositories and compile one and then the other, provided you compile 64 first. And I installed both of them. wine64$ ./configure --enable-win64 && make sudo make install wine32$ ./configure --with-wine64=../wine64 sudo make install Then I tried using a single git repository. In both instances, I started installing my program (Dragon NaturallySpeaking) and it did well until it got to installing the C++ runtime, then stopped with an error. fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4 err:seh:setup_exception stack overflow 96 bytes in thread 0015 eip 00007f3fedcaf1b7 esp 00000000001415a0 stack 0x140000-0x141000-0x240000 fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub fixme:ole:NdrClearOutParameters (0xa8cf30,0x7e86be8a,0xa8d278): stub err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be Any ideas, or is this a bug. if it is a bug, should i file?
I inquired about the status of 64-bit Wine a short time ago on this list. It looks like it will be some time before Wine-64 approaches being usable. You are talking about Dragon. Well, I bumped into unimplemented functionality even with much simpler programs: Notepad and Calc. Now go take a guess how much more complex your Dragon is. On 11-03-20 08:20 AM, Susan Cragin wrote:> Sorry about the html, James. > > Instructions: http://wiki.winehq.org/Wine64 > > Thanks. I followed instructions. It seems to be OK to use two git repositories and compile one and then the other, provided you compile 64 first. And I installed both of them. > > wine64$ ./configure --enable-win64&& make > sudo make install > > wine32$ ./configure --with-wine64=../wine64 > sudo make install > > Then I tried using a single git repository. > > In both instances, I started installing my program (Dragon NaturallySpeaking) and it did well until it got to installing the C++ runtime, then stopped with an error. > > fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4 > err:seh:setup_exception stack overflow 96 bytes in thread 0015 eip 00007f3fedcaf1b7 esp 00000000001415a0 stack 0x140000-0x141000-0x240000 > fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub > fixme:ole:NdrClearOutParameters (0xa8dec0,0x7e86be8a,0xa8e208): stub > fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub > fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub > fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub > fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub > fixme:ole:NdrClearOutParameters (0xa8d140,0x7e86be8a,0xa8d488): stub > fixme:ole:NdrClearOutParameters (0xa8cf30,0x7e86be8a,0xa8d278): stub > err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be > err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be > > Any ideas, or is this a bug. if it is a bug, should i file? > > > > > >
Following the instructions from http://www.kernelhardware.org/fedora-11-flash-plugin-x86_64/ and modifying them for Adobe Flash Player "Square" 64-bit Release Flash Player. Here is what I did: Code: su - (my password) # mkdir -p /opt/FlashPlugin # cd /opt/FlashPlugin # wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz # tar xzf flashplayer10_2_p3_64bit_linux_111710.tar.gz # cp libflashplayer.so /usr/lib64/mozilla/plugins/ Then restart FireFox. Hope this helps.