[Bug 35827] New: Corel PaintShop Pro X6 v16.2 installer crashes on startup ('text/jscript' type not recognized when converting to script GUID)
https://bugs.winehq.org/show_bug.cgi?id=35827 Bug ID: 35827 Summary: Corel PaintShop Pro X6 v16.2 installer crashes on startup ('text/jscript' type not recognized when converting to script GUID) Product: Wine Version: 1.7.14 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs(a)winehq.org Reporter: focht(a)gmx.net Hello folks, as the summary says ... Might not be the real reason for the crash but still should be fixed anyway (the comment in the source indicates it). --- snip --- ... fixme:mshtml:get_guid_from_type Unknown type L"text/jscript" ... --- snip --- Source: http://source.winehq.org/git/wine.git/blob/5cdb4a273eefaa3c77e41e2875d7a759e... --- snip --- 815 static BOOL get_guid_from_type(LPCWSTR type, GUID *guid) 816 { 817 const WCHAR text_javascriptW[] = 818 {'t','e','x','t','/','j','a','v','a','s','c','r','i','p','t',0}; 819 const WCHAR text_vbscriptW[] = 820 {'t','e','x','t','/','v','b','s','c','r','i','p','t',0}; 821 822 /* FIXME: Handle more types */ 823 if(!strcmpiW(type, text_javascriptW)) { 824 *guid = CLSID_JScript; 825 }else if(!strcmpiW(type, text_vbscriptW)) { 826 *guid = CLSID_VBScript; 827 }else { 828 FIXME("Unknown type %s\n", debugstr_w(type)); 829 return FALSE; 830 } 831 832 return TRUE; 833 } --- snip --- $ wine --version wine-1.7.14-185-g5cf20ce Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35827 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35827 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> --- Created attachment 47857 --> https://bugs.winehq.org/attachment.cgi?id=47857 patch patch to fix this, sent to wine-patches(a)winehq.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35827 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |66c1a099aad23550445b96d7a05 | |403b349c9fbca Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/66c1a099aad23550445b96d7a05... Thanks Vijay (the installer still crashes but these are other bugs) Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35827 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.16. -- 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