Skip to content

SimHub Troubleshootings

Wotever edited this page Aug 25, 2024 · 18 revisions

If Somehow SimHub won't work anymore or does not start here is a list of instructions which should solve the problem.

SimHub never started or the Arduino setup tool crashes

Random rendering issues in SimHub

This is a known wpf issue caused by apps using mahimicosd.dll (a third party overlay component): https://github.com/dotnet/wpf/issues/707

It comes in many audio software suites :

  • Sonic app (ASUS)
  • Asus Rog Phoebus Sonic studio v1.1.14
  • ....

There might be other softwares using the same technology and breaking wpf, the hardest part is to locate it and uninstall it

Simhub.exe disappears or antivirus detects SimHub

Due to the multiple ways used by simhub in order to read data from the games (UDP/TCP/In memory/Shared memory), some antiviruses can detect simhub as a virus/malware. You can report the false positive to your antivirus vendor (even if most of the time they won't care about it :( ) and white list SimHub

I've moved manually the install directory and/or the installer can't start anymore (previous installation disk missing)

If you have moved your install directory or the disk does not exists anymore you can simply reinstall simhub using the /DIR command line switch over the installer exe specifying the new install location :

SimHubSetup_9.4.4.exe /DIR "d:\MySimHubInstall"

This will proceed like any regular update and replace the install location with the new one.

SimHub won't work anymore

Please follow these guides in the order they are ordered and must be executed in the given order

Light Reinstall

  • Uninstall simhub

  • Go to "C:\Program Files (x86)\SimHub" and delete all the files located into this exact folder (not subfolder)

  • Reinstall SimHub

  • Try to start Simhub

Local User settings reset

You will only lose a few user settings such as "license activation" or "start minimized"

  • Press Windows + R (Run)
  • Enter the following text %localappdata%\

  • Delete the SimHubWpf Folder

  • Try to restart SimHub

Full reset

  • Uninstall simhub
  • Go to "C:\Program Files (x86)\SimHub" and make a copy of all the subfolders (they contains all your display configuration/lap history ...)

  • Delete everything included the subfolders
  • Reinstall SimHub
  • Try to start Simhub

No luck ?

Oh oh ... You tried everything above with no success ? You can open an issue on github https://github.com/zegreatclan/SimHub/issues (for an efficient help, please join log files available in c:\Program Files (x86)\SimHub\logs)

Clone this wiki locally