Skip to content
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

Different thread error when loading music. #219

Closed
thecodrr opened this issue Nov 26, 2017 · 0 comments
Closed

Different thread error when loading music. #219

thecodrr opened this issue Nov 26, 2017 · 0 comments
Milestone

Comments

@thecodrr
Copy link
Owner

https://sentry.io/abdullah-atta/breadplayer/issues/409142211/

This is related to the ObservableCollection used in initializing the Equalizer. Should convert it to TSOC.

Message: An error occured while loading music. Action {action} 

Exception:System.Exception: The application called an interface that was marshalled for a different thread. (Excep_FromHResult 0x8001010E)
   at SharedLibrary!<BaseAddress>+0x3f7d77
   at SharedLibrary!<BaseAddress>+0x568071
   at SharedLibrary!<BaseAddress>+0x3ca755
   at SharedLibrary!<BaseAddress>+0x3ca68f
   at SharedLibrary!<BaseAddress>+0x3d77dd
   at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, Collections.Specialized.NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection<System.Object>.OnCollectionChanged(Collections.Specialized.NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection<System.Object>.InsertItem(Int32 index, Object item)
   at BreadPlayer.Core.Engines.BASSEngine.BassEqualizer.Init(Boolean setToDefaultValues)
   at BreadPlayer.Core.Engines.BASSEngine.BassEqualizer.ReInit(Int32 coreHandle)
   at BreadPlayer!<BaseAddress>+0x1f6413f
@thecodrr thecodrr added this to the 2.7.8 milestone Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant