Jump to content

Duplicate + arregement analyzer bug (thread exception)


Dekolisat

Recommended Posts

Hi !

 

I've an issue with CFSM w.5.8.1. Indeed, it works for Songmanager but when i going to  arrangement analyzer and duplicate, it says :

 

[2020/08/06 18:56:01]: Saved File: dgvSongsMaster.xml
[2020/08/06 18:56:01]: Song Manager GUI Deactivated ...
[2020/08/06 18:56:01]: Populating Renamer GUI ...
[2020/08/06 18:56:01]: Loaded renamer_properties.json template ...
[2020/08/06 18:56:06]: Populating SetlistManager GUI ...
[2020/08/06 18:56:06]: Loaded File: appSettings.xml
[2020/08/06 18:56:06]: Saved File: dgvSetlistMaster.xml
[2020/08/06 18:56:06]: <ERROR> Application.ThreadException
Source: CustomsForgeSongManager
Target: System.String get_ArtistTitleAlbum()
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à CustomsForgeSongManager.DataObjects.SongData.get_ArtistTitleAlbum()
   à CustomsForgeSongManager.UControls.SetlistManager.<>c__DisplayClass13.<LoadSetlistSongs>b__f(SongData sng)
   à System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   à System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   à System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   à CustomsForgeSongManager.UControls.SetlistManager.LoadSetlistSongs(String setlistName, String search)
   à CustomsForgeSongManager.UControls.SetlistManager.LoadSetLists()
   à CustomsForgeSongManager.UControls.SetlistManager.PopulateSetlistManager()
   à CustomsForgeSongManager.UControls.SetlistManager..ctor()
   à CustomsForgeSongManager.DataObjects.Globals.get_SetlistManager()
   à CustomsForgeSongManager.Forms.frmMain.tcMain_SelectedIndexChanged(Object sender, EventArgs e)
   à System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.TabControl.WmSelChange()
   à System.Windows.Forms.TabControl.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam).
 
 
I had an old issue with song manager before i fixed it by delete the CFMS file in document but now .. i can't resolve this issue. I've test the version of my p.psarc dlc which come from Custom forge but .. yeah nothing ...
 
If you can help me i'll be happy :).
 
Alexis.
  • Like 2
Link to comment
Share on other sites

  • 2 years later...
  • 2 weeks later...
  • 8 months later...

Same result for me on Duplicate Scan

Log started
[2024/03/29 15:22:37]: Saved File: dgvSongsMaster.xml
[2024/03/29 15:22:37]: Song Manager GUI Deactivated ...
[2024/03/29 15:22:37]: Duplicates scan includes any custom inlays ...
[2024/03/29 15:22:37]: Raw songs count: 2938
[2024/03/29 15:22:38]: Finished parsing took: 00:00:00.3889085
[2024/03/29 15:22:38]: Populating Duplicates GUI ...
[2024/03/29 15:22:38]: Showing songs and inlays with either duplicate DLCKey or duplicate ArtistTitleAlbum (case insensitive) ...
[2024/03/29 15:22:38]: <ERROR> Application.ThreadException
Source: CustomsForgeSongManager
Target: System.String get_ArtistTitleAlbum()
System.NullReferenceException: Object reference not set to an instance of an object.
   at CustomsForgeSongManager.DataObjects.SongData.get_ArtistTitleAlbum()
   at CustomsForgeSongManager.UControls.Duplicates.<>c.<PopulateDuplicates>b__16_15(SongData x)
   at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   at System.Linq.GroupedEnumerable`3.GetEnumerator()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
   at System.Linq.Enumerable.<UnionIterator>d__67`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at CustomsForgeSongManager.UControls.Duplicates.PopulateDuplicates(Boolean findDupPIDs)
   at CustomsForgeSongManager.UControls.Duplicates.UpdateToolStrip()
   at CustomsForgeSongManager.Forms.frmMain.tcMain_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   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)

 

Link to comment
Share on other sites

  • 2 weeks later...

Same issue here. Tried deleting the CFSM folder from My Documents and all that did was cause the app to rescan everything. Sometimes if I click "Duplicate Type" and select "Persistent ID Duplicates", it will populate. I get the same error on the Setlist Manager... I have a feeling this has been allowing my CDLC folder to populate with multiple same songs that just get renamed with "V1_1" etc...

 

[2024/04/10 19:38:59]: Duplicates scan includes any custom inlays ...
[2024/04/10 19:38:59]: Raw songs count: 6854
[2024/04/10 19:39:03]: Finished parsing took: 00:00:01.7912610
[2024/04/10 19:39:03]: Populating Duplicates GUI ...
[2024/04/10 19:39:03]: Showing songs and inlays with either duplicate DLCKey or duplicate ArtistTitleAlbum (case insensitive) ...
[2024/04/10 19:39:03]: <ERROR> Application.ThreadException
Source: CustomsForgeSongManager
Target: System.String get_ArtistTitleAlbum()
System.NullReferenceException: Object reference not set to an instance of an object.
   at CustomsForgeSongManager.DataObjects.SongData.get_ArtistTitleAlbum()
   at CustomsForgeSongManager.UControls.Duplicates.<>c.<PopulateDuplicates>b__16_15(SongData x)
   at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   at System.Linq.GroupedEnumerable`3.GetEnumerator()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
   at System.Linq.Enumerable.<UnionIterator>d__67`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at CustomsForgeSongManager.UControls.Duplicates.PopulateDuplicates(Boolean findDupPIDs)
   at CustomsForgeSongManager.UControls.Duplicates.UpdateToolStrip()
   at CustomsForgeSongManager.UControls.Duplicates.tsmiRescanAll_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at CustomControls.ToolStripEnhancedMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy