-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Satellite crashes running under Windows 11 #141
Comments
Does this happen when connecting or disconnecting the streamdeck, or randomly? |
We have only seen it occur once to date, without obvious cause, so for the time being 'randomly'. Happy to do some investigative work if you can point in a worthwhile direction. Edit to add: This was not during a stream deck connect / disconnect. |
We have had this occur again overnight, here is the message from the event log, this time on a machine running satellite 1.7.5:
|
Does windows event view say anything more on this issue? perhaps giving an indicate of a dll or executable filename that triggered it? |
My previous comment had the only relevant entry we could find in windows event viewer last time it occurred, which doesn't really add anything beyond the error message dialog box. |
Hi @Julusian, Copying in further application event details from Windows Event Viewer (from 04-09-2024) - 4/09/2024 9:40:29 AM
It is interesting to note that we currently have another application that runs on these PCs that allows us to control and preview our ingest servers that is experiencing a memory leak. Do you think that could possibly be related? These events are typically occurring a little while after reported resource exhaustion events - The above was reported last night, and subsequently Satellite was closed out (with no application error event, oddly enough). |
Thanks, that additional details gives me a bit more direction. Mostly from the I am trying to figure out where the problem could be by looking at the decompiled code at that offset, but this is hard and is a lot of guesswork.. I'm hitting a dead end in this. In both cases it really looks like the address from that report is deep inside system library code, both times it looks like it could be in areas handling utf8. |
Hey mate, Unfortunately it looks like that temp file no longer exists on the machine. Is there anything else I can do to assist? Check the faulting module path file again as soon as it occurs? |
Yeah when it next happens, the same information as provided above and a copy of that I'm not sure what else to do. Maybe I could make a build of satellite which does more logging to try and narrow down where it is happening? Ill have a think about that |
I've added a new library which should produce better logs/errors when encountering a segfault. This is in 1.9.3. |
We have encountered a crash when running Satellite Version 1.8.1 under Windows 11, with a Stream deck XL connected. See attached error message.
Please let me know what other information I can provide to assist. We will check the event log for further clues tomorrow.
The text was updated successfully, but these errors were encountered: