johanpm wrote:
Yes, its 64 bit.
This is needs to be reported as a bug report.
I did the copy and then registered the dll. That worked fine.
[johan@johanlaptop ~]$ cd ~
[johan@johanlaptop ~]$ cp -rf ~/.wine/drive_c/windows/system32/scrrun.dll ~
[johan@johanlaptop ~]$ wine regsvr32.exe scrrun.dll
Successfully registered DLL scrrun.dll
[johan@johanlaptop ~]$
Is it possible to run 32 bit wine on 64 bit Fedora?
Sure. Just use yum to remove the 64 bit (i686) version and to install
the 32 bit one (i386). You may need to install additional 32 bit
library files as well. Yum should get them for you.
James McKenzie