http://bugs.winehq.org/show_bug.cgi?id=9895
--- Comment #4 from edward savage epssyis@gmail.com 2008-03-12 00:27:27 --- Just a note on behavior. This application is trying to load the address http://en-US.albn.altools.com/InstallExposure/AltoolsInstallerComplete.aspx?... which is a picture. I assume it is so they can keep track of how many installs people have done.
Assuming you don't care that you are breaking your wine rather noticeably you can bypass this crash by changing This->url == NULL to just NULL in the function navigate_url in the file navigate.c under the shdocvw folder before compiling wine.