http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #211 from Carsten Juttner carjay@gmx.net 2012-03-20 18:10:41 CDT --- (In reply to comment #210)
Created attachment 39477 [details] failing debug on OSX
All patches from Xolotl Loki breaks wine on OSX with following error:
/opt/local/bin/wine: line 5: 85970 Bus error: 10 DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:/usr/lib" "/opt/local/libexec/wine/wine" "$@"
if the wine is run with WINEDEBUG="-all" then wine will start correctly.
Proof of concept from Carsten Juttner work ok though.
Attached more complete debug log when run WINEDEBUG="+all" winecfg
can somebody look what is causing problem ?
If it only works with debugging messages turned off I'd suspect one of the added FIXME messages.
An easy test would be to comment out all FIXME-lines from the patch and see if it works now. Then try to add them back one by one (actually only the FIXMEs that contain format specifiers like "%s" have a high probability to cause a Bus Error so one should try to add these back first).