http://bugs.winehq.org/show_bug.cgi?id=13104
Summary: playsaga.com saga crashes during patching Product: Wine Version: 0.9.61. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: svenwinkle@yahoo.com
Created an attachment (id=12881) --> (http://bugs.winehq.org/attachment.cgi?id=12881) saga patcher crash
In order to run the saga (playsaga.com) patcher, you have to download Microsoft.VC80.CRT and unzip the files into the saga directory. Once you do this, the patcher (SagaPatcher.exe) will start up and run. It makes it through a couple of patches, one of just a few files, then another of 7000 files, then it moves on to a patch of 6000 files or so and crashes at around 2200-2300 files. I have attached the trace from the crash.
http://bugs.winehq.org/show_bug.cgi?id=13104
--- Comment #1 from Jeff svenwinkle@yahoo.com 2008-05-10 10:04:57 --- The message before the debugger kicks in is:
err:wininet:URLCacheContainer_LockIndex Couldn't MapViewOfFile. Error: 8 fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE wine: Unhandled page fault on write access to 0x00000000 at address 0x7e5584cc (thread 0026), starting debugger...
http://bugs.winehq.org/show_bug.cgi?id=13104
--- Comment #2 from Jeff svenwinkle@yahoo.com 2008-05-10 12:22:12 --- During the patching process, the patching app has a window up above that has a picture in it. It seems like the process is hanging when that picture tries to change. I am not positive on this. When the app hangs, that picture goes black. Of course it may just be that the app kills the picture when it dies.
http://bugs.winehq.org/show_bug.cgi?id=13104
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2008-05-10 20:23:10 --- That sure looks like the app ran out of memory. From binding.c:
548 stgmed_buf_t *ret = heap_alloc(sizeof(*ret)); 549 550 ret->lpUnknownVtbl = &StgMedUnkVtbl;
The crash is on line 550, which would imply the allocation on line 548 failed. So I'd guess it's a memory leak that's leading to an out of memory condition. Tough to find those sometimes..
FWIW, I can't reproduce this crash either. When I ran SagaPatcher.exe, it gets to the progress screen and just sits there. No downloads, no activity.
http://bugs.winehq.org/show_bug.cgi?id=13104
--- Comment #4 from Austin English austinenglish@gmail.com 2008-11-12 14:26:13 --- Is this still an issue in current (1.1.8 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13104
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #5 from Austin English austinenglish@gmail.com 2009-05-18 10:58:30 --- Abandoned. If this is still an issue in current (1.1.21 or newer) wine, and you can provide the requested information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=13104
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com 2009-05-18 11:07:18 --- Closing abandoned.