rscustom / rocksmith-custom-song-toolkit

Custom song toolkit for Rocksmith and Rocksmith 2014
http://www.rscustom.net/
339 stars 79 forks source link

Error::The directory name is invalid. #382

Closed Carlonjumala closed 12 months ago

Carlonjumala commented 1 year ago

image

The logs file gives the following:

2023-07-01 21:09:49.2523 | RocksmithToolkitGUI.Program (INFO) : RocksmithToolkitGUI.Program.Main

2023-07-01 21:09:50.1170 | RocksmithToolkitGUI.Program (INFO) : RocksmithToolkitGUI.MainForm.MainForm_Shown

2023-07-01 21:09:57.0247 | RocksmithToolkitGUI.Program (ERROR) : RocksmithToolkitGUI.Program+<>c__DisplayClass0_0.

b__1

  • Application.ThreadException

Source: mscorlib Target: Void WinIOError(Int32, System.String) System.IO.IOException: The directory name is invalid.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator1.CommonInit() at System.IO.FileSystemEnumerableIterator1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) at System.IO.Directory.EnumerateFiles(String path, String searchPattern, SearchOption searchOption) at RocksmithToolkitLib.Ogg.Wwise.GetWwisePath() 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)

This happens when I'm trying to convert Rocksmith song to Rocksmith 2014 edition.

L0FKA commented 1 year ago

Hello, It seems like you've got no wwise 2013 installed or your rs1 song is actually official dlc of sorts? It also could be culture related issue but it's unlikely here.