[Webkit-unassigned] [Bug 26038] Webkit will not launch, 'path contains unsupported character'?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 01:07:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26038


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #2 from mrowe at apple.com  2009-05-27 01:07 PDT -------
The only reason this error message is *ever* displayed is if the path to
WebKit.app contains a colon.  In the Finder these paths will appear to have a
"/" character in them, but at the Unix-level it will be displayed as ":".  The
code that takes care of this is:

    if ([frameworkPath rangeOfString:@":"].location != NSNotFound ||
        [pathToEnablerLib rangeOfString:@":"].location != NSNotFound)
        displayErrorAndQuit(@"Unable to launch Safari",
                            @"WebKit is located at a path containing an
unsupported character.  Please move WebKit to a different location and try
again.");


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list