home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Custom Data Grabber including Sky UK Channel/EPG Grabber
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mm1352000" data-source="post: 1042200" data-attributes="member: 82144"><p>Looks maybe like a threading issue.</p><p>PS is listening for events. It sees the WM_POWERBROADCAST (PBT_POWERSETTINGCHANGE) and starts a thread to stop playback and clean up the graph ("PS: Player is playing, kick off stop player thread"). Then it receives another of the same events while the other thread is still running. It starts another thread which throws the exception because the first thread has already [partially] done the job. That is my best guess... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="mm1352000, post: 1042200, member: 82144"] Looks maybe like a threading issue. PS is listening for events. It sees the WM_POWERBROADCAST (PBT_POWERSETTINGCHANGE) and starts a thread to stop playback and clean up the graph ("PS: Player is playing, kick off stop player thread"). Then it receives another of the same events while the other thread is still running. It starts another thread which throws the exception because the first thread has already [partially] done the job. That is my best guess... :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Custom Data Grabber including Sky UK Channel/EPG Grabber
Contact us
RSS
Top
Bottom