Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

intermittent AnimationEvent::Transfer<StreamedBinaryRead<1> > crash on level load - any ideas?

Discussion in 'Windows' started by JamieFristrom, May 5, 2015.

  1. JamieFristrom

    JamieFristrom

    Joined:
    Nov 2, 2012
    Posts:
    20
    I am seeing this crash but only in the standalone Windows build, not in the editor, when I exit one of my levels and come back to it. It seems to happen about 10% of the time; sometimes I can exit and reload thirty times before the crash happens, sometimes it'll happen on the second try. I've filed a bug report (case 694797) but because my project is huge I don't really have the bandwidth to upload the whole thing.

    I'm using 4.6.5f1

    When running the standalone in developer mode or with a debugger attached it locks up instead of crashing and gives me no useful additional information.

    I haven't been able to create a reproducible case that's much smaller. I've experimented with removing objects from the level in an attempt to find the object responsible, but the crash is so intermittent I sometimes think I've found the object only to discover later that no, it was just luck that time that let me run it thirty times in a row.

    So I thought I'd put it up here to open some discussion, see if anybody has some ideas.

    Googling around, I've seen some people have similar issues here - http://forum.unity3d.com/threads/unitywebplayer-started-crashing-for-no-apparent-reason.212618/ - but they're seeing it in the webplayer; it's with SafeBinaryRead instead of StreamedBinaryRead; and it's allegedly fixed.

    Here's my output_log fwiw:

    Initialize engine version: 4.6.5f1 (c2bb1d7d067c)
    GfxDevice: creating device client; threaded=1
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: Intel(R) HD Graphics 4000 (ID=0x166)
    Vendor: Intel
    VRAM: 128 MB
    Default GameObject BitMask: UI already registered

    (Filename: Line: 169)

    Begin MonoManager ReloadAssembly
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\UnityEngine.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\UnityEngine.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-CSharp-firstpass.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-CSharp-firstpass.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-CSharp.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-UnityScript-firstpass.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-UnityScript-firstpass.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-UnityScript.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Assembly-UnityScript.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\UnityEngine.UI.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Parse.Unity.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Parse.Unity.dll into Unity Child Domain
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\CloudsToy.dll (this message is harmless)
    Loading C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\CloudsToy.dll into Unity Child Domain
    - Completed reload, in 0.150 seconds
    <RI> Initializing input.

    <RI> Input initialized.

    desktop: 1920x1080 60Hz; virtual: 1920x1080 at 0,0
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\System.Core.dll (this message is harmless)
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\UnityScript.Lang.dll (this message is harmless)
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\Boo.Lang.dll (this message is harmless)
    Platform assembly: C:\energyhookout\energyhookwin\energyhookwin_Data\Managed\System.dll (this message is harmless)
    WARNING: Shader Unsupported: 'Reflective/VertexLit' - Pass 'BASE' shader state not supported
    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 8.226996 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 5 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 47 unused Assets to reduce memory usage. Loaded Objects now: 5373.
    Total: 1.911011 ms (FindLiveObjects: 0.182274 ms CreateObjectMapping: 0.047210 ms MarkObjects: 0.993890 ms DeleteObjects: 0.238517 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Traveller travelling.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Traveller travelling.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    CrouchForJump Continuous

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Jumped through hoop.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Jumped through hoop.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Jumped through hoop.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 11.986618 ms
    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 954 unused Assets to reduce memory usage. Loaded Objects now: 2220.
    Total: 17.653147 ms (FindLiveObjects: 0.326370 ms CreateObjectMapping: 0.091547 ms MarkObjects: 2.376550 ms DeleteObjects: 14.133273 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 8.774230 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5409.
    Total: 2.304297 ms (FindLiveObjects: 0.288601 ms CreateObjectMapping: 0.060758 ms MarkObjects: 1.251291 ms DeleteObjects: 0.254527 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 12.371694 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2246.
    Total: 14.460464 ms (FindLiveObjects: 0.131779 ms CreateObjectMapping: 0.075537 ms MarkObjects: 1.768968 ms DeleteObjects: 11.742353 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 9.374834 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5435.
    Total: 2.030475 ms (FindLiveObjects: 0.163800 ms CreateObjectMapping: 0.057063 ms MarkObjects: 1.101038 ms DeleteObjects: 0.274233 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.378070 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2273.
    Total: 14.323758 ms (FindLiveObjects: 0.235643 ms CreateObjectMapping: 0.101811 ms MarkObjects: 1.872832 ms DeleteObjects: 11.456625 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 8.681861 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5462.
    Total: 2.488625 ms (FindLiveObjects: 0.180632 ms CreateObjectMapping: 0.065274 ms MarkObjects: 1.438492 ms DeleteObjects: 0.283675 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.741388 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2300.
    Total: 16.778309 ms (FindLiveObjects: 0.139990 ms CreateObjectMapping: 0.094421 ms MarkObjects: 1.784157 ms DeleteObjects: 14.070051 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 9.451192 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5489.
    Total: 3.201713 ms (FindLiveObjects: 0.337454 ms CreateObjectMapping: 0.169548 ms MarkObjects: 2.019390 ms DeleteObjects: 0.238517 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 9.479519 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2327.
    Total: 14.138200 ms (FindLiveObjects: 0.132190 ms CreateObjectMapping: 0.161748 ms MarkObjects: 1.928253 ms DeleteObjects: 11.247665 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 5.291305 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5517.
    Total: 2.293213 ms (FindLiveObjects: 0.165032 ms CreateObjectMapping: 0.125621 ms MarkObjects: 1.365418 ms DeleteObjects: 0.236875 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 11.236582 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2354.
    Total: 13.784734 ms (FindLiveObjects: 0.135063 ms CreateObjectMapping: 0.145327 ms MarkObjects: 1.992296 ms DeleteObjects: 10.868338 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 6.032309 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5543.
    Total: 2.296908 ms (FindLiveObjects: 0.165443 ms CreateObjectMapping: 0.123569 ms MarkObjects: 1.344481 ms DeleteObjects: 0.264380 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.145711 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2381.
    Total: 14.514654 ms (FindLiveObjects: 0.135885 ms CreateObjectMapping: 0.161337 ms MarkObjects: 2.024727 ms DeleteObjects: 11.526415 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 8.075100 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5571.
    Total: 2.487393 ms (FindLiveObjects: 0.178580 ms CreateObjectMapping: 0.123979 ms MarkObjects: 1.493093 ms DeleteObjects: 0.243443 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.246289 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2408.
    Total: 15.006467 ms (FindLiveObjects: 0.155590 ms CreateObjectMapping: 0.183916 ms MarkObjects: 1.970127 ms DeleteObjects: 12.007144 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 7.092294 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5597.
    Total: 2.479183 ms (FindLiveObjects: 0.178169 ms CreateObjectMapping: 0.131369 ms MarkObjects: 1.494735 ms DeleteObjects: 0.240159 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.511903 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2435.
    Total: 16.836195 ms (FindLiveObjects: 0.229485 ms CreateObjectMapping: 0.225790 ms MarkObjects: 3.955855 ms DeleteObjects: 11.979228 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 8.513955 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5624.
    Total: 2.492730 ms (FindLiveObjects: 0.169548 ms CreateObjectMapping: 0.124800 ms MarkObjects: 1.512387 ms DeleteObjects: 0.279980 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 9.295603 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2462.
    Total: 15.713807 ms (FindLiveObjects: 0.167495 ms CreateObjectMapping: 0.173653 ms MarkObjects: 2.088770 ms DeleteObjects: 12.635253 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 5.399274 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5651.
    Total: 3.314609 ms (FindLiveObjects: 0.185969 ms CreateObjectMapping: 0.133421 ms MarkObjects: 1.945906 ms DeleteObjects: 0.353465 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.023784 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2489.
    Total: 14.737571 ms (FindLiveObjects: 0.151895 ms CreateObjectMapping: 0.145327 ms MarkObjects: 2.315792 ms DeleteObjects: 11.463194 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 9.212674 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5679.
    Total: 2.470151 ms (FindLiveObjects: 0.174474 ms CreateObjectMapping: 0.125211 ms MarkObjects: 1.521009 ms DeleteObjects: 0.245085 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 9.460634 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2516.
    Total: 15.038899 ms (FindLiveObjects: 0.210601 ms CreateObjectMapping: 0.172011 ms MarkObjects: 2.657352 ms DeleteObjects: 11.326077 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 6.991715 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5705.
    Total: 2.618762 ms (FindLiveObjects: 0.174064 ms CreateObjectMapping: 0.125621 ms MarkObjects: 1.649093 ms DeleteObjects: 0.239338 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.106299 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2543.
    Total: 14.484685 ms (FindLiveObjects: 0.149021 ms CreateObjectMapping: 0.145737 ms MarkObjects: 2.129823 ms DeleteObjects: 11.436919 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 7.324653 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5732.
    Total: 3.477999 ms (FindLiveObjects: 0.251243 ms CreateObjectMapping: 0.135063 ms MarkObjects: 2.246002 ms DeleteObjects: 0.323496 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.744262 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2570.
    Total: 17.612503 ms (FindLiveObjects: 0.145327 ms CreateObjectMapping: 0.143274 ms MarkObjects: 2.413498 ms DeleteObjects: 14.447327 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 6.132067 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5759.
    Total: 2.623689 ms (FindLiveObjects: 0.173653 ms CreateObjectMapping: 0.124800 ms MarkObjects: 1.642936 ms DeleteObjects: 0.231538 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.392439 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2597.
    Total: 15.730230 ms (FindLiveObjects: 0.195001 ms CreateObjectMapping: 0.220453 ms MarkObjects: 2.466867 ms DeleteObjects: 12.165198 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    WARNING: Shader Unsupported: 'Toon/Basic Outline' - Pass 'OUTLINE' shader state not supported
    UnloadTime: 5.534748 ms
    LevelSettings awake: level gravshipdock

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Unloading 3 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 43 unused Assets to reduce memory usage. Loaded Objects now: 5786.
    Total: 2.618762 ms (FindLiveObjects: 0.187611 ms CreateObjectMapping: 0.126032 ms MarkObjects: 1.635546 ms DeleteObjects: 0.225380 ms)

    Pause button detected

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    UnloadTime: 8.827599 ms
    Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)

    Unloading 953 unused Assets to reduce memory usage. Loaded Objects now: 2624.
    Total: 14.837330 ms (FindLiveObjects: 0.172832 ms CreateObjectMapping: 0.145737 ms MarkObjects: 2.317024 ms DeleteObjects: 11.542426 ms)

    Key: username Value: JamieRedux

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: email Value: jdfristrom@gmail.com

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Key: Medals Value: System.Collections.Generic.List`1[System.Object]

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Initializing toggle group. PlayerPrefs key - MacroState.JumpFlavor=0

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Crash!!!
    SymInit: Symbol-SearchPath: '.;C:\energyhookout\energyhookwin;C:\energyhookout\energyhookwin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Jamie'
    OS-Version: 6.2.9200 () 0x300-0x1
    C:\energyhookout\energyhookwin\energyhookwin.exe:energyhookwin.exe (00950000), size: 12288000 (result: 0), SymType: '-exported-', PDB: 'C:\energyhookout\energyhookwin\energyhookwin.exe', fileVersion: 4.6.5.47901
    C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (77100000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 6.3.9600.17736
    C:\WINDOWS\SYSTEM32\KERNEL32.DLL:KERNEL32.DLL (74980000), size: 1310720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\KERNELBASE.dll:KERNELBASE.dll (76870000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNELBASE.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\system32\apphelp.dll:apphelp.dll (74730000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\apphelp.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (73300000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\WS2_32.dll:WS2_32.dll (76700000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WS2_32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\USER32.dll:USER32.dll (76B90000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USER32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (74360000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\ole32.dll:eek:le32.dll (76A60000), size: 1212416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ole32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\SHLWAPI.dll:SHLWAPI.dll (74930000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHLWAPI.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\ADVAPI32.dll:ADVAPI32.dll (74EF0000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ADVAPI32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\GDI32.dll:GDI32.dll (76750000), size: 1105920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GDI32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\SHELL32.dll:SHELL32.dll (75430000), size: 19578880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHELL32.dll', fileVersion: 6.3.9600.17680
    C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (72E70000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (732D0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\OLEAUT32.dll:OLEAUT32.dll (75000000), size: 610304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OLEAUT32.dll', fileVersion: 6.3.9600.17560
    C:\WINDOWS\SYSTEM32\MSACM32.dll:MSACM32.dll (732B0000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSACM32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\IMM32.dll:IMM32.dll (74F70000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IMM32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (6FE10000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (740A0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (73150000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINHTTP.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\msvcrt.dll:msvcrt.dll (74DC0000), size: 798720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msvcrt.dll', fileVersion: 7.0.9600.17415
    C:\WINDOWS\SYSTEM32\NSI.dll:NSI.dll (76860000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\NSI.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\RPCRT4.dll:RPCRT4.dll (769A0000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RPCRT4.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\combase.dll:combase.dll (76CF0000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\combase.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\sechost.dll:sechost.dll (76950000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\sechost.dll', fileVersion: 6.3.9600.17734
    C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (72FB0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\DDRAW.dll:DDRAW.dll (708E0000), size: 966656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DDRAW.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (70880000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMMBASE.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\MSCTF.dll:MSCTF.dll (75170000), size: 1122304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSCTF.dll', fileVersion: 6.3.9600.17706
    C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (73760000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINNSI.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (74900000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\DCIMAN32.dll:DCIMAN32.dll (73290000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DCIMAN32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (74E90000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cfgmgr32.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (73260000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DEVOBJ.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (748F0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll:bcryptPrimitives.dll (74890000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\shcore.dll:shcore.dll (74260000), size: 569344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\shcore.dll', fileVersion: 6.3.9600.17666
    C:\energyhookout\energyhookwin\energyhookwin_Data\Mono\mono.dll:mono.dll (10000000), size: 2289664 (result: 0), SymType: '-exported-', PDB: 'C:\energyhookout\energyhookwin\energyhookwin_Data\Mono\mono.dll'
    C:\WINDOWS\SYSTEM32\PSAPI.DLL:pSAPI.DLL (74ED0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\PSAPI.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (73210000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSWSOCK.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (747D0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (73950000), size: 970752 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\system32\dwmapi.dll:dwmapi.dll (705D0000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\dwmapi.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (70130000), size: 1937408 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (704B0000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\igd10iumd32.dll:igd10iumd32.dll (6D570000), size: 11804672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\igd10iumd32.dll', fileVersion: 10.18.10.3958
    C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (742F0000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\ncrypt.dll:ncrypt.dll (69D50000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ncrypt.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\NTASN1.dll:NTASN1.dll (69D20000), size: 167936 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\NTASN1.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\igdusc32.dll:igdusc32.dll (6F8A0000), size: 3657728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\igdusc32.dll', fileVersion: 10.18.10.3958
    C:\WINDOWS\SYSTEM32\MMDevAPI.DLL:MMDevAPI.DLL (706A0000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MMDevAPI.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\wdmaud.drv:wdmaud.drv (70660000), size: 221184 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wdmaud.drv', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\ksuser.dll:ksuser.dll (708D0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ksuser.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\AVRT.dll:AVRT.dll (708C0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AVRT.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (70550000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (70610000), size: 262144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\msacm32.drv:msacm32.drv (708B0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msacm32.drv', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\midimap.dll:midimap.dll (70650000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\midimap.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\dsound.dll:dsound.dll (6FF80000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dsound.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\clbcatq.dll:clbcatq.dll (74AC0000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\clbcatq.dll', fileVersion: 2001.12.10530.17415
    C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (09AD0000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\xinput1_3.dll', fileVersion: 9.18.944.0
    C:\WINDOWS\SYSTEM32\SETUPAPI.dll:SETUPAPI.dll (76E70000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SETUPAPI.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\WINTRUST.dll:WINTRUST.dll (75130000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINTRUST.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\CRYPT32.dll:CRYPT32.dll (75290000), size: 1605632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPT32.dll', fileVersion: 6.3.9600.17475
    C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (75420000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSASN1.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (743C0000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (707C0000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (72FE0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL', fileVersion: 6.3.9600.17415
    C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (731F0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (70770000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\D3DCompiler_47.dll:D3DCompiler_47.dll (61FC0000), size: 3596288 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\D3DCompiler_47.dll', fileVersion: 6.3.9600.17672
    C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (74340000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (74310000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 6.3.9600.17415
    C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (73310000), size: 1314816 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 6.3.9600.17415

    ========== OUTPUTING STACK TRACE ==================

    (0x00EB988A) (energyhookwin): (filename not available): AnimationEvent::Transfer<StreamedBinaryRead<1> > + 0x21ca3a

    ========== END OF STACKTRACE ===========

    **** Crash! ****