I also can't launch HHS+ from the play button of this tool.
The error in HHS+'s log file:
Notable is that it attempts to access the directory "C:\WINDOWS\system32\data\ContentFilter" - this directory is actually in "<game directory>\data\ContentFilter".
The same error happens if I attempt to launch the game by searching for the executable in Windows' start menu.
The error does not happen if I create a shortcut for the exe and set that as the exe in F95Checker (
Big Boy Blue: here is a workaround).
If I change the working directory in the shortcut, the same error happens again (although with the stuff before "\data" substituted with the working directory path).
My guess would be that the game searches for its file by this working directory, and launching the game from anywhere else and not setting the working directory causes this error. A quick check in PowerShell seems to confirm this:
Code:
Start-Process -WorkingDirectory C:\HHS\ -FilePath C:\HHS\hhs+.exe #no error
Start-Process -FilePath C:\HHS\hhs+.exe #error
I'm quite certain that I've noticed errors like this before with other (non-porn) games (e.g. Cataclysm: DDA) or tools (I wanna say OBS, but I'm not entirely sure).
Not sure if that is in the scope of this tool, since that seems more like an error the developers of HHS+ should address.
The vast majority of games on this forum use RenPy, WolfRPG, RPGMaker or Unity, so I don't think there will be that many other games affected by this issue. And an easy workaround exists: Just creating a shortcut (even one in the same directory as the exe) and using that in F95Checker works just fine.