Martchus

Results 569 comments of Martchus

So it works *with* Boost.Process? That's good news. I only hope that my cross-compiled builds using static libraries will work as well.

https://martchus.dyn.f3l.de/repo/arch/ownstuff-experimental/os/x86_64/mingw-w64-clang-aarch64-syncthingtray-qt6-1.7.0-1-any.pkg.tar.zst

Probably my builds are done with more security hardening flags than your builds so a problem with the code leads to this hard crash. I have no idea what the...

You could try; I'm not sure whether it'll make a difference when just compiling Syncthing Tray itself with different flags. Maybe the compilation of Qt, other dependencies and mingw-w64 itself...

It looks like the use of `--enable-cfguard` when compiling mingw-w64-crt is at least also present in MSYS2 (https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-crt-git/PKGBUILD#L51). (This page contains more information about possibly relevant flags: https://gist.github.com/alvinhochun/a65e4177e2b34d551d7ecb02b55a4b0a)

Maybe `PowerpResumeSuspendCallback` is trying to call some callback provided by application code but the address of the provided callback is wrong. However, none of my code is using these WinAPIs...

I suppose the relevant WinAPI function where one would pass the callback is PowerRegisterSuspendResumeNotification (https://learn.microsoft.com/en-us/windows/win32/api/powerbase/nf-powerbase-powerregistersuspendresumenotification). I'm just wondering where this function is called. I've already checked Qt, relevant Boost libraries...

Are you using the Plasmoid or the Qt Widgets based version? A screenshot would help as well. It would generally be helpful to not completely dismiss the issue template -...

Ok - so you could even reproduce the issue again and recreate screenshots. I've just tested the behavior of Syncthing Tray on notifications. There are definitely some limitations that I...

> Also sorry, I'm colorblind and have trouble with green/yellow lol. No problem; I've just felt compelled to correct this. Note that you could configure more distinctive colors in the...