Hi there, I've run into several issues with the song manager as of late. I'm currently running on Windows 10 system.
1. The download link for the stable version (1.2.1.9) automatically forces me to download the beta (1.2.9.6)? Not entirely sure why, but it's really annoying. As such, I guess all of these issues are regarding the beta version.
2. When I run the program, it auto runs the installer again? Even though I'm definitely not using the installation application, I'm running the actual program.
3. Whenever I try to use the backup function, I get an error that says "column name Path cannot be found", and hitting continue crashes the program. Below is the error report.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Column named Path cannot be found.
Parameter name: columnName
at System.Windows.Forms.DataGridViewCellCollection.get_Item(String columnName)
at CustomsForgeSongManager.UControls.SongManager.btnBackupSelectedDLCs_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.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)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hi there, I've run into several issues with the song manager as of late. I'm currently running on Windows 10 system.
1. The download link for the stable version (1.2.1.9) automatically forces me to download the beta (1.2.9.6)? Not entirely sure why, but it's really annoying. As such, I guess all of these issues are regarding the beta version.
2. When I run the program, it auto runs the installer again? Even though I'm definitely not using the installation application, I'm running the actual program.
3. Whenever I try to use the backup function, I get an error that says "column name Path cannot be found", and hitting continue crashes the program. Below is the error report.