http://bugs.winehq.org/show_bug.cgi?id=28266
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com 2011-09-04 02:07:20 CDT ---
I suppose you compiled Wine with the default optimization flags (e.g. -O2), right? I can reproduce the crash in the application here on Fedora 15 when using -O2. The application starts correctly when -O0 is used.
I compiled using following statement. FLAGS="-g -gdwarf-2 -O0" ./configure --disable-tests && make -j3
If you think it's unimportant compilation issue, you can close this bug.