브라우저가 외부 링크에 응답하지 않습니다

브라우저가 외부 링크에 응답하지 않습니다

일부 소프트(Adobe Reader, unity3d, FileZilla, ShadowsocksR, eve 실행기 등)에서 하이퍼링크를 클릭하면 브라우저가 전혀 응답하지 않습니다.

브라우저(Firefox, Chrome, IE)는 자체적으로 정상적으로 작동합니다. 그리고 기본값으로 선택된 것이 무엇이든 문제는 유지됩니다.

일부 소프트는 브라우저에서 성공적으로 호출됩니다: Explorer, Word, QQ(채팅 소프트), 눈을 보호하는 작은 응용 프로그램.

웹 지원을 사용하여 안전 모드에서 Windows를 재부팅하면 문제가 사라졌지만 다시 일반 모드로 돌아옵니다.

이는 이러한 소프트의 권한이나 API의 차이로 인해 기본 브라우저에서 URL을 열 수 있거나 열 수 없다는 의미입니까?

실패한 대부분의 소프트의 경우 클릭 후 아무 일도 일어나지 않았습니다. 그러나 FileZilla 및 ShadowsockR의 경우 몇 가지 오류 메시지가 표시됩니다.


FileZilla 오류 메시지:
파일질라 오류 메시지 1

파일질라 오류 메시지2

FileZilla2에 대한 로그(두 번째 오류 메시지와 동일):

20:40:04: Failed to open URL "https://offers.filezilla-project.org/redirect.php?c=seed4me&s=u" in default browser. (error -2147221003: 找不到应用程序)
20:40:04: Could not launch the default browser with url 'https://offers.filezilla-project.org/redirect.php?c=seed4me&s=u' !
20:41:41: Failed to open URL "https://filezilla-project.org/" in default browser. (error -2147221003: 找不到应用程序)
20:41:41: Could not launch the default browser with url 'https://filezilla-project.org/' !
20:41:52: Failed to open URL "https://filezilla-project.org/sponsored_updates.php" in default browser. (error -2147221003: 找不到应用程序)
20:41:52: Could not launch the default browser with url 'https://filezilla-project.org/sponsored_updates.php' !

ShadowsocksR 오류 로그:
ShadowsocksR 오류 로그:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): 找不到应用程序
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Shadowsocks.View.MenuViewController.AboutItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItem.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
ShadowsocksR
    Assembly Version: 4.7.0.0
    Win32 Version: 4.7.0.0
    CodeBase: file:///C:/Users/Jules%20Liu/Downloads/ShadowsocksR-4.7.0-win/ShadowsocksR-dotnet4.0.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

관련 정보