Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: error report

  1. #1
    Banned
    Join Date
    Dec 2017
    Posts
    9

    error report

    Crew chief crashed in a lotus 79 race at road atlanta. It generated 2 errors in the event log:

    Application: CrewChiefV4.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: CrewChiefV4.GameDataReadException
    Stack:
    at CrewChiefV4.iRacing.iRacingSharedMemoryReader.Read GameData(Boolean)
    at CrewChiefV4.CrewChief.Run(System.String, Int32, Boolean)
    at CrewChiefV4.MainWindow.runApp()
    at System.Threading.ExecutionContext.RunInternal(Syst em.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object)
    at System.Threading.ThreadHelper.ThreadStart()

    ================================================== =================================

    Faulting application name: CrewChiefV4.exe, version: 1.0.0.0, time stamp: 0x5a356c7c
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c78c
    Exception code: 0xe0434352
    Fault offset: 0x000000000000a49d
    Faulting process id: 0x85c
    Faulting application start time: 0x01d377505fea480c
    Faulting application path: C:\Program Files (x86)\Britton IT Ltd\CrewChiefV4\CrewChiefV4.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: c4b4a20d-e347-11e7-9a24-94de80ad0442

  2. #2
    Crew Chief Mega Corp CEO mr_belowski's Avatar
    Join Date
    Feb 2017
    Posts
    1,815
    Looking at the code, I'm afraid the error handling is a bit crap here and this error report doesn't contain enough information. I'll do a bit of fixing in the error logging so next time it happens we'll have more useful info

  3. #3
    VP PR Manager Sparten's Avatar
    Join Date
    Feb 2017
    Posts
    721
    Did it crash in the middle of the session or when it changed from practice/qualifying/race ?

  4. #4
    Banned
    Join Date
    Dec 2017
    Posts
    9
    when changing from practice to warm-up for the race

  5. #5
    Junior Member
    Join Date
    Dec 2017
    Posts
    11
    This issue seems to have returned after latest update.

  6. #6
    VP PR Manager Sparten's Avatar
    Join Date
    Feb 2017
    Posts
    721
    Please post the output from the console we need to check its the exact same error.

  7. #7
    Crew Chief Mega Corp CEO mr_belowski's Avatar
    Join Date
    Feb 2017
    Posts
    1,815
    or if you don't have the console log, take another look in the event viewer - we added debug info to the last release so the new error message in the event log should be much more helpful

  8. #8
    Junior Member
    Join Date
    Dec 2017
    Posts
    11
    Fault bucket 1698164454196851552, type 5
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0

    Problem signature:
    P1: CrewChiefV4.exe
    P2: 1.0.0.0
    P3: 5a82cda8
    P4: mscorlib
    P5: 4.7.2600.0
    P6: 59d78a65
    P7: a43
    P8: 6d
    P9: System.AccessViolationException
    P10:

    Attached files:
    \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERD E55.tmp.WERInternalMetadata.xml
    \\?\C:\Windows\Temp\WERDC94.tmp.WERDataCollectionS tatus.txt

    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportArchive \AppCrash_CrewChiefV4.exe_6942cf4f11542b3fd92d259e 01aa2fad292d462_103fcfc6_462cdcf2

    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 387b0258-1832-4e23-9dfe-8ac5eff02379
    Report Status: 2147487852
    Hashed bucket: a9537c672d8e73de67911792e6993360

    --------------------------------------------------

    Faulting application name: CrewChiefV4.exe, version: 1.0.0.0, time stamp: 0x5a82cda8
    Faulting module name: mscorlib.ni.dll, version: 4.7.2600.0, time stamp: 0x59d78a65
    Exception code: 0xc0000005
    Fault offset: 0x00000000004c8bf4
    Faulting process id: 0x53c8
    Faulting application start time: 0x01d3a54f766fdba7
    Faulting application path: C:\CrewChiefV4\CrewChiefV4.exe
    Faulting module path: C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\msc orlib\8a9c7ab28dfd1baa08e20283667c4c7e\mscorlib.ni .dll
    Report Id: 387b0258-1832-4e23-9dfe-8ac5eff02379
    Faulting package full name:
    Faulting package-relative application ID:

    --------------------------------------------------
    Application: CrewChiefV4.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.AccessViolationException
    at System.Buffer.Memmove(Byte*, Byte*, UInt64)
    at System.String.CtorCharPtrStartLength(Char*, Int32, Int32)
    at iRSDKSharp.YamlParser.Parse(System.String, System.String)
    at CrewChiefV4.iRacing.Driver.ParseDynamicSessionInfo (System.String)
    at CrewChiefV4.iRacing.Sim.GetDrivers(System.String, Boolean)
    at CrewChiefV4.iRacing.Sim.SdkOnSessionInfoUpdated(Sy stem.String, Int32, Int32)
    at CrewChiefV4.iRacing.iRacingSharedMemoryReader.Read GameData(Boolean)
    at CrewChiefV4.CrewChief.Run(System.String, Boolean)
    at CrewChiefV4.MainWindow.runApp()
    at System.Threading.ExecutionContext.RunInternal(Syst em.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object)
    at System.Threading.ThreadHelper.ThreadStart()

  9. #9
    VP PR Manager Sparten's Avatar
    Join Date
    Feb 2017
    Posts
    721
    Thanks for the reply, the exeption are not the sam,e this one is related to some optimizations that was done witch clearly didnt do much optimization for you.
    Are you getting this with all cars and tracks that you try ?

  10. #10
    Junior Member
    Join Date
    Dec 2017
    Posts
    11
    So far It seems to be ok in the GT3 cars.. Happen in the Skippy for both Laguna Seca and COTA west.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •