getmusicbee.com

Support => Bug Reports => Topic started by: MCDoubleDefDP on September 24, 2020, 02:15:51 AM

Title: Error when jumping to letter on certain "Artists" fields
Post by: MCDoubleDefDP on September 24, 2020, 02:15:51 AM
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)
Title: Re: Error when jumping to letter on certain "Artists" fields
Post by: phred on September 24, 2020, 02:50:49 AM
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.
Title: Re: Error when jumping to letter on certain "Artists" fields
Post by: MCDoubleDefDP on September 24, 2020, 03:05:52 AM
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:

      (https://i.imgur.com/gVNzS2m.png)

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)
Title: Re: Error when jumping to letter on certain "Artists" fields
Post by: Steven on September 24, 2020, 09:16:27 AM
This should fix the issue:
https://getmusicbee.com/patches/MusicBee34_Patched.zip
Title: Re: Error when jumping to letter on certain "Artists" fields
Post by: MCDoubleDefDP on September 24, 2020, 12:26:12 PM
It works now. Thanks Steven!