Author Topic: Error when jumping to letter on certain "Artists" fields  (Read 1381 times)

MCDoubleDefDP

  • Jr. Member
  • **
  • Posts: 36
MusicBee gives an error whenever I try to use my keyboard or the A-Z jumpbar to skip to navigate the song list.

Steps to reproduce:

1. Add one of the following columns to your song list: (a) Artists: Artist, (b) Artists: Guest, or (c) Artists: Performer. The problem does not occur with (d) Artists: Remixer or (e) Artists: Remixer.

2. Click the column header to sort the list.

3. Type a character or use the A-Z jumpbar.

Code
MusicBee v3.4.7547.34246P  (Win10.0), 23 Sep 2020 21:13:

System.NullReferenceException: Object reference not set to an instance of an object.
   at #=zUmIzz2S9UQzlluDuUxxaQUg=.#=z_jEnkv$XMZZO.#=zr4kSzYc=(String #=z1_yrdgg=, Boolean #=zZDXPGY1nb_U0, DataType #=ztQpTz$M=)
   at #=zUmIzz2S9UQzlluDuUxxaQUg=.#=z_jEnkv$XMZZO.OnKeyPress(KeyPressEventArgs #=z3Adfcek=)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at #=zvCuHYppiSdT1fQkqdO1DF0g=.WndProc(Message& #=zxiI_eHk=)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9303
1. Add one of the following columns to your song list
what exactly do you mean by "song list"? The Now Playing panel? The Library? A playlist?

You should update to the latest patch version and try again.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

MCDoubleDefDP

  • Jr. Member
  • **
  • Posts: 36
1. Add one of the following columns to your song list
what exactly do you mean by "song list"? The Now Playing panel? The Library? A playlist?

You should update to the latest patch version and try again.

By song list, I mean the library or a playlist. Basically, anywhere you can add those column fields. Here is a picture of what I'm referring to:

      

I just downloaded the latest patch from your signature, but the problem persists. Here is a new error:

Code
MusicBee v3.4.7571.32542P  (Win10.0), 23 Sep 2020 22:04:

System.NullReferenceException: Object reference not set to an instance of an object.
   at #=zpEVYL1CS1UFSuQDw9w8$pUQ=.#=zICNSRr$icalh.#=zrN0cI0c=(String #=zZO$dEO4=, Boolean #=zB8NgwyEShVLk, DataType #=zucA9tjw=)
   at #=zpEVYL1CS1UFSuQDw9w8$pUQ=.#=zICNSRr$icalh.OnKeyPress(KeyPressEventArgs #=z0XF9YvE=)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at #=zDUc00eymHcNCQEDyl736wjw=.WndProc(Message& #=zTGPcJPc=)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)