http://bugs.winehq.org/show_bug.cgi?id=20489
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-29 08:53:39 --- here is where the file is opened 0009:Call KERNEL32.CreateFileA(1e0af8b8 "X:\params.ini",c0000000,00000003,1e0af820,00000004,00000080,00000000) ret=0040ff10 0009:Ret KERNEL32.CreateFileA() retval=ffffffff ret=0040ff10 0009:Call KERNEL32.GetLastError() ret=0040ff1c 0009:Ret KERNEL32.GetLastError() retval=00000005 ret=0040ff1c
CreateFileA("X:\params.ini", GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, OPEN_ALWAYS) fails with ERROR_ACCESS_DENIED.
Try to add +ntdll,+server to +relay to get more details. Please use notepad to simplify debugging, and attach full log, not just some part you think is relevant. If the log is large compress it with 'bzip2 -9'.