Log file

are you trying to read the file from the server or from your own log files?
if from your own system then you have to enable logging first within your plr file, look for the line
"Extra Stats="0" // Saves separate verbose stats for any session (instead of simple stats for most recent race only)"
and change the "0" to "1" and it will record files for each session.
 
are you trying to read the file from the server or from your own log files?
if from your own system then you have to enable logging first within your plr file, look for the line
"Extra Stats="0" // Saves separate verbose stats for any session (instead of simple stats for most recent race only)"
and change the "0" to "1" and it will record files for each session.

Ok Neil!!! with the modify i can open with autosim my log of my race....

Maybe u know a software to keep classifications (as Dinix.... if u know.... with dinix crash....)

Thanks!!!!
 
When I try to run the application on my logfiles I get the application crashes with:

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Autosim.DB.FillTrackLists()
   at Autosim.DB.FillLists()
   at Autosim.MainForm.backgroundWorker1_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
AutosimAnalyzer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/AutosimAnalyzer.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Plugin_BMW
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/BMW/Plugin_BMW.dll
----------------------------------------
Plugin_CFLoader
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/CommonFormat/Plugin_CFLoader.dll
----------------------------------------
Plugin_GTL
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/GTL/Plugin_GTL.dll
----------------------------------------
Plugin_GTR
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/GTR/Plugin_GTR.dll
----------------------------------------
Plugin_RACE
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/Race/Plugin_RACE.dll
----------------------------------------
Plugin_rFactor2
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Autosim%20Analyzer/Plugins/rFactor/Plugin_rFactor2.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.


Any idea? (running vista64)
 

Latest News

Online or Offline racing?

  • 100% online racing

    Votes: 102 7.9%
  • 75% online 25% offline

    Votes: 134 10.4%
  • 50% online 50% offline

    Votes: 184 14.2%
  • 25% online 75% offline

    Votes: 363 28.1%
  • 100% offline racing

    Votes: 504 39.0%
  • Something else, explain in comment

    Votes: 5 0.4%
Back
Top