[Bug 12977] New: Kid Pix Deluxe 4 Home Edition crashes if you click on Backgrounds
http://bugs.winehq.org/show_bug.cgi?id=12977 Summary: Kid Pix Deluxe 4 Home Edition crashes if you click on Backgrounds Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Kid Pix 4 installer hangs at end; ignore that, it's installed ok enough. Clicking on the trees ("background") button crashes the app after a sec. Looks like it's after it looks up the address of _CallComponentFunctionWithStorage: 0009:Call KERNEL32.GetProcAddress(00000000,00589b90 "_CallComponentFunctionWithStorage") ret=00529c44 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00529c44 trace:seh:raise_exception code=c0000005 flags=0 addr=0x465293 trace:seh:raise_exception info[0]=00000001 trace:seh:raise_exception info[1]=0000002c trace:seh:raise_exception eax=00000000 ebx=0015f7d1 ecx=0000156c edx=0032f540 esi=0032f540 edi=ffffffce trace:seh:raise_exception ebp=0015f7d1 esp=0032f4e0 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00210246 (+relay,+seh log shows that in normal operation, there's always an exception after GdiFlush, so ignore that.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-05 03:37:35 --- (In reply to comment #0)
0009:Call KERNEL32.GetProcAddress(00000000,00589b90 "_CallComponentFunctionWithStorage") ret=00529c44 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00529c44
Is there a failing LoadLibrary or GetModuleHandle call right before that? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-05-05 09:16:44 --- Created an attachment (id=12739) --> (http://bugs.winehq.org/attachment.cgi?id=12739) +relay,+seh log of crash Nope. (Sorry, forgot to attach the log before.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-05 10:43:15 --- The app does LoadLibrary("c:\windows\system32\QuickTime.qts") which fails with error ERROR_MOD_NOT_FOUND (failed dependency?). QuickTime.qts from my XP system32 does export _CallComponentFunctionWithStorage Did the application install QuickTime? If yes, perhaps +module log could shed some light why LoadLibrary("QuickTime.qts") fails. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-11-03 16:33:28 --- Is this still an issue in current (1.1.7 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-01-19 15:15:43 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #6 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-06 23:19:01 --- Abandoned? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2010-08-06 23:25:49 --- I'll give it a shot soon if I can. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2010-08-07 02:22:45 --- No longer hangs on install or crashes when clicking on background, marking fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2010-08-07 02:31:16 --- Really marking fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12977 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:38:21 --- Closing bugs fixed in 1.3.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org