Jump to content

slgorin

Member
  • Posts

    35
  • Joined

  • Last visited

  • Country

    United States
  • Donations

    0.00 USD 

Posts posted by slgorin

  1. No lessons here, but had tried a few times.  I just did not want to travel an hour for a lesson.  I have not found anybody local yet.  Between Rocksmith, guitar courses, books and videos, I am coming along, but like you have a ways to go yet.  My wife thinks Rocksmith is hindering my learning.  It is difficult to resist and does offer lots of options.  It is not perfect on its ability to detect your notes and one guitar seems to play better than another with Rocksmith.  Could be a setup issue.

  2. toolkit not generating custom with new build, the previous version of the toolkit did generate the custom without error.

     

    2016-11-03 21:11:11.8204 | RocksmithToolkitGUI.Program (INFO) : 
     RocksmithToolkitGUI.Program.Main 
     Version: 2.7.1.0-1fb0b831 (32 bit)
     OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (64 bit)
     Runtime: v4.0.30319.42000
     JIT: MsX86 
     
    2016-11-03 21:11:27.9575 | RocksmithToolkitGUI.Program (ERROR) : 
     RocksmithToolkitGUI.Program+<>c.<Main>b__1_1 
     
    RocksmithToolkitGUI
    Void UpdateSongXml(RocksmithToolkitLib.DLCPackage.Arrangement, RocksmithToolkitLib.DLCPackage.DLCPackageData)
    Exception catched:
     
     
    System.NullReferenceException Object reference not set to an instance of an object. Void UpdateSongXml(RocksmithToolkitLib.DLCPackage.Arrangement, RocksmithToolkitLib.DLCPackage.DLCPackageData)    at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.UpdateSongXml(Arrangement arr, DLCPackageData info)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.dlcGenerateButton_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.NullReferenceException: Object reference not set to an instance of an object.
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.UpdateSongXml(Arrangement arr, DLCPackageData info)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.dlcGenerateButton_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)
  3. Crashed during import of REO Speedwagon Keep on Lovin you

     

    2016-10-20 14:45:02.6820 | RocksmithToolkitGUI.Program (INFO) : 
     RocksmithToolkitGUI.Program.Main 
     Version: 2.7.1.0-88c71acc (32 bit)
     OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (64 bit)
     Runtime: v4.0.30319.42000
     JIT: MsX86 
     
    2016-10-20 14:45:50.6802 | RocksmithToolkitGUI.Program (ERROR) : 
     RocksmithToolkitGUI.Program+<>c.<Main>b__1_1 
     
    System
    System.Text.RegularExpressions.Match Match(System.String)
    Exception catched:
     
     
    System.ArgumentNullException Value cannot be null.
    Parameter name: input System.Text.RegularExpressions.Match Match(System.String)    at System.Text.RegularExpressions.Regex.Match(String input)
       at RocksmithToolkitLib.Extensions.StringExtensions.GetValidVersion(String value)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.set_PackageVersion(String value)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.FillPackageCreatorForm(DLCPackageData info, String filesBaseDir)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.dlcImportButton_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.ArgumentNullException: Value cannot be null.
    Parameter name: input
       at System.Text.RegularExpressions.Regex.Match(String input)
       at RocksmithToolkitLib.Extensions.StringExtensions.GetValidVersion(String value)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.set_PackageVersion(String value)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.FillPackageCreatorForm(DLCPackageData info, String filesBaseDir)
       at RocksmithToolkitGUI.DLCPackageCreator.DLCPackageCreator.dlcImportButton_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)
  4. It was definitely modifying/disabling the rs2014 songs that mess up the new feature that sorts/changes songlists.  I was using v1.1.24 and It also happened on a later version, but not sure if it was THE latest edition.  Seemed to be okay when disabling songs in rs1 dlc and compatibility files.  I have to see how to restore the remastered version.

  5. When I disabled songs and I did all three (rs 2014, rs1 compatibility and the dlc pack), it did disable the songs, but it also took away that pop up menu to change the display order or songlists.  I am going to experiment a little to see which one broke it if it was related to just one of the song packs.  I need to restore all three files first though.

  6. I tend to have false positives with Avast too.  For both the Custom toolkit and song manager.  I have done a full system scan.  It keeps putting the executables into the virus chest too.  I have to exclude them after each update.  It would not do the update until I took them out of the virus chest too.  I have even had to turn off the anti virus to download the setup file.

  7. I hate to state the obvious, but are you SURE you are importing the right file that you made changes to with EOF?  I would edit the entry that is in the toolkit and see what folder and what the date of that file is to see if it is the one that you modified in EOF.  It sounds like you have two versions of the file, one that the toolkit saved to one directory and one that EOF saved in another directory.

  8. I have been playing Rocksmith for a while now, but generally use just one guitar.  I noticed that I do not miss as many notes/chords using my Stratocaster as I do my Dean Vendetta (Locking nut floyd rose) or my Les Paul electric/Acoustic guitar.  There are times when I see a miss show up on the screen and I know without a doubt that I did not miss that note/chord.  So I am wondering, did I calibrate the game with the Stratocaster and the other two are significantly different that the program does not recognize the note/chord because of the calibration?  All three guitars are tuned the same, but their action is similar, but not exactly the same.  They are all intonated the same and have about the same relief.  They all have different coils though.  Obviously, the Stratocaster has single coils, and the other two are humbuckers, but I can split the coils on the Dean and it did not help.

     

    Any others have this issue or have a few ideas?

  9. That link is no longer good.  I get a webpage is not available.

     

    I have the cfsmsetup.exe  program and it does run, but I get the screen that shows my old version to the new version, tries to download all the setup files, but when it gets to that cfm_1.1.2.9_setup.exe, it aborts and says that the download terminated.  It asks me to retry, but it will not download.  Yes I did uninstall the previous version like you suggested.

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