https://bugs.winehq.org/show_bug.cgi?id=43767
Bug ID: 43767 Summary: Hardwood Solitaire III : crashes if you choose to order Product: Wine Version: 2.17 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: legluondunet@free.fr Distribution: ---
Created attachment 59269 --> https://bugs.winehq.org/attachment.cgi?id=59269 Hardwood Solitaire III backtrace
Hello, Harwood Solitaire III crashes if you want to order. You can reproduce this bug each time you click on Order. How to reproduce this bug: Download HSIII here: http://www.silvercrk.com/downloads/solitaire_iii/ install it launch it click on "Play full version" or "Buy", the game crashes.
Terminal log and backtrace joined.
https://bugs.winehq.org/show_bug.cgi?id=43767
--- Comment #1 from legluondunet@free.fr legluondunet@free.fr --- Created attachment 59270 --> https://bugs.winehq.org/attachment.cgi?id=59270 Hardwood Solitaire III terminal log
https://bugs.winehq.org/show_bug.cgi?id=43767
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dark.shadow4@web.de Ever confirmed|0 |1
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Confirming. Although it crashed for me on windows once, too, it now works on windows but crashes on wine.
Btw, "5959df60-2911-11d1-b049-0020af30269a" seems to be a red herring, the GUID is not registered on windows either.
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
https://bugs.winehq.org/show_bug.cgi?id=43767
--- Comment #4 from legluondunet@free.fr legluondunet@free.fr --- Follow the Louis comment, I renamed DownloadMan.dna to DownloadMan.dna.bak and the game does not crash when I click on "buy" or "play full version". But you have to erase this file each time before to launch the game to avoid crash.