https://bugs.kde.org/show_bug.cgi?id=409123
--- Comment #3 from Daniel ---
Ok. Bug #409124 is resolved, let's go!
For some reason it did not work the first time, but worked the second time I
executed `SnoreToast.exe -t Hello -m World`, here is the log:
First:
```
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl LinkHelper::installShortcut(const class
std::filesystem::path &,const class std::filesystem::path &,const class
std::basic_string,class
std::allocator > &,const class std::basic_string,class std::allocator > &)
Installing shortcut:
"C:\\Users\\dee\\AppData\\Roaming\\Microsoft\\Windows\\Start
Menu\\Programs\\SnoreToast\\0.5.99\\SnoreToast.lnk" "C:\\Program
Files\\SnoreToast\\bin\\SnoreToast.exe" Snore.DesktopToasts.0.5.99
{383803B6-AFDA-4220-BFC3-0DBF810106BF}
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl LinkHelper::installShortcut(const class
std::filesystem::path &,const class std::filesystem::path &,const class
std::basic_string,class
std::allocator > &,const class std::basic_string,class std::allocator > &)
SOFTWARE\Classes\CLSID\{383803B6-AFDA-4220-BFC3-0DBF810106BF}\LocalServer32
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl LinkHelper::installShortcut(const class
std::filesystem::path &,const class std::filesystem::path &,const class
std::basic_string,class
std::allocator > &,const class std::basic_string,class std::allocator > &)
943195062
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
void __cdecl SnoreToasts::printXML(void)
HelloWorld
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
bool __cdecl Utils::checkResult(const char *,const long,const char
*,const long &)
C:\_\3878ba29\snoretoast\src\snoretoasts.cpp long __cdecl
SnoreToasts::createToast(void) :
Error: -2147023728 Element not found.
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl SnoreToasts::createToast(void)
Failed to retreive NotificationSettings ensure your appId is
registered
```
Second:
```
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl LinkHelper::tryCreateShortcut(const class
std::filesystem::path &,const class std::filesystem::path &,const class
std::basic_string,class
std::allocator > &,const class std::basic_string,class std::allocator > &)
Path:
"C:\\Users\\dee\\AppData\\Roaming\\Microsoft\\Windows\\Start
Menu\\Programs\\SnoreToast\\0.5.99\\SnoreToast.lnk" already exists, skip
creation of shortcut
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
void __cdecl SnoreToasts::printXML(void)
HelloWorld
"C:\\Program Files\\SnoreToast\\bin\\SnoreToast.exe" v 0.5.99
long __cdecl ToastEventHandler::Invoke(struct
ABI::Windows::UI::Notifications::IToastNotification *,struct
ABI::Windows::UI::Notifications::IToastDismissedEventArgs *)
The toast has timed out
```
--
You are receiving this mail because:
You are watching all bug changes.