-
-
Notifications
You must be signed in to change notification settings - Fork 53
Notification "Not Working"
-
Not every emulator/client is supported for notification [wiki/Compatibility].
-
Make sure that the process
node.exe watchdog
orwatchdog.exe
(old version) is running since it's the one doing all the work.
💡 You don't need to have Achievement Watcher running for notification.
💡 If you are using Growl then it needs to be running as well. -
Your game must be set to
"Window borderless"
for the notification to be rendered on top of it.
You can not "draw" above an exclusive fullscreen application without using a DirectX/Vulkan/OpenGL hook aka overlay.
If the game doesn't have said option you can use something like "Borderless Gaming". -
Make sure your system settings allow notification for fullscreen application and games (Windows 8 / 10).
Most of the time the automatic game and fullscreen rule in focus assistant will be in your way by default !
This is better explained here : [wiki/notification/Toast notification]. -
By default Watchdog checks if the game's binary is running when an achievement is unlocked.
If the binary info is missing then this check is skipped.
The binary comes from an automated generated list and can be wrong (you can report mismatch here).
If this check gives you trouble you can disable it by
settingcheckIfProcessIsRunning
tofalse
in%AppData%\Achievement Watcher\cfg\options.ini
under[notification_advanced]
. -
In doubt check the logs :
%AppData%\Achievement Watcher\logs\notification.log
.
The notification "Now Playing" when you start a game is not an indication that achievement notification is enabled and that all is fine. It just notifies you that the playtime tracking has started.