https://bugs.winehq.org/show_bug.cgi?id=51086 --- Comment #5 from Giacomo Orlandi <gia_(a)inwind.it> --- Update: I just found out that I can start notepad.exe on a 32 bit prefix by specifying the full path. So this works: rm -rf ~/.wine && WINEARCH=win32 /opt/wine-devel/bin/wine ~/.wine/drive_c/windows/notepad.exe And this fails: rm -rf ~/.wine && WINEARCH=win32 /opt/wine-devel/bin/wine notepad.exe ... wine: failed to load start.exe: c0000135 I haven't found a way to run winecfg successfully on a win32 prefix, on vanilla Wine: rm -rf ~/.wine && WINEARCH=win32 /opt/wine-devel/bin/winecfg ... wine: failed to load start.exe: c0000135 Would it help if I run a regression test? (I've never tried) Or do the Wine developers already fully understand this issue, and they just need to find the time to fix it? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.