Hello, I am trying to get my day-trading application (schwab street smart pro) to run in wine and seem to have gotten further than most who have tried. I have gotten the program to run, but the networking isn't working. The application isn't able to connect back to its trade server. The faq said to update my /etc/hosts. I did this and it didn't work. I ran wireshark while trying to connect to the server and I saw the DNS request (ipv4) coming from wine. My local dns server responded with the correct ipv4 address, but then I saw another request for the ipv6 address of the same domain. The dns server responded "no such name". I am wondering if there is some way in wine to disable all ipv6 networking. Also, if anyone has further troubleshooting suggestions, they would be much appreciated. Thanks.
also, is it maybe possible that the dns response didn't make it back to the application and this is why it is then looking for a ipv6 address? Thanks again.
Alright, I figured out how to run from this prefix in wine without playonlinux. Here is the output I am getting fixme:sync:CreateMemoryResourceNotification (0) stub err:ole:CoGetContextToken apartment not initialised fixme:shell:URL_ParseUrl failed to parse L"msvcm80" Added 0006009A to map. fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:thread:NtQueryInformationThread info class 16 not supported yet I am going to try disabling ipv6 now.
vitamin wrote:> > swan wrote: > > Only thing I come up with is that 32 bit support in Fedora > > is "undocumented". > > Several solutions: > - Install FC14 32-bit version > - Use any other 64-bit distro with full 32-bit supportTried it with 32 bit Ubuntu with no joy to be found.