Author Topic: Two Issues Related to Toolbar Filter Buttons  (Read 851 times)

Clarity

  • Jr. Member
  • **
  • Posts: 34
1) When you click a defined filter button in tabs without selectable files (empty inbox, now playing, ...), an unexpected error pops up:

Code
MusicBee v3.5.8254.28696D  (Win10.0), 7 Aug 2022 17:11:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei #=zMeRZ390QaFPWjZfQUq4mxK4=..ctor(TagCode #=zwQEwpKA=, #=zHw0qXVd84$ISXqxOJeKq_jQ=[] #=z1AqIxGnPX6QS, String[] #=zhmRcIOt71rAgOjtzrw==)
   bei #=zM$c4lcpw5hRbJqoGWrFJ0rHzdMVh.#=z1lezBWKiwrbS.#=zT1RBuQzf5yrM(Boolean #=z6E54_Iw=, TagCode #=zwQEwpKA=, Int32 #=z6gfUWgM=)
   bei #=zM$c4lcpw5hRbJqoGWrFJ0rHzdMVh.#=z1lezBWKiwrbS.#=zcmH_eD7qtxZP(MouseEventArgs #=zoNBKt6c=)
   bei #=zM$c4lcpw5hRbJqoGWrFJ0rHzdMVh.OnMouseClick(MouseEventArgs #=zoNBKt6c=)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei #=zc5jm_VWf7Vz115fbc8T4LrI=.WndProc(Message& #=zzod$iME=)
   bei #=zM$c4lcpw5hRbJqoGWrFJ0rHzdMVh.WndProc(Message& #=zzod$iME=)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

2) After you opened the toolbar filter properly it's not possible to close it via clicking onto the caption bar (inconsistent behaviour):



Thank you.
Last Edit: August 07, 2022, 08:51:44 PM by Clarity

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 35003

Clarity

  • Jr. Member
  • **
  • Posts: 34
Thank you, 2) is fixed now.  :)

Regarding 1): The inbox is fixed, but other tabs (Auto DJ, Now Playing, Music Explorer, Radio, SoundCloud Search, etc.) still display the following error:

Code
MusicBee v3.5.8255.32561D  (Win10.0), 8 Aug 2022 11:15:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei #=zc7djceTUOGpdOadOhmFd$Hw=..ctor(TagCode #=zzn0Oaqw=, #=zGtJIevdfndUyTAHauFAj7jY=[] #=zZ$RI3YQV11wy, String[] #=zDKPi4F4v2LBn08jfDQ==)
   bei #=zwIkN6w3obK9zezXqqhLJFOdRYR87.#=z7$bwk9vdLE$j.#=z6Ai7LaWrGNBF(Boolean #=zIovRO4w=, TagCode #=zzn0Oaqw=, Int32 #=zGqCzhfQ=)
   bei #=zwIkN6w3obK9zezXqqhLJFOdRYR87.#=z7$bwk9vdLE$j.#=zACmaVYT9DmGu(MouseEventArgs #=zrf_7cJY=)
   bei #=zwIkN6w3obK9zezXqqhLJFOdRYR87.OnMouseClick(MouseEventArgs #=zrf_7cJY=)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei #=zKifZ2hiiXUpVXBkcyGfjFW0=.WndProc(Message& #=zniBc8$Q=)
   bei #=zwIkN6w3obK9zezXqqhLJFOdRYR87.WndProc(Message& #=zniBc8$Q=)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Last Edit: August 08, 2022, 10:41:47 AM by Clarity

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 35003