Jump to content

a.peter

Member
  • Posts

    124
  • Joined

  • Last visited

  • Country

    Germany
  • Donations

    0.00 USD 

Posts posted by a.peter

  1. Description: This one might be a little hard to reproduce. I'm sorting the table for column "Artist". Afterwards i select the first and the third item.

    1. When moving the mouse over the second row, the item will change to state "selected", but i never clicked it.
    2. Even when not moving the mouse over the second row, when clicking the button "Enable/Disable selected" all three rows will change their status.

    After that, i click on the fifth row. The same moment, the third row will be selected as well showing the status change immediately.

     
    System Info:
    OS: Windows 7 x64 Home Premium SP 1 German
    .NET Framework 1.0         not installed
    .NET Framework 1.1         not installed
    .NET Framework 2.0         service pack 2
    .NET Framework 3.0         service pack 2
    .NET Framework 3.5         service pack 1
    .NET Framework 4.0 Client  installed
    .NET Framework 4.0 Full    installed
    .NET Framework 4.5         installed

     

    Reproduction steps:

    Start the App
    Select tab "Song Manager"
    Click on the column header "Artist"
    Select some rows
    Click on "Enable/Disable selected"
    

    The selection of rows has gone crazy. You select one row and others will be selected as well.

  2. Well ... The app doesn't crash when clicking. But nevertheless the column isn't sortable. The log shows:

     

    Error: Sorting failed. Can not sort on an empty column.

    In fact the formatting of this column is mixed. Some songs show "6-28-14 14:22" (MM-DD-YYYY hh:mm seems to be US/UK format) others show "04.01.2015" (DD-MM-YYYY german format, my default).

     

    I would open two new issues: One for the mixed up formatting, one for the missing ability of sorting by update.

     

    Nevertheless i marked this issue as "solved" because it is.

    • Like 1
  3. Description: When clicking on the column "Updated" to sort it, the application crashes.
     
    System Info:
    OS: Windows 7 x64 Home Premium SP 1 German
    .NET Framework 1.0         not installed
    .NET Framework 1.1         not installed
    .NET Framework 2.0         service pack 2
    .NET Framework 3.0         service pack 2
    .NET Framework 3.5         service pack 1
    .NET Framework 4.0 Client  installed
    .NET Framework 4.0 Full    installed
    .NET Framework 4.5         installed

     
    Reproduction steps:

    Start the App
    Select Tab "Song Manager"
    Click on the column "Updated"
    -> Application crashes
    

    This error message shown is:

     

     

    Informationen über das Aufrufen von JIT-Debuggen
    anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

    ************** Ausnahmetext **************
    System.FormatException: Die Zeichenfolge wurde nicht als gültiges DateTime erkannt.

     

    (translation: The string wasn't recognised as a valid DateTime)

    bei System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
    bei System.DateTime.ParseExact(String s, String format, IFormatProvider provider)
    bei CustomsForgeManager.UControls.SongManager.b__44(SongData song)
    bei System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
    bei System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
    bei System.Linq.OrderedEnumerable`1.d__0.MoveNext()
    bei System.Windows.Forms.BindingSource.GetListFromEnumerable(IEnumerable enumerable)
    bei System.Windows.Forms.BindingSource.ResetList()
    bei System.Windows.Forms.BindingSource.set_DataSource(Object value)
    bei CustomsForgeManager.UControls.SongManager.dgvSongs_ColumnHeaderMouseClick(Object sender, DataGridViewCellMouseEventArgs e)
    bei System.Windows.Forms.DataGridView.OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e)
    bei System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
    bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    bei System.Windows.Forms.Control.WndProc(Message& m)
    bei System.Windows.Forms.DataGridView.WndProc(Message& m)
    bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Geladene Assemblys **************
    mscorlib
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
    ----------------------------------------
    System
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34238 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
    ----------------------------------------
    CustomsForgeSongManager
    Assembly-Version: 1.0.0.6.
    Win32-Version: 1.0.0.6.
    CodeBase: file:///C:/Users/Anselm/AppData/Local/Apps/2.0/278R5MKL.20K/X54VGKTJ.09N/cust..tion_8b363383a6af7bbc_0001.0000_3a44efbb922ebe62/CustomsForgeSongManager.exe.
    ----------------------------------------
    DLogNet
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Users/Anselm/AppData/Local/Apps/2.0/278R5MKL.20K/X54VGKTJ.09N/cust..tion_8b363383a6af7bbc_0001.0000_3a44efbb922ebe62/DLogNet.DLL.
    ----------------------------------------
    System.Windows.Forms
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34251 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
    ----------------------------------------
    System.Drawing
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
    ----------------------------------------
    System.Core
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
    ----------------------------------------
    System.Deployment
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34244 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll.
    ----------------------------------------
    System.Configuration
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
    ----------------------------------------
    System.Xml
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34234 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
    ----------------------------------------
    RocksmithToolkitLib
    Assembly-Version: 2.6.1.0.
    Win32-Version: 2.6.1.0.
    CodeBase: file:///C:/Users/Anselm/AppData/Local/Apps/2.0/278R5MKL.20K/X54VGKTJ.09N/cust..tion_8b363383a6af7bbc_0001.0000_3a44efbb922ebe62/RocksmithToolkitLib.DLL.
    ----------------------------------------
    Microsoft.GeneratedCode
    Assembly-Version: 1.0.0.0.
    Win32-Version: 4.0.30319.34234 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
    ----------------------------------------
    System.Windows.Forms.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
    ----------------------------------------
    Microsoft.GeneratedCode
    Assembly-Version: 1.0.0.0.
    Win32-Version: 4.0.30319.34234 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
    ----------------------------------------
    Microsoft.GeneratedCode
    Assembly-Version: 1.0.0.0.
    Win32-Version: 4.0.30319.34234 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
    ----------------------------------------
    Accessibility
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
    ----------------------------------------
    mscorlib.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
    ----------------------------------------

    ************** JIT-Debuggen **************
    Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
    Konfigurationsdatei der Anwendung oder des Computers
    (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
    Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

    Zum Beispiel:





    Wenn das JIT-Debuggen aktiviert ist, werden alle Ausnahmefehler an den JIT-Debugger gesendet, der auf dem
    Computer registriert ist, und nicht in diesem Dialogfeld behandelt.


     

     

     

    • Like 1
  4. Description: When i'm sorting the table of the "Song Manager" tab by any column, the colors of the three arrangement columns vanish.

     

    System Info:

    OS: Windows 7 x64 Home Premium SP 1 German

    .NET Framework 1.0         not installed

    .NET Framework 1.1         not installed

    .NET Framework 2.0         service pack 2

    .NET Framework 3.0         service pack 2

    .NET Framework 3.5         service pack 1

    .NET Framework 4.0 Client  installed

    .NET Framework 4.0 Full    installed

    .NET Framework 4.5         installed

     

    Reproduction steps:

     

    Start the app
    Go to Song Manager tab
    observation: The columns for the arrangements are colored
    Sort by any column
    observation: The coloring for the arrangement columns is gone
    
     

    Screen before sorting:

    http://i144.photobucket.com/albums/r192/a_peter42/cfsm/cfsm-before-sorting_zpsubno0ydo.png

     

    Screen after sorting:

    http://i144.photobucket.com/albums/r192/a_peter42/cfsm/cfsm-after-sorting_zpsau2uzz9q.png

    • Like 1
  5. I do have the same error as ILIKEMUSIQ. Running as administrator ... didn't work. Changing permissions on the folders ... didn't work. Moving the app to my home directory ... didn't work.

     

    I did some research and found this article at an microsoft forum. Maybe it helps.

  6. Some thoughts on you idea.

     

    RS 2014 does need the UbiSoft RealToneCable. This cable is a simple Audio to USB interface. Input is a audio signal with guitar levels. You would have to modify your drums to convert the hit of a drum into a frequency and put this into the RealToneCable. Your drum set has a MIDI out. Each drum will have it's own note. You may use that note to put it into a synthesizer to create a tone. This tone has to be put into the RealToneCable.

     

    Because RS 2014 needs a tuning of the Guitar, you will have to modifiy the note values of the drum set to be converted to the notes of the guitar strings. Otherwise you won't be able to "tune" the guitar. In your case, the "tuning" will only be hitting 6 drums one time. -> You need something to convert MIDI notes into other notes.

  7. Not as powerful as Band In A Box i've installed iReal Pro on my android smartphone. Nice program, sound is all right and quite a lot of free stuff is available. I'm practising some Jazz songs with it. You may have a look at it too.

  8. I've just taken my Eddi Cochran song and compared the original tab with the output of your tool: almost the same. I've found just one little difference.

     

    I will love this tool, because i like to learn the more complicated parts of a song offline without RockSmith. Have you thought about a donating page for your tool?

     

    One nice enhancement would be to add the RS sections into the generated tab.

  9. Recently i bought a new guitar. And i learned: Go to several guitar shops and play the guitars. If you feel comfortable while playing, it's worth it. Othewise don't take it.

     

    I thought about a 300 € guitar and played quite a lot of these, but there was nothing i liked. I played a couple of 800 € guitars but ended up with a 550 € Hagstrom because this one was perfect for me.

     

    So: Don't look for brands, just play them.

    • Like 2
  10. Depends on the platform. I only know for PC, the RS toolkit suggests this directory automatically, it's "<drive>:Program Files (x86)SteamSteamAppscommonRocksmith2014dlcInlays". For other platforms i don't know where to put the files.

     

    On the "Inlay Creator" page is a link to the authors page. There you may donate the software if you think it's worth a few money.

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