1

Когда я нажимаю гиперссылки в некоторых программах (Adobe Reader, unity3d, FileZilla, shadowsocksR, eve launcher и т.д.), Браузеры не отвечают вообще.

Браузеры (Firefox, Chrome и IE) работают нормально самостоятельно. И какой бы вариант не был выбран по умолчанию, проблема сохраняется.

Некоторые программы успешно обращаются к браузерам: Explorer, Word, QQ (программа для чата), небольшое приложение для защиты глаз.

Если я перезагружаю Windows в безопасном режиме с веб-поддержкой, проблема исчезнет, но она вернется в обычном режиме.

Означает ли это, что различия в полномочиях или API этих софтов делают их способными или неспособными открывать URL в браузерах по умолчанию?

Для большинства софтов, которые не удалось, просто ничего не произошло после щелчка. Но для FileZilla и ShadowsockR я получил несколько сообщений об ошибках:


Сообщения об ошибках FileZilla:
сообщение об ошибке filezilla1

filezilla сообщение об ошибке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.

0