官方版

Fiddler crashes on startup complaining about the Tahoma font

  1. Sorry, you may have found a bug...
  2. Fiddler has encountered an unexpected problem.
  3. Font 'Tahoma' does not support style 'Regular'.
  4. Source: System.Drawing
  5. at System.Drawing.Font.CreateNativeFont()
  6. This can happen if you have the Microsoft Word 97 viewer installed. That tool sets the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts\Tahoma (TrueType) to tahoma.FOT.
  7. To fix the issue, change the following registry key from:
  8. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  9. "Tahoma (TrueType)"="tahoma.FOT"

to

  1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  2. "Tahoma (TrueType)"="TAHOMA.TTF"

If that does not help, you may be missing the Tahoma font on your computer (it should be in c:\windows\fonts), or the .NET Framework installation is corrupt. If you see the Font file, then try reinstalling the .NET Framework and all updates from WindowsUpdate.

谷歌翻译版

Fiddler在启动时崩溃,报告Tahoma字体异常:

  1. Sorry, you may have found a bug...
  2. Fiddler has encountered an unexpected problem.
  3. Font 'Tahoma' does not support style 'Regular'.
  4. Source: System.Drawing
  5. at System.Drawing.Font.CreateNativeFont()
  6. This can happen if you have the Microsoft Word 97 viewer installed. That tool sets the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts\Tahoma (TrueType) to tahoma.FOT.
  7. To fix the issue, change the following registry key from:
  8. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  9. "Tahoma (TrueType)"="tahoma.FOT"

to

  1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  2. "Tahoma (TrueType)"="TAHOMA.TTF"

如果那没有帮助,则您可能缺少计算机上的Tahoma字体(应该在c:\ windows\ fonts中),或者.NET Framework安装损坏. 如果看到字体文件,请尝试重新安装.NET Framework和WindowsUpdate中的所有更新。