http://bugs.winehq.org/show_bug.cgi?id=33657
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
--- Comment #11 from Vincent Povirk madewokherd@gmail.com 2013-08-21 13:12:13 CDT ---
From a +relay log:
002b:Call msvcrt._waccess_s(001a83c8 L"C:\users\meh\Application Data\GarenaPlus\",00000006) ret=007790fd 002b:Call KERNEL32.GetFileAttributesW(001a83c8 L"C:\users\meh\Application Data\GarenaPlus\") ret=7e6bc837 002b:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=7e6bc837 002b:Ret msvcrt._waccess_s() retval=ffffffff ret=007790fd 002b:Call user32.MessageBoxW(00000000,00bc7cb8 L"Fatal error: folder access denied! Please try to run Garena Plus as administrator once to solve this problem.",00be96a4 L"Garena Plus", 00000000) ret=00779258
It seems to be checking for write access on a folder that doesn't exist yet. I haven't tested whether this behaves the same on Windows, but native msvcr90/msvcrt works around this.