http://bugs.winehq.org/show_bug.cgi?id=7319
------- Additional Comments From frommetoyou@comxnet.dk 2007-04-02 13:26 ------- The access violation on the install program for Worship Assistant (WA) was caused by SELinux was enabled (Enforcing). Below commands must be executed on the install program and the WA program after installation.
chcon -t textrel_shlib_t wa441.exe chcon -t textrel_shlib_t WA.exe
This is only needed if wine is installed from source's (make install). This was not a problem with the rpm's from fedora extra with version 0.9.29. I do not know why.