Jump to content

Error While using toolkit to make a chart


Recommended Posts

Below is the error log I get.

I followed this guide to the absolute letter and every time since I've gotten an absurd error

 

 

 

 

2019-02-03 11:29:30.0285 | RocksmithToolkitGUI.Program (INFO) :
 RocksmithToolkitGUI.Program.Main
 RocksmithToolkitGUI: v2.9.2.0-e972ddc7
 RocksmithToolkitLib: v2.9.2.0-e972ddc7
 RocksmithToolkitUpdater: v2.9.2.0-e972ddc7
 Dynamic Difficulty Creator: v3.6
 OS: Microsoft Windows NT 10.0.17134.0 (64 bit)
 .NET Framework Runtime: v4.0.30319.42000
 JIT: MsX86
 WINE_INSTALLED: False
 MacOSX: False
 
2019-02-03 11:32:59.2067 | RocksmithToolkitGUI.Program (ERROR) :
 RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.<Main>b__1
 
RocksmithToolkitLib
Void Wav2Wem(System.String, System.String, Int32)
Exception cached:

 
System.Exception Wwise audio file conversion failed: <ERROR> Did not find any converted Wwise audio files ...
 Void Wav2Wem(System.String, System.String, Int32)    at RocksmithToolkitLib.Ogg.Wwise.Wav2Wem(String wavSourcePath, String destinationPath, Int32 audioQuality)
   at RocksmithToolkitLib.Ogg.OggFile.Convert2Wem(String audioPath, Int32 audioQuality, Int64 previewLength, Int64 chorusTime)
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.GetPackageData(Boolean validate)
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.PackageGenerate()
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.btnPackageGenerate_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) System.Exception: Wwise audio file conversion failed: <ERROR> Did not find any converted Wwise audio files ...

   at RocksmithToolkitLib.Ogg.Wwise.Wav2Wem(String wavSourcePath, String destinationPath, Int32 audioQuality)
   at RocksmithToolkitLib.Ogg.OggFile.Convert2Wem(String audioPath, Int32 audioQuality, Int64 previewLength, Int64 chorusTime)
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.GetPackageData(Boolean validate)
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.PackageGenerate()
   at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.btnPackageGenerate_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)

 

Link to comment
Share on other sites

  • Developer

This is a rehash of a discord question.  Here's the accepted answer which worked for this charter's issue:

  1. Deleted all audio files from the EOF project folder except for '(insert your main audio file name here).wav'.
  2. Then in the toolkit add to 'Arrangements' the file 'PART REAL_GUITAR_22_RS2.xml.
  3. Populated all the missing 'Song Info' fields with data.
  4. Add to 'Files' the '(insert your main audio file name here).wav' audio.  (both wav and ogg files work with the toolkit)
  5. For now you can leave 'Album Art' blank (but I don't advocate this) which will cause the toolkit to throw a couple of extra warnings but is acceptable to do if you really like to read warnings.
  6. Then press the 'Generate' button. All systems go, a couple of more warnings about missing album artwork, and out pops your psarc.
  7. If toolkit still throws error then check the General Config is pointed to the correct version of Wwise or that the Wwise config path is completely empty.

Are you tired of AV False Positives???  Now accepting donations on my website (Click Here)  Your donation will be used towards buying a code signing certificate.   CGT is now compatible and safe to use with Rocksmith® 2014 Remastered ... 

 

Latest Build of Custom Game Toolkit (CGT) w/ Game Save Gigbox       Latest Build of Rocksmith Toolkit       Latest Build of Customs Forge Song Manager (CFSM)

 

All bug reports and help requests please include your: OS, CPU, AV, .NET Framework versions along with a description of the issue (include screenshots of error if possible).  It should go without having to say ... make sure you are using the latest build before submitting bug reports or asking for help.

 

*  Remember to use your magic words (please and thank you) if you would like a response.  Don't use phrases like 'thanks anyhow' as it is demeaning.

Link to comment
Share on other sites

  • Developer

Turns out the discord user had a bad installation of Wwise.

 

After reinstalling Wwise from here the error went a way and the user was able to produce CDLC.  Enjoy!

Are you tired of AV False Positives???  Now accepting donations on my website (Click Here)  Your donation will be used towards buying a code signing certificate.   CGT is now compatible and safe to use with Rocksmith® 2014 Remastered ... 

 

Latest Build of Custom Game Toolkit (CGT) w/ Game Save Gigbox       Latest Build of Rocksmith Toolkit       Latest Build of Customs Forge Song Manager (CFSM)

 

All bug reports and help requests please include your: OS, CPU, AV, .NET Framework versions along with a description of the issue (include screenshots of error if possible).  It should go without having to say ... make sure you are using the latest build before submitting bug reports or asking for help.

 

*  Remember to use your magic words (please and thank you) if you would like a response.  Don't use phrases like 'thanks anyhow' as it is demeaning.

Link to comment
Share on other sites

×
×
  • 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