[Bug 22211] New: HTML-Kit Tools trial exits silently while displaying its splash screen
http://bugs.winehq.org/show_bug.cgi?id=22211 Summary: HTML-Kit Tools trial exits silently while displaying its splash screen Product: Wine Version: 1.1.41 Platform: x86 URL: http://www.html-kit.com/tools/download/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: RandomAccountName(a)mail.com Created an attachment (id=27104) --> (http://bugs.winehq.org/attachment.cgi?id=27104) Terminal output The trial version of HTML-Kit Tools exits silently shortly after its splash screen becomes visible, before the main program window appears. To reproduce: 1. Run winetricks dotnet20 (prerequisite for the program) 2. Install HTML-Kit Tools trial 3. Run the program either directly from the installer, or manually The splash screen will appear for a moment with the text "starting...", then it disappears and the program exits. Setting a native override for gdiplus gets it past the splash screen (can't say much else for it, though). -- 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=22211 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, | |NoAppDBEntry -- 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=22211 --- Comment #1 from Vincent Povirk <madewokherd(a)gmail.com> 2010-03-30 16:05:32 --- I suspect the problem is fixme:wincodecs:IcoFrameDecode_ReadPixels unsupported bitcount: 0 If you hack IcoFrameDecode_CopyPixels in dlls/windowscodecs/icoformat.c to return S_OK unconditionally, does that get you further? -- 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=22211 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|NoAppDBEntry | --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-03-31 00:36:56 --- NoAppDBEntry is useless, please don't add it. -- 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=22211 --- Comment #3 from A Wine user <RandomAccountName(a)mail.com> 2010-03-31 10:11:14 --- Okay, I won't. (In reply to comment #1)
I suspect the problem is fixme:wincodecs:IcoFrameDecode_ReadPixels unsupported bitcount: 0
If you hack IcoFrameDecode_CopyPixels in dlls/windowscodecs/icoformat.c to return S_OK unconditionally, does that get you further?
C programming isn't my speciality, but I think I got this right. With the hack in place, it still fails at the same spot. The only difference is that it now prints the fixme you quoted 32 times, followed by a few extra fixmes from gdiplus: fixme:gdiplus:GdipImageForceValidation 0x1a4788 fixme:gdiplus:GdipCreateHICONFromBitmap (0x1a4788, 0x33e2a4) -- 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=22211 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2010-04-17 15:52:01 --- Does installing dotnet30 (which include native windowscodecs) change the result? -- 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=22211 --- Comment #5 from A Wine user <RandomAccountName(a)mail.com> 2010-04-18 09:28:26 --- Using dotnet30 doesn't change anything, but it doesn't seem to be installing native windowscodecs? I still have a 2.5KB windowscodecs.dll in system32 afterward... -- 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=22211 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-08 12:06:25 --- Does the patch at http://www.winehq.org/pipermail/wine-patches/2010-May/088188.html help? -- 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=22211 --- Comment #7 from A Wine user <RandomAccountName(a)mail.com> 2010-05-08 12:30:16 --- Hi Vincent, that patch does help. Now it gets past the splash screen before running into any problems with builtin gdiplus. -- 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=22211 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from A Wine user <RandomAccountName(a)mail.com> 2010-05-08 14:13:46 --- It's been committed, so fixed by 2dbc3980efc227d9efafa09442b5c2246c114c49. -- 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=22211 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-21 14:39:44 --- Closing bugs fixed in 1.2-rc1. -- 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=22211 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2dbc3980efc227d9efafa09442b | |5c2246c114c49 -- 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