Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Crashes when loading a certain scene (but scene loads in editor) [SOLVED]

Discussion in 'Editor & General Support' started by Ninja_Mouse, Aug 9, 2016.

  1. Ninja_Mouse

    Ninja_Mouse

    Joined:
    Mar 29, 2014
    Posts:
    6
    I have a scene that loads and plays fine from the editor but when I run the built version of it, a certain scene crashes on load. I'm not at my dev PC right now so can't attach the log file (I'll do that later) but I'll try to explain any details I can remember.

    The built launcher opens fine but when I hit play it takes about 10 seconds and then crashes. The log file in the data directory seemed fine until it mentions a few failed attempts to allocate memory. I think it ran out of almost 4Gb of allocated memory.

    I tried adding a simple scene that would just launch the troublesome scene and the built application opens that scene fine, but when I click a button in that dummy scene to open the troublesome scene, it still crashes.

    The only other thing I can think of that might be significant is I am using a shader I found from here to get vertex colouring and when I create a PC build it tells me off about it using too many parameters for DirectX 9. My graphics card is DX11 so not sure if there is an issue with it running as DX10/11 in the editor but reverting to DX9 when running from the build. I know very little about shaders - could it cause a memory allocation crash like this?

    I'm quite confused as to why this should crash in the build when it runs fine in the editor and as I'm no Unity whizz I'm pretty confused where to start. If it isn't the shader then the only thing I can think of is that the Editor has properties/data that is different to the built version causing some code (probably mine) to go into an infinite loop.

    As I say, I'll show the log when I get home tonight but I'd appreciate any help for things to look for.

    Thanks,
    Farran
     
    Last edited: Aug 9, 2016
  2. Ninja_Mouse

    Ninja_Mouse

    Joined:
    Mar 29, 2014
    Posts:
    6
    Here is the output_log.txt, I've highlighted the memory allocation error in bold:

    Initialize engine version: 5.4.0f3 (a6d8d714de6f)
    GfxDevice: creating device client; threaded=1
    Direct3D:
    Version: Direct3D 11.0 [level 11.0]
    Renderer: NVIDIA GeForce GTX 760 (ID=0x1187)
    Vendor: NVIDIA
    VRAM: 2017 MB
    Begin MonoManager ReloadAssembly
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Assembly-CSharp.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.UI.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.Networking.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Pathfinding.Ionic.Zip.Reduced.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Pathfinding.Ionic.Zip.Reduced.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Pathfinding.JsonFx.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\Pathfinding.JsonFx.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\ConditionalExpression.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\ConditionalExpression.dll into Unity Child Domain
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\PlayMaker.dll (this message is harmless)
    Loading C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\PlayMaker.dll into Unity Child Domain
    - Completed reload, in 0.039 seconds
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\System.Core.dll (this message is harmless)
    Platform assembly: C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Managed\System.dll (this message is harmless)
    OnLevelWasLoaded was found on PlayMakerFSM
    This message has been deprecated and will be removed in a later version of Unity.
    Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed

    (Filename: Line: 375)

    desktop: 1920x1080 60Hz; virtual: 1920x1080 at 0,0
    <RI> Initializing input.

    <RI> Input initialized.

    <RI> Initialized touch support.

    UnloadTime: 1.473661 ms
    Setting up 2 worker threads for Enlighten.
    Thread -> id: 464 -> priority: 1
    Thread -> id: 1360 -> priority: 1
    Unloading 7 Unused Serialized files (Serialized files now loaded: 0)
    UnloadTime: 3.396985 ms

    Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 1699.
    Total: 0.757781 ms (FindLiveObjects: 0.037045 ms CreateObjectMapping: 0.049564 ms MarkObjects: 0.632591 ms DeleteObjects: 0.038067 ms)

    DynamicHeapAllocator allocation probe 1 failed - Could not get memory for large allocation 32768.
    DynamicHeapAllocator allocation probe 2 failed - Could not get memory for large allocation 32768.
    DynamicHeapAllocator allocation probe 3 failed - Could not get memory for large allocation 32768.
    DynamicHeapAllocator allocation probe 4 failed - Could not get memory for large allocation 32768.
    DynamicHeapAllocator out of memory - Could not get memory for large allocation 32768!
    Could not allocate memory: System out of memory!
    Trying to allocate: 32768B with 16 alignment. MemoryLabel: PoolAlloc
    Allocation happend at: Line:100 in
    Memory overview


    [ ALLOC_DEFAULT ] used: 3791865540B | peak: 0B | reserved: 3828383744B
    [ ALLOC_TEMP_JOB ] used: 0B | peak: 0B | reserved: 2097152B
    [ ALLOC_GFX ] used: 323116B | peak: 0B | reserved: 5242880B
    [ ALLOC_CACHEOBJECTS ] used: 79680B | peak: 0B | reserved: 10485760B
    [ ALLOC_TYPETREE ] used: 0B | peak: 0B | reserved: 0B
    [ ALLOC_PROFILER ] used: 0B | peak: 0B | reserved: 0B
    [ ALLOC_TEMP_THREAD ] used: 30721B | peak: 0B | reserved: 4521984B
    Could not allocate memory: System out of memory!
    Trying to allocate: 32768B with 16 alignment. MemoryLabel: PoolAlloc
    Allocation happend at: Line:100 in
    Memory overview

    [ ALLOC_DEFAULT ] used: 3791865540B | peak: 0B | reserved: 3828383744B
    [ ALLOC_TEMP_JOB ] used: 0B | peak: 0B | reserved: 2097152B
    [ ALLOC_GFX ] used: 323116B | peak: 0B | reserved: 5242880B
    [ ALLOC_CACHEOBJECTS ] used: 79680B | peak: 0B | reserved: 10485760B
    [ ALLOC_TYPETREE ] used: 0B | peak: 0B | reserved: 0B
    [ ALLOC_PROFILER ] used: 0B | peak: 0B | reserved: 0B
    [ ALLOC_TEMP_THREAD ] used: 30721B | peak: 0B | reserved: 4521984B


    (Filename: Line: 1029)

    Crash!!!
    ERROR: Error while initializing dbghelp.dll, GetLastError: 'The operation completed successfully.' (Address: 00000000)

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

    ERROR: Error while initializing dbghelp.dll, GetLastError: 'The operation completed successfully.' (Address: 00000000)

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

    **** Crash! ****
    GenerateHash: failed to acquire context, err=7f
     
  3. Ninja_Mouse

    Ninja_Mouse

    Joined:
    Mar 29, 2014
    Posts:
    6
    Here is the error.log:

    Unity Player [version: Unity 5.4.0f3_a6d8d714de6f]

    Broken Biscuit.exe caused an Access Violation (0xc0000005)
    in module Broken Biscuit.exe at 0023:00ba3116.

    Error occurred at 2016-08-07_134706.
    C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit.exe, run by farra.
    24% memory in use.
    0 MB physical memory [0 MB free].
    0 MB paging file [0 MB free].
    0 MB user address space [34 MB free].
    Write to location 00000000 caused an access violation.

    Context:
    EDI: 0x00000000 ESI: 0x03f320b0 EAX: 0x00000000
    EBX: 0x00000000 ECX: 0x00000048 EDX: 0x00000000
    EIP: 0x00ba3116 EBP: 0x01eff428 SegCs: 0x00000023
    EFlags: 0x00210206 ESP: 0x01eff414 SegSs: 0x0000002b

    Bytes at CS:EIP:
    89 08 8b c1 8b 4e 08 42 49 3b d1 7c ef 89 38 83

    Stack:
    0x01eff414: 03f320f8 00000043 03f320b0 00020000 . ..C.... ......
    0x01eff424: 00000001 01eff450 00ba31c8 03f320e0 ....P....1... ..
    0x01eff434: 00000001 00000000 00000008 058e4fe4 .............O..
    0x01eff444: 00000008 01eff47c 77017fc8 01eff47c ....|......w|...
    0x01eff454: 009a5f81 00000048 0526c780 03f320e0 ._..H.....&.. ..
    0x01eff464: 00000043 77017fc8 01eff45c 01effb30 C......w\...0...
    0x01eff474: 01672ca0 ffffffff 01eff4d4 009a66de .,g..........f..
    0x01eff484: 01eff494 00000000 04481ab0 00000000 ..........H.....
    0x01eff494: c2000000 3ffccccc ffffffff 00000000 .......?........
    0x01eff4a4: 00000000 00000000 009a9770 00000000 ........p.......
    0x01eff4b4: 00000f2e 00000043 00000212 01eff510 ....C...........
    0x01eff4c4: cddd9184 3ffcf541 c2000000 3ffccccc ....A..?.......?
    0x01eff4d4: 01eff4f8 009a97d2 009a9770 00000f2e ........p.......
    0x01eff4e4: 00000000 00000000 00000000 00000000 ................
    0x01eff4f4: 00000043 01eff508 00ab9e03 03fade10 C...............
    0x01eff504: 00000000 01eff518 00bf264c 00000f2e ........L&......
    0x01eff514: 00000000 01eff558 058e5030 04481ab0 ....X...0P....H.
    0x01eff524: 00000000 04481ab0 01eff538 01eff558 ......H.8...X...
    0x01eff534: 05400a30 054009d8 04481ab0 058e5011 0.@...@...H..P..
    0x01eff544: 00000000 0526c780 04481ab0 01eff558 ......&...H.X...
    0x01eff554: 058e5004 01eff578 058e4fec 04481ab0 .P..x....O....H.
    0x01eff564: 00000000 054009d8 04481ab0 05896499 ......@...H..d..
    0x01eff574: 00000000 01eff5a8 058e4e81 04481ab0 .........N....H.
    0x01eff584: 0589648c 01eff5a8 058e4e66 05400a30 .d......fN..0.@.
    0x01eff594: 00000000 01eff59c 01eff618 0526c780 ..............&.
    0x01eff5a4: 1450cac8 01eff618 058e49d2 0526c780 ..P......I....&.
    0x01eff5b4: 1007fb8c 00000001 052d0072 058e49b0 ........r.-..I..
    0x01eff5c4: 058e4595 058e49b0 00000000 05400a31 .E...I......1.@.
    0x01eff5d4: 054009d8 0fc6adc0 01eff620 00000000 ..@..... .......
    0x01eff5e4: 1450cac8 0526c780 01eff668 058e4595 ..P...&.h....E..
    0x01eff5f4: 00000003 1451e580 00000040 00000040 ......Q.@...@...
    0x01eff604: 00000000 01eff60c 0526c780 1450cac8 ..........&...P.
    0x01eff614: 00000000 01eff668 058e4595 0526c780 ....h....E....&.
    0x01eff624: 0000004e 0000004e 058e4522 0000004e N...N..."E..N...
    0x01eff634: 0000004e 04481b60 04481b70 1451e5a0 N...`.H.p.H...Q.
    0x01eff644: 0000004e 0000004e 04481b20 04481b30 N...N... .H.0.H.
    0x01eff654: 1451e580 044ab1b0 01eff6c8 1059acc0 ..Q...J.......Y.
    0x01eff664: 04454e00 01eff6c8 058e30db 0526c780 .NE......0....&.
    0x01eff674: 1450cac8 00000000 00000000 05400a31 ..P.........1.@.
    0x01eff684: 054009d8 0fc62f28 1450cb58 04454e00 ..@.(/..X.P..NE.
    0x01eff694: 0000004e 0000004e 04481ba0 00000006 N...N.....H.....
    0x01eff6a4: 00000006 04481b90 00000019 00000019 ......H.........
    0x01eff6b4: 04481b80 1450cb58 00000000 01eff89c ..H.X.P.........
    0x01eff6c4: 0586e530 01eff7b8 058e1f0f 0529ad70 0...........p.).
    0x01eff6d4: 00000001 052b0000 00000001 00000430 ......+.....0...
    0x01eff6e4: 00000000 01eff714 00000000 1058c610 ..............X.
    0x01eff6f4: 00000205 13dbc5c0 054bb970 00000185 ........p.K.....
    0x01eff704: 00000000 0faec848 1057f0d0 1057ff28 ....H.....W.(.W.
    0x01eff714: 00000064 00000018 05400000 0000000c d.........@.....
    0x01eff724: 1057ff28 1057ff30 13dc6198 05404670 (.W.0.W..a..pF@.
    0x01eff734: 052b0800 00000000 00000000 00000000 ..+.............
    0x01eff744: 00000000 00000000 00000000 00000000 ................
    0x01eff754: 00000000 00000002 00000020 052b01c4 ........ .....+.
    0x01eff764: 052b0000 052b193c 00000010 052b1938 ..+.<.+.....8.+.
    0x01eff774: 0fc62ea8 01eff7b8 775edd20 0000000c ........ .^w....
    0x01eff784: 00000000 00000000 054202e8 0000000c ..........B.....
    0x01eff794: 00000018 01eff7ac 100092f6 00000000 ................
    0x01eff7a4: 00000003 00000002 1059acc0 01eff89c ..........Y.....
    0x01eff7b4: 0586e530 01eff804 0586e571 0529ad70 0.......q...p.).
    0x01eff7c4: 00000000 00000000 01eff7ec 101118a8 ................
    0x01eff7d4: 05400000 00000000 0000000c 00000000 ..@.............
    0x01eff7e4: 054202e8 00000000 00000000 10001d4c ..B.........L...
    0x01eff7f4: 0000000c 0fc62ea8 05420688 1059acc0 ..........B...Y.
    0x01eff804: 01eff834 100f1592 0529ad70 00000000 4.......p.).....
    0x01eff814: 01eff89c 058e1eb0 00010000 01eff501 ................
    0x01eff824: 0fc62ea8 00000000 05264e70 00000000 ........pN&.....
    0x01eff834: 01eff858 1005d984 0fc62ea8 0529ad70 X...........p.).
    0x01eff844: 00000000 01eff89c 01eff89c 01eff8b4 ................
    0x01eff854: 01eff501 01eff870 00abb0a7 0fc62ea8 ....p...........
    0x01eff864: 0529ad70 00000000 01eff89c 01eff890 p.).............
    0x01eff874: 00b3fc22 0fc62ea8 01eff501 0529ad70 "...........p.).
    0x01eff884: 01eff89c 0fc62ea8 051738c0 01eff8a0 .........8......
    0x01eff894: 00b3fbf5 01eff89c 00000000 01eff8dc ................
    0x01eff8a4: 00aac14a 0529ad70 051738c0 00000000 J...p.)..8......
    0x01eff8b4: 016c2a34 0fc62ea8 01eff501 0529ad70 4*l.........p.).
    0x01eff8c4: 00001116 00000000 00000000 00000000 ................
    0x01eff8d4: 05170101 00000000 01eff914 00aadd88 ................
    0x01eff8e4: 00000000 03f935d0 03f8b600 009a5341 .....5......AS..
    0x01eff8f4: 00000001 00000004 7610e140 05174820 ........@..v H..
    0x01eff904: 051739d0 03f8b600 05173910 03f25290 .9.......9...R..
    0x01eff914: 01eff920 00b187da 760fca50 01eff960 .......P..v`...
    0x01eff924: 00baefbb 00000000 00000001 00000000 ................
    0x01eff934: 00baf6e9 00000000 00000001 00060b46 ............F...
    0x01eff944: 00000200 00000000 01830286 01c294ff ................
    0x01eff954: 000003c6 00000242 00000710 01effa98 ....B...........
    0x01eff964: 00bb171e 00fd801b 00000000 01c41000 ................
    0x01eff974: 03f23c70 00c0003f 000003ff 00000000 p<..?...........
    0x01eff984: 00000062 0000006f 00001fff 03f23c00 b...o........<..
    0x01eff994: 00000000 01f11ca0 017de978 00000067 ........x.}.g...
    0x01eff9a4: 0000006f 00ff6358 01f11ca0 017de978 o...Xc......x.}.
    0x01eff9b4: 00000010 00000010 7fffffff 00000000 ................
    0x01eff9c4: 0189a498 01f118d0 00000010 01eff900 ................
    0x01eff9d4: 01effa04 00ff3018 01f11ca0 017de978 .....0......x.}.
    0x01eff9e4: 03f23e30 01eff9f4 7fffffff 00000000 0>..............
    0x01eff9f4: 00000068 0000006f 01f105a8 03f1fdf0 h...o...........
    0x01effa04: 01effa34 00fe4dcb 01f11ca0 00000059 4....M......Y...
    0x01effa14: 0000005f 01eff954 616e614d 00646567 _...T...Managed.
    0x01effa24: 6c65746e 00000000 00000007 0000000f ntel............
    0x01effa34: 01effa40 03f07a10 03f07a48 03f07a48 @....z..Hz..Hz..
    0x01effa44: 00000016 03bfb040 65646900 646e6957 ....@....ideWind
    0x01effa54: 6c00776f 01ef006c 00000000 0000000f ow.ll...........
    0x01effa64: 00000000 00000000 65726100 5748746e .........arentHW
    0x01effa74: 0000444e 01f32521 00000000 0000000f ND..!%..........
    0x01effa84: 00000000 03bfb040 03bfb080 00000000 ....@...........
    0x01effa94: 00100801 01effab0 00fa8b08 008f0000 ................
    0x01effaa4: 00000000 01f32523 00000001 01effb40 ....#%......@...
    0x01effab4: 00fd7fc8 008f0000 00000000 01f32523 ............#%..
    0x01effac4: 00000001 5a42b218 00fd801b 00fd801b ......BZ........
    0x01effad4: 01c41000 00000044 01f30cb0 01f30c90 ....D...........
    0x01effae4: 01f30bde 00000000 00000000 00000000 ................
    0x01effaf4: 00000000 00000000 00000000 00000000 ................
    0x01effb04: 00000401 00000001 00000000 00000000 ................
    0x01effb14: 00010001 00000000 c0000005 00fd801b ................
    0x01effb24: 00000000 01effac8 01efed44 01effb8c ........D.......
    0x01effb34: 00fd9ba0 5a29ada0 00000000 01effb54 ......)Z....T...
    0x01effb44: 76ba38f4 01c41000 76ba38d0 2090e066 .8.v.....8.vf..
    0x01effb54: 01effb9c 77615de3 01c41000 c45e43bf .....]aw.....C^.
    0x01effb64: 00000000 00000000 01c41000 c0000005 ................
    0x01effb74: 76e5f320 00000000 01efed24 c45e43bf ..v....$....C^.
    0x01effb84: 01effb60 01efed24 01effba4 7762ed50 `...$.......P.bw
    0x01effb94: b2db8c3b 00000000 01effbac 77615dae ;............]aw
    0x01effba4: ffffffff 7763b7c5 00000000 00000000 ......cw........
    0x01effbb4: 00fd801b 01c41000 00000000 00000000 ................
    0x01effbc4: 00000000 00000000 00000000 00000000 ................
    0x01effbd4: 00000000 00000000 00000000 00000000 ................
    0x01effbe4: 00000000 00000000 00000000 00000000 ................
    0x01effbf4: 00000000 00000000 00000000 00000000 ................
    0x01effc04: 00000000 00000000 00000000 00000000 ................
    0x01effc14: 00000000 00000000 00000000 00000000 ................
    0x01effc24: 00000000 00000000 00000000 00000000 ................
    0x01effc34: 00000000 00000000 00000000 00000000 ................
    0x01effc44: 00000000 00000000 00000000 00000000 ................
    0x01effc54: 00000000 00000000 00000000 00000000 ................
    0x01effc64: 00000000 00000000 00000000 00000000 ................
    0x01effc74: 00000000 00000000 00000000 00000000 ................
    0x01effc84: 00000000 00000000 00000000 00000000 ................
    0x01effc94: 00000000 00000000 00000000 00000000 ................
    0x01effca4: 00000000 00000000 00000000 00000000 ................
    0x01effcb4: 00000000 00000000 00000000 00000000 ................
    0x01effcc4: 00000000 00000000 00000000 00000000 ................
    0x01effcd4: 00000000 00000000 00000000 00000000 ................
    0x01effce4: 00000000 00000000 00000000 00000000 ................
    0x01effcf4: 00000000 00000000 00000000 00000000 ................
    0x01effd04: 00000000 00000000 00000000 00000000 ................
    0x01effd14: 00000000 00000000 00000000 00000000 ................
    0x01effd24: 00000000 00000000 00000000 00000000 ................
    0x01effd34: 00000000 00000000 00000000 00000000 ................
    0x01effd44: 00000000 00000000 00000000 00000000 ................
    0x01effd54: 00000000 00000000 00000000 00000000 ................
    0x01effd64: 00000000 00000000 00000000 00000000 ................
    0x01effd74: 00000000 00000000 00000000 00000000 ................
    0x01effd84: 00000000 00000000 00000000 00000000 ................
    0x01effd94: 00000000 00000000 00000000 00000000 ................
    0x01effda4: 00000000 00000000 00000000 00000000 ................
    0x01effdb4: 00000000 00000000 00000000 00000000 ................
    0x01effdc4: 00000000 00000000 00000000 00000000 ................
    0x01effdd4: 00000000 00000000 00000000 00000000 ................
    0x01effde4: 00000000 00000000 00000000 00000000 ................
    0x01effdf4: 00000000 00000000 00000000 00000000 ................
    0x01effe04: 00000000 00000000 00000000 00000000 ................
    0x01effe14: 00000000 00000000 00000000 00000000 ................
    0x01effe24: 00000000 00000000 00000000 00000000 ................
    0x01effe34: 00000000 00000000 00000000 00000000 ................
    0x01effe44: 00000000 00000000 00000000 00000000 ................
    0x01effe54: 00000000 00000000 00000000 00000000 ................
    0x01effe64: 00000000 00000000 00000000 00000000 ................
    0x01effe74: 00000000 00000000 00000000 00000000 ................
    0x01effe84: 00000000 00000000 00000000 00000000 ................
    0x01effe94: 00000000 00000000 00000000 00000000 ................
    0x01effea4: 00000000 00000000 00000000 00000000 ................
    0x01effeb4: 00000000 00000000 00000000 00000000 ................
    0x01effec4: 00000000 00000000 00000000 00000000 ................
    0x01effed4: 00000000 00000000 00000000 00000000 ................
    0x01effee4: 00000000 00000000 00000000 00000000 ................
    0x01effef4: 00000000 00000000 00000000 00000000 ................
    0x01efff04: 00000000 00000000 00000000 00000000 ................
    0x01efff14: 00000000 00000000 00000000 00000000 ................
    0x01efff24: 00000000 00000000 00000000 00000000 ................
    0x01efff34: 00000000 00000000 00000000 00000000 ................
    0x01efff44: 00000000 00000000 00000000 00000000 ................
    0x01efff54: 00000000 00000000 00000000 00000000 ................
    0x01efff64: 00000000 00000000 00000000 00000000 ................
    0x01efff74: 00000000 00000000 00000000 00000000 ................
    0x01efff84: 00000000 00000000 00000000 00000000 ................
    0x01efff94: 00000000 00000000 00000000 00000000 ................
    0x01efffa4: 00000000 00000000 00000000 00000000 ................
    0x01efffb4: 00000000 00000000 00000000 00000000 ................
    0x01efffc4: 00000000 00000000 00000000 00000000 ................
    0x01efffd4: 00000000 00000000 00000000 00000000 ................
    0x01efffe4: 00000000 00000000 00000000 00000000 ................
    0x01effff4: 00000000 00000000 00000000 ............

    Module 1
    C:\WINDOWS\SYSTEM32\xinput1_3.dll
    Image Base: 0x00400000 Image Size: 0x00016000
    File Size: 81768 File Time: 2007-04-04_195342
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® DirectX for Windows®
    FileDesc: Microsoft Common Controller API
    FileVer: 9.18.944.0
    ProdVer: 9.18.944.0

    Module 2
    C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit.exe
    Image Base: 0x008f0000 Image Size: 0x011b3000
    File Size: 17711616 File Time: 2016-07-27_002550
    Version:
    Company:
    Product:
    FileDesc:
    FileVer: 5.4.0.55511
    ProdVer: 5.4.0.55511

    Module 3
    C:\Users\farra\Documents\Unity Projects\Broken Biscuit\Builds\Windows\Broken Biscuit_Data\Mono\mono.dll
    Image Base: 0x10000000 Image Size: 0x00230000
    File Size: 2114520 File Time: 2016-07-27_003128
    Version:
    Company: Unity Technologies
    Product: libmono
    FileDesc: Unity Technologies fork of mono runtime
    FileVer: 1.0.0.1
    ProdVer: 1.0.0.1

    Module 4
    C:\WINDOWS\SYSTEM32\nvwgf2um.dll
    Image Base: 0x5b010000 Image Size: 0x010e1000
    File Size: 17747392 File Time: 2016-06-29_233906
    Version:
    Company: NVIDIA Corporation
    Product: NVIDIA D3D10 drivers
    FileDesc: NVIDIA D3D10 Driver, Version 368.69
    FileVer: 10.18.13.6869
    ProdVer: 10.18.13.6869

    Module 5
    C:\WINDOWS\SYSTEM32\icm32.dll
    Image Base: 0x5de90000 Image Size: 0x0003c000
    File Size: 229376 File Time: 2015-10-30_081710
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft Color Management Module (CMM)
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 6
    C:\WINDOWS\SYSTEM32\mscms.dll
    Image Base: 0x69690000 Image Size: 0x0007f000
    File Size: 501760 File Time: 2015-10-30_081710
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft Color Matching System DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 7
    C:\WINDOWS\system32\nvapi.dll
    Image Base: 0x69ce0000 Image Size: 0x0036a000
    File Size: 3374720 File Time: 2016-06-29_233906
    Version:
    Company: NVIDIA Corporation
    Product: NVIDIA Windows drivers
    FileDesc: NVIDIA NVAPI Library, Version 368.69
    FileVer: 10.18.13.6869
    ProdVer: 10.18.13.6869

    Module 8
    C:\WINDOWS\system32\nvspcap.dll
    Image Base: 0x6a980000 Image Size: 0x00151000
    File Size: 1377800 File Time: 2016-06-14_210128
    Version:
    Company: NVIDIA Corporation
    Product: NVIDIA GeForce Experience
    FileDesc: NVIDIA Capture Server Proxy
    FileVer: 2.11.4.0
    ProdVer: 2.11.4.0

    Module 9
    C:\WINDOWS\SYSTEM32\dxgi.dll
    Image Base: 0x6b5b0000 Image Size: 0x00082000
    File Size: 521152 File Time: 2016-07-01_051146
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: DirectX Graphics Infrastructure
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 10
    C:\WINDOWS\SYSTEM32\d3d11.dll
    Image Base: 0x6b6f0000 Image Size: 0x0021a000
    File Size: 2186864 File Time: 2016-07-01_051204
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Direct3D 11 Runtime
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 11
    C:\WINDOWS\SYSTEM32\midimap.dll
    Image Base: 0x6e520000 Image Size: 0x00008000
    File Size: 18944 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft MIDI Mapper
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 12
    C:\WINDOWS\SYSTEM32\MSACM32.dll
    Image Base: 0x6e530000 Image Size: 0x00018000
    File Size: 90912 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft ACM Audio Filter
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 13
    C:\WINDOWS\SYSTEM32\wdmaud.drv
    Image Base: 0x6e550000 Image Size: 0x00038000
    File Size: 205824 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Winmm audio system driver
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 14
    C:\WINDOWS\System32\MMDevApi.dll
    Image Base: 0x6e6b0000 Image Size: 0x00055000
    File Size: 339344 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: MMDevice API
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 15
    C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
    Image Base: 0x6e710000 Image Size: 0x00068000
    File Size: 405568 File Time: 2016-01-16_072000
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Audio Session
    FileVer: 10.0.10586.71
    ProdVer: 10.0.10586.71

    Module 16
    C:\WINDOWS\SYSTEM32\msacm32.drv
    Image Base: 0x6ea50000 Image Size: 0x00009000
    File Size: 24064 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft Sound Mapper
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 17
    C:\WINDOWS\SYSTEM32\DDRAW.dll
    Image Base: 0x6ec40000 Image Size: 0x000ee000
    File Size: 551424 File Time: 2015-10-30_081732
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft DirectDraw
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 18
    C:\WINDOWS\SYSTEM32\OPENGL32.dll
    Image Base: 0x6f5b0000 Image Size: 0x000e0000
    File Size: 787456 File Time: 2015-10-30_081732
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: OpenGL Client DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 19
    C:\WINDOWS\System32\PROPSYS.dll
    Image Base: 0x71350000 Image Size: 0x0014b000
    File Size: 1355336 File Time: 2016-07-01_051948
    Version:
    Company: Microsoft Corporation
    Product: Windows® Search
    FileDesc: Microsoft Property System
    FileVer: 7.0.10586.494
    ProdVer: 7.0.10586.494

    Module 20
    C:\WINDOWS\SYSTEM32\DNSAPI.dll
    Image Base: 0x727b0000 Image Size: 0x00084000
    File Size: 535080 File Time: 2016-03-29_102856
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: DNS Client API DLL
    FileVer: 10.0.10586.212
    ProdVer: 10.0.10586.212

    Module 21
    C:\WINDOWS\SYSTEM32\ksuser.dll
    Image Base: 0x728d0000 Image Size: 0x00007000
    File Size: 19648 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: User CSA Library
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 22
    C:\WINDOWS\SYSTEM32\wintypes.dll
    Image Base: 0x72d40000 Image Size: 0x000c8000
    File Size: 820704 File Time: 2016-01-27_065750
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Base Types DLL
    FileVer: 10.0.10586.103
    ProdVer: 10.0.10586.103

    Module 23
    C:\WINDOWS\system32\dwmapi.dll
    Image Base: 0x73240000 Image Size: 0x0001d000
    File Size: 94208 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft Desktop Window Manager API
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 24
    C:\WINDOWS\SYSTEM32\HID.DLL
    Image Base: 0x733b0000 Image Size: 0x0000a000
    File Size: 25088 File Time: 2015-10-30_081718
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Hid User Library
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 25
    C:\WINDOWS\SYSTEM32\GLU32.dll
    Image Base: 0x73480000 Image Size: 0x00025000
    File Size: 141312 File Time: 2015-10-30_081732
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: OpenGL Utility Library DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 26
    C:\WINDOWS\SYSTEM32\DCIMAN32.dll
    Image Base: 0x735a0000 Image Size: 0x00007000
    File Size: 11776 File Time: 2015-12-05_181416
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: DCI Manager
    FileVer: 10.0.10586.3
    ProdVer: 10.0.10586.3

    Module 27
    C:\WINDOWS\SYSTEM32\AVRT.dll
    Image Base: 0x73700000 Image Size: 0x00009000
    File Size: 28416 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Multimedia Realtime Runtime
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 28
    C:\WINDOWS\system32\uxtheme.dll
    Image Base: 0x73720000 Image Size: 0x00075000
    File Size: 458752 File Time: 2015-10-30_081730
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft UxTheme Library
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 29
    C:\WINDOWS\SYSTEM32\MSWSOCK.dll
    Image Base: 0x73a80000 Image Size: 0x0004f000
    File Size: 312160 File Time: 2016-05-28_062330
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft Windows Sockets 2.0 Service Provider
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 30
    C:\WINDOWS\SYSTEM32\WINHTTP.dll
    Image Base: 0x73ad0000 Image Size: 0x0009b000
    File Size: 614400 File Time: 2016-05-28_051240
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows HTTP Services
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 31
    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
    Image Base: 0x73b70000 Image Size: 0x0002f000
    File Size: 187488 File Time: 2015-10-30_081724
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: IP Helper API
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 32
    C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.494_none_ea85e725b9ba5a4b\comctl32.dll
    Image Base: 0x73c90000 Image Size: 0x0020f000
    File Size: 2142048 File Time: 2016-07-01_052002
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: User Experience Controls Library
    FileVer: 6.10.10586.494
    ProdVer: 10.0.10586.494

    Module 33
    C:\WINDOWS\SYSTEM32\USERENV.dll
    Image Base: 0x73f70000 Image Size: 0x00019000
    File Size: 92480 File Time: 2015-10-30_081718
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Userenv
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 34
    C:\WINDOWS\SYSTEM32\WINMMBASE.dll
    Image Base: 0x73f90000 Image Size: 0x00023000
    File Size: 132744 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Base Multimedia Extension API DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 35
    C:\WINDOWS\SYSTEM32\WINMM.dll
    Image Base: 0x740b0000 Image Size: 0x00024000
    File Size: 134352 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: MCI API DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 36
    C:\WINDOWS\System32\DEVOBJ.dll
    Image Base: 0x741d0000 Image Size: 0x00022000
    File Size: 129160 File Time: 2015-10-30_081714
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Device Information Set DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 37
    C:\WINDOWS\SYSTEM32\bcrypt.dll
    Image Base: 0x74230000 Image Size: 0x0001b000
    File Size: 107408 File Time: 2015-10-30_081720
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Cryptographic Primitives Library (Wow64)
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 38
    C:\WINDOWS\SYSTEM32\VERSION.dll
    Image Base: 0x742c0000 Image Size: 0x00008000
    File Size: 27360 File Time: 2015-10-30_081730
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Version Checking and File Installation Libraries
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 39
    C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
    Image Base: 0x742d0000 Image Size: 0x0000a000
    File Size: 31528 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Base cryptographic API DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 40
    C:\WINDOWS\SYSTEM32\SspiCli.dll
    Image Base: 0x742e0000 Image Size: 0x0001e000
    File Size: 116216 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Security Support Provider Interface
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 41
    C:\WINDOWS\SYSTEM32\kernel.appcore.dll
    Image Base: 0x74300000 Image Size: 0x0000c000
    File Size: 39792 File Time: 2015-10-30_081714
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: AppModel API Host
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 42
    C:\WINDOWS\SYSTEM32\profapi.dll
    Image Base: 0x743d0000 Image Size: 0x0000f000
    File Size: 54752 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: User Profile Basic API
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 43
    C:\WINDOWS\SYSTEM32\MSCTF.dll
    Image Base: 0x743e0000 Image Size: 0x0011f000
    File Size: 1174008 File Time: 2016-01-16_070808
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: MSCTF Server DLL
    FileVer: 10.0.10586.71
    ProdVer: 10.0.10586.71

    Module 44
    C:\WINDOWS\SYSTEM32\WS2_32.dll
    Image Base: 0x74500000 Image Size: 0x0005f000
    File Size: 388384 File Time: 2016-05-28_062330
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Socket 2.0 32-Bit DLL
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 45
    C:\WINDOWS\SYSTEM32\msvcrt.dll
    Image Base: 0x74560000 Image Size: 0x000be000
    File Size: 773168 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows NT CRT DLL
    FileVer: 7.0.10586.0
    ProdVer: 10.0.10586.0

    Module 46
    C:\WINDOWS\SYSTEM32\combase.dll
    Image Base: 0x74680000 Image Size: 0x001bd000
    File Size: 1824264 File Time: 2016-01-27_065736
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft COM for Windows
    FileVer: 10.0.10586.103
    ProdVer: 10.0.10586.103

    Module 47
    C:\WINDOWS\SYSTEM32\SETUPAPI.dll
    Image Base: 0x74840000 Image Size: 0x0040b000
    File Size: 4268880 File Time: 2016-05-28_062544
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Setup API
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 48
    C:\WINDOWS\SYSTEM32\SHELL32.dll
    Image Base: 0x74c50000 Image Size: 0x013fe000
    File Size: 21123320 File Time: 2016-07-01_052026
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Shell Common Dll
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 49
    C:\WINDOWS\SYSTEM32\shcore.dll
    Image Base: 0x76050000 Image Size: 0x0008d000
    File Size: 569752 File Time: 2016-07-01_051946
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: SHCORE
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 50
    C:\WINDOWS\SYSTEM32\USER32.dll
    Image Base: 0x760e0000 Image Size: 0x00147000
    File Size: 1337240 File Time: 2016-04-23_060036
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Multi-User Windows USER API Client DLL
    FileVer: 10.0.10586.306
    ProdVer: 10.0.10586.306

    Module 51
    C:\WINDOWS\SYSTEM32\IMM32.dll
    Image Base: 0x76250000 Image Size: 0x0002b000
    File Size: 169928 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Multi-User Windows IMM32 API Client DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 52
    C:\WINDOWS\SYSTEM32\ole32.dll
    Image Base: 0x76280000 Image Size: 0x000eb000
    File Size: 957608 File Time: 2016-07-01_052126
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft OLE for Windows
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 53
    C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
    Image Base: 0x76370000 Image Size: 0x00058000
    File Size: 360480 File Time: 2016-05-28_060438
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Cryptographic Primitives Library
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 54
    C:\WINDOWS\SYSTEM32\GDI32.dll
    Image Base: 0x763d0000 Image Size: 0x0014f000
    File Size: 1372312 File Time: 2016-05-28_055706
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: GDI Client DLL
    FileVer: 10.0.10586.420
    ProdVer: 10.0.10586.420

    Module 55
    C:\WINDOWS\SYSTEM32\sechost.dll
    Image Base: 0x76590000 Image Size: 0x00044000
    File Size: 269616 File Time: 2015-10-30_081722
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Host for SCM/SDDL/LSA Lookup APIs
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 56
    C:\WINDOWS\SYSTEM32\clbcatq.dll
    Image Base: 0x76760000 Image Size: 0x00084000
    File Size: 526304 File Time: 2015-10-30_081718
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: COM+ Configuration Catalog
    FileVer: 2001.12.10941.16384
    ProdVer: 10.0.10586.0

    Module 57
    C:\WINDOWS\SYSTEM32\OLEAUT32.dll
    Image Base: 0x767f0000 Image Size: 0x00092000
    File Size: 589856 File Time: 2015-10-30_081724
    Version:
    Company: Microsoft Corporation
    Product:
    FileDesc:
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 58
    C:\WINDOWS\SYSTEM32\SHLWAPI.dll
    Image Base: 0x76890000 Image Size: 0x00045000
    File Size: 276336 File Time: 2015-10-30_081730
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Shell Light-weight Utility Library
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 59
    C:\WINDOWS\SYSTEM32\RPCRT4.dll
    Image Base: 0x768e0000 Image Size: 0x000ad000
    File Size: 707608 File Time: 2016-04-23_062614
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Remote Procedure Call Runtime
    FileVer: 10.0.10586.306
    ProdVer: 10.0.10586.306

    Module 60
    C:\WINDOWS\SYSTEM32\cfgmgr32.dll
    Image Base: 0x76a90000 Image Size: 0x00037000
    File Size: 217976 File Time: 2015-10-30_081714
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Configuration Manager DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 61
    C:\WINDOWS\SYSTEM32\KERNEL32.DLL
    Image Base: 0x76b90000 Image Size: 0x000e0000
    File Size: 620176 File Time: 2015-10-30_081714
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows NT BASE API Client DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 62
    C:\WINDOWS\SYSTEM32\powrprof.dll
    Image Base: 0x76c70000 Image Size: 0x00044000
    File Size: 270672 File Time: 2015-10-30_081716
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Power Profile Helper DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 63
    C:\WINDOWS\SYSTEM32\KERNELBASE.dll
    Image Base: 0x76d20000 Image Size: 0x0017e000
    File Size: 1557776 File Time: 2016-07-01_053910
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows NT BASE API Client DLL
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 64
    C:\WINDOWS\SYSTEM32\NSI.dll
    Image Base: 0x76ea0000 Image Size: 0x00007000
    File Size: 20152 File Time: 2015-10-30_081654
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: NSI User-mode interface DLL
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 65
    C:\WINDOWS\SYSTEM32\windows.storage.dll
    Image Base: 0x77020000 Image Size: 0x004fa000
    File Size: 5240960 File Time: 2016-07-01_051948
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft WinRT Storage API
    FileVer: 10.0.10586.494
    ProdVer: 10.0.10586.494

    Module 66
    C:\WINDOWS\SYSTEM32\ADVAPI32.dll
    Image Base: 0x77520000 Image Size: 0x0007b000
    File Size: 499432 File Time: 2016-01-05_034824
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Advanced Windows 32 Base API
    FileVer: 10.0.10586.63
    ProdVer: 10.0.10586.63

    Module 67
    C:\WINDOWS\SYSTEM32\PSAPI.DLL
    Image Base: 0x775a0000 Image Size: 0x00006000
    File Size: 17048 File Time: 2015-10-30_081714
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Process Status Helper
    FileVer: 10.0.10586.0
    ProdVer: 10.0.10586.0

    Module 68
    C:\WINDOWS\SYSTEM32\ntdll.dll
    Image Base: 0x775b0000 Image Size: 0x0017b000
    File Size: 1542816 File Time: 2016-04-23_062844
    Version:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: NT Layer DLL
    FileVer: 10.0.10586.306
    ProdVer: 10.0.10586.306


    == [end of error.log] ==
     
  4. Ninja_Mouse

    Ninja_Mouse

    Joined:
    Mar 29, 2014
    Posts:
    6
    I finally found the source of the bug last night! My map component is divided into chunks and can run in the editor. The code that was handling the clean up of the chunks worked fine in the editor but fell into an infinite loop when running the game stand alone. The thing I changed was to iterate the loop backwards as the editor destroys the objects immediately but in game it waits until the end of the frame to clean them up.

    So watch out when alternating between object.Destroy() and object.DestroyImmediate() when checking if it is running in the editor.