http://bugs.winehq.org/show_bug.cgi?id=34343
--- Comment #13 from Mihai Moldovan ionic@ionic.de 2013-08-25 08:07:32 CDT --- (In reply to comment #12)
Reminds me of http://bugs.winehq.org/show_bug.cgi?id=34066#c3
I've seen similar errors with .NET installers. Likewise built with clang. It looped, but I didn't really care to debug it. May be the very same symptom, though, as looping started after clicking a button.
I'm about to install Apple's GCC 4.2, because... Apple removed "pure" GCC as of 10.7 and we're now stuck with llvm-gcc, which doesn't compile wine correctly (crashing on startup.)
Likewise, I have FSF GCCs 4.4 to 4.7 installed on my system, but those won't compile the winemac.drv due to missing ObjC blocks support.
So fetching and installing Apple GCC 4.2 it is, which will likely take some time.
Unrelated to this, I'll also try building wine with clang-3.3 and see if that behaves better.