- Thread starter
- #11
2 problems afaik.
1) audio device lost/re-found. Ive seen MP even crash because of this.
It should be fixable. A simple way of testing this would be to disable the HDMI audio device in control panels=>sounds.
it should cause the same symptoms.
2) multiple resolution changes
According to our internal private thread our dev 'SilentException' verified that none of the attached event listeners receive any notifications about resolution changes.
So it seems they are hard to act upon
Also each of the resolution events are very costly - and you have 2 of these, 1 for the initial 1024x768 res. and another one for the HDTV res.
try and hit alt-enter and measure the time it takes for MP to change to windowed mode and back.
so even if we get this thing working it's likely to perform in an optimal way.
/gibman
1) audio device lost/re-found. Ive seen MP even crash because of this.
It should be fixable. A simple way of testing this would be to disable the HDMI audio device in control panels=>sounds.
it should cause the same symptoms.
2) multiple resolution changes
According to our internal private thread our dev 'SilentException' verified that none of the attached event listeners receive any notifications about resolution changes.
So it seems they are hard to act upon
Also each of the resolution events are very costly - and you have 2 of these, 1 for the initial 1024x768 res. and another one for the HDTV res.
try and hit alt-enter and measure the time it takes for MP to change to windowed mode and back.
so even if we get this thing working it's likely to perform in an optimal way.
/gibman