https://bugs.winehq.org/show_bug.cgi?id=43767
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- I don`t really know the cause of the crash but before it crashes it says
002e:Call KERNEL32.CreateFileA(01226908 "C:\Program Files\Hardwood Solitaire III\Data\Cache\DownloadMan\DownloadMan.dna",40000000,00000003,0033e8d4,000 00002,00000080,00000000) ret=00364c06 002e:Ret KERNEL32.CreateFileA() retval=0000015c ret=00364c06
and then an almost endless sequence of 002e:Call KERNEL32.SetLastError(000000b7) ret=003413a6 002e:Ret KERNEL32.SetLastError() retval=000000b7 ret=003413a6 002e:Call KERNEL32.GetLastError() ret=00341387 002e:Ret KERNEL32.GetLastError() retval=000000b7 ret=00341387
begins.
0x000000b7 seems to be ERROR_ALREADY_EXISTS
If I do rm -rf ~/.wine/drive_c/Program\ Files/Hardwood\ Solitaire\ III/Data/Cache/DownloadMan/DownloadMan.dna
and then start the game, the crash is gone. Might be useful to find the cause of the crash