2015-06-29 16:12:36,175 sound-source failed to encode packet:
This one has already been fixed in r9727, and backported in r9752.
This happens when we stop processing sound, as we do when the client is disconnected.
I would like to know why you end up using bencode though, rencode should come first.
WindowsError: exception: access violation writing 0x0B7A5000
My guess is that we aren't allowed to paint to the screen when the screensaver is active - or when the screen is turned off. That's not entirely clear from the timing of the log messages. The crash occurs exactly 5 minutes after the WM_NULL
message, whatever that is. I would love to know what 798 is too.
It would be useful to know if that's a Windows 8+ "feature" or not, by testing with other versions. (also, confirming that this issue is not a regression - I every much doubt that is is, but you never know)
Also useful: does this happen with opengl turned off?
Assuming that we can detect when the screensaver is active (or when the screen is turned off), we can skip present_fbo
which should avoid the crash.