Results 1 to 4 of 4

Thread: Error when loading data logging config

  1. #1

    Error when loading data logging config

    When I try to load the config in, it says erasing logs, then I get an error box with a choice to continue or quit. If I hit the details button I get this....
    ----------------------------------------------------------------------
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    at k.ᜃ(Object A_0, EventArgs A_1)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs 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.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
    ----------------------------------------
    VCM Scanner
    Assembly Version: 2.1.12.0
    Win32 Version: 2.1.12.0
    CodeBase: file:///C:/Program%20Files/HP%20Tuners/VCM%20Suite%202/VCM%20Scanner.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
    ----------------------------------------
    System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
    ----------------------------------------
    C1.Win.C1FlexGrid
    Assembly Version: 2.5.20053.220
    Win32 Version: 2.5.20053.224
    CodeBase: file:///C:/Program%20Files/HP%20Tuners/VCM%20Suite%202/C1.Win.C1FlexGrid.DLL
    ----------------------------------------
    C1.Common
    Assembly Version: 1.0.20031.116
    Win32 Version: 1.0.20042.118
    CodeBase: file:///C:/Program%20Files/HP%20Tuners/VCM%20Suite%202/C1.Common.DLL
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just in time (JIT) debugging, the config file for this
    application or machine (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the machine
    rather than being handled by this dialog.
    ---------------------------------------------------------------



    the logging function works on the box, I can even save the log, but when I try to open it I get an error that says it cannot parse file. Also, if i hit get info in the datalogging screen, the vin is a bunch of "yyyyyyyyyyyyyyyy" and OS ID is just 1

    Thanks - Joe

  2. #2
    HP Tuners Support
    (foff667)
    Bill@HPTuners's Avatar
    Join Date
    Jun 2004
    Location
    Hailing from Parts Unknown
    Posts
    28,319
    sounds similar to this thread...hopefully this will help out http://www.hptuners.com/forum/showth...6324#post46324
    It doesn't have to be perfect, it just needs to be done in two weeks...

    A wise man once said "google it"

  3. #3
    HP Tuners Support
    (foff667)
    Bill@HPTuners's Avatar
    Join Date
    Jun 2004
    Location
    Hailing from Parts Unknown
    Posts
    28,319
    the config file your probably using has unsupported parameters...can you post your config file your attempting to use?
    It doesn't have to be perfect, it just needs to be done in two weeks...

    A wise man once said "google it"

  4. #4
    Ken got back to me through email. It was a backward compatibility issue. I guess it was using the configs from an earlier version. I deleted all the configs, had to enter my app key again, and now it works great. Thanks for the replys.