https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Jyrki Pesonen from comment #7)
v2.20 crashes similar.
Good hint! It could be that it crashes only x86-64. IIRC all my setups are 64-bit. Could there be a way to run it on 32-bit while in 64-bit install? (Question is not related to this bug anymore).
I`m quite ignorant on this subject ,but google suggests it should be quite simple: (taken from http://askubuntu.com/questions/136714/how-to-force-wine-into-acting-like-32-...)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
It turns out that to make Wine run in 32-bit-only mode, one needs to:
Remove ~/.wine if it was already created in the 64-bit mode. (WARNING: This removes all stuff you have installed under Wine. Move it aside instead if you want to avoid dataloss.)
Set the WINEARCH environment variable to win32 i.e. export WINEARCH=win32
Then run wine (or winetricks, etc.)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(from http://askubuntu.com/questions/136714/how-to-force-wine-into-acting-like-32-...)