-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to convert vocal sng to xml #377
Comments
I assume sng file us missing some data or empty, could be an issue to detect platform or really malformed file fed, I think you're trying to convert to another platform? please provide additional details at minimum .sng file so I could validate it's good or bad or is it toolkit's issue🙂 |
Hi,
Please find attached one of the SNG files, cheers.
It’s one of 6 ones that fail to convert to an XML file.
Thanks!
Kindest regards,
Deron
From: L0FKA ***@***.***
Sent: Thursday, September 1, 2022 10:52 PM
To: rscustom/rocksmith-custom-song-toolkit
Cc: bobbobbin; Author
Subject: Re: [rscustom/rocksmith-custom-song-toolkit] fail to convert vocal sng to xml (Issue #377)
I assume sng file us missing some data or empty, could be an issue to detect platform or really malformed file fed, I think you're trying to convert to another platform? please provide additional details at minimum .sng file so I could validate it's good or bad or is it toolkit's issue🙂
—
Reply to this email directly, view it on GitHub <#377 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJUFJSOC5PEFLUNKAAVONUTV4GIYPANCNFSM6AAAAAAQBBRTPI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AJUFJSIMFORVUYL3PDGBJ3DV4GIYPA5CNFSM6AAAAAAQBBRTPKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJTYFUC.gif> Message ID: ***@***.***>
|
Please attach files directly on github issues page or via email to ul0fka(at)gmail.com p.s. you've just sent those files to github notification bot not me.😅 |
hi, here is the LOG file, TIA!
2022-08-30 02:38:55.1584 | RocksmithToolkitGUI.Program (INFO) :
RocksmithToolkitGUI.MainForm.MainForm_Shown
2022-08-30 16:15:03.9643 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: System.Xml
Target: Void Throw(System.Exception)
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at RocksmithToolkitLib.XML.Song2014.DetectArrangementType(String xmlFile)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.AddXmlArrangement(String xmlFilePath)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.btnBrowseXml_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 16:15:18.4979 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: System.Xml
Target: Void Throw(System.Exception)
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at RocksmithToolkitLib.XML.Song2014.DetectArrangementType(String xmlFile)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.AddXmlArrangement(String xmlFilePath)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.btnBrowseXml_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:26:55.6633 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: mscorlib
Target: Void ThrowInvalidOperationException(System.ExceptionResource)
System.InvalidOperationException: Nullable object must have a value.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at RocksmithToolkitLib.XML.Song2014..ctor(Sng sngData, Attributes2014 attr)
at RocksmithToolkitGUI.SngConverter.SngConverter.convertSngXmlButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:31:46.4258 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: RocksmithToolkitLib
Target: Void DecryptSngData(System.IO.Stream, System.IO.Stream, Byte[], MiscUtil.Conversion.EndianBitConverter)
System.IO.InvalidDataException: This is not valid SNG file to decrypt.
at RocksmithToolkitLib.DLCPackage.RijndaelEncryptor.DecryptSngData(Stream input, Stream output, Byte[] key, EndianBitConverter conv)
at RocksmithToolkitLib.Sng2014HSL.Sng2014File.UnpackSng(Stream input, Stream output, Platform platform)
at RocksmithToolkitLib.Sng2014HSL.Sng2014File.ReadSng(Stream input, Platform platform)
at RocksmithToolkitLib.Sng2014HSL.Sng2014File.LoadFromFile(String inputFile, Platform platform)
at RocksmithToolkitGUI.SngConverter.SngConverter.convertSngXmlButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:34:07.4655 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: mscorlib
Target: Void ThrowInvalidOperationException(System.ExceptionResource)
System.InvalidOperationException: Nullable object must have a value.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at RocksmithToolkitLib.XML.Song2014..ctor(Sng sngData, Attributes2014 attr)
at RocksmithToolkitGUI.SngConverter.SngConverter.convertSngXmlButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:39:54.3767 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: mscorlib
Target: Void ThrowInvalidOperationException(System.ExceptionResource)
System.InvalidOperationException: Nullable object must have a value.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at RocksmithToolkitLib.XML.Song2014..ctor(Sng sngData, Attributes2014 attr)
at RocksmithToolkitGUI.SngConverter.SngConverter.convertSngXmlButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:48:33.3821 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: System.Xml
Target: Void Throw(System.Exception)
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at RocksmithToolkitLib.XML.Song2014.DetectArrangementType(String xmlFile)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.AddXmlArrangement(String xmlFilePath)
at RocksmithToolkitGUI.DLCPackageCreator.ArrangementForm.btnBrowseXml_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
2022-08-30 22:52:45.3861 | RocksmithToolkitGUI.Program (ERROR) :
b__1RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.
Source: mscorlib
Target: Void ThrowInvalidOperationException(System.ExceptionResource)
System.InvalidOperationException: Nullable object must have a value.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at RocksmithToolkitLib.XML.Song2014..ctor(Sng sngData, Attributes2014 attr)
at RocksmithToolkitGUI.SngConverter.SngConverter.convertSngXmlButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
The text was updated successfully, but these errors were encountered: