You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Steps to reproduce the behaviour: This is very hard, because it only manifests randomly. Fortunatelay we had one user on whose machine it happened during every startup of the Application. Apart from this user, we only had panics which occurred randomly.
Additional context
After some investigation I've found several Go projects, which also run Windows MessageLoops, to have reports of similar AccessViolations during DispatchMessage/GetMessage, e.g. lxn/walk or go-sciter. Many thanks to @zx2c4 who created a PR for lxn/walk#493 which fixed the issue there. It turned out it also fixed our issue for that user.
I'm going to provide a PR for winc which will introduce the same fix as in lxn/walk#493.
The text was updated successfully, but these errors were encountered:
Description
We have seen several reports from users with AccessViolations during
DispatchMessage/GetMessage
inRunMainLoop
To Reproduce
Steps to reproduce the behaviour: This is very hard, because it only manifests randomly. Fortunatelay we had one user on whose machine it happened during every startup of the Application. Apart from this user, we only had panics which occurred randomly.
Additional context
After some investigation I've found several Go projects, which also run Windows MessageLoops, to have reports of similar AccessViolations during
DispatchMessage/GetMessage
, e.g.lxn/walk
orgo-sciter
. Many thanks to @zx2c4 who created a PR for lxn/walk#493 which fixed the issue there. It turned out it also fixed our issue for that user.I'm going to provide a PR for
winc
which will introduce the same fix as in lxn/walk#493.The text was updated successfully, but these errors were encountered: