xsoverlay-notifier icon indicating copy to clipboard operation
xsoverlay-notifier copied to clipboard

Notifications being handled but not converted to XSOverlay message

Open asasf21124awfa2r2134 opened this issue 2 years ago • 4 comments

i installed xsoverlay notifier using the powershell script in readme and ran the .exe alongside xsoverlay and vrc.

when testing the notifications it seems to detect that a windows notification has popped up but cant send it to xsoverlay.

error message as follows:

INFO  xsoverlay_notifier > checking if config file exists...
DEBUG twelf              > configuration:
DEBUG twelf              > host="localhost"
DEBUG twelf              > port=42069
DEBUG twelf              > polling_rate=250
DEBUG twelf              > timeout=2
DEBUG twelf              > notification_strategy="polling"
INFO  xsoverlay_notifier::notif_handling > Requesting notification access
INFO  xsoverlay_notifier::notif_handling > Notification access granted
INFO  xsoverlay_notifier::notif_handling > handling new notification
Failed to convert notification to XSOverlay message: Not implemented (0x80004001)

asasf21124awfa2r2134 avatar Jul 17 '23 21:07 asasf21124awfa2r2134

by the way if it makes any difference im using the XSOverlay beta and SteamVR beta

asasf21124awfa2r2134 avatar Jul 17 '23 21:07 asasf21124awfa2r2134

really strange.. what version of windows? are you on insiders by any chance?

bluskript avatar Jul 17 '23 22:07 bluskript

thanks for your reply. no not on insiders.

Edition Windows 10 Pro Version 22H2 Installed on ‎2023/‎05/‎01 OS build 19045.3086 Experience Windows Feature Experience Pack 1000.19041.1000.0

ill keep troubleshooting and see if i come up with a solution

asasf21124awfa2r2134 avatar Jul 18 '23 08:07 asasf21124awfa2r2134

I am having the same issue on windows 11 23H2

INFO xsoverlay_notifier > checking if config file exists... DEBUG twelf > configuration: DEBUG twelf > notification_strategy="polling" DEBUG twelf > timeout=2 DEBUG twelf > port=42069 DEBUG twelf > polling_rate=250 DEBUG twelf > host="localhost" INFO xsoverlay_notifier::notif_handling > Requesting notification access INFO xsoverlay_notifier::notif_handling > Notification access granted INFO xsoverlay_notifier::notif_handling > handling new notification Failed to convert notification to XSOverlay message: Not implemented (0x80004001)

I am using a psvr 2 adapter with "Achievement Watchdog" on Github. Please update instructions to get it installed properly with the certificate being expired. Maybe I did not install it correctly.

What I did:

Set-ExecutionPolicy unrestricted I then set my clock back to 2023 ./install.ps1 I then set my clock back to 2025 Set-executionpolicy default

What about

Add-AppPackage .\XSOverlayNotifier.msix -AllowUnsigned

for Windows 11 users only?

Update: your releases section has the old install.ps1 with the cert.

Buzbee avatar Apr 07 '25 02:04 Buzbee