http://bugs.winehq.org/show_bug.cgi?id=4428
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-28-01 09:43 ------- Well, looks like it's just te other way around!:
[root@localhost /]# rm -rf ~/.wine [root@localhost /]# wine /StyleMaster403demo.exe wine: creating configuration directory '/root/.wine'... wine: '/root/.wine' created successfully.
----> It crashes after a while
[root@localhost /]# rm -rf ~/.wine [root@localhost /]# wine wine: creating configuration directory '/root/.wine'... wine: '/root/.wine' created successfully. Wine 0.9.6 Usage: wine PROGRAM [ARGUMENTS...] Run the specified program wine --help Display this help and exit wine --version Output version information and exit [root@localhost /]# touch ~/.wine/drive_c/windows/system32/oleaut32.dll [root@localhost /]# wine /StyleMaster403demo.exe
-----> Installation runs just fine
So it's missing oleaut32.dll in ~/.wine/drive_c/windows/system32. Any idea how to fix this?