Quantcast
Channel: Questions in topic: "crash"
Viewing all 2383 articles
Browse latest View live

why Unity 2017.1.1f1 crashes when I try to open / create project?

$
0
0
First I tried to install this version of unity, it was installed but then when I tried tooepn / create a project it just crashes and offers me to send a bug report. I tried to reinstall, clean up registry etc then rinstall multiple times, nothing. same issue I even tried to install an older version, same issue... Whats going on? I have win10 unity was running well before on my comp.....

How Texture2D.CreateExternalTexture works with Direct3D11?

$
0
0
on Unity 2017.1.1 and 2017.1.2 Texture2D.CreateExternalTexture works well on OpenGL Mode, but it crashes if I use Direct3D11 Mode. Here is the crash stack: > Unity.exe!TexturesD3D11Base::TextureFromShaderResourceView(struct ID3D11ShaderResourceView *,struct ID3D11Texture2D * *) Unknown Unity.exe!TexturesD3D11Base::RegisterNativeTexture(struct ID3D11ShaderResourceView *) Unknown Unity.exe!GfxDeviceD3D11Base::RegisterNativeTexture(struct TextureID,__int64,enum TextureDimension) Unknown Unity.exe!GfxDeviceWorker::RunCommand(class ThreadedStreamBuffer &) Unknown Unity.exe!GfxDeviceWorker::Run(void) Unknown Unity.exe!GfxDeviceWorker::RunGfxDeviceWorker(void *) Unknown Unity.exe!Thread::RunThreadWrapper(void *) Unknown kernel32.dll!00000000777e59cd() Unknown ntdll.dll!0000000077a1a561() Unknown I would like to know how to make it use with Direct3D11 Mode and if there are some examples I could follow ? Code below is how I try to make CreateExternalTexture work with Direct3D11. In my native plugin, I create a texture2D as this: D3D11_TEXTURE2D_DESC textureDesc; ZeroMemory(&textureDesc, sizeof(textureDesc)); textureDesc.Width = _width; textureDesc.Height = _height; textureDesc.BindFlags = D3D11_BIND_SHADER_RESOURCE; textureDesc.MipLevels = textureDesc.ArraySize = 1; textureDesc.Format = DXGI_FORMAT_R8G8B8A8_TYPELESS; textureDesc.SampleDesc.Count = 1; textureDesc.Usage = D3D11_USAGE_DEFAULT; textureDesc.CPUAccessFlags = 0; textureDesc.MiscFlags = 0; auto hr = _d3d11Device->CreateTexture2D(&textureDesc, NULL, &_outputTexture); assert(hr == S_OK); return _outputTexture Where _outputTexture is interpreted as void* and passed to Unity as IntPtr. In debug mode, I could see the IntPtr I get from Unity seems OK (not a crazy or zero number). Then In Unity I get the IntPtr and create: // I get my _outputTexture nativeTex = NativeD3D11PluginWrapper.GetOutputTexture((uint)Screen.width, (uint)Screen.height); texture = Texture2D.CreateExternalTexture(Screen.width, Screen.height, format, false, false, nativeTex); <----- crash here (see the crash stack above). If I do the similar thing in OpenGL, it doesn't crash and it works. Of course you know in OpenGL mode, the IntPtr I get is a texture "name" not an address... Thanks for any answers, yashiz

Unity windows crashes on startup

$
0
0
When launching the newly installed Unity app crashes LOG: OS : Windows 7 64 bit Problem signature: Problem Event Name: APPCRASH Application Name: Unity.exe Application Version: 2017.1.0.9747 Application Timestamp: 595f82a8 Fault Module Name: embree.dll Fault Module Version: 2.14.0.0 Fault Module Timestamp: 58c745ab Exception Code: c000001d Exception Offset: 0000000000ebab80 OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 16393 Additional Information 1: b544 Additional Information 2: b5442caf3c14eecc5167b3af2f34d6e5 Additional Information 3: 1b3b Additional Information 4: 1b3bc29b15d1ca2c06a58f71d1663d08

unity open project and crash in 2017.1.0.f3 but work with force opengl command

$
0
0
Hi there, I use 2017.1.0.f3 on windows7 to open my project but unity is crash without any notice. Open other project is fine. I found some suggestions that add "-force opengl" command in the unity desktop shortcut then it will success open it. I am wondering how it happened and why is opengl instead of d3d? It also happened with unity 2017.1.1.f1 Thank you ![alt text][1] [1]: /storage/temp/103555-opengl.jpg

Unity takes up too much memory- then crashes

$
0
0
So, when i try and open my project, It crashes after its been opening for a little bit. Heres my log. Unity Editor [version: Unity 2017.1.1f1_5d30cf096e79] d3d11.dll caused an Access Violation (0xc0000005) in module d3d11.dll at 0033:f7e80ae0. Error occurred at 2017-10-09_204136. C:\Program Files\Unity\Editor\Unity.exe, run by Jaden. 94% memory in use. 3964 MB physical memory [214 MB free]. 9907 MB paging file [4123 MB free]. 8388608 MB user address space [8386836 MB free]. Read from location 00000061 caused an access violation. Context: RDI: 0x09462520 RSI: 0x00000000 RAX: 0x1119bf38 RBX: 0x046d10c0 RCX: 0x1119bf30 RDX: 0x00000000 RIP: 0xf7e80ae0 RBP: 0x33444c80 SegCs: 0x00000033 EFlags: 0x00010202 RSP: 0x1427e9d8 SegSs: 0x0000002b R8: 0x00000000 R9: 0x4334f9c8 R10: 0x31443344 R11: 0x1427e900 R12: 0x00000000 R13: 0x00000000 R14: 0x00000050 R15: 0x0dbe1a40 Bytes at CS:EIP: 48 0f be 42 61 4c 8d 0d 7c e4 04 00 48 83 c1 90 Stack: 0x1427e9d8: 40e253c3 00000001 046d10c0 00000000 .S.@......m..... 0x1427e9e8: 00000000 00000000 00000050 00000000 ........P....... 0x1427e9f8: 00000050 00000000 00000000 00000000 P............... 0x1427ea08: 40f883ce 00000001 00000000 00000000 ...@............ 0x1427ea18: 0dad9500 00000000 1427f440 00000000 ........@.'..... 0x1427ea28: 00000000 00000000 1427f440 00000000 ........@.'..... 0x1427ea38: 40f9913b 00000001 00000000 00000000 ;..@............ 0x1427ea48: 00000000 00000000 0dad9500 00000000 ................ 0x1427ea58: 00000001 00000000 09462520 00000000 ........ %F..... 0x1427ea68: 40e252f4 00000001 00000000 00000000 .R.@............ 0x1427ea78: 00000000 00000000 00000000 00000000 ................ 0x1427ea88: 00000000 00000000 07ac2000 00000000 ......... ...... 0x1427ea98: 40ea4018 00000001 00000000 00000000 .@.@............ 0x1427eaa8: 00000031 00000000 1427ebb0 00000000 1.........'..... 0x1427eab8: 07ac20f0 00000000 00000002 00000000 . .............. 0x1427eac8: 1427f440 00000000 0000000b 00000000 @.'............. 0x1427ead8: 00000008 00000000 00000001 00000000 ................ 0x1427eae8: 00000001 00000000 00000000 00000000 ................ 0x1427eaf8: 00000000 00000000 00000000 00000000 ................ 0x1427eb08: 00000000 00000000 00000000 00000000 ................ 0x1427eb18: 00000000 00000000 00000000 00001f80 ................ 0x1427eb28: 00000033 00000000 0010a0f0 00000202 3............... 0x1427eb38: 0dbe1a40 00000000 07ac20f0 00000000 @........ ...... 0x1427eb48: 00000002 00000000 00000000 00000000 ................ 0x1427eb58: 00000000 00000000 00000000 00109ed8 ................ 0x1427eb68: 406d1388 00000000 00000000 00000000 ..m@............ 0x1427eb78: 00000000 00000000 00000000 00000000 ................ 0x1427eb88: 1427fee0 00000000 00000000 00109e70 ..'.........p... 0x1427eb98: 00000000 00000000 03dc80e0 00000000 ................ 0x1427eba8: 00000000 00000000 00000000 00000000 ................ 0x1427ebb8: 00000000 00000000 00000000 00109e60 ............`... 0x1427ebc8: 00000000 00000000 00000000 00000000 ................ 0x1427ebd8: 00000000 00000000 00000000 00000000 ................ 0x1427ebe8: 415ae61a 00000001 0000027f 00000000 ..ZA............ 0x1427ebf8: 000b9350 00000000 00000000 000b9354 P...........T... 0x1427ec08: 00001f80 0000ffff 00000000 00000000 ................ 0x1427ec18: 00000000 00000000 00109e50 000b86e0 ........P....... 0x1427ec28: 00000000 000b8d68 00000000 00000000 ....h........... 0x1427ec38: 00000000 00000010 00000000 00000000 ................ 0x1427ec48: 00000000 00000000 00000000 000b7ed0 .............~.. 0x1427ec58: 00000000 000b7ed4 00000000 00000000 .....~.......... 0x1427ec68: 00000000 00000000 00000000 00000000 ................ 0x1427ec78: 00000000 00109d8c 00000000 00109eb8 ................ 0x1427ec88: 00000000 000b9378 00000000 00000fd8 ....x........... 0x1427ec98: 00000000 00000000 00000000 00000000 ................ 0x1427eca8: 00000000 00000000 000008b0 0000000f ................ 0x1427ecb8: 778c586a 00000000 00000001 00000001 jX.w............ 0x1427ecc8: 00000001 00000001 00000001 00000000 ................ 0x1427ecd8: 00000000 00000000 00000000 00000000 ................ 0x1427ece8: 00000000 00000000 00000000 00000000 ................ 0x1427ecf8: 00000000 00000000 00000000 00000000 ................ 0x1427ed08: 00000000 00109da8 00000000 0010a0e8 ................ 0x1427ed18: 00001ccc 000b8fb0 00001cc8 00001210 ................ 0x1427ed28: 00000000 000011e0 00000000 00001200 ................ 0x1427ed38: 00000000 00000000 00000000 00000000 ................ 0x1427ed48: 00000000 00000000 00000000 00000000 ................ 0x1427ed58: 00000000 000b7eb8 00000000 00000000 .....~.......... 0x1427ed68: 00000000 00109e34 00000000 00109df0 ....4........... 0x1427ed78: 00000000 00000000 00000000 00000000 ................ 0x1427ed88: 00000000 00000000 00000000 00000000 ................ 0x1427ed98: 00000000 00000000 00000000 00000000 ................ 0x1427eda8: 00000000 00000000 00000000 00000000 ................ 0x1427edb8: 00000000 00000000 00000000 0010a0d4 ................ 0x1427edc8: 00000000 00000000 00000000 00000000 ................ 0x1427edd8: 00000000 00000000 00000000 00000000 ................ 0x1427ede8: 00000000 00109f00 00000000 00000000 ................ 0x1427edf8: 00000000 00000000 00000000 00000000 ................ 0x1427ee08: 00000000 00109c68 00000000 00000000 ....h........... 0x1427ee18: 00000000 00000000 00000000 00000000 ................ 0x1427ee28: 00000000 00109c60 00000000 00000000 ....`........... 0x1427ee38: 00000000 00000000 00000000 00000000 ................ 0x1427ee48: 00000000 00000000 00000000 00000000 ................ 0x1427ee58: 00000000 00000000 00000000 00000000 ................ 0x1427ee68: 00000000 00000000 00000000 00000000 ................ 0x1427ee78: 00000000 00000000 00000000 00000000 ................ 0x1427ee88: 00000000 00000000 00000000 00109970 ............p... 0x1427ee98: 00000000 00109d68 00000000 00000000 ....h........... 0x1427eea8: 00000000 00109e48 00000000 00109e50 ....H.......P... 0x1427eeb8: 00000000 00109e74 00000000 00000000 ....t........... 0x1427eec8: 00000000 00000000 00000000 00000000 ................ 0x1427eed8: 00000000 00000000 00000000 00000000 ................ 0x1427eee8: 00000000 00000000 00000000 00000000 ................ 0x1427eef8: 00000000 00000000 00000000 00000000 ................ 0x1427ef08: 00000000 00000000 00000000 00000000 ................ 0x1427ef18: 00000000 00000000 00000000 00000000 ................ 0x1427ef28: 00000000 00109e64 00000000 00000000 ....d........... 0x1427ef38: 00000000 00000000 00000000 00000000 ................ 0x1427ef48: 00000000 00000000 00000000 0010a060 ............`... 0x1427ef58: 00000000 00000000 00000000 00000000 ................ 0x1427ef68: 00000000 00000000 00000000 00000000 ................ 0x1427ef78: 00000000 00000000 00000000 00109d20 ............ ... 0x1427ef88: 00000000 00000000 00000000 00109948 ............H... 0x1427ef98: 000b9348 00000a04 000b9350 00000b64 H.......P...d... 0x1427efa8: 000b9358 00000968 000b9354 00001d18 X...h...T....... 0x1427efb8: 00000000 00000000 00000000 00000000 ................ 0x1427efc8: 40000000 00000001 015ae618 00000000 ...@......Z..... 0x1427efd8: 1427fee0 00000000 1427f180 00000000 ..'.......'..... 0x1427efe8: 445561ec 00000001 00000000 00000000 .aUD............ 0x1427eff8: 1427fe30 00000000 445561f8 00000001 0.'......aUD.... 0x1427f008: 778e052e 00000000 1427fee0 00000000 ...w......'..... 0x1427f018: 415ae61a 00000001 0010a118 00000000 ..ZA............ 0x1427f028: 0010a0f0 00000000 1427f1d0 00000000 ..........'..... 0x1427f038: 1427f6a0 00000000 00000000 00000000 ..'............. 0x1427f048: 41ce9bb8 00000001 415ae61a 00000001 ...A......ZA.... 0x1427f058: 00000001 00000000 1427fee0 00000000 ..........'..... 0x1427f068: 00000000 00000000 1427f1d0 00000000 ..........'..... 0x1427f078: 1427f6a0 00000000 1427fe30 00000000 ..'.....0.'..... 0x1427f088: 1427f800 00000000 000b86d8 00000001 ..'............. 0x1427f098: 000b86f8 00000000 000b86e0 00000000 ................ 0x1427f0a8: 415ae618 00000001 1427e000 00000000 ..ZA......'..... 0x1427f0b8: 000b8d60 00000000 000b8d74 00000000 `.......t....... 0x1427f0c8: 000b8d68 00000000 1427fee0 00000000 h.........'..... 0x1427f0d8: 44c50290 00000001 1427f180 00000000 ...D......'..... 0x1427f0e8: 779e855f 00000000 14280000 00000000 _..w......(..... 0x1427f0f8: fd9f39f4 000007fe 0021f39c 00000000 .9........!..... 0x1427f108: 00000000 00109dac 00000000 000b8fb8 ................ 0x1427f118: 00000000 000011e8 00000000 00000000 ................ 0x1427f128: 00000000 00000000 1427fee0 00000000 ..........'..... 0x1427f138: 000b8150 00000000 000b8148 00109db0 P.......H....... 0x1427f148: 000b8160 00000000 000b8158 00000000 `.......X....... 0x1427f158: 0000000c 00000000 00000014 00000001 ................ 0x1427f168: 00000010 00000000 1427f6a0 00000000 ..........'..... 0x1427f178: 40000000 00109ed4 415ae618 00000001 ...@......ZA.... 0x1427f188: 40000000 00109c70 44c50290 00000001 ...@p......D.... 0x1427f198: 1427fee0 00000000 00000000 00000000 ..'............. 0x1427f1a8: 1427f1d0 00000000 41ce9aa8 00000001 ..'........A.... 0x1427f1b8: 445561ec 00000001 1427f6a0 00000000 .aUD......'..... 0x1427f1c8: 00000000 00000000 00000000 00109968 ............h... 0x1427f1d8: 00000000 00000000 00000000 00109e68 ............h... 0x1427f1e8: 00000000 00000000 00000000 00000000 ................ 0x1427f1f8: 00000000 00000000 0010000f 00001f80 ................ 0x1427f208: 002b0033 0053002b 002b002b 00000202 3.+.+.S.+.+..... 0x1427f218: 00000000 00109e58 00000000 00000000 ....X........... 0x1427f228: 00000000 00000000 000b7ecc 00000000 .........~...... 0x1427f238: 000b7ed0 00000000 000b7ed8 00000000 .~.......~...... 0x1427f248: 000b7ed4 00109cfc 1427f1d0 00109928 .~........'.(... 0x1427f258: 1427e9e8 00000b44 00000000 00001d14 ..'.D........... 0x1427f268: 1427ff30 00000000 00000000 00000000 0.'............. 0x1427f278: 00000000 00000000 03dc80e0 00000000 ................ 0x1427f288: 1427e000 00000000 406d1388 00000000 ..'.......m@.... 0x1427f298: 00109d84 00000001 00109da4 00000000 ................ 0x1427f2a8: 00109d8c 0010a0ec 00109ea8 00000000 ................ 0x1427f2b8: 00109ed0 00000000 00109eb8 00000000 ................ 0x1427f2c8: 000b9368 00000001 000b9380 00000000 h............... 0x1427f2d8: 000b9378 00000000 00000fc8 00000000 x............... 0x1427f2e8: 00000ff4 0000ffff 00000fd8 00000000 ................ 0x1427f2f8: 00000000 00000000 00000000 00000000 ................ 0x1427f308: 00000000 00000000 0010a0ec 00109e60 ............`... 0x1427f318: 00001208 00000000 00000000 0010a0d0 ................ 0x1427f328: 00109df4 00000000 00000000 00000000 ................ 0x1427f338: 00000000 00000000 00000000 00000000 ................ 0x1427f348: 00109ed8 000009e8 00000000 00000940 ............@... 0x1427f358: 00109c48 00000000 00000000 00000000 H............... 0x1427f368: 00000000 00000000 00000000 00000000 ................ 0x1427f378: 00109e54 00000000 00000000 00000000 T............... 0x1427f388: 00109f98 00000000 00000000 00000000 ................ 0x1427f398: 00000000 00000000 00000000 00000000 ................ 0x1427f3a8: 0010a0e4 00000000 00000000 00000000 ................ 0x1427f3b8: 00000000 00000000 00000000 00000000 ................ 0x1427f3c8: 00109e70 00000000 00000000 00000000 p............... 0x1427f3d8: 000b7eb4 00000000 00000000 00000000 .~.............. 0x1427f3e8: 00000000 00000000 00000000 00000000 ................ 0x1427f3f8: 00000000 00000000 44a92fc0 00000001 ........./.D.... 0x1427f408: 00109d60 00000000 00000000 00000000 `............... 0x1427f418: 00001218 00109fb4 0000000b 00000000 ................ 0x1427f428: 00002788 00000000 00000014 00000004 .'.............. 0x1427f438: 00000000 00000002 00000000 00000000 ................ 0x1427f448: 00000000 00000000 00000000 00000000 ................ 0x1427f458: 00000000 00000000 00000000 00000000 ................ 0x1427f468: 00000000 00000000 44a93100 00000001 .........1.D.... 0x1427f478: 44a93100 00000001 00000000 00000000 .1.D............ 0x1427f488: 00000000 00000000 00000000 00000000 ................ 0x1427f498: 00000000 00000000 00000000 00000000 ................ 0x1427f4a8: 44a93100 00000001 00000000 00000000 .1.D............ 0x1427f4b8: 00000000 00000000 00000000 00000000 ................ 0x1427f4c8: 00000000 00000000 77ae03c8 00000000 ...........w.... 0x1427f4d8: 00000000 00000000 44a93100 00000001 .........1.D.... 0x1427f4e8: 44a93100 00000001 000002d8 00000000 .1.D............ 0x1427f4f8: 000002d8 00000000 0da90558 00000000 ........X....... 0x1427f508: 77a1ddd8 00000000 00000000 00000000 ...w............ 0x1427f518: 00000000 00000000 00000000 00000000 ................ 0x1427f528: 00000000 00000000 00000000 00000000 ................ 0x1427f538: 1427f620 00000000 00000000 00000000 .'............. 0x1427f548: 00000000 00000000 00000000 00000000 ................ 0x1427f558: 00000000 00000000 00000000 00000000 ................ 0x1427f568: 00000000 00000000 00000000 00000000 ................ 0x1427f578: 00000000 00000000 11181cf0 00000000 ................ 0x1427f588: 00000000 00000000 00000000 00000000 ................ 0x1427f598: 00000000 00000000 fffffffe ffffffff ................ 0x1427f5a8: 004182a0 00000000 00000000 00000000 ..A............. 0x1427f5b8: 004184f8 00000000 0d66b670 00000000 ..A.....p.f..... 0x1427f5c8: 00000000 00000000 00000000 00000000 ................ 0x1427f5d8: 00000000 00000000 77a24510 00000000 .........E.w.... 0x1427f5e8: 00000001 00000000 77afd660 00000000 ........`..w.... 0x1427f5f8: fffdf000 000007ff 000002d8 00000000 ................ 0x1427f608: 1316d864 00000000 00000000 00000000 d............... 0x1427f618: 131731c2 00000000 00000003 00000000 .1.............. 0x1427f628: 1427f6a0 00000000 77ae03c8 00000000 ..'........w.... 0x1427f638: 00000000 00000000 00002010 00000000 ......... ...... 0x1427f648: 00410000 00000000 00000000 00000000 ..A............. 0x1427f658: 131713b7 00000000 13a8e350 00000000 ........P....... 0x1427f668: 77a1fd3e 00000000 00000000 00000000 >..w............ 0x1427f678: 00002000 00000000 12ec0000 00000000 . .............. 0x1427f688: 1316d64b 00000000 13a8e350 00000000 K.......P....... 0x1427f698: 12ec0000 00000000 00000002 00010402 ................ 0x1427f6a8: 415ae5e0 00000001 fd9aa080 000007fe ..ZA............ 0x1427f6b8: fd990000 000007fe 046b9970 00000000 ........p.k..... 0x1427f6c8: 00000000 00000000 00000000 00000000 ................ 0x1427f6d8: 00000000 00000000 00000000 00000000 ................ 0x1427f6e8: 00000000 00000000 00000000 00000000 ................ 0x1427f6f8: 00000000 00000000 046c4640 00000000 ........@Fl..... 0x1427f708: 00000001 00000000 ffffffff 00000000 ................ 0x1427f718: 00000000 00000000 00000000 00000000 ................ 0x1427f728: 00000000 00000000 0041ac40 00000000 ........@.A..... 0x1427f738: e99a41c6 000007fe f77eb7b8 000007fe .A........~..... 0x1427f748: f77d12b9 000007fe 00000000 00000000 ..}............. 0x1427f758: 00000002 00000000 00000001 00000000 ................ 0x1427f768: 00000000 00000000 00000000 00000000 ................ 0x1427f778: fd9b6944 000007fe 00000002 00000000 Di.............. 0x1427f788: 1427fe30 00000000 779d0000 00000000 0.'........w.... 0x1427f798: 779e8958 00000000 00000000 00000000 X..w............ 0x1427f7a8: 77aef5ac 00000000 00000048 00000000 ...w....H....... 0x1427f7b8: 1427f7f0 00000000 0000000e 00000000 ..'............. 0x1427f7c8: 779e8b58 00000000 1427fe30 00000000 X..w....0.'..... 0x1427f7d8: 1427f800 00000000 00000000 00000000 ..'............. 0x1427f7e8: 00000000 00000000 00000000 00000000 ................ 0x1427f7f8: 1427f7d0 00000000 00000001 00000000 ..'............. 0x1427f808: ffffffff 00000000 00000001 00000000 ................ 0x1427f818: fffdf000 000007ff 00000000 00000000 ................ 0x1427f828: 00000478 00000000 0010000f 00001f80 x............... 0x1427f838: 002b0033 0053002b 002b002b 00000202 3.+.+.S.+.+..... 0x1427f848: 00000478 00000000 000002c8 00000000 x............... 0x1427f858: 000002c8 00000000 00000000 00000000 ................ 0x1427f868: e4c22083 000007fe 77a24510 00000000 . .......E.w.... 0x1427f878: 638c7e43 00000000 1427f800 00000000 C~.c......'..... 0x1427f888: 000000b0 00000000 00000000 00000000 ................ 0x1427f898: 1427fe10 00000000 00000000 00000000 ..'............. 0x1427f8a8: 00000000 00000000 03dc80e0 00000000 ................ 0x1427f8b8: 00000000 00000000 00000000 00000000 ................ 0x1427f8c8: 00000008 00000000 10a92360 00000000 ........`#...... 0x1427f8d8: 41c2be89 00000001 00000000 00000000 ...A............ 0x1427f8e8: 00000000 00000000 00000000 00000000 ................ 0x1427f8f8: fd9aa06d 000007fe 10a92360 00000000 m.......`#...... 0x1427f908: 41c2c2bd 00000001 00000010 00000000 ...A............ 0x1427f918: 10a90050 00000000 00000000 00000000 P............... 0x1427f928: 00000000 00000000 10a92380 00000000 .........#...... 0x1427f938: 40a59f94 00000001 10a92370 00000000 ...@....p#...... 0x1427f948: 44ab5420 00000001 00000000 00000000 T.D............ 0x1427f958: 00000000 00000000 00000000 00000000 ................ 0x1427f968: 00000000 00000000 00000000 00000000 ................ 0x1427f978: 00000000 00000000 00000010 00000000 ................ 0x1427f988: fffffffe ffffffff fffffffe ffffffff ................ 0x1427f998: 00000000 00000000 10a92378 00000000 ........x#...... 0x1427f9a8: 413d0fcf 00000001 10a92130 00000000 ..=A....0!...... 0x1427f9b8: 037923d0 00000000 59541dd8 00004167 .#y.......TYgA.. 0x1427f9c8: 00000000 00000000 00000000 00000000 ................ 0x1427f9d8: 00000000 00000000 00000000 00000000 ................ 0x1427f9e8: 10a92100 00000000 10a92130 00000000 .!......0!...... 0x1427f9f8: 418e5170 00000001 44ab1640 00000001 pQ.A....@..D.... 0x1427fa08: 000001db 00000000 00000400 00000000 ................ 0x1427fa18: 40a5a0a5 00000001 00000400 00000000 ...@............ 0x1427fa28: 00000000 00000000 00000010 00000000 ................ 0x1427fa38: 00000400 00000000 44ab1640 00000001 ........@..D.... 0x1427fa48: 418e6f10 00000001 00000000 00000000 .o.A............ 0x1427fa58: 10a92130 00000000 10a92380 00000000 0!.......#...... 0x1427fa68: 00000000 00000000 4334fbd0 00000001 ..........4C.... 0x1427fa78: 42fa7978 00000001 000001db 00000000 xy.B............ 0x1427fa88: 00000000 00000000 000001db 00000000 ................ 0x1427fa98: 42fa7978 00000001 00000000 00000000 xy.B............ 0x1427faa8: fffffffe ffffffff 1427fb00 00000000 ..........'..... 0x1427fab8: 02000002 00000000 fffdf000 000007ff ................ 0x1427fac8: 2d00012c 00000000 00040017 00000000 ,..-............ 0x1427fad8: 11d0ff78 00000000 59541ec8 00004167 x.........TYgA.. 0x1427fae8: 03790000 00000000 00000000 00000000 ..y............. 0x1427faf8: 00000000 00000000 10a92130 00000000 ........0!...... 0x1427fb08: 00000400 00000000 00000008 00000000 ................ 0x1427fb18: 447ed5f0 00000001 44ab1640 00000001 ..~D....@..D.... 0x1427fb28: 1427fc01 00000000 00000000 00000000 ..'............. 0x1427fb38: 418e73c6 00000001 1427fd50 00000000 .s.A....P.'..... 0x1427fb48: 037923d0 00000000 037b62b0 00000000 .#y......b{..... 0x1427fb58: 40a59806 00000001 00000000 00000000 ...@............ 0x1427fb68: 42fa7978 00000001 000001db 00000000 xy.B............ 0x1427fb78: 11d0ff80 00000000 000001db 00000000 ................ 0x1427fb88: 42fa7978 00000001 44ab1640 00000001 xy.B....@..D.... 0x1427fb98: 0000004e 00000000 00000400 00000000 N............... 0x1427fba8: fffffffe ffffffff 00000030 00000000 ........0....... 0x1427fbb8: 00000000 00000000 00000010 00000000 ................ 0x1427fbc8: 00000030 00000000 44ab1640 00000001 0.......@..D.... 0x1427fbd8: 418e6f10 00000001 00000000 00000000 .o.A............ 0x1427fbe8: 1427fd50 00000000 59541fd8 00004167 P.'.......TYgA.. 0x1427fbf8: 44ab5420 00000001 4334fbd0 00000001 T.D......4C.... 0x1427fc08: 00000000 00000000 10a920e0 00000000 ......... ...... 0x1427fc18: 431c77a0 00000001 42fa79c7 00000001 .w.C.....y.B.... 0x1427fc28: 00000008 00000000 00000400 00000000 ................ 0x1427fc38: 10a92130 00000000 00000000 00000000 0!.............. 0x1427fc48: 418e7648 00000001 10a920d8 00000000 Hv.A..... ...... 0x1427fc58: 413d0fcf 00000001 447ed1d0 00000001 ..=A......~D.... 0x1427fc68: 037923d0 00000000 10a92130 00000000 .#y.....0!...... 0x1427fc78: 00000000 00000001 42fa7978 00000001 ........xy.B.... 0x1427fc88: 000001db 00000000 00000400 00000000 ................ 0x1427fc98: 40ca34b5 00000001 10a92128 00000000 .4.@....(!...... 0x1427fca8: 42fa7978 00000001 00000000 00000000 xy.B............ 0x1427fcb8: 00000030 00000000 00000000 00000000 0............... 0x1427fcc8: 42fa7978 00000001 000001db 00000000 xy.B............ 0x1427fcd8: 77a1ddd8 00000000 00000040 00000000 ...w....@....... 0x1427fce8: 40969a01 00000001 00000000 00000000 ...@............ 0x1427fcf8: 00000000 00000000 00000000 00000000 ................ 0x1427fd08: 00000000 00000000 00000000 00000000 ................ 0x1427fd18: 00000000 00000000 00000000 00000000 ................ 0x1427fd28: 00000000 00000000 00000000 00000000 ................ 0x1427fd38: 00000000 00000000 00000000 00000000 ................ 0x1427fd48: 00000000 00000000 00000000 00000000 ................ 0x1427fd58: 00000000 00000000 00000000 00000000 ................ 0x1427fd68: 00000000 00000000 00000000 00000000 ................ 0x1427fd78: 4097b6a5 00000001 00000000 00000001 ...@............ 0x1427fd88: 43240698 00000001 10a920e8 00000000 ..$C..... ...... 0x1427fd98: 00000000 00000000 fffffffe ffffffff ................ 0x1427fda8: 00000000 00000000 00000000 ffffffff ................ 0x1427fdb8: 00000039 00000000 00000000 00000001 9............... 0x1427fdc8: 447ed1d0 00000001 00000000 00000001 ..~D............ 0x1427fdd8: 00000044 00000000 00000000 00000001 D............... 0x1427fde8: 00000039 00000001 00000000 00000001 9............... 0x1427fdf8: 00000039 00000001 10a920e0 00000000 9........ ...... 0x1427fe08: 413d1000 00000001 00000001 00000000 ..=A............ 0x1427fe18: 431c77a0 00000001 431c77a0 00000001 .w.C.....w.C.... 0x1427fe28: 00000001 00000000 10a920e0 00000000 ......... ...... 0x1427fe38: 4097eab8 00000001 00000001 00000000 ...@............ 0x1427fe48: 431c77a0 00000001 00000000 00000001 .w.C............ 0x1427fe58: 431c7b18 00000001 00000047 00000000 .{.C....G....... 0x1427fe68: 00000000 00000000 59540e38 00004167 ........8.TYgA.. 0x1427fe78: 40000000 00000000 00000000 00000000 ...@............ 0x1427fe88: 00000000 00000000 00000000 00000000 ................ 0x1427fe98: 00000000 00000000 00000000 00000000 ................ 0x1427fea8: 00000000 00000000 07ac20f0 00000000 ......... ...... 0x1427feb8: 00000001 00000000 00000000 00000000 ................ 0x1427fec8: 40ea646f 00000001 00000001 00000000 od.@............ 0x1427fed8: 10a920e0 00000000 00000031 00000000 . ......1....... 0x1427fee8: 4334f720 00000001 03dc80e0 00000000 .4C............ 0x1427fef8: 40e85d10 00000001 07ac20f0 00000000 .].@..... ...... 0x1427ff08: 00000000 00000000 00000000 00000000 ................ 0x1427ff18: 00000003 00000000 00000000 00000000 ................ 0x1427ff28: 415af5cc 00000001 03dd2a50 00000000 ..ZA....P*...... 0x1427ff38: 00000000 00000000 00000000 00000000 ................ 0x1427ff48: 00000000 00000000 00000000 00000000 ................ 0x1427ff58: 778c59cd 00000000 00000000 00000000 .Y.w............ 0x1427ff68: 00000000 00000000 00000000 00000000 ................ 0x1427ff78: 00000000 00000000 00000000 00000000 ................ 0x1427ff88: 779fa561 00000000 00000000 00000000 a..w............ 0x1427ff98: 00000000 00000000 00000000 00000000 ................ 0x1427ffa8: 00000000 00000000 7794bab0 00000000 ...........w.... 0x1427ffb8: 7794bab0 00000000 1427dcd0 00000000 ...w......'..... 0x1427ffc8: 00000000 00000000 00000000 00000000 ................ 0x1427ffd8: 00000000 00000000 00000000 00000000 ................ 0x1427ffe8: 00000000 00000000 00000000 00000000 ................ 0x1427fff8: 00000000 00000000 ........ Module 1 C:\Program Files\Unity\Editor\OpenRL_pthread.dll Image Base: 0x80000000 Image Size: 0x0000f000 File Size: 42496 File Time: 2017-08-31_040228 Version: Company: Open Source Software community LGPL Product: POSIX Threads for Windows LPGL FileDesc: MS C 32 bit FileVer: 2.9.0.0 ProdVer: 2.9.0.0 Module 2 C:\Program Files\Unity\Editor\OpenRL.dll Image Base: 0x80000000 Image Size: 0x00c30000 File Size: 12654592 File Time: 2017-08-31_040228 Version: Company: Imagination Technologies, Inc. Product: OpenRL™ FileDesc: OpenRL™ Library FileVer: 1.5.100.0 ProdVer: 1.5.100.0 Module 3 C:\Windows\system32\igd10umd64.dll Image Base: 0x80000000 Image Size: 0x003b6000 File Size: 3798528 File Time: 2009-06-03_110114 Version: Company: Intel Corporation Product: Intel Graphics Accelerator Drivers for Windows 7(R) FileDesc: LDDM User Mode Driver for Intel(R) Graphics Technology FileVer: 8.15.10.1808 ProdVer: 8.15.10.1808 Module 4 C:\Windows\system32\MSVCP100.dll Image Base: 0x74410000 Image Size: 0x00098000 File Size: 607568 File Time: 2010-03-18_093602 Version: Company: Microsoft Corporation Product: Microsoft® Visual Studio® 2010 FileDesc: Microsoft® C Runtime Library FileVer: 10.0.30319.1 ProdVer: 10.0.30319.1 Module 5 C:\Windows\system32\MSVCR100.dll Image Base: 0x744b0000 Image Size: 0x000d1000 File Size: 827728 File Time: 2010-03-18_093602 Version: Company: Microsoft Corporation Product: Microsoft® Visual Studio® 2010 FileDesc: Microsoft® C Runtime Library FileVer: 10.0.30319.1 ProdVer: 10.0.30319.1 Module 6 C:\Windows\system32\ksuser.dll Image Base: 0x75420000 Image Size: 0x00006000 File Size: 5120 File Time: 2015-12-08_140732 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: User CSA Library FileVer: 6.1.7601.19091 ProdVer: 6.1.7601.19091 Module 7 C:\Windows\system32\USER32.dll Image Base: 0x777b0000 Image Size: 0x000fa000 File Size: 1009152 File Time: 2016-11-10_113242 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Multi-User Windows USER API Client DLL FileVer: 6.1.7601.23594 ProdVer: 6.1.7601.23594 Module 8 C:\Windows\system32\kernel32.dll Image Base: 0x778b0000 Image Size: 0x0011f000 File Size: 1163264 File Time: 2017-09-13_102800 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows NT BASE API Client DLL FileVer: 6.1.7601.23915 ProdVer: 6.1.7601.23915 Module 9 C:\Windows\SYSTEM32\ntdll.dll Image Base: 0x779d0000 Image Size: 0x001aa000 File Size: 1732864 File Time: 2017-09-13_103158 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: NT Layer DLL FileVer: 6.1.7601.23915 ProdVer: 6.1.7601.23915 Module 10 C:\Windows\system32\PSAPI.DLL Image Base: 0x77b90000 Image Size: 0x00007000 File Size: 9216 File Time: 2009-07-13_204154 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Process Status Helper FileVer: 6.1.7600.16385 ProdVer: 6.1.7600.16385 Module 11 C:\Windows\system32\normaliz.DLL Image Base: 0x77ba0000 Image Size: 0x00003000 File Size: 2560 File Time: 2009-07-13_203142 Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Unicode Normalization DLL FileVer: 6.1.7600.16385 ProdVer: 6.1.7600.16385 == [end of error.log] == Someone PLEASE help :( . I run unity 2017, ive already tried with 5. Same error.

Our Unity game crash random in iOS with Unity 5.3.5p7

$
0
0
We use Unity5.3.5p7 error images: ![alt text][1] ![alt text][2] @JoshPeterson This error seems to happen randomly,I don't know why, Can you give me some advice? Thank you! [1]: /storage/temp/103645-qq图片20171013194038.png [2]: /storage/temp/103646-qq图片20171013194049.png

Game is crash when i m trying to change the texture in device ?

$
0
0
IEnumerator Ok2(string URL) { byte[] byteArray = File.ReadAllBytes (URL); yield return new WaitUntil (() =>byteArray.Length > 0); Texture2D texture = new Texture2D (1, 1); texture.LoadImage (byteArray); Material[] a1; a1 = cars [tmpSelectedCar].transform.GetChild (0).GetComponent ().materials; a1 [1].mainTexture = texture; a1 [0].mainTexture = texture; cars [tmpSelectedCar].transform.GetChild (0).GetComponent ().materials = a1; cars [tmpSelectedCar].transform.GetChild (1).GetComponent ().material.mainTexture = texture; cars [tmpSelectedCar].transform.GetChild (2).GetComponent ().material.mainTexture = texture; } //@Textutre Change For Cars public void MaterialChange(int numb) { MaterialSelect = numb; if (File.Exists (Application.persistentDataPath + "car" + numb + ".jpg")) { StartCoroutine (Ok2 (Application.persistentDataPath + "car" + numb + ".jpg")); } }

every time i click the game window unity crashes

$
0
0
each time i try to play what i have created unity crashes mono develop crashes when i try to use it so i am using atom i am running this on a mac

The Unity Editor crashes when I activate shadows

$
0
0
Hello everyone, I have a weird problem with the latest version (2017.1.1f1) of the Unity Editor. When I create a new 3D project, add a 3D Game Object and go on the Game view, the Unity Editor crashes directly. After a few tries, I found that I don't have any issue if I set "No Shadows" in the "Shadow Type" of the "Directional Light". I have a MacBook Air with macOS High Sierra and here is the Apple Crash Report: Process: Unity [519] Path: /Applications/Unity/Unity.app/Contents/MacOS/Unity Identifier: com.unity3d.UnityEditor5.x Version: Unity version 2017.1.1f1 (2017.1.1f1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Unity [519] User ID: 501 Date/Time: 2017-10-09 22:04:33.632 +0200 OS Version: Mac OS X 10.13 (17A365) Report Version: 12 Anonymous UUID: 40DEF59F-AB01-69B2-448F-F58E7B23E556 Time Awake Since Boot: 2000 seconds System Integrity Protection: enabled Crashed Thread: 31 UnityGfxDeviceWorker Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called Application Specific Signatures: Graphics hardware encountered an error and was reset: 0x00000813 Thread 0:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x000000010131b374 GfxDeviceClient::AcquireThreadOwnership() + 340 5 com.unity3d.UnityEditor5.x 0x0000000100dc922e SetSyncToVBL(ObjectHandle, int) + 46 6 com.unity3d.UnityEditor5.x 0x0000000102209e8d RepaintController::SetupOSSpecificWindowSpaceAndVSync(GUIView*, RectT const&) + 77 7 com.unity3d.UnityEditor5.x 0x000000010047996e RepaintController::RenderGameViewCameras(RenderTexture*, int, RectT const&, Vector2f const&, bool) + 558 8 com.unity3d.UnityEditor5.x 0x0000000101da7e85 EditorGUIUtility_CUSTOM_INTERNAL_CALL_RenderGameViewCamerasInternal(MonoObject*, int, RectT const&, Vector2fIcall const&, unsigned char) + 245 9 ??? 0x0000000140b5ce0c 0 + 5380623884 10 ??? 0x0000000140b5cd12 0 + 5380623634 11 ??? 0x000000014693c64e 0 + 5479056974 12 ??? 0x000000011c4f639a 0 + 4769932186 13 libmono.0.dylib 0x00000001349b5c66 0x1349ac000 + 40038 14 libmono.0.dylib 0x0000000134ae0dba mono_runtime_invoke + 117 15 libmono.0.dylib 0x0000000134ae6b60 mono_runtime_invoke_array + 946 16 libmono.0.dylib 0x0000000134aa557f 0x1349ac000 + 1021311 17 ??? 0x00000001367f0c53 0 + 5209263187 18 ??? 0x00000001367f06ac 0 + 5209261740 19 ??? 0x00000001367fd176 0 + 5209313654 20 ??? 0x000000013e419b9c 0 + 5339454364 21 ??? 0x000000013e419a6a 0 + 5339454058 22 ??? 0x000000013f380ac6 0 + 5355604678 23 ??? 0x000000013f375415 0 + 5355557909 24 ??? 0x000000013f36f407 0 + 5355533319 25 ??? 0x000000013ed7fa30 0 + 5349308976 26 ??? 0x000000013ed8ffd2 0 + 5349375954 27 ??? 0x000000013ed78297 0 + 5349278359 28 ??? 0x000000013ed785d1 0 + 5349279185 29 ??? 0x000000013e48f8c3 0 + 5339936963 30 ??? 0x000000013e48f291 0 + 5339935377 31 ??? 0x000000013e48efc8 0 + 5339934664 32 ??? 0x000000013e48eb57 0 + 5339933527 33 ??? 0x000000013e48ece6 0 + 5339933926 34 libmono.0.dylib 0x00000001349b5c66 0x1349ac000 + 40038 35 libmono.0.dylib 0x0000000134ae0dba mono_runtime_invoke + 117 36 com.unity3d.UnityEditor5.x 0x00000001019c774d ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) + 125 37 com.unity3d.UnityEditor5.x 0x000000010041f596 GUIView::processRetainedMode(InputEvent&, GUIState&) + 230 38 com.unity3d.UnityEditor5.x 0x00000001021f7583 GUIView::OnInputEvent(InputEvent&) + 755 39 com.unity3d.UnityEditor5.x 0x000000010041ec80 GUIView::processInputEvent(InputEvent&) + 32 40 com.unity3d.UnityEditor5.x 0x000000010220f19a -[GUIRenderView renderRect:] + 266 41 com.unity3d.UnityEditor5.x 0x0000000102210280 -[GUIOpenGLView drawRect:] + 336 42 com.unity3d.UnityEditor5.x 0x00000001021f9025 GUIView::RepaintAll(bool) + 949 43 com.unity3d.UnityEditor5.x 0x0000000100365c74 Application::TickTimer() + 3988 44 com.apple.Foundation 0x00007fff5846cd99 __NSFireTimer + 83 45 com.apple.CoreFoundation 0x00007fff56352cd4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 46 com.apple.CoreFoundation 0x00007fff56352947 __CFRunLoopDoTimer + 1095 47 com.apple.CoreFoundation 0x00007fff5635244a __CFRunLoopDoTimers + 346 48 com.apple.CoreFoundation 0x00007fff56349a4b __CFRunLoopRun + 2427 49 com.apple.CoreFoundation 0x00007fff56348e43 CFRunLoopRunSpecific + 483 50 com.apple.HIToolbox 0x00007fff55668866 RunCurrentEventLoopInMode + 286 51 com.apple.HIToolbox 0x00007fff556685d6 ReceiveNextEventCommon + 613 52 com.apple.HIToolbox 0x00007fff55668354 _BlockUntilNextEventMatchingListInModeWithFilter + 64 53 com.apple.AppKit 0x00007fff5396644f _DPSNextEvent + 2085 54 com.apple.AppKit 0x00007fff540fb508 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044 55 com.apple.AppKit 0x00007fff5395b25d -[NSApplication run] + 764 56 com.apple.AppKit 0x00007fff5392a3fe NSApplicationMain + 804 57 com.unity3d.UnityEditor5.x 0x0000000102201755 EditorMain(int, char const**) + 853 58 com.unity3d.UnityEditor5.x 0x0000000102201bc9 main + 9 59 libdyld.dylib 0x00007fff7d8ac145 start + 1 Thread 1:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff5634a475 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff563497c7 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56348e43 CFRunLoopRunSpecific + 483 5 com.apple.AppKit 0x00007fff53aa3c49 _NSEventThread + 184 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fff7d9fc1d2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff7d977774 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101bb30b2 Thread::Sleep(double) + 98 3 com.unity3d.UnityEditor5.x 0x0000000100ae997d CurlRequest::MessageThread() + 1565 4 com.unity3d.UnityEditor5.x 0x0000000100ae92f9 CurlRequest::_ThreadEntryPoint(void*) + 9 5 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 3:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff5634a475 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff563497c7 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56348e43 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff583f53f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 org.chromium.ContentShell.framework 0x00000001081a1664 0x1080bf000 + 927332 7 org.chromium.ContentShell.framework 0x00000001081a0e3c 0x1080bf000 + 925244 8 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 9 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 10 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 11 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 12 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 13 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 14 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 4:: DnsConfigService 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 org.chromium.ContentShell.framework 0x00000001083a0890 0x1080bf000 + 3020944 2 org.chromium.ContentShell.framework 0x000000010821980c 0x1080bf000 + 1419276 3 org.chromium.ContentShell.framework 0x00000001082186ad 0x1080bf000 + 1414829 4 org.chromium.ContentShell.framework 0x00000001081a0140 0x1080bf000 + 921920 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 5:: WorkerPool/98567 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db3769b _pthread_cond_wait + 789 2 org.chromium.ContentShell.framework 0x0000000108203eeb 0x1080bf000 + 1330923 3 org.chromium.ContentShell.framework 0x000000010820ee52 0x1080bf000 + 1375826 4 org.chromium.ContentShell.framework 0x000000010820f3a0 0x1080bf000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 6:: WorkerPool/43035 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db3769b _pthread_cond_wait + 789 2 org.chromium.ContentShell.framework 0x0000000108203eeb 0x1080bf000 + 1330923 3 org.chromium.ContentShell.framework 0x000000010820ee52 0x1080bf000 + 1375826 4 org.chromium.ContentShell.framework 0x000000010820f3a0 0x1080bf000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 7:: OptimizingCompi 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x00000001096a5c57 0x1080bf000 + 22965335 2 org.chromium.ContentShell.framework 0x000000010968a945 0x1080bf000 + 22853957 3 org.chromium.ContentShell.framework 0x00000001097aa267 0x1080bf000 + 24031847 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 8:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x00000001096a5c57 0x1080bf000 + 22965335 2 org.chromium.ContentShell.framework 0x0000000109723ce7 0x1080bf000 + 23481575 3 org.chromium.ContentShell.framework 0x00000001097aa267 0x1080bf000 + 24031847 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 9:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x00000001096a5c57 0x1080bf000 + 22965335 2 org.chromium.ContentShell.framework 0x0000000109723ce7 0x1080bf000 + 23481575 3 org.chromium.ContentShell.framework 0x00000001097aa267 0x1080bf000 + 24031847 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 10:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x00000001096a5c57 0x1080bf000 + 22965335 2 org.chromium.ContentShell.framework 0x0000000109723ce7 0x1080bf000 + 23481575 3 org.chromium.ContentShell.framework 0x00000001097aa267 0x1080bf000 + 24031847 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 11:: Chrome_DBThread 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c07f78 0x1080bf000 + 11833208 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 12:: Chrome_FileThread 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 org.chromium.ContentShell.framework 0x00000001083a0890 0x1080bf000 + 3020944 2 org.chromium.ContentShell.framework 0x000000010821980c 0x1080bf000 + 1419276 3 org.chromium.ContentShell.framework 0x00000001082186ad 0x1080bf000 + 1414829 4 org.chromium.ContentShell.framework 0x00000001081a0140 0x1080bf000 + 921920 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c07ff8 0x1080bf000 + 11833336 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 13:: Chrome_FileUserBlockingThread 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c08078 0x1080bf000 + 11833464 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 14:: Chrome_ProcessLauncherThread 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c080f8 0x1080bf000 + 11833592 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 15:: Chrome_CacheThread 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 org.chromium.ContentShell.framework 0x00000001083a0890 0x1080bf000 + 3020944 2 org.chromium.ContentShell.framework 0x000000010821980c 0x1080bf000 + 1419276 3 org.chromium.ContentShell.framework 0x00000001082186ad 0x1080bf000 + 1414829 4 org.chromium.ContentShell.framework 0x00000001081a0128 0x1080bf000 + 921896 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c08178 0x1080bf000 + 11833720 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 16:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 org.chromium.ContentShell.framework 0x00000001083a0890 0x1080bf000 + 3020944 2 org.chromium.ContentShell.framework 0x000000010821980c 0x1080bf000 + 1419276 3 org.chromium.ContentShell.framework 0x00000001082186ad 0x1080bf000 + 1414829 4 org.chromium.ContentShell.framework 0x00000001081a0128 0x1080bf000 + 921896 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000108c081f8 0x1080bf000 + 11833848 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 17:: IndexedDB 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 18:: AudioThread 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 org.chromium.ContentShell.framework 0x0000000108d4068c 0x1080bf000 + 13112972 3 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 20:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff5634a475 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff563497c7 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56348e43 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff583f53f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 org.chromium.ContentShell.framework 0x00000001081a1664 0x1080bf000 + 927332 7 org.chromium.ContentShell.framework 0x00000001081a0e3c 0x1080bf000 + 925244 8 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 9 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 10 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 11 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 12 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 13 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 14 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 21:: BrowserBlockingWorker1/99763 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x00000001082096db 0x1080bf000 + 1353435 3 org.chromium.ContentShell.framework 0x0000000108208d13 0x1080bf000 + 1350931 4 org.chromium.ContentShell.framework 0x000000010820c103 0x1080bf000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 22:: Proxy resolver 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x0000000108204328 0x1080bf000 + 1332008 3 org.chromium.ContentShell.framework 0x00000001082041d9 0x1080bf000 + 1331673 4 org.chromium.ContentShell.framework 0x00000001081e6006 0x1080bf000 + 1208326 5 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 6 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 7 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 23:: handle-watcher-thread 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x00000001092939c8 0x1080bf000 + 18696648 3 org.chromium.ContentShell.framework 0x0000000109285987 0x1080bf000 + 18639239 4 org.chromium.ContentShell.framework 0x00000001092806b7 0x1080bf000 + 18618039 5 org.chromium.ContentShell.framework 0x000000010928040e 0x1080bf000 + 18617358 6 org.chromium.ContentShell.framework 0x00000001081f6936 0x1080bf000 + 1276214 7 org.chromium.ContentShell.framework 0x00000001081e291d 0x1080bf000 + 1194269 8 org.chromium.ContentShell.framework 0x000000010820c975 0x1080bf000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 24:: BrowserBlockingWorker2/28767 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 org.chromium.ContentShell.framework 0x00000001082096db 0x1080bf000 + 1353435 3 org.chromium.ContentShell.framework 0x0000000108208d13 0x1080bf000 + 1350931 4 org.chromium.ContentShell.framework 0x000000010820c103 0x1080bf000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 25:: WorkerPool/67611 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db3769b _pthread_cond_wait + 789 2 org.chromium.ContentShell.framework 0x0000000108203eeb 0x1080bf000 + 1330923 3 org.chromium.ContentShell.framework 0x000000010820ee52 0x1080bf000 + 1375826 4 org.chromium.ContentShell.framework 0x000000010820f3a0 0x1080bf000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010820844b 0x1080bf000 + 1348683 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 26:: BatchDeleteObjects 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101bb59d8 ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&) + 520 5 com.unity3d.UnityEditor5.x 0x0000000101598c52 BatchDeleteStep2Threaded(void*) + 82 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 27:: AsyncReadManager 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101299549 AsyncReadManagerThreaded::ThreadEntry() + 233 5 com.unity3d.UnityEditor5.x 0x0000000101298ca9 AsyncReadManagerThreaded::StaticThreadEntry(void*) + 9 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 28:: HTTP REST Server 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 com.unity3d.UnityEditor5.x 0x00000001023ef5e1 ns_mgr_poll + 561 2 com.unity3d.UnityEditor5.x 0x00000001023fdc8e RestService::HttpTransport::ServerThread(void*) + 30 3 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 4 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 29:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 com.apple.audio.CoreAudio 0x00007fff55dbfbea HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 124 3 com.apple.audio.CoreAudio 0x00007fff55dbfb5d HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45 4 com.apple.audio.CoreAudio 0x00007fff55dbcbc9 HALC_ProxyIOContext::IOWorkLoop() + 977 5 com.apple.audio.CoreAudio 0x00007fff55dbc62c HALC_ProxyIOContext::IOThreadEntry(void*) + 128 6 com.apple.audio.CoreAudio 0x00007fff55dbc36e HALB_IOThread::Entry(void*) + 72 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 30: 0 libsystem_kernel.dylib 0x00007fff7d9fc1d2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff7d977774 nanosleep + 199 2 libsystem_c.dylib 0x00007fff7d977668 usleep + 53 3 com.unity3d.UnityEditor5.x 0x00000001001e424f FMOD_OS_Time_Sleep(unsigned int) + 15 4 com.unity3d.UnityEditor5.x 0x00000001001ca795 FMOD::Thread::callback(void*) + 37 5 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 6 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 7 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 31 Crashed:: UnityGfxDeviceWorker 0 libsystem_kernel.dylib 0x00007fff7d9fbfce __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff7db39150 pthread_kill + 333 2 libsystem_c.dylib 0x00007fff7d95832a abort + 127 3 libmono.0.dylib 0x0000000134a2277b mono_handle_native_sigsegv + 726 4 libmono.0.dylib 0x0000000134a6c4cc 0x1349ac000 + 787660 5 libsystem_platform.dylib 0x00007fff7db2cf5a _sigtramp + 26 6 ??? 0x0000000000000003 0 + 3 7 libsystem_c.dylib 0x00007fff7d95832a abort + 127 8 libGPUSupportMercury.dylib 0x00007fff6ea29165 gpusGenerateCrashLog + 168 9 com.apple.driver.AppleIntelBDWGraphicsGLDriver 0x000000011e44a06d gpusKillClientExt + 9 10 libGPUSupportMercury.dylib 0x00007fff6ea2a6ae gpusSubmitDataBuffers + 540 11 com.apple.driver.AppleIntelBDWGraphicsGLDriver 0x000000011e00d88a IntelCommandBuffer::getNew(GLDContextRec*) + 178 12 com.apple.driver.AppleIntelBDWGraphicsGLDriver 0x000000011e00d5eb intelSubmitCommands + 171 13 com.apple.driver.AppleIntelBDWGraphicsGLDriver 0x000000011e00d514 glrFlushContextToken + 196 14 com.unity3d.UnityEditor5.x 0x000000010243ff74 ActivateGraphicsContextGL(GraphicsContextGL const&, int) + 196 15 com.unity3d.UnityEditor5.x 0x000000010243fb09 ActivateGraphicsContext(ObjectHandle, bool, int) + 233 16 com.unity3d.UnityEditor5.x 0x000000010247ca2e WindowGLES::BeginRendering() + 62 17 com.unity3d.UnityEditor5.x 0x000000010132c7fa GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) + 30890 18 com.unity3d.UnityEditor5.x 0x000000010242e90c GfxDeviceWorkerAutoreleasePoolProxy + 60 19 com.unity3d.UnityEditor5.x 0x000000010132ee24 GfxDeviceWorker::Run() + 116 20 com.unity3d.UnityEditor5.x 0x0000000101324e31 GfxDeviceWorker::RunGfxDeviceWorker(void*) + 81 21 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 22 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 23 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 24 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 32:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001015769e2 JobQueue::processJobs(void*) + 418 5 com.unity3d.UnityEditor5.x 0x00000001015753db JobQueue::WorkLoop(void*) + 107 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 33:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001015769e2 JobQueue::processJobs(void*) + 418 5 com.unity3d.UnityEditor5.x 0x00000001015753db JobQueue::WorkLoop(void*) + 107 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 34:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001015769e2 JobQueue::processJobs(void*) + 418 5 com.unity3d.UnityEditor5.x 0x00000001015753db JobQueue::WorkLoop(void*) + 107 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 35:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 36:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 37:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 38:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 39:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 40:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 41:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 42:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 43:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 44:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 45:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 46:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 47:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 48:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 49:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 50:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 51: 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 com.unity3d.UnityEditor5.x 0x00000001000ac251 algThreadJobQueueThreadFunc + 193 2 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 3 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 4 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 52:: UnitySubstanceThread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001014f70a8 SubstanceSystem::ThreadMain(void*) + 72 5 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 53:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 54:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 55: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 com.caustic.OpenRL 0x000000010bf8c346 CDGetNewWork(_CentralDispatch*, _CDComputeRegionID, _CDThreadID, _CDTargetDevice, bool, _CDBlockingMode, CDWork**, _CDWorkRequestFlags) + 1622 3 com.caustic.OpenRL 0x000000010bf8c57f CDExchangeWork(_CentralDispatch*, CDWork**, CDWork**, _CDTargetDevice, bool, _CDBlockingMode, _CDThreadID) + 399 4 com.caustic.OpenRL 0x000000010bf888af CDWorkerCPUThreadFunction(void*) + 239 5 com.caustic.OpenRL 0x000000010bfa4ff4 RTThreadEntry(void*) + 36 6 libsystem_pthread.dylib 0x00007fff7db39bb0 _pthread_suspended_body + 229 Thread 56: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 com.caustic.OpenRL 0x000000010bf8c346 CDGetNewWork(_CentralDispatch*, _CDComputeRegionID, _CDThreadID, _CDTargetDevice, bool, _CDBlockingMode, CDWork**, _CDWorkRequestFlags) + 1622 3 com.caustic.OpenRL 0x000000010bf8c57f CDExchangeWork(_CentralDispatch*, CDWork**, CDWork**, _CDTargetDevice, bool, _CDBlockingMode, _CDThreadID) + 399 4 com.caustic.OpenRL 0x000000010bf888af CDWorkerCPUThreadFunction(void*) + 239 5 com.caustic.OpenRL 0x000000010bfa4ff4 RTThreadEntry(void*) + 36 6 libsystem_pthread.dylib 0x00007fff7db39bb0 _pthread_suspended_body + 229 Thread 57: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 com.caustic.OpenRL 0x000000010bf8c346 CDGetNewWork(_CentralDispatch*, _CDComputeRegionID, _CDThreadID, _CDTargetDevice, bool, _CDBlockingMode, CDWork**, _CDWorkRequestFlags) + 1622 3 com.caustic.OpenRL 0x000000010bf8c57f CDExchangeWork(_CentralDispatch*, CDWork**, CDWork**, _CDTargetDevice, bool, _CDBlockingMode, _CDThreadID) + 399 4 com.caustic.OpenRL 0x000000010bf888af CDWorkerCPUThreadFunction(void*) + 239 5 com.caustic.OpenRL 0x000000010bfa4ff4 RTThreadEntry(void*) + 36 6 libsystem_pthread.dylib 0x00007fff7db39bb0 _pthread_suspended_body + 229 Thread 58: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 com.caustic.OpenRL 0x000000010bf8c346 CDGetNewWork(_CentralDispatch*, _CDComputeRegionID, _CDThreadID, _CDTargetDevice, bool, _CDBlockingMode, CDWork**, _CDWorkRequestFlags) + 1622 3 com.caustic.OpenRL 0x000000010bf8c57f CDExchangeWork(_CentralDispatch*, CDWork**, CDWork**, _CDTargetDevice, bool, _CDBlockingMode, _CDThreadID) + 399 4 com.caustic.OpenRL 0x000000010bf888af CDWorkerCPUThreadFunction(void*) + 239 5 com.caustic.OpenRL 0x000000010bfa4ff4 RTThreadEntry(void*) + 36 6 libsystem_pthread.dylib 0x00007fff7db39bb0 _pthread_suspended_body + 229 Thread 59: 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libmono.0.dylib 0x0000000134b45ea4 mono_sem_wait + 35 2 libmono.0.dylib 0x0000000134a98f65 0x1349ac000 + 970597 3 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 4 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 5 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 60: 0 libsystem_kernel.dylib 0x00007fff7d9fb34e __accept + 10 1 libmono.0.dylib 0x0000000134a3c6b0 0x1349ac000 + 591536 2 libmono.0.dylib 0x0000000134a3c989 0x1349ac000 + 592265 3 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 4 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 5 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 6 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 7 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 61: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 libmono.0.dylib 0x0000000134b2c0fc _wapi_handle_timedwait_signal_handle + 542 3 libmono.0.dylib 0x0000000134b2c159 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000134b3ad52 WaitForSingleObjectEx + 587 5 libmono.0.dylib 0x0000000134b16332 0x1349ac000 + 1483570 6 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 7 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 8 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 62: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 libmono.0.dylib 0x0000000134b2c0fc _wapi_handle_timedwait_signal_handle + 542 3 libmono.0.dylib 0x0000000134b2c159 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000134b3ad52 WaitForSingleObjectEx + 587 5 libmono.0.dylib 0x0000000134b16332 0x1349ac000 + 1483570 6 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 7 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 8 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 63: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 libmono.0.dylib 0x0000000134b2c0fc _wapi_handle_timedwait_signal_handle + 542 3 libmono.0.dylib 0x0000000134b2c159 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000134b3ad52 WaitForSingleObjectEx + 587 5 libmono.0.dylib 0x0000000134b16332 0x1349ac000 + 1483570 6 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 7 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 8 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 64: 0 libsystem_kernel.dylib 0x00007fff7d9fc142 __select + 10 1 libmono.0.dylib 0x0000000134b485b1 mono_poll + 426 2 libmono.0.dylib 0x0000000134b15c2c 0x1349ac000 + 1481772 3 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 4 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 5 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 65: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 libmono.0.dylib 0x0000000134b2c0fc _wapi_handle_timedwait_signal_handle + 542 3 libmono.0.dylib 0x0000000134b2c159 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000134b3ad52 WaitForSingleObjectEx + 587 5 libmono.0.dylib 0x0000000134b15224 0x1349ac000 + 1479204 6 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 7 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 8 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 66: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 libmono.0.dylib 0x0000000134b2c0fc _wapi_handle_timedwait_signal_handle + 542 3 libmono.0.dylib 0x0000000134b2c159 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000134b3ad52 WaitForSingleObjectEx + 587 5 libmono.0.dylib 0x0000000134b16332 0x1349ac000 + 1483570 6 libmono.0.dylib 0x0000000134b0c805 0x1349ac000 + 1443845 7 libmono.0.dylib 0x0000000134b3cc06 0x1349ac000 + 1641478 8 libmono.0.dylib 0x0000000134b62f62 GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 67:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x0000000101576a51 JobQueue::processJobs(void*) + 529 5 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 68:: OSX HID Input 0 libsystem_kernel.dylib 0x00007fff7d9f2e76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7d9f2390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff5634a475 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff563497c7 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56348e43 CFRunLoopRunSpecific + 483 5 com.apple.CoreFoundation 0x00007fff56387833 CFRunLoopRun + 99 6 com.unity3d.UnityEditor5.x 0x000000010241527f HIDDeviceThreadOSX(void*) + 63 7 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 8 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 69:: UnityPreload 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x000000010196ff4d PreloadManager::Run() + 93 5 com.unity3d.UnityEditor5.x 0x000000010196fed7 PreloadManager::Run(void*) + 39 6 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 7 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 70: 0 libsystem_kernel.dylib 0x00007fff7d9fc1d2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff7d977774 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101bb30b2 Thread::Sleep(double) + 98 3 com.unity3d.UnityEditor5.x 0x0000000100cb0ddd PreviewTextureManager::LoadingLoop(void*) + 541 4 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 5 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 6 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 7 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 71:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff7d9fc1d2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff7d977774 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101bb30b2 Thread::Sleep(double) + 98 3 com.unity3d.UnityEditor5.x 0x00000001009731fd PVRContextManager::UpdateFunction(void*) + 589 4 com.unity3d.UnityEditor5.x 0x0000000101575e02 JobQueue::Exec(JobInfo*, long long, int) + 178 5 com.unity3d.UnityEditor5.x 0x0000000101575d2a JobQueue::Steal(JobGroup*, JobInfo*, long long, int, bool) + 602 6 com.unity3d.UnityEditor5.x 0x0000000101576781 JobQueue::ExecuteJobFromQueue() + 97 7 com.unity3d.UnityEditor5.x 0x0000000101576958 JobQueue::processJobs(void*) + 280 8 com.unity3d.UnityEditor5.x 0x0000000101575402 JobQueue::WorkLoop(void*) + 146 9 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 10 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 11 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 12 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 72: 0 libsystem_kernel.dylib 0x00007fff7d9fbe7e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7db37662 _pthread_cond_wait + 732 2 com.unity3d.UnityEditor5.x 0x00000001031e0a36 Geo::Impl::WaitForMultipleObjects(unsigned int, Geo::Impl::t_HANDLE**, bool, int) + 486 3 com.unity3d.UnityEditor5.x 0x00000001031e0d59 Geo::GeoEvent::Wait(unsigned int) + 41 4 com.unity3d.UnityEditor5.x 0x0000000102f4ed2d Enlighten::MultithreadCpuWorkerCommon::CommandThreadFunction(void*) + 77 5 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 6 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 7 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 73:: EnlightenWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001012c12a8 TUpdateFunction(void*) + 104 5 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 74:: EnlightenWorker 0 libsystem_kernel.dylib 0x00007fff7d9f2eb2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7d882a46 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7d87ab22 _dispatch_semaphore_wait_slow + 101 3 com.unity3d.UnityEditor5.x 0x0000000100dc8cd8 PlatformSemaphore::WaitForSignal() + 24 4 com.unity3d.UnityEditor5.x 0x00000001012c12a8 TUpdateFunction(void*) + 104 5 com.unity3d.UnityEditor5.x 0x0000000101bb36ca Thread::RunThreadWrapper(void*) + 90 6 libsystem_pthread.dylib 0x00007fff7db366c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7db3656d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7db35c5d thread_start + 13 Thread 75: 0 libsystem_pthread.dylib 0x00007fff7db35c40 start_wqthread + 0 1 ??? 0x0000400000000000 0 + 70368744177664 Thread 76: 0 libsystem_kernel.dylib 0x00007fff7d9fc6da __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7db3606a _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff7db35c4d start_wqthread + 13 Thread 31 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x000070000bff3000 rcx: 0x000070000bff1348 rdx: 0x0000000000000000 rdi: 0x0000000000023147 rsi: 0x0000000000000006 rbp: 0x000070000bff1380 rsp: 0x000070000bff1348 r8: 0x00007fffb6f59048 r9: 0x0000000000000040 r10: 0x0000000000000000 r11: 0x0000000000000206 r12: 0x0000000000023147 r13: 0x00007fffb6f599a0 r14: 0x0000000000000006 r15: 0x000000000000002d rip: 0x00007fff7d9fbfce rfl: 0x0000000000000206 cr2: 0xffffff8014124000 Logical CPU: 0 Error Code: 0x02000170 Trap Number: 133 Binary Images: 0x100000000 - 0x10473ef8f +com.unity3d.UnityEditor5.x (Unity version 2017.1.1f1 - 2017.1.1f1) /Applications/Unity/Unity.app/Contents/MacOS/Unity 0x10686e000 - 0x106890fff +libs3tc.dylib (0) <5279893E-A16F-3F72-8337-BA2F1C54657F> /Applications/Unity/Unity.app/Contents/Frameworks/libs3tc.dylib 0x106897000 - 0x106d97ff7 +libfreeimage-3.17.0.dylib (0) <9F80D750-CBB2-3CD0-AAD5-356809205F5C> /Applications/Unity/Unity.app/Contents/Frameworks/libfreeimage-3.17.0.dylib 0x106e7d000 - 0x106ebbfe7 +libmp3lame.dylib (0) /Applications/Unity/Unity.app/Contents/Frameworks/libmp3lame.dylib 0x106ef7000 - 0x106ffbff7 +libTextureConverter.dylib (0) <30295D84-BC15-394E-9F02-8108F2B90C53> /Applications/Unity/Unity.app/Contents/Frameworks/libTextureConverter.dylib 0x10758c000 - 0x107620fe7 +libispc_texcomp.dylib (0) /Applications/Unity/Unity.app/Contents/Frameworks/libispc_texcomp.dylib 0x10762f000 - 0x107778ff7 +libumbraoptimizer64.dylib (0) <5D10A8BE-7167-3459-9712-1718CD7AFE37> /Applications/Unity/Unity.app/Contents/Frameworks/libumbraoptimizer64.dylib 0x107836000 - 0x107b94fff +libxerces-c.dylib (0) <75C3A9C3-534B-377B-AF63-A80157B3CF8A> /Applications/Unity/Unity.app/Contents/Frameworks/libxerces-c.dylib 0x107d4d000 - 0x107e01ff7 +libxml-security-c.dylib (17.1) /Applications/Unity/Unity.app/Contents/Frameworks/libxml-security-c.dylib 0x107e63000 - 0x107ea6fff +libssl.dylib (0) <270A193E-3A31-3AC5-8AD4-AE77B8FDBF99> /Applications/Unity/Unity.app/Contents/Frameworks/libssl.dylib 0x107ec5000 - 0x108045227 +libcrypto.dylib (0) /Applications/Unity/Unity.app/Contents/Frameworks/libcrypto.dylib 0x1080bf000 - 0x10b7aaf57 +org.chromium.ContentShell.framework (37.0.2062.94 - 2062.94) <6DEB12E7-7B72-328A-9A3E-C417F1058D3E> /Applications/Unity/Unity.app/Contents/Frameworks/Chromium Embedded Framework.framework/Chromium Embedded Framework 0x10bb1f000 - 0x10bd1bfff +slapi (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/slapi 0x10bf38000 - 0x10c8fbfd7 +com.caustic.OpenRL (1.5.0.0) <88CEA39B-398A-3E14-ADE7-153307188CE4> /Applications/Unity/Unity.app/Contents/Frameworks/OpenRL.framework/Versions/A/OpenRL 0x10cda6000 - 0x10cdd0fff +libCommonGeometry.dylib (1) <0EFBA2BA-BDC6-35EE-94A8-A49302706F13> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonGeometry.dylib 0x10ce08000 - 0x10ce0aff7 +libCommonGeoutils.dylib (1) <2F93E573-6A7C-3BB0-A738-59F1670C989F> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonGeoutils.dylib 0x10ce12000 - 0x10ce3dff7 +libCommonInternet.dylib (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonInternet.dylib 0x10ce72000 - 0x10ce92ff7 +libCommonUtils.dylib (1) <178A8774-07EB-3FF8-B702-1EDEF46D0A17> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonUtils.dylib 0x10cec5000 - 0x10cedeff7 +libCommonZip.dylib (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonZip.dylib 0x10ceef000 - 0x10cef4fff +libCommonUnits.dylib (1) <59197289-2E7C-33F2-A4D6-7E9DB5A9AF5D> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonUnits.dylib 0x10cf38000 - 0x10cf8298f dyld (519.2.1) <002B0442-3D59-3159-BA10-1C0A77859C6A> /usr/lib/dyld 0x10cfd6000 - 0x10d213ff7 +libCommonImage.dylib (1) <9E16A3D6-1ADD-3972-94B1-20C56733C4AA> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonImage.dylib 0x10d2ca000 - 0x10d304fef +libtbb.dylib (0) <8610F752-F4E6-3947-8906-72A117CF0912> /Applications/Unity/Unity.app/Contents/Frameworks/OpenRL.framework/Versions/A/Resources/libtbb.dylib 0x10d346000 - 0x10d36aff7 +libtbbmalloc.dylib (0) <204D8796-CC69-3569-95D1-487AEDF6C6A1> /Applications/Unity/Unity.app/Contents/Frameworks/OpenRL.framework/Versions/A/Resources/libtbbmalloc.dylib 0x10d3a1000 - 0x10e09efe7 +libembree.2.dylib (2.14) <4E49D66F-10CE-36B6-BDD2-541AF90CA421> /Applications/Unity/Unity.app/Contents/Frameworks/OpenRL.framework/Versions/A/Resources/libembree.2.dylib 0x110746000 - 0x110748ff3 com.apple.textencoding.unicode (4.0 - 4.0) /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x11bf5f000 - 0x11bf63fff com.apple.audio.AppleHDAHALPlugIn (280.12 - 280.12) <9ACA0127-E687-3885-9475-1D5E4DD83168> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x11e000000 - 0x11e53aff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.28.26 - 10.2.8) /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver 0x12087a000 - 0x120a20fff com.apple.audio.units.Components (1.14 - 1.14) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x1349ac000 - 0x134c4cff7 +libmono.0.dylib (1) <80ED2B7B-3178-38B5-88AB-E1F973A9420C> /Applications/Unity/Unity.app/Contents/Frameworks/Mono/MonoEmbedRuntime/osx/libmono.0.dylib 0x136c9f000 - 0x136cacff7 com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0x137800000 - 0x13781dff7 + (1.0.2 - 1.0.2) <29251230-B9AD-3E9E-89AD-782AF3667772> /Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/VR/OSXUniversal/AudioPluginOculusSpatializer.bundle/Contents/MacOS/AudioPluginOculusSpatializer 0x7fff4ed7b000 - 0x7fff4f0c8ff7 com.apple.RawCamera.bundle (8.00 - 1017) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff500fb000 - 0x7fff50188ff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.28.26 - 10.2.8) <7090DA17-14CC-32DF-AE58-FAC6943095D9> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver 0x7fff52557000 - 0x7fff5255bffb com.apple.agl (3.3.1 - AGL-3.3.1) <2C807327-4E3E-3153-A943-A2264DFCF41C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x7fff5255c000 - 0x7fff52731ff3 com.apple.avfoundation (2.0 - 1334) <9080A91E-6634-3BC7-BFA3-ED58736B0B25> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff52732000 - 0x7fff527e9ff7 com.apple.audio.AVFAudio (1.0 - ???) <0AF373D0-B01B-31BC-85E0-FA09AEB79803> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff528f9000 - 0x7fff528f9fff com.apple.Accelerate (1.11 - Accelerate 1.11) <04FC5A30-0382-3FEB-BE8B-E14E9FF4EBD5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff528fa000 - 0x7fff52910fe3 libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff52911000 - 0x7fff52e0ffc3 com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff52e10000 - 0x7fff52f6afcb libBLAS.dylib (1211) <10BFDBE2-C8FB-39E3-A204-BC6420663E57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff52f6b000 - 0x7fff52f98fef libBNNS.dylib (32) <9CA15DC6-004A-32FD-BFCA-F5D488012C43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff52f99000 - 0x7fff53359ff7 libLAPACK.dylib (1211) <4560987F-B203-366F-B2CA-3291BCFB511A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff5335a000 - 0x7fff5336fff7 libLinearAlgebra.dylib (1211) <3ECB936A-1D5A-3BEE-A9A2-248EF132CE3F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff53370000 - 0x7fff53375ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff53376000 - 0x7fff533d4fff libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff533d5000 - 0x7fff533e8fff libSparseBLAS.dylib (1211) <547C43FB-0243-340A-9B9B-AE8E5A5653BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff533e9000 - 0x7fff53588fd7 libvDSP.dylib (622) <8513CE23-5854-31B3-9CDE-25AE9978409B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff53589000 - 0x7fff53639feb libvMisc.dylib (622) <40CF36D9-8EDE-332B-BB4E-CD9D7BCBEEF5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff5363a000 - 0x7fff5363afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <97572EBF-43F0-314F-AB29-4281E4A3CD41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff5363b000 - 0x7fff53692fff com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff53693000 - 0x7fff53923ffb com.apple.AddressBook.framework (11.0 - 1805) <7607CB01-DB67-3604-8F38-0BA0623A44A7> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff53924000 - 0x7fff5477ffff com.apple.AppKit (6.9 - 1561) <03EDA67C-6B96-33D4-86E9-621E015A31E7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff547d1000 - 0x7fff547d1fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff547d2000 - 0x7fff54838fff com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff548d1000 - 0x7fff549f3ff7 libFontParser.dylib (222.1) <611B6E36-289C-33C9-BF77-B9D13F481F33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff549f4000 - 0x7fff54a3eff7 libFontRegistry.dylib (221) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff54ae3000 - 0x7fff54b16ff7 libTrueTypeScaler.dylib (222.1) <60C263D2-7388-3640-A243-F819798C1B0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff54b80000 - 0x7fff54b84ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff54c24000 - 0x7fff54c76ff7 com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff54c77000 - 0x7fff54c85fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff54c86000 - 0x7fff54cd2fff com.apple.print.framework.PrintCore (13 - 503) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff54cd3000 - 0x7fff54d0dfff com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff54d0e000 - 0x7fff54d1afff com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff54d1b000 - 0x7fff54fa4fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff54fa6000 - 0x7fff54fa6fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <29B5E5A8-51D1-3528-866E-C4D3B78F80A0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff552bc000 - 0x7fff5561ffff com.apple.CFNetwork (887 - 887) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff55634000 - 0x7fff55634fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff55635000 - 0x7fff55638ffb com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff55639000 - 0x7fff5593dff7 com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff5593e000 - 0x7fff55941ffb com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff55942000 - 0x7fff55947fff com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff55948000 - 0x7fff559ddffb com.apple.ink.framework (10.9 - 220) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff559de000 - 0x7fff559f8ff7 com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff55a19000 - 0x7fff55a1afff com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff55a1b000 - 0x7fff55a1dff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff55a1e000 - 0x7fff55a24fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff55b30000 - 0x7fff55b30fff com.apple.Cocoa (6.11 - 22) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff55b3e000 - 0x7fff55bf7ff7 com.apple.ColorSync (4.13.0 - 544) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff55d82000 - 0x7fff55e15ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff55e7c000 - 0x7fff55ea5ffb com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff55ea6000 - 0x7fff561f7feb com.apple.CoreData (120 - 847.1) <9B5E7B0B-1957-3D56-99CA-6422123D300C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff561f8000 - 0x7fff562c3fff com.apple.CoreDisplay (1.0 - 79.7) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff562c4000 - 0x7fff56763fff com.apple.CoreFoundation (6.9 - 1443.13) <2881430B-73E5-32C1-B62D-7CEB68A616F5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff56765000 - 0x7fff56d71fef com.apple.CoreGraphics (2.0 - 1125.1.1) <425F5F16-3EAF-3B74-BC6B-A0A5FCE6AFF1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff56d73000 - 0x7fff57068ff7 com.apple.CoreImage (13.0.0 - 573) <7949E071-A3C0-30BB-B21D-79992CBE82DA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff570d4000 - 0x7fff57119fff com.apple.audio.midi.CoreMIDI (1.10 - 88) <4974A85C-528E-3905-8DD7-A8958DC77218> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff572d7000 - 0x7fff573b2ffb com.apple.CoreMedia (1.0 - 2074.3) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff573b3000 - 0x7fff57401fff com.apple.CoreMediaIO (803.0 - 4976) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff57402000 - 0x7fff57402fff com.apple.CoreServices (822.9 - 822.9) <0FF1E8AB-F09A-363F-8839-10D5BBE8F2F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff57403000 - 0x7fff57477ff7 com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff57478000 - 0x7fff5774fff7 com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff57750000 - 0x7fff57784ff7 com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff57785000 - 0x7fff5778dff3 com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff5778e000 - 0x7fff57945fff com.apple.LaunchServices (822.9 - 822.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff57946000 - 0x7fff579f5ff3 com.apple.Metadata (10.7.0 - 1191) <32C57F7B-DAC3-3F12-8DEA-1CB5A062DC02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff579f6000 - 0x7fff57a53ff7 com.apple.CoreServices.OSServices (822.9 - 822.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff57a54000 - 0x7fff57ac2fff com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff57ac3000 - 0x7fff57ae7ffb com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff57d81000 - 0x7fff57ecefff com.apple.CoreText (352.0 - 578.3) <8A8D96F6-1FBE-320F-A60B-37F63FE20D89> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff57ecf000 - 0x7fff57f09fff com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff57f0a000 - 0x7fff57f94ffb com.apple.framework.CoreWLAN (13.0 - 1335) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff58121000 - 0x7fff5812cff7 com.apple.DirectoryService.Framework (10.13 - 207) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff5820e000 - 0x7fff58213fff com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff583ad000 - 0x7fff583afff3 com.apple.ExceptionHandling (1.5 - 12) <47D558A6-45B1-3A1A-A619-9CA52225CB49> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x7fff583d4000 - 0x7fff58797fff com.apple.Foundation (6.9 - 1443.14) <360EB3B4-CD31-380E-8E77-4954559F97F8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff58807000 - 0x7fff58837ff7 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff58948000 - 0x7fff58a4bffb com.apple.Bluetooth (6.0.0 - 6.0.0f7) <6C809D0F-049E-3CDB-AB86-54BD3809D79C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff58aab000 - 0x7fff58b46fff com.apple.framework.IOKit (2.0.2 - 1445.1.3) <06331786-CF08-3225-B27B-80754BA0ECB6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff58b48000 - 0x7fff58b4effb com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff58b4f000 - 0x7fff58ba2ff7 com.apple.ImageCaptureCore (7.0 - 7.0) <08AD8B51-AF58-348A-9988-61AABDF987D6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff58ba3000 - 0x7fff58d15fff com.apple.ImageIO.framework (3.3.0 - 1694) <836F3C70-F8C1-3736-823F-B3A04C0083B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff58d16000 - 0x7fff58d1affb libGIF.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff58d1b000 - 0x7fff58e02fff libJP2.dylib (1694) <5C071A03-A7F6-33D6-98B7-EACD0D28F72E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff58e03000 - 0x7fff58e26ff7 libJPEG.dylib (1694) <3CB66E19-AD25-3C50-A0A8-48B6C6A1187E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff59102000 - 0x7fff59128feb libPng.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff59129000 - 0x7fff5912bffb libRadiance.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff5912c000 - 0x7fff59179fff libTIFF.dylib (1694) <99AA8DE9-04F1-3FBB-995F-6CD2F56AC295> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff59333000 - 0x7fff59e98fff com.apple.JavaScriptCore (13604 - 13604.1.38.1.6) <5C66D28E-F1EE-3A31-A298-3F77DC292126> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff59eb0000 - 0x7fff59ec9ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff59eca000 - 0x7fff59efffff com.apple.LDAPFramework (2.4.28 - 194.5) <8419BDB5-12DF-3BC9-871D-7A270E080249> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff5a17b000 - 0x7fff5a182fff com.apple.MediaAccessibility (1.0 - 114) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff5a20e000 - 0x7fff5a80aff7 com.apple.MediaToolbox (1.0 - 2074.3) <1D00A19E-D592-3CC0-A6CC-16E540950070> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff5a80c000 - 0x7fff5a88bff7 com.apple.Metal (123.3.5 - 123.3.5) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff5a8a6000 - 0x7fff5a8bbfff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff5a8bc000 - 0x7fff5a926fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff5a927000 - 0x7fff5a946fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff5a947000 - 0x7fff5a9bdff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff5a9be000 - 0x7fff5a9beff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff5b9c9000 - 0x7fff5b9d5ffb com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff5e82c000 - 0x7fff5e834fef libcldcpuengine.dylib (2.8.7) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff5e835000 - 0x7fff5e882ffb com.apple.opencl (2.8.11 - 2.8.11) <8A7F27CA-DD5A-38F0-BE6F-01ECCB05C5A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff5e883000 - 0x7fff5e89fffb com.apple.CFOpenDirectory (10.13 - 207) <582A03AA-A51C-3DAE-AC03-FA1CEE0C5896> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff5e8a0000 - 0x7fff5e8abfff com.apple.OpenDirectory (10.13 - 207) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff5fa2a000 - 0x7fff5fa2cfff libCVMSPluginSupport.dylib (16.0.3) <5F651C63-E9B9-3794-B541-71B4B6157DD7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff5fa2d000 - 0x7fff5fa30ff7 libCoreFSCache.dylib (160.9) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff5fa31000 - 0x7fff5fa35fff libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff5fa36000 - 0x7fff5fa3efff libGFXShared.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff5fa3f000 - 0x7fff5fa4afff libGL.dylib (16.0.3) <6EB2A446-73D8-30B6-97DA-31CB1C42BA27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff5fa4b000 - 0x7fff5fa86fe7 libGLImage.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff5fa87000 - 0x7fff5fbf3fff libGLProgrammability.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff5fbf4000 - 0x7fff5fc32ffb libGLU.dylib (16.0.3) <4F964A5D-BC47-368B-88F7-76DA28C2D8AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff605aa000 - 0x7fff605b8ffb com.apple.opengl (16.0.3 - 16.0.3) <8B17A8DE-89F5-3E2E-897E-315003386475> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff605b9000 - 0x7fff60750ffb GLEngine (16.0.3) <331925D2-4E17-3BA4-8577-C215CE658ACA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff60751000 - 0x7fff60779ffb GLRendererFloat (16.0.3) <858E25C4-4B7B-317E-897A-C3B66A47BD80> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff60930000 - 0x7fff60a7cfff com.apple.QTKit (7.7.3 - 3014) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff60a7d000 - 0x7fff60ce2fff com.apple.imageKit (3.0 - 1038) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff60ce3000 - 0x7fff60ddbfff com.apple.PDFKit (1.0 - 662.1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff60ddc000 - 0x7fff612eeff7 com.apple.QuartzComposer (5.1 - 364) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff612ef000 - 0x7fff61312fff com.apple.quartzfilters (1.10.0 - 1.10.0) <8CBE10F3-828F-373C-B92A-A5289CBCF77A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff61313000 - 0x7fff6140afff com.apple.QuickLookUIFramework (5.0 - 743.3) <464A71CB-B356-3E9F-91A7-4179095E6F64> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff6140b000 - 0x7fff6140bfff com.apple.quartzframework (1.5 - 21) <3F3BE91F-A032-3E92-ACEA-E2DFEC999E93> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff6140c000 - 0x7fff61650fff com.apple.QuartzCore (1.11 - 574.1.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff61651000 - 0x7fff616a8fff com.apple.QuickLookFramework (5.0 - 743.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff6186d000 - 0x7fff61883fff com.apple.SafariServices.framework (13604 - 13604.1.38.1.6) <2CCE692D-BB88-30BF-B819-13E7D34F178B> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff61e85000 - 0x7fff6219ffff com.apple.security (7.0 - 58286.1.32) <3315DEBA-A939-352B-B540-2AEF20F64A19> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff621a0000 - 0x7fff62229ff7 com.apple.securityfoundation (6.0 - 55185.1.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff6222a000 - 0x7fff62257fff com.apple.securityinterface (10.0 - 55109.1.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff62258000 - 0x7fff6225bffb com.apple.xpc.ServiceManagement (1.0 - 1) <3763B3EF-0573-36A6-9647-8EBB139B9CAC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff625ff000 - 0x7fff6266fffb com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff62824000 - 0x7fff62b9cfff com.apple.VideoToolbox (1.0 - 2074.3) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff65233000 - 0x7fff652bdfef com.apple.APFS (1.0 - 1) <81347B7B-1B81-3CBD-A91E-DABA07553AA0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff65e9e000 - 0x7fff65ec6fff com.apple.framework.Apple80211 (13.0 - 1335) <0E4FD4E0-D582-3983-A6C8-18D1EA27FBC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff65ec8000 - 0x7fff65ed7fef com.apple.AppleFSCompression (96.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff66011000 - 0x7fff66059fff com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff6606c000 - 0x7fff6608aff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff6608b000 - 0x7fff66093ff3 com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff66094000 - 0x7fff660bcfff com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff66185000 - 0x7fff66188ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff66189000 - 0x7fff661d9ff7 com.apple.AppleVAFramework (5.0.39 - 5.0.39) <754413E6-FFD1-3CE4-9932-2977AD675319> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff6687b000 - 0x7fff66882ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff66883000 - 0x7fff6690aff7 com.apple.backup.framework (1.9 - 1.9) <3C2E6CB6-3A16-309D-B1E2-ED3930CEE91E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff66fb0000 - 0x7fff66fddfff com.apple.CalendarAgentLink (8.0 - 250) <37D477DA-9DC9-340F-927E-D16CB4EC72D8> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff676a2000 - 0x7fff676f1ff3 com.apple.ChunkingLibrary (186 - 186) <1009BA1B-B479-36B1-9A07-752DD204BBA6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff68260000 - 0x7fff68269ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff6827e000 - 0x7fff68292ff7 com.apple.commonutilities (8.0 - 900) <9285EF18-980C-3CF0-856E-C5D3A5276F7D> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff68414000 - 0x7fff68474ffb com.apple.AddressBook.ContactsFoundation (8.0 - ???) <9B05C7D3-BB29-356C-935F-8D2C435B4F36> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff68475000 - 0x7fff68497fff com.apple.contacts.ContactsPersistence (1.0 - 2326) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff684f7000 - 0x7fff688d7fff com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff688d8000 - 0x7fff68908ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff68b00000 - 0x7fff68b09ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0A87A91C-A2CF-3BB1-9038-7F610111BC30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff68c6d000 - 0x7fff68c7dff7 com.apple.CoreEmoji (1.0 - 69) <3945FA6E-D060-3F9F-B392-4228E6630F67> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff69538000 - 0x7fff6954eff7 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff6987b000 - 0x7fff69917ff7 com.apple.CorePDF (4.0 - 414) <259556DC-97EB-335D-90F0-D0E42FB4AA95> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff699af000 - 0x7fff699b7ff7 com.apple.CorePhoneNumbers (1.0 - 1) <88C31D1D-6611-345F-BF8B-635EC10DB2E5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff69b40000 - 0x7fff69b71ff3 com.apple.CoreServicesInternal (309 - 309) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff69e96000 - 0x7fff69f27fff com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff69faa000 - 0x7fff6a0defd7 com.apple.coreui (2.1 - 489) <8DAE0B7F-186E-333F-8B8E-941DB03BF2FC> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff6a0df000 - 0x7fff6a1d8ffb com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff6a22d000 - 0x7fff6a291fff com.apple.framework.CoreWiFi (13.0 - 1335) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff6a292000 - 0x7fff6a2a1ff7 com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff6a31e000 - 0x7fff6a32dff7 com.apple.framework.DFRFoundation (1.0 - 189.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff6a330000 - 0x7fff6a334ffb com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff6a3bb000 - 0x7fff6a431ff7 com.apple.datadetectorscore (7.0 - 590) <48B788AF-7927-341E-94EE-119561245659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff6a47f000 - 0x7fff6a4bfff7 com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff6a4c0000 - 0x7fff6a5eaff7 com.apple.desktopservices (1.12 - 1.12) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff6a824000 - 0x7fff6a82fff7 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff6b33d000 - 0x7fff6b76bfff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff6d3c7000 - 0x7fff6d3c7fff libmetal_timestamp.dylib (802.1.35) <73D8B306-6321-30DB-8522-819344E19AF8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib 0x7fff6ea27000 - 0x7fff6ea32ff7 libGPUSupportMercury.dylib (16.0.3) <7C3F6819-4E0A-34A1-A11B-059C51BE0699> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff6edcf000 - 0x7fff6edf4ff3 com.apple.GenerationalStorage (2.0 - 281) <8BAB613F-84AA-3001-8D14-F1E1BBB7FBF5> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff6f76b000 - 0x7fff6f77afff com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff6f7f2000 - 0x7fff6f866fff com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff6f867000 - 0x7fff6f894fff com.apple.HelpData (2.3 - 154) <81CDA3EF-246A-3AE5-8705-6F3057FC06F7> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff70106000 - 0x7fff7010dffb com.apple.IOAccelerator (373 - 373) <22F55498-DF4D-3262-B527-0277E8C6BAA5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff70111000 - 0x7fff70127ff7 com.apple.IOPresentment (1.0 - 32.1) <8F468709-520F-360D-AD51-0E13298B8DC0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff704e6000 - 0x7fff7050bffb com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff70612000 - 0x7fff70615ff3 com.apple.InternationalSupport (1.0 - 1) <0EA71B0F-1B0D-3072-8945-1FD9041A80BD> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff70683000 - 0x7fff70693ffb com.apple.IntlPreferences (2.0 - 227) <500CB7B9-7BDF-39E6-B355-28E100B28793> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff7079c000 - 0x7fff70891ff7 com.apple.LanguageModeling (1.0 - 159) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff70892000 - 0x7fff708d4ff7 com.apple.Lexicon-framework (1.0 - 33) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff708d8000 - 0x7fff708dfff7 com.apple.LinguisticData (1.0 - 238) <3DB10488-85F6-3A70-87CF-A2D1B1ABC016> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff710ed000 - 0x7fff710f0fff com.apple.Mangrove (1.0 - 1) <562BB18E-815A-37D1-A373-B46C7853BA94> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff714b8000 - 0x7fff7151fff7 com.apple.gpusw.MetalTools (1.0 - 1) <32E08129-AC43-315C-8A14-3CD7BE507850> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff71527000 - 0x7fff7153bff3 com.apple.MobileAssets (1.0 - 437.1.11) /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff71691000 - 0x7fff716a8ffb com.apple.MobileKeyBag (2.0 - 1.0) <7405128E-E7B0-3EFB-BA65-EA50564E3BCD> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff71734000 - 0x7fff7175cff7 com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff7175d000 - 0x7fff71765ffb com.apple.multiverse (1.0 - 27) <0AF7A4FF-5337-39B8-B507-2ABC7A080235> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport 0x7fff719c0000 - 0x7fff719cbfff com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff73183000 - 0x7fff731c3ffb com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff73239000 - 0x7fff73239ff7 com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff74f82000 - 0x7fff74fa0fff com.apple.ProtocolBuffer (1 - 259) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff7510d000 - 0x7fff75122ff3 com.apple.QuickLookThumbnailing (1.0 - 1) <0771325B-BBAD-3865-B2A3-BE7089641C52> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff75166000 - 0x7fff7516fff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.1.10) <488A5851-FDEF-3F70-AEBC-BDCF4E58188A> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff75170000 - 0x7fff75193ffb com.apple.RemoteViewServices (2.0 - 125) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff75194000 - 0x7fff751a5ff3 com.apple.xpc.RemoteXPC (1.0 - 1205.1.10) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff76a94000 - 0x7fff76b8dff7 com.apple.Sharing (910.7 - 910.7) <465C0170-A544-3713-AB5A-894756E6C13E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff76b8e000 - 0x7fff76badff3 com.apple.shortcut (2.16 - 98) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff76bb7000 - 0x7fff76bb8fff com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff778b1000 - 0x7fff77b48fff com.apple.SkyLight (1.600.0 - 312) <9BF6B34C-532F-3F84-9B47-C9121FFF0A01> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff782f5000 - 0x7fff78302ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff78797000 - 0x7fff787bdff3 com.apple.StreamingZip (1.0 - 1) <3D46509E-3EB7-3EC8-828D-19BF3C8670BD> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff78e8e000 - 0x7fff78f12fe7 com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff793fd000 - 0x7fff79404ff7 com.apple.TCC (1.0 - 1) <1774542A-1E70-3E22-9698-372200D27249> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff7960a000 - 0x7fff796cbff7 com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff7971c000 - 0x7fff79737ffb com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff79738000 - 0x7fff7975ffff com.apple.ToneLibrary (1.0 - 1) <7EEABD7F-D0CB-327E-A772-ACF406B9C8F2> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff7976f000 - 0x7fff79770fff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff79776000 - 0x7fff79925ff7 com.apple.UIFoundation (1.0 - 543) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff7a5e5000 - 0x7fff7a6b4fff com.apple.ViewBridge (341.1 - 341.1) <53A2272D-E834-3A48-829B-D71E05B9E714> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff7b042000 - 0x7fff7b044ffb com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff7b085000 - 0x7fff7b0b2fff com.apple.contacts.vCard (1.0 - 2326) <38202649-B1F2-3F6D-B2AC-5EC76C9FAB52> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff7b1a8000 - 0x7fff7b1dbfff libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib 0x7fff7b27a000 - 0x7fff7b2b3ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib 0x7fff7b2b4000 - 0x7fff7b2bffff libChineseTokenizer.dylib (28) /usr/lib/libChineseTokenizer.dylib 0x7fff7b351000 - 0x7fff7b352ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff7b389000 - 0x7fff7b553ff3 libFosl_dynamic.dylib (17.7) /usr/lib/libFosl_dynamic.dylib 0x7fff7b58b000 - 0x7fff7b58bfff libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff7b6b4000 - 0x7fff7b6b8ffb libScreenReader.dylib (562.1) <107BB2E9-A973-322E-8BDA-5E4DA4061A77> /usr/lib/libScreenReader.dylib 0x7fff7b6b9000 - 0x7fff7b6baff3 libSystem.B.dylib (1252) /usr/lib/libSystem.B.dylib 0x7fff7b74d000 - 0x7fff7b74dfff libapple_crypto.dylib (109.1.6) <1C66C4B7-7E7C-36BC-858E-6661016C971A> /usr/lib/libapple_crypto.dylib 0x7fff7b74e000 - 0x7fff7b764ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff7b765000 - 0x7fff7b78fff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff7b790000 - 0x7fff7b811fdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff7b815000 - 0x7fff7b815ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff7b816000 - 0x7fff7b8c5ffb libboringssl.dylib (109.1.6) /usr/lib/libboringssl.dylib 0x7fff7b8c6000 - 0x7fff7b8d6ff3 libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib 0x7fff7b8d7000 - 0x7fff7b8e4ffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff7b8e5000 - 0x7fff7b93bfff libc++.1.dylib (400.9) /usr/lib/libc++.1.dylib 0x7fff7b93c000 - 0x7fff7b960ff7 libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib 0x7fff7b962000 - 0x7fff7b972fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff7b973000 - 0x7fff7b989fff libcompression.dylib (47) /usr/lib/libcompression.dylib 0x7fff7bc2f000 - 0x7fff7bc47ff7 libcoretls.dylib (155) /usr/lib/libcoretls.dylib 0x7fff7bc48000 - 0x7fff7bc49ffb libcoretls_cfhelpers.dylib (155) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff7bcff000 - 0x7fff7bde1ff3 libcrypto.0.9.8.dylib (76) /usr/lib/libcrypto.0.9.8.dylib 0x7fff7bde2000 - 0x7fff7bf72fff libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib 0x7fff7c119000 - 0x7fff7c16fff3 libcups.2.dylib (462) /usr/lib/libcups.2.dylib 0x7fff7c19a000 - 0x7fff7c1eeffb libcurl.4.dylib (105) <2E9FFE56-232A-34A1-8A9B-63D02F6D7130> /usr/lib/libcurl.4.dylib 0x7fff7c1f1000 - 0x7fff7c1f8ff3 libdscsym.dylib (183) /usr/lib/libdscsym.dylib 0x7fff7c2ad000 - 0x7fff7c2adfff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib 0x7fff7c2ae000 - 0x7fff7c2c7ffb libexpat.1.dylib (16.1.1) <5E1796FA-4041-3187-B5C2-8E6B03D1D72A> /usr/lib/libexpat.1.dylib 0x7fff7c2e4000 - 0x7fff7c2e9ffb libheimdal-asn1.dylib (520) /usr/lib/libheimdal-asn1.dylib 0x7fff7c315000 - 0x7fff7c406ff7 libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib 0x7fff7c407000 - 0x7fff7c62dffb libicucore.A.dylib (59117.0.1) /usr/lib/libicucore.A.dylib 0x7fff7c67a000 - 0x7fff7c67bfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff7c67c000 - 0x7fff7c695ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff7c696000 - 0x7fff7c6acff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib 0x7fff7c75d000 - 0x7fff7c985fff libmecabra.dylib (779.1) /usr/lib/libmecabra.dylib 0x7fff7cb5d000 - 0x7fff7cc33ff7 libnetwork.dylib (1229.1.5) <6134BC02-EC6F-342F-8FCE-673798505400> /usr/lib/libnetwork.dylib 0x7fff7cca9000 - 0x7fff7d0977e7 libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib 0x7fff7d0aa000 - 0x7fff7d0aefff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff7d0b1000 - 0x7fff7d0e5fff libpcap.A.dylib (79) /usr/lib/libpcap.A.dylib 0x7fff7d165000 - 0x7fff7d181ffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib 0x7fff7d1bc000 - 0x7fff7d1cefff libsasl2.2.dylib (211) /usr/lib/libsasl2.2.dylib 0x7fff7d1cf000 - 0x7fff7d1d0ff7 libspindump.dylib (247) /usr/lib/libspindump.dylib 0x7fff7d1d1000 - 0x7fff7d366fef libsqlite3.dylib (274.1) <075468C1-75CE-318F-9E9B-F62B6A88E1B3> /usr/lib/libsqlite3.dylib 0x7fff7d389000 - 0x7fff7d3c1ff3 libssl.0.9.8.dylib (76) <3F459E52-F4EA-3F28-8080-D1A76C680F1F> /usr/lib/libssl.0.9.8.dylib 0x7fff7d3c2000 - 0x7fff7d415ffb libssl.35.dylib (22) <4D77B502-E065-3794-90E7-39E83F9683F6> /usr/lib/libssl.35.dylib 0x7fff7d468000 - 0x7fff7d4b6fff libstdc++.6.0.9.dylib (104.1) <92CC5BBD-2FB2-3864-BF6B-B4B1BFF4C1EE> /usr/lib/libstdc++.6.0.9.dylib 0x7fff7d536000 - 0x7fff7d56fffb libusrtcp.dylib (1229.1.5) /usr/lib/libusrtcp.dylib 0x7fff7d570000 - 0x7fff7d573ffb libutil.dylib (51) <58C59F00-031B-3798-B697-A8A4C58E70AA> /usr/lib/libutil.dylib 0x7fff7d574000 - 0x7fff7d581fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff7d585000 - 0x7fff7d66cfff libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib 0x7fff7d66d000 - 0x7fff7d695fff libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib 0x7fff7d696000 - 0x7fff7d6a8ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff7d745000 - 0x7fff7d749ff7 libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib 0x7fff7d74a000 - 0x7fff7d754ff3 libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib 0x7fff7d755000 - 0x7fff7d75cfff libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib 0x7fff7d75d000 - 0x7fff7d765fff libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib 0x7fff7d766000 - 0x7fff7d7eaff7 libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib 0x7fff7d871000 - 0x7fff7d8aaff7 libdispatch.dylib (913.1.6) <0DD78497-6A2A-350A-99EF-15BF41EA07DD> /usr/lib/system/libdispatch.dylib 0x7fff7d8ab000 - 0x7fff7d8c8ff7 libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib 0x7fff7d8c9000 - 0x7fff7d8c9ffb libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib 0x7fff7d8ca000 - 0x7fff7d8d6ff3 libkxld.dylib (4570.1.46) /usr/lib/system/libkxld.dylib 0x7fff7d8d7000 - 0x7fff7d8d7ff7 liblaunch.dylib (1205.1.10) <5AD77A68-BB4D-33AA-AA4F-DF51D0972FD9> /usr/lib/system/liblaunch.dylib 0x7fff7d8d8000 - 0x7fff7d8dcffb libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib 0x7fff7d8dd000 - 0x7fff7d8dfff3 libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib 0x7fff7d8e0000 - 0x7fff7d8e1ff3 libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib 0x7fff7d8e2000 - 0x7fff7d8f9fff libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib 0x7fff7d8fa000 - 0x7fff7d8fafff libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib 0x7fff7d8fb000 - 0x7fff7d984fff libsystem_c.dylib (1244.1.7) <2D4C21C0-9938-3552-8DC1-2C1CFAA10D38> /usr/lib/system/libsystem_c.dylib 0x7fff7d985000 - 0x7fff7d988ffb libsystem_configuration.dylib (963) /usr/lib/system/libsystem_configuration.dylib 0x7fff7d989000 - 0x7fff7d98cffb libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib 0x7fff7d98d000 - 0x7fff7d98efff libsystem_darwin.dylib (1244.1.7) <552C05CA-D151-3F93-B570-413340BDA9C7> /usr/lib/system/libsystem_darwin.dylib 0x7fff7d98f000 - 0x7fff7d995ff7 libsystem_dnssd.dylib (878.1.1) <6E28973E-A258-36F6-ACFB-259ED5885C7A> /usr/lib/system/libsystem_dnssd.dylib 0x7fff7d996000 - 0x7fff7d9dfff7 libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib 0x7fff7d9e0000 - 0x7fff7da05ff7 libsystem_kernel.dylib (4570.1.46) <71BA15CB-3056-3CBD-A5F5-EE61566EEA0C> /usr/lib/system/libsystem_kernel.dylib 0x7fff7da06000 - 0x7fff7da51fcb libsystem_m.dylib (3146) /usr/lib/system/libsystem_m.dylib 0x7fff7da52000 - 0x7fff7da71fff libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib 0x7fff7da72000 - 0x7fff7db15ff3 libsystem_network.dylib (1229.1.5) /usr/lib/system/libsystem_network.dylib 0x7fff7db16000 - 0x7fff7db20ffb libsystem_networkextension.dylib (767.1.4) /usr/lib/system/libsystem_networkextension.dylib 0x7fff7db21000 - 0x7fff7db2aff3 libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib 0x7fff7db2b000 - 0x7fff7db32ff7 libsystem_platform.dylib (161) <9F5A67F7-BC65-300F-BD74-07E7732D6372> /usr/lib/system/libsystem_platform.dylib 0x7fff7db33000 - 0x7fff7db3eff7 libsystem_pthread.dylib (301.1.6) <6D0B0110-2B44-3D3C-B672-BD08FE46378A> /usr/lib/system/libsystem_pthread.dylib 0x7fff7db3f000 - 0x7fff7db42ffb libsystem_sandbox.dylib (765.1.8) /usr/lib/system/libsystem_sandbox.dylib 0x7fff7db43000 - 0x7fff7db44ff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib 0x7fff7db45000 - 0x7fff7db4cff7 libsystem_symptoms.dylib (820.1.4) /usr/lib/system/libsystem_symptoms.dylib 0x7fff7db4d000 - 0x7fff7db60ff7 libsystem_trace.dylib (829.1.2) <10955EBB-1AC8-3085-9A2D-F3088CA2DF71> /usr/lib/system/libsystem_trace.dylib 0x7fff7db62000 - 0x7fff7db67ff7 libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib 0x7fff7db68000 - 0x7fff7db93ff7 libxpc.dylib (1205.1.10) /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 856 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=602.1M resident=0K(0%) swapped_out_or_unallocated=602.1M(100%) Writable regions: Total=1.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.0G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 3 Activity Tracing 256K 2 CG backing stores 5188K 4 CG image 36K 4 CoreAnimation 16K 4 CoreGraphics 8K 2 CoreImage 16K 4 CoreUI image data 1016K 13 CoreUI image file 332K 5 Foundation 4K 2 IOKit 7940K 2 Image IO 4K 2 Kernel Alloc Once 8K 2 MALLOC 540.4M 120 MALLOC guard page 64K 16 MALLOC_LARGE (reserved) 100.5M 8 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 255 547.5M 26 Memory Tag 255 (reserved) 140K 5 reserved VM address space (unallocated) OpenGL GLSL 512K 7 STACK GUARD 56.3M 78 Stack 175.7M 78 VM_ALLOCATE 90.9M 144 VM_ALLOCATE (reserved) 128.0M 3 reserved VM address space (unallocated) __DATA 46.2M 342 __FONT_DATA 4K 2 __GLSLBUILTINS 2588K 2 __LINKEDIT 234.1M 35 __TEXT 368.1M 331 __UNICODE 556K 2 mapped file 87.3M 62 shared memory 756K 15 =========== ======= ======= TOTAL 2.3G 1295 TOTAL, minus reserved VM space 2.1G 1295 Model: MacBookAir7,2, BootROM MBA71.0171.B00, 2 processors, Intel Core i5, 1,6 GHz, 8 GB, SMC 2.27f2 Graphics: Intel HD Graphics 6000, Intel HD Graphics 6000, Built-In Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54424C41522D4E5444 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54424C41522D4E5444 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.37.0.1a1) Bluetooth: Version 6.0.0f7, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0128G, 121,33 GB USB Device: USB 3.0 Bus USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller Thunderbolt Bus: MacBook Air, Apple Inc., 27.2 Do you have any ideas? Thank you!

Build chrashes with Access Violation (0xc0000005) when setting up connection

$
0
0
So I was testing my build and when I tried to start a LAN connection outside of the Editor I the build crashed with the following logs error.log Unity Player [version: Unity 2017.1.0f3 (472613c02cf7)] 171018_4.exe caused an Access Violation (0xc0000005) in module 171018_4.exe at 0033:2a5626a4. Error occurred at 2017-10-18_143140. H:\Gymnasie Arbete\Builds\171018_4.exe, run by xhelar26. 39% memory in use. 16327 MB physical memory [9829 MB free]. 18759 MB paging file [10693 MB free]. 134217728 MB user address space [134217304 MB free]. Read from location 00000004 caused an access violation. Context: RDI: 0x00000000 RSI: 0x03ada470 RAX: 0x00000000 RBX: 0x03ada5f0 RCX: 0x00000000 RDX: 0x00000000 RIP: 0x2a5626a4 RBP: 0x00cfddb9 SegCs: 0x00000033 EFlags: 0x00010246 RSP: 0x00cfdd10 SegSs: 0x0000002b R8: 0x009b15c0 R9: 0x00000000 R10: 0x00000000 R11: 0x00cfdce0 R12: 0x10fdc930 R13: 0x00000000 R14: 0x00cfdf00 R15: 0x00000000 Bytes at CS:EIP: 83 78 04 17 0f 85 b3 00 00 00 8b 58 0c 8b 70 08 Stack: 0x00cfdd10: 03ada5f0 00000000 03ada470 00000000 ........p....... 0x00cfdd20: 00000000 00000000 00000000 00000000 ................ 0x00cfdd30: 0000021d 00007ff7 2a5606b4 00007ff7 ..........V*.... 0x00cfdd40: 2ad8d25c 00007ff7 2a561240 00007ff7 \..*....@.V*.... 0x00cfdd50: 00000000 00000000 00000020 00000000 ........ ....... 0x00cfdd60: 00000010 00000000 00000051 00000000 ........Q....... 0x00cfdd70: 00000000 00007ff7 2ad8d25c 00007ff7 ........\..*.... 0x00cfdd80: 2ad8d25c 00007ff7 2a561240 00007ff7 \..*....@.V*.... 0x00cfdd90: 00000001 00000000 00000880 00000000 ................ 0x00cfdda0: 00000010 00000000 00000001 00000000 ................ 0x00cfddb0: 00000002 00000000 00000000 00000000 ................ 0x00cfddc0: 00000000 00000000 00000000 00000000 ................ 0x00cfddd0: 00000000 00000000 2a229e9c 00007ff7 .........."*.... 0x00cfdde0: 00000000 00000000 00000001 00000000 ................ 0x00cfddf0: 00000000 00000000 00000000 00000000 ................ 0x00cfde00: 03ada470 00000000 03ada5f0 00000000 p............... 0x00cfde10: 10fdc940 00000000 2a231877 00007ff7 @.......w.#*.... 0x00cfde20: 10fdc930 00000000 10fdc930 00000000 0.......0....... 0x00cfde30: 03ada5f0 00000000 10fd0030 00000000 ........0....... 0x00cfde40: 00000000 00000000 00000051 00000000 ........Q....... 0x00cfde50: 00000000 00000000 2ad8d25c 00007ff7 ........\..*.... 0x00cfde60: 00000070 00000000 2ad8d25c 00007ff7 p.......\..*.... 0x00cfde70: 00000000 00000000 2a561432 00007ff7 ........2.V*.... 0x00cfde80: 00000000 00000000 00000000 00000000 ................ 0x00cfde90: 00000000 00000000 03ad69b8 00000000 .........i...... 0x00cfdea0: 00000000 00000000 04c311f8 00000000 ................ 0x00cfdeb0: 10fdc930 00000000 2a236421 00007ff7 0.......!d#*.... 0x00cfdec0: 00000000 00000000 00000000 00000000 ................ 0x00cfded0: 00000000 00000000 00000000 00000000 ................ 0x00cfdee0: 00000000 00000000 00000000 00000000 ................ 0x00cfdef0: 10fdc940 00000000 10fdd748 00000000 @.......H....... 0x00cfdf00: 00000000 00000000 0cbcd690 00000000 ................ 0x00cfdf10: 10fdc930 00000000 2a23bd94 00007ff7 0.........#*.... 0x00cfdf20: 03ad6da0 00000000 03ad5270 00000000 .m......pR...... 0x00cfdf30: 03ad69b0 00000000 00cfdf78 00000000 .i......x....... 0x00cfdf40: 04c311f8 00000000 00000000 00000000 ................ 0x00cfdf50: 00000000 00000000 0cbcd690 00000000 ................ 0x00cfdf60: 10fdc930 00000000 2a23c21f 00007ff7 0.........#*.... 0x00cfdf70: 00000000 00000000 00000000 00000000 ................ 0x00cfdf80: 00000000 00000000 00000000 00000000 ................ 0x00cfdf90: 00000000 00000000 2a23c78d 00007ff7 ..........#*.... 0x00cfdfa0: 02c19478 00000000 10fdc930 00000000 x.......0....... 0x00cfdfb0: 10fdbc40 00000000 3f800000 3ff00000 @..........?...? 0x00cfdfc0: 000001b5 00000000 00000000 00000000 ................ 0x00cfdfd0: 3f400000 00000000 0549bd70 00000000 ..@?....p.I..... 0x00cfdfe0: 00000000 00000000 04c38b70 00000000 ........p....... 0x00cfdff0: 04c311f8 00000000 051111dd 00000000 ................ 0x00cfe000: 04b614e1 00000000 04b667c0 00000000 .........g...... 0x00cfe010: 0dae9c90 00000000 0510dcb8 00000000 ................ 0x00cfe020: 0db61ea0 00000000 00cfe1b0 00000000 ................ 0x00cfe030: 00cfe160 00000000 00cfeba0 00000000 `............... 0x00cfe040: 04c14d48 00000000 0d96ba80 00000000 HM.............. 0x00cfe050: 04c38b70 00000000 00000000 00000000 p............... 0x00cfe060: 04c14d48 00000000 00cfeba0 00000000 HM.............. 0x00cfe070: 00000000 00000000 2a63ded7 00007ff7 ..........c*.... 0x00cfe080: 10fdbc40 00000000 00000000 00000000 @............... 0x00cfe090: 00000000 00000000 0549bd70 00000000 ........p.I..... 0x00cfe0a0: 00000000 00000000 00000000 00000000 ................ 0x00cfe0b0: 00000000 00000000 051112ce 00000000 ................ 0x00cfe0c0: 0db61ea0 00000000 00cfe150 00000000 ........P....... 0x00cfe0d0: 00000000 00000000 00000000 00000000 ................ 0x00cfe0e0: 00000000 00000000 04b614e0 00000000 ................ 0x00cfe0f0: 04b667c0 00000000 00000000 00000000 .g.............. 0x00cfe100: 0510ddb5 00000000 0db61ea0 00000000 ................ 0x00cfe110: 00cfe150 00000000 00cfe0c0 00000000 P............... 0x00cfe120: 00cfeba0 00000000 04c14d48 00000000 ........HM...... 0x00cfe130: 0d96ba80 00000000 04c38b70 00000000 ........p....... 0x00cfe140: 00000000 00000000 00000000 00000000 ................ 0x00cfe150: 00cfe1b0 00000000 0510dcb8 00000000 ................ 0x00cfe160: 0510dc0c 00000000 00cfeba0 00000000 ................ 0x00cfe170: 04c14d48 00000000 0d96ba80 00000000 HM.............. 0x00cfe180: 0e0e1800 00000000 04c311f8 00000000 ................ 0x00cfe190: 0e0e1800 00000000 0d96ba80 00000000 ................ 0x00cfe1a0: 0e0e1880 00000000 00001e61 00000000 ........a....... 0x00cfe1b0: 00cfe1f0 00000000 0510dbe8 00000000 ................ 0x00cfe1c0: 0e0e1800 00000000 04c31210 00000000 ................ 0x00cfe1d0: 0510dbc0 00000000 0dae8718 00000000 ................ 0x00cfe1e0: 00000000 00000000 04c38b70 00000000 ........p....... 0x00cfe1f0: 00cfe280 00000000 05109c38 00000000 ........8....... 0x00cfe200: 00cfe2c0 00000000 00001e61 00000000 ........a....... 0x00cfe210: 04c2e4e0 00000000 00001e61 00000000 ........a....... 0x00cfe220: 00cfdf10 00000000 00000060 00000000 ........`....... 0x00cfe230: 05109923 00000000 00cfeba0 00000000 #............... 0x00cfe240: 04c14d48 00000000 0e0e1800 00000000 HM.............. 0x00cfe250: 04c38b70 00000000 00000000 00000000 p............... 0x00cfe260: 0e0e1880 00000000 0d96ba80 00000000 ................ 0x00cfe270: 04c14d48 00000000 04c2e4e0 00000000 HM.............. 0x00cfe280: 00cfe2c0 00000000 051098ff 00000000 ................ 0x00cfe290: 0e0e1880 00000000 00001e61 00000000 ........a....... 0x00cfe2a0: 051098e0 00000000 0dba9640 00000000 ........@....... 0x00cfe2b0: 051098ce 00000000 0e0e1880 00000000 ................ 0x00cfe2c0: 00cfe340 00000000 05109598 00000000 @............... 0x00cfe2d0: 00000000 00000000 00001e61 00000000 ........a....... 0x00cfe2e0: 00cfdf10 00000000 00000060 00000000 ........`....... 0x00cfe2f0: 051044c5 00000000 00cfeba0 00000000 .D.............. 0x00cfe300: 04c14d48 00000000 0d96ba80 00000000 HM.............. 0x00cfe310: 00000040 00000000 00001e61 00000000 @.......a....... 0x00cfe320: 00000040 00000000 0d96ba80 00000000 @............... 0x00cfe330: 00000000 00000000 04c38d20 00000000 ........ ....... 0x00cfe340: 00cfe3d0 00000000 05104374 00000000 ........tC...... 0x00cfe350: 00cfe420 00000000 04c38d20 00000000 ....... ....... 0x00cfe360: 0000000a 00000000 00000000 00000000 ................ 0x00cfe370: 00000000 00000000 00000000 00000000 ................ 0x00cfe380: 05103d54 00000000 00cfeba0 00000000 T=.............. 0x00cfe390: 04c14d48 00000000 0e0e1880 00000000 HM.............. 0x00cfe3a0: 00000000 00000000 00000000 00000000 ................ 0x00cfe3b0: 00000001 00000000 04c14d48 00000000 ........HM...... 0x00cfe3c0: 00cfeba0 00000000 0000000a 00000000 ................ 0x00cfe3d0: 00cfe420 00000000 05103d30 00000000 .......0=...... 0x00cfe3e0: 04c14d48 00000000 00000001 00000000 HM.............. 0x00cfe3f0: 00000040 00000000 00000000 00000000 @............... 0x00cfe400: 05103d00 00000000 00000000 00000000 .=.............. 0x00cfe410: 00000000 00000000 0d96ba80 00000000 ................ 0x00cfe420: 00cfe460 00000000 05103cd2 00000000 `........<...... 0x00cfe430: 00000040 00000000 00cfe250 00000000 @.......P....... 0x00cfe440: 05103cb0 00000000 0549aa78 00000000 .<......x.I..... 0x00cfe450: 050df414 00000000 0d96ba80 00000000 ................ 0x00cfe460: 00cfe830 00000000 050f347e 00000000 0.......~4...... 0x00cfe470: 0d96b9a0 00000000 050f5784 00000000 .........W...... 0x00cfe480: 41200000 42800000 42d20000 41a00000 .. A...B...B...A 0x00cfe490: 41200000 42f40000 43480000 41a00000 .. A...B..HC...A 0x00cfe4a0: 0e0d6d48 00000000 04c35690 00000000 Hm.......V...... 0x00cfe4b0: 00cfe890 00000000 050f43e9 00000000 .........C...... 0x00cfe4c0: 00cfe890 00000000 050f4317 00000000 .........C...... 0x00cfe4d0: 00000000 00000001 41200000 42200000 .......... A.. B 0x00cfe4e0: 43480000 41a00000 41200000 42800000 ..HC...A.. A...B 0x00cfe4f0: 42d20000 41a00000 00000004 00000000 ...B...A........ 0x00cfe500: 00000000 00000000 00000020 00000000 ........ ....... 0x00cfe510: 00000002 00000000 dc8e5bd4 00007ffc .........[...... 0x00cfe520: 01270000 00000000 0d96ba80 00000000 ..'............. 0x00cfe530: 00000018 00000001 41200000 42200000 .......... A.. B 0x00cfe540: 43480000 41a00000 41200000 42800000 ..HC...A.. A...B 0x00cfe550: 42d20000 41a00000 42dc0000 42800000 ...B...A...B...B 0x00cfe560: 42be0000 41a00000 04b614e0 00000000 ...B...A........ 0x00cfe570: 04b667c0 00000000 050fa7e5 00000000 .g.............. 0x00cfe580: 0e0e1980 00000000 0e0d8f00 00000000 ................ 0x00cfe590: 0db8d6e0 00000000 29fa3c99 00007ff7 .........<.).... 0x00cfe5a0: 00cfe600 00000000 29fa3c99 00007ff7 .........<.).... 0x00cfe5b0: 00cfe610 00000000 00cfe700 00000000 ................ 0x00cfe5c0: 00000000 00000000 02bd3f80 00000000 .........?...... 0x00cfe5d0: 000002e0 00000000 ffffffff ffffffff ................ 0x00cfe5e0: 0000008a 00000000 29df7bab 00007ff7 .........{.).... 0x00cfe5f0: 02bd3f80 00000000 00000000 00000000 .?.............. 0x00cfe600: 02bd3f80 00000000 0cba0c00 00000000 .?.............. 0x00cfe610: 02bd3f80 00000000 0cba0c00 00000000 .?.............. 0x00cfe620: 0cba1e00 00000000 04b614e0 00000000 ................ 0x00cfe630: 00000362 00000000 2a5130d9 00007ff7 b........0Q*.... 0x00cfe640: 0000008a 00000000 0da6ee40 00000000 ........@....... 0x00cfe650: 00000000 00000000 050f07ac 00000000 ................ 0x00cfe660: 00cfebe0 00000000 41200000 42200000 .......... A.. B 0x00cfe670: 43480000 41a00000 41200000 42800000 ..HC...A.. A...B 0x00cfe680: 42d20000 41a00000 04b614e0 00000000 ...B...A........ 0x00cfe690: 04b667c0 00000000 00000362 00000000 .g......b....... 0x00cfe6a0: 04b667c0 00000000 00cfe760 00000000 .g......`....... 0x00cfe6b0: 00cfe720 00000000 2a513d7c 00007ff7 .......|=Q*.... 0x00cfe6c0: 00cfeb80 00000000 04c14d48 00000000 ........HM...... 0x00cfe6d0: 00cfed50 00000000 00000000 00000000 P............... 0x00cfe6e0: 0da6ee40 00000000 050f3035 00000000 @.......50...... 0x00cfe6f0: 00cfe730 00000000 04c23840 00000000 0.......@8...... 0x00cfe700: 00cfed50 00000000 04c14d48 00000000 P.......HM...... 0x00cfe710: 00000362 00000000 04b614e0 00000000 b............... 0x00cfe720: 04b667c0 00000000 050f2884 00000000 .g.......(...... 0x00cfe730: 00cfe770 00000000 0da6ee40 00000000 p.......@....... 0x00cfe740: 00cfe780 00000000 00cfe6f0 00000000 ................ 0x00cfe750: 00cfeb80 00000000 04c14d48 00000000 ........HM...... 0x00cfe760: 00cfed50 00000000 00000000 00000000 P............... 0x00cfe770: 00000362 00000000 0e0d6d98 00000000 b........m...... 0x00cfe780: 00cfe7e0 00000000 050f26a2 00000000 .........&...... 0x00cfe790: 00cfed50 00000000 00000000 00000000 P............... 0x00cfe7a0: 00000362 00000000 050dfde0 00000000 b............... 0x00cfe7b0: 00cfe7e0 00000000 050dff26 00000000 ........&....... 0x00cfe7c0: 00cfec70 00000000 04b614e0 00000000 p............... 0x00cfe7d0: 04b667c0 00000000 050dfde0 00000000 .g.............. 0x00cfe7e0: 00cfe830 00000000 050dfd95 00000000 0............... 0x00cfe7f0: 00cfe830 00000000 00000000 00000000 0............... 0x00cfe800: 00cfee90 00000000 04c14d48 00000000 ........HM...... 0x00cfe810: 00cfeba0 00000000 0549bd70 00000000 ........p.I..... 0x00cfe820: 050cf570 00000000 0db61ea0 00000000 p............... 0x00cfe830: 00cfe8c0 00000000 050cf5db 00000000 ................ 0x00cfe840: 00cfe890 00000000 050f97e5 00000000 ................ 0x00cfe850: 05468428 00000000 a4f7232d 00007ffc (.F.....-#...... 0x00cfe860: c61c4000 46ea6000 050f3140 00000000 .@...`.F@1...... 0x00cfe870: 00cfeba0 00000000 00000000 00000000 ................ 0x00cfe880: 04c38d20 00000000 00000000 00000000 ............... 0x00cfe890: 00000000 00000000 a4f7228b 00007ffc ........."...... 0x00cfe8a0: 0549bd70 00000000 0549bd70 00000000 p.I.....p.I..... 0x00cfe8b0: 050cf570 00000000 00cfe900 00000000 p............... 0x00cfe8c0: 00cfe900 00000000 a5095b63 00007ffc ........c[...... 0x00cfe8d0: 0549bd70 00000000 00000000 00000000 p.I............. 0x00cfe8e0: 0db61ea0 00000000 0549bd70 00000000 ........p.I..... 0x00cfe8f0: 00000000 00000000 00000000 00000000 ................ 0x00cfe900: 04c14d48 00000000 00000000 00000000 HM.............. 0x00cfe910: 00000000 00000000 0db61ea0 00000000 ................ 0x00cfe920: 04b66dd0 00000000 04c38d20 00000000 .m...... ....... 0x00cfe930: 00cfeba0 00000000 00cfee90 00000000 ................ 0x00cfe940: 00cfea50 00000000 2a153251 00007ff7 P.......Q2.*.... 0x00cfe950: 00000000 00000000 00000001 00000000 ................ 0x00cfe960: 429e0000 429e0000 00000000 00000000 ...B...B........ 0x00cfe970: 00000000 00000000 0db61ee0 00000000 ................ 0x00cfe980: 04b66dd0 00000000 00000000 00000000 .m.............. 0x00cfe990: c61c4000 c61c4000 471c4000 471c4000 .@...@...@.G.@.G 0x00cfe9a0: 00cfeab0 00000000 2a153251 00007ff7 ........Q2.*.... 0x00cfe9b0: 00000000 00000000 00000001 00000000 ................ 0x00cfe9c0: 429e0000 429e0000 2a848d4b 00007ff7 ...B...BK..*.... 0x00cfe9d0: 00000000 bb888889 00000000 00000000 ................ 0x00cfe9e0: 00000000 00000000 bca237c3 00000000 .........7...... 0x00cfe9f0: c61c4000 c61c4000 471c4000 471c4000 .@...@...@.G.@.G 0x00cfea00: 00000000 00000000 00000000 00000000 ................ 0x00cfea10: 00000000 00000000 00000000 00000000 ................ 0x00cfea20: 00000000 00000000 00000000 00000000 ................ 0x00cfea30: 00000000 00000000 00000000 00000000 ................ 0x00cfea40: cd407adc 0000488b 00000000 00000000 .z@..H.......... 0x00cfea50: 00000000 00000000 00000000 00000000 ................ 0x00cfea60: 00000362 00000000 00000000 00000000 b............... 0x00cfea70: 02bc0b90 00000000 00cfeba0 00000000 ................ 0x00cfea80: 00cfee90 00000000 0549bd70 00000000 ........p.I..... 0x00cfea90: 04c38d20 00000000 a4fe872d 00007ffc .......-....... 0x00cfeaa0: cd407abc 0000488b 02c11850 00000000 .z@..H..P....... 0x00cfeab0: 00cfeae9 00000000 039f4a40 00000000 ........@J...... 0x00cfeac0: 04c38d20 00000000 2a3702c4 00007ff7 .........7*.... 0x00cfead0: 0549bd70 00000000 00cfec50 00000000 p.I.....P....... 0x00cfeae0: 00cfeb50 00000000 00000000 00000000 P............... 0x00cfeaf0: 00cfee30 00000000 2a36b54a 00007ff7 0.......J.6*.... 0x00cfeb00: 00cfeb90 00000000 00cfeba0 00000000 ................ 0x00cfeb10: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cfeb20: 00cfeba0 00000000 00000000 00000000 ................ 0x00cfeb30: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cfeb40: 00000000 00000000 2a156be8 00007ff7 .........k.*.... 0x00cfeb50: 00000001 00000000 00000001 00000000 ................ 0x00cfeb60: 039f4a40 00000000 00000001 00000000 @J.............. 0x00cfeb70: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cfeb80: 00000000 00000000 00000000 00000000 ................ 0x00cfeb90: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cfeba0: 00000000 00000000 04c38d20 00000000 ........ ....... 0x00cfebb0: 00000000 00000000 00000001 00000000 ................ 0x00cfebc0: 039f4a40 00000000 00000001 00000000 @J.............. 0x00cfebd0: 00cff0e8 00000000 04c14d48 00000000 ........HM...... 0x00cfebe0: 00000000 00000000 00000000 00000000 ................ 0x00cfebf0: 00000000 00000000 00000000 00000000 ................ 0x00cfec00: 00000000 00000000 04c38d20 00000000 ........ ....... 0x00cfec10: 00000001 00000000 00000000 00000000 ................ 0x00cfec20: 00000000 00000000 00000000 00000000 ................ 0x00cfec30: 00000000 00000000 050d9900 00000000 ................ 0x00cfec40: 00cfecd0 00000000 050d9971 00000000 ........q....... 0x00cfec50: 00000000 00000000 00000000 00000000 ................ 0x00cfec60: 00000000 00000000 a4f7232d 00007ffc ........-#...... 0x00cfec70: 00cfec10 00000000 00000000 00000000 ................ 0x00cfec80: 00000000 00000000 00000000 00000000 ................ 0x00cfec90: 00000000 00000000 00000000 00000000 ................ 0x00cfeca0: 00000000 00000000 00000000 00000000 ................ 0x00cfecb0: 00000000 00000000 00000000 00000000 ................ 0x00cfecc0: 00000000 00000000 00000000 00000000 ................ 0x00cfecd0: 00000001 00000000 a5095b72 00007ffc ........r[...... 0x00cfece0: 05391e40 00000000 00000000 00000000 @.9............. 0x00cfecf0: 00000000 00000000 00000362 00000000 ........b....... 0x00cfed00: 00000001 00000000 05468428 00000000 ........(.F..... 0x00cfed10: 00000000 00000000 00000000 00000000 ................ 0x00cfed20: 00000000 00000000 00000000 00000000 ................ 0x00cfed30: 00000000 00000000 00000000 00000000 ................ 0x00cfed40: 2ad8d200 00007ff7 00cf0101 00000000 ...*............ 0x00cfed50: 00cfecf0 00000000 00cfecf8 00000000 ................ 0x00cfed60: 00cfed00 00000000 00000000 00000000 ................ 0x00cfed70: 00000000 00000000 00000000 00000000 ................ 0x00cfed80: 00000000 00000000 00000000 00000000 ................ 0x00cfed90: 00000000 00000000 00000000 00000000 ................ 0x00cfeda0: 00000000 00000000 00000000 00000000 ................ 0x00cfedb0: 00000001 00000001 00000001 00000000 ................ 0x00cfedc0: 00cfed60 00000000 00000000 00000000 `............... 0x00cfedd0: 00000000 00000000 00000000 00000000 ................ 0x00cfede0: 00000003 00000000 054683f8 00000000 ..........F..... 0x00cfedf0: 00000000 00000000 00000000 00000000 ................ 0x00cfee00: 00000000 00000000 00000000 00000000 ................ 0x00cfee10: 00000000 00000000 00000000 00000000 ................ 0x00cfee20: 039f4a00 00000000 00000101 00000000 .J.............. 0x00cfee30: 00000000 00000000 00000000 00000000 ................ 0x00cfee40: 80000000 00000000 00000000 00000000 ................ 0x00cfee50: 00000000 00000000 00000000 00000000 ................ 0x00cfee60: 00000000 00000000 00000000 00000000 ................ 0x00cfee70: 00000000 00000000 00000000 00000000 ................ 0x00cfee80: 00000000 00000000 00000000 00000000 ................ 0x00cfee90: 00000000 00000000 00000000 00000000 ................ 0x00cfeea0: 00000000 00000000 00000000 00000000 ................ 0x00cfeeb0: 00000000 00000000 00000000 00000000 ................ 0x00cfeec0: 00000000 00000000 00000000 00000000 ................ 0x00cfeed0: 00000000 00000000 00000000 00000000 ................ 0x00cfeee0: 00000000 00000000 00000000 00000000 ................ 0x00cfeef0: 429e0000 429e0000 00000000 00000000 ...B...B........ 0x00cfef00: 00000000 00000000 00000000 00000000 ................ 0x00cfef10: 00000000 00000000 00000000 00000000 ................ 0x00cfef20: 00000000 c61c4000 0549bd70 00000000 .....@..p.I..... 0x00cfef30: 2ad8d201 00007ff7 04c38d20 00000000 ...*.... ....... 0x00cfef40: 00000000 00000000 00000000 00000000 ................ 0x00cfef50: 00000000 00000000 00000000 00000000 ................ 0x00cfef60: 00000000 00000000 00000001 00000000 ................ 0x00cfef70: 039f4a40 00000000 00000000 00000000 @J.............. 0x00cfef80: 2ade5988 00007ff7 02bcb4b0 00000000 .Y.*............ 0x00cfef90: 0cd1fcb0 00000000 2a15d450 00007ff7 ........P..*.... 0x00cfefa0: 00000000 00000000 00000001 00000000 ................ 0x00cfefb0: 00000362 00000000 00000000 00000000 b............... 0x00cfefc0: 00cfefd0 00000000 00000362 00000000 ........b....... 0x00cfefd0: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cfefe0: 00000362 00000000 2a1ec5ea 00007ff7 b..........*.... 0x00cfeff0: 0cd1fcb0 00000000 2a15d450 00007ff7 ........P..*.... 0x00cff000: 00000000 00000000 00000001 00000000 ................ 0x00cff010: 00000000 00000000 00cff030 00000000 ........0....... 0x00cff020: 00000362 00000000 00000000 00000000 b............... 0x00cff030: 0549bd70 00000000 2ad8d201 00007ff7 p.I........*.... 0x00cff040: 00000000 00000000 00000000 00000000 ................ 0x00cff050: 04119a40 00000000 039f46d8 00000000 @........F...... 0x00cff060: 00000000 00000000 00000001 00000000 ................ 0x00cff070: 00000000 00000000 2a155715 00007ff7 .........W.*.... 0x00cff080: 02bd3f80 00000000 02bd3f80 00000000 .?.......?...... 0x00cff090: 00000000 00000000 00000000 00000000 ................ 0x00cff0a0: 02bd3f80 00000000 0cba1b60 00000000 .?......`....... 0x00cff0b0: 0cba1e00 00000000 0cd1fcb0 00000000 ................ 0x00cff0c0: 00000301 00000000 00000001 00000000 ................ 0x00cff0d0: 00000002 00000000 2a15b88d 00007ff7 ...........*.... 0x00cff0e0: 00000362 00000000 04119a28 00000000 b.......(....... 0x00cff0f0: 00cff1e0 00000000 041199f0 00000000 ................ 0x00cff100: 00000100 00000000 02bd3f80 00000000 .........?...... 0x00cff110: 0cba1b60 00000000 0cba1e00 00000000 `............... 0x00cff120: 0cd1fd88 00000000 00000000 00000000 ................ 0x00cff130: 039f46d8 00000000 02c49bd0 00000000 .F.............. 0x00cff140: 02c49bf0 00000000 02c49bf0 00000000 ................ 0x00cff150: 00000000 00000000 00000362 00000000 ........b....... 0x00cff160: 02c11850 00000000 00000001 00000000 P............... 0x00cff170: 00000000 00000000 00000001 00000000 ................ 0x00cff180: 0cd1fcb0 00000000 00000362 00007ff7 ........b....... 0x00cff190: 29d02e90 00007ff7 2a150d60 00007ff7 ...)....`..*.... 0x00cff1a0: 039f4a40 00000000 29c80000 00007ff7 @J.........).... 0x00cff1b0: 00000260 00000000 00cff418 00000000 `............... 0x00cff1c0: 00cff320 00000000 0da25c50 00000000 .......P\...... 0x00cff1d0: 00000000 00000000 a4fe8735 00007ffc ........5....... 0x00cff1e0: 00000000 00000000 00000003 00000000 ................ 0x00cff1f0: 00000000 00000000 29ca3660 00007ff7 ........`6.).... 0x00cff200: 00000000 00000000 2a3702c4 00007ff7 ..........7*.... 0x00cff210: 0da25c50 00000000 00cff600 00000000 P\.............. 0x00cff220: 00cff290 00000000 3ca3d70a 42480000 ...........<..HB 0x00cff230: 00cff2c0 00000000 2a36b54a 00007ff7 ........J.6*.... 0x00cff240: 00cff420 00000000 00cff418 00000000 ............... 0x00cff250: 00000000 00000000 04003c78 00000000 ........x<...... 0x00cff260: 00cff418 00000000 00000000 00000000 ................ 0x00cff270: 0da25c50 00000000 02c16100 00000000 P\.......a...... 0x00cff280: 00000000 00000000 2a687a39 00007ff7 ........9zh*.... 0x00cff290: 00000000 00000000 00000000 00000000 ................ 0x00cff2a0: 00000000 00000000 00000000 00000000 ................ 0x00cff2b0: 0da25c50 00000000 02c16100 00000000 P\.......a...... 0x00cff2c0: 00000000 00000000 00cff379 00000000 ........y....... 0x00cff2d0: 0ca39620 00000000 29f5fb66 00007ff7 .......f..).... 0x00cff2e0: 03a1cfa0 00000000 29cff769 00007ff7 ........i..).... 0x00cff2f0: 00000000 00000000 00000000 00000000 ................ 0x00cff300: 00000000 00000000 ffffffff 7fffffff ................ 0x00cff310: 00000000 00000000 039f46b0 00000000 .........F...... 0x00cff320: 00000000 00000000 00000000 00000000 ................ 0x00cff330: 00000000 00000000 00000000 00000000 ................ 0x00cff340: 02bcdae0 00000000 2a15c626 00007ff7 ........&..*.... 0x00cff350: 039f46b0 00000000 00cff390 00000000 .F.............. 0x00cff360: 00000001 00000000 00000000 00000000 ................ 0x00cff370: 00000000 00000000 00000044 00000000 ........D....... 0x00cff380: 00000000 00000000 00000000 00000000 ................ 0x00cff390: 00000001 00000000 429e0000 429e0000 ...........B...B 0x00cff3a0: 00000000 00000000 00000000 00000000 ................ 0x00cff3b0: 3f800000 00000001 00000000 00000000 ...?............ 0x00cff3c0: 00000000 00000000 29c80000 00007ff7 ...........).... 0x00cff3d0: 00000000 00000000 00000001 00000000 ................ 0x00cff3e0: 00000000 00000000 00000000 00000000 ................ 0x00cff3f0: 00000000 00000000 00cff600 00000000 ................ 0x00cff400: 00000668 00000000 2a1bc291 00007ff7 h..........*.... 0x00cff410: 00000000 00000000 00000000 00000000 ................ 0x00cff420: 29c80000 00007ff7 00000000 00007ff7 ...)............ 0x00cff430: 00000668 00000000 00000000 00000000 h............... 0x00cff440: 00000001 00000000 dad0c8a0 00007ffc ................ 0x00cff450: 00cff4c0 00000000 29d1f55b 00007ff7 ........[..).... 0x00cff460: 00000000 00000000 00cff4c0 00000000 ................ 0x00cff470: 00000001 00000000 00000001 00000000 ................ 0x00cff480: 00000000 00000000 29d1f70a 00007ff7 ...........).... 0x00cff490: 00000668 00000000 00cff600 00000000 h............... 0x00cff4a0: 00000000 00000000 00000000 00000000 ................ 0x00cff4b0: 00000001 00000000 0000000b 00000000 ................ 0x00cff4c0: 0029057c 00000000 00000200 00000000 |.)............. 0x00cff4d0: 00000000 00000000 004e004f 00000000 ........O.N..... 0x00cff4e0: 0a6a1aa4 0000047a 000001cc 00000000 ..j.z........... 0x00cff4f0: 00000000 00000000 29d309e0 00007ff7 ...........).... 0x00cff500: 00000004 00000000 00cff600 00000000 ................ 0x00cff510: 00000000 00000000 00000000 00000000 ................ 0x00cff520: 00000000 00000000 00000000 00000000 ................ 0x00cff530: 0000001d 00000000 ffffffff 00000000 ................ 0x00cff540: 00000000 00000000 00000000 00000000 ................ 0x00cff550: 65726170 5748746e 2a00444e 00007ff7 parentHWND.*.... 0x00cff560: 0000000a 00000000 00000042 00007ff7 ........B....... 0x00cff570: 00000000 00000000 65646968 646e6957 ........hideWind 0x00cff580: 0000776f 00000000 0000000a 00000000 ow.............. 0x00cff590: 00000042 00000000 00000000 00000000 B............... 0x00cff5a0: 00000280 00000000 000001e0 00000000 ................ 0x00cff5b0: 02a9a3d0 00000000 02bc37d0 00000000 .........7...... 0x00cff5c0: 00000033 00000000 00000408 0000000d 3............... 0x00cff5d0: 00000033 00000000 00000042 00007ff7 3.......B....... 0x00cff5e0: 02bd4bb0 00000000 02bd4bd8 00000000 .K.......K...... 0x00cff5f0: 02bd4bd8 00000000 dc8e3d00 bfebfbff .K.......=...... 0x00cff600: 02bd4c10 00000000 00000027 00000000 .L......'....... 0x00cff610: 0000000f 00000000 00000027 00000000 ........'....... 0x00cff620: 00000042 01c0003f 02bd4be0 00000000 B...?....K...... 0x00cff630: 0000002f 00000000 0000003f 00000000 /.......?....... 0x00cff640: 0000002f 00000000 00000042 00000000 /.......B....... 0x00cff650: 02bd4b80 00000000 0000002c 00000000 .K......,....... 0x00cff660: 00cff6e0 00000000 0000002c 00000000 ........,....... 0x00cff670: 00000042 00000000 02bbf940 00000000 B.......@....... 0x00cff680: 00000042 00000000 2ad26997 00007ff7 B........i.*.... 0x00cff690: 00000042 00000000 00000042 00007ff7 B.......B....... 0x00cff6a0: 02bc3790 00000000 00000036 00000000 .7......6....... 0x00cff6b0: 00000022 00000000 00000036 00000000 ".......6....... 0x00cff6c0: 00000042 00000000 02bc3690 00000000 B........6...... 0x00cff6d0: 00000031 00000000 2ad239b5 00007ff7 1........9.*.... 0x00cff6e0: 00000030 00000000 00000042 00000000 0.......B....... 0x00cff6f0: 012e0830 00000000 2ad8cd01 00007ff7 0..........*.... 0x00cff700: 00000000 00000000 2ad3d86e 00007ff7 ........n..*.... 0x00cff710: 00e73437 00000000 00bed000 00000000 74.............. 0x00cff720: 00000000 00000000 00000000 00000000 ................ 0x00cff730: 00000000 00000000 2ad2b490 00007ff7 ...........*.... 0x00cff740: 00000000 00000000 00bed000 00000000 ................ 0x00cff750: 29c80000 00007ff7 00000000 00000000 ...)............ 0x00cff760: 00000000 00000000 00000000 00000000 ................ 0x00cff770: 00000068 00000000 00e725e8 00000000 h........%...... 0x00cff780: 00e725c8 00000000 00e7257a 00000000 .%......z%...... 0x00cff790: 00000000 00000000 00000000 00000000 ................ 0x00cff7a0: 00000000 00000000 00000000 00000401 ................ 0x00cff7b0: 00000001 00000000 00000000 00000000 ................ 0x00cff7c0: 00000000 00000000 00010001 00000000 ................ 0x00cff7d0: 00000000 00000000 00000000 00000000 ................ 0x00cff7e0: 00bed000 00000000 dc6d8102 00007ffc ..........m..... 0x00cff7f0: 00000000 00000000 2ad2b4d8 00007ff7 ...........*.... 0x00cff800: 00000000 00000000 00000000 00000000 ................ 0x00cff810: 2ad2b4d8 00007ff7 dc91c5b4 00007ffc ...*............ 0x00cff820: dc6d80e0 00007ffc 00000000 00000000 ..m............. 0x00cff830: 00000000 00000000 00000000 00000000 ................ 0x00cff840: 00000000 00000000 d9877c70 00007ffc ........p|...... 0x00cff850: 00cfce80 00000000 00cfce80 00000000 ................ 0x00cff860: 00000000 00000000 00000000 00000000 ................ 0x00cff870: 00000000 00000000 00000000 00000000 ................ 0x00cff880: 00000000 00000000 00000000 00000000 ................ 0x00cff890: 00000000 00000000 00000000 00000000 ................ 0x00cff8a0: 00000000 00000000 00000000 00000000 ................ 0x00cff8b0: 00000000 00000000 00000000 00000000 ................ 0x00cff8c0: 00000000 00000000 00000000 00000000 ................ 0x00cff8d0: 00000000 00000000 00000000 00000000 ................ 0x00cff8e0: 00000000 00000000 00000000 00000000 ................ 0x00cff8f0: 00000000 00000000 00000000 00000000 ................ 0x00cff900: 00000000 00000000 00000000 00000000 ................ 0x00cff910: 00000000 00000000 00000000 00000000 ................ 0x00cff920: 00000000 00000000 00000000 00000000 ................ 0x00cff930: 00000000 00000000 00000000 00000000 ................ 0x00cff940: 00000000 00000000 00000000 00000000 ................ 0x00cff950: 00000000 00000000 00000000 00000000 ................ 0x00cff960: 00000000 00000000 00000000 00000000 ................ 0x00cff970: 00000000 00000000 00000000 00000000 ................ 0x00cff980: 00000000 00000000 00000000 00000000 ................ 0x00cff990: 00000000 00000000 00000000 00000000 ................ 0x00cff9a0: 00000000 00000000 00000000 00000000 ................ 0x00cff9b0: 00000000 00000000 00000000 00000000 ................ 0x00cff9c0: 00000000 00000000 00000000 00000000 ................ 0x00cff9d0: 00000000 00000000 00000000 00000000 ................ 0x00cff9e0: 00000000 00000000 00000000 00000000 ................ 0x00cff9f0: 00000000 00000000 00000000 00000000 ................ 0x00cffa00: 00000000 00000000 00000000 00000000 ................ 0x00cffa10: 00000000 00000000 00000000 00000000 ................ 0x00cffa20: 00000000 00000000 00000000 00000000 ................ 0x00cffa30: 00000000 00000000 00000000 00000000 ................ 0x00cffa40: 00000000 00000000 00000000 00000000 ................ 0x00cffa50: 00000000 00000000 00000000 00000000 ................ 0x00cffa60: 00000000 00000000 00000000 00000000 ................ 0x00cffa70: 00000000 00000000 00000000 00000000 ................ 0x00cffa80: 00000000 00000000 00000000 00000000 ................ 0x00cffa90: 00000000 00000000 00000000 00000000 ................ 0x00cffaa0: 00000000 00000000 00000000 00000000 ................ 0x00cffab0: 00000000 00000000 00000000 00000000 ................ 0x00cffac0: 00000000 00000000 00000000 00000000 ................ 0x00cffad0: 00000000 00000000 00000000 00000000 ................ 0x00cffae0: 00000000 00000000 00000000 00000000 ................ 0x00cffaf0: 00000000 00000000 00000000 00000000 ................ 0x00cffb00: 00000000 00000000 00000000 00000000 ................ 0x00cffb10: 00000000 00000000 00000000 00000000 ................ 0x00cffb20: 00000000 00000000 00000000 00000000 ................ 0x00cffb30: 00000000 00000000 00000000 00000000 ................ 0x00cffb40: 00000000 00000000 00000000 00000000 ................ 0x00cffb50: 00000000 00000000 00000000 00000000 ................ 0x00cffb60: 00000000 00000000 00000000 00000000 ................ 0x00cffb70: 00000000 00000000 00000000 00000000 ................ 0x00cffb80: 00000000 00000000 00000000 00000000 ................ 0x00cffb90: 00000000 00000000 00000000 00000000 ................ 0x00cffba0: 00000000 00000000 00000000 00000000 ................ 0x00cffbb0: 00000000 00000000 00000000 00000000 ................ 0x00cffbc0: 00000000 00000000 00000000 00000000 ................ 0x00cffbd0: 00000000 00000000 00000000 00000000 ................ 0x00cffbe0: 00000000 00000000 00000000 00000000 ................ 0x00cffbf0: 00000000 00000000 00000000 00000000 ................ 0x00cffc00: 00000000 00000000 00000000 00000000 ................ 0x00cffc10: 00000000 00000000 00000000 00000000 ................ 0x00cffc20: 00000000 00000000 00000000 00000000 ................ 0x00cffc30: 00000000 00000000 00000000 00000000 ................ 0x00cffc40: 00000000 00000000 00000000 00000000 ................ 0x00cffc50: 00000000 00000000 00000000 00000000 ................ 0x00cffc60: 00000000 00000000 00000000 00000000 ................ 0x00cffc70: 00000000 00000000 00000000 00000000 ................ 0x00cffc80: 00000000 00000000 00000000 00000000 ................ 0x00cffc90: 00000000 00000000 00000000 00000000 ................ 0x00cffca0: 00000000 00000000 00000000 00000000 ................ 0x00cffcb0: 00000000 00000000 00000000 00000000 ................ 0x00cffcc0: 00000000 00000000 00000000 00000000 ................ 0x00cffcd0: 00000000 00000000 00000000 00000000 ................ 0x00cffce0: 00000000 00000000 00000000 00000000 ................ 0x00cffcf0: 00000000 00000000 00000000 00000000 ................ 0x00cffd00: 00000000 00000000 00000000 00000000 ................ Module 1 C:\WINDOWS\SYSTEM32\xinput1_3.dll Image Base: 0x00400000 Image Size: 0x0001e000 File Size: 107368 File Time: 2007-04-04_185422 Version: Company: Microsoft Corporation Product: Microsoft® DirectX for Windows® FileDesc: Microsoft Common Controller API FileVer: 9.18.944.0 ProdVer: 9.18.944.0 == [end of error.log] == - - Anybody have a lead on what to do?

Editor crashes after loading a project

$
0
0
Everytime I start up Unity and try to open my project it loads everything, the editor flashes up and immediately closes again. At first deleting the projects Temp and Library folder solved the problem but after I restarted Unity it started crashing again. After consulting the log file:
Refresh: detecting if any assets need to be imported or removed ... Refresh: elapses 0.028450 seconds (Nothing changed) - Starting compile Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll Receiving unhandled NULL exception #0 0x007ffc25367000 in funlockfile [...] #28 0x007ffc25369950 in _start Launching bug reporter /home/builduser/buildslave/unity/build/Editor/Platform/Linux/UsbDevices.cpp:UsbDevicesQuery [Unity Package Manager (Upm)] - Application terminated due to HTTP connection being closed on the other end.
Iv'e decided to delete the 'Assembly-CSharp-firstpass.dll' so it can recompile which has also only helped sometimes. All in all sometimes the fixes i've described help and the editor starts up fine but most of the time it still crashes.

I'm using *Unity 2017.2.0* on Linux. The project was created with *Unity 2017.1.0* and was converted to 2017.2.0 after which it worked fine for a few days before the errors started occurring. Older revisions of the project also work fine. The full log file can be found [here][1].

**Thank you in advance for your help.** [1]: https://pastebin.com/RSwX3MfQ

How do I get position from an object ?

$
0
0
Here is my code : public int Limit; public static float Speed = 10, X; private Rigidbody rb; void Start () { rb = GetComponent(); Speed = Random.Range (5, 10); Limit = Random.Range (100, 1000); } void Update () { Vector3 pos = transform.position; Debug.Log (transform.position.y); } void FixedUpdate () { while (transform.position.y < Limit) { rb.AddForce (0.5f, (Random.Range (100, 900)), 0 * Speed); } The problem is that unity crash, I think it's the "while" which can't stop, beacause it cannot acess to the transform.position . I would like to get the position x from my object to stop the AddForce when the limit is overtake. I need help please Thank's

unity freezes when i try to open c# script

$
0
0
since i updated to 2017.2 i can't open sripts from unity. When i do so unity freezes and i need to close it with task menager. I use vs 2017 and It's not vs fault because it opens files from file explorer. What can be wrong?

Unity crashes after adding large resolution

$
0
0
I added a new resolution with 8000 as width and unity crashed and I can't get it to start up again.

How to fix it? Should I delete config file, edit or what?

Thanks

Unity crashing directly after "Enlighten: Bake started."

$
0
0
So I've had a problem with baking lights for a while especially Clustering and Light Transporting, after finally getting unity to complete Light Transports, It crashes, runs the not responding dialog and death. I've Checked the log and the crash occurs right after "Enlighten: Bake started." See part of log below: **Starting Bake** Issue TrimJob to reduce GI Cache size to maximum 10GB at: 'C:/Users/Jacques/AppData/LocalLow/Unity/Caches/GiCache' Setting up 2 worker threads for Enlighten. Thread -> id: 1f24 -> priority: 1 Thread -> id: 1548 -> priority: 1 TrimDiskCacheJob: Current cache size 9929mb [00:00:09] Enlighten: Precompute started. [00:00:09] Enlighten: Finished 64 Create Geometry jobs (0.40s execute, 0.00s integrate, 0.21s wallclock) [PathTracer][LP] Issuing deduplication and tetrahedralization job. Combined: 80257199cfa681a16be5e09b3c2208f4, tetrahedralized probes: 00000000000000000000000000000000, non-tetrahedralized probes: 00000000000000000000000000000000, dependencies: 00000000000000000000000000000000 [PathTracer][LP] Integrating deduplicated and tetrahedralized probes for hash 80257199cfa681a16be5e09b3c2208f4. [PathTracer] Lightmap reset. [PathTracer][LP] Light probes reset. [PathTracer] building lightmap data asset. [00:00:10] Enlighten: Finished 1 Layout Systems job (0.80s execute, 0.00s integrate, 0.86s wallclock) [00:00:12] Enlighten: Finished 192 Create System jobs (4.09s execute, 0.00s integrate, 2.06s wallclock) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) Assertion failed on expression: 'Floorf(offsetsIter->y) == offsetsIter->y' (Filename: C:\buildslave\unity\build\Editor/Src/GI/ComputedSystemAtlasData.cpp Line: 68) [00:00:12] Enlighten: Finished 1 Create SystemAtlas job (0.00s execute, 0.00s integrate, 0.05s wallclock) [00:00:43] Enlighten: Finished 192 Clustering jobs (27.19s execute, 0.00s integrate, 30.70s wallclock) [00:01:13] Enlighten: Finished 192 Visibility jobs (12.99s execute, 0.13s integrate, 30.37s wallclock) Unloading 158 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 197.1 MB. System memory in use after: 198.2 MB. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 23668. Total: 22.562756 ms (FindLiveObjects: 1.727604 ms CreateObjectMapping: 1.485431 ms MarkObjects: 19.273474 ms DeleteObjects: 0.074271 ms) [00:02:07] Enlighten: Finished 192 Light Transport jobs (10.91s execute, 1.36s integrate, 53.65s wallclock) [00:02:07] Enlighten: Finished 1 Tetrahedralize Probes job (0.00s execute, 0.00s integrate, 0.30s wallclock) [00:02:07] Enlighten: Precompute took 118.250332 seconds. Enlighten scene contents: 64 geometries. 192 instances. 192 systems. 0 probe groups. 0 cube maps. Scene is up-to-date. Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) Assertion failed on expression: 'si.atlasOffsetX > systemInfo.atlasOffsetX || si.atlasOffsetY > systemInfo.atlasOffsetY' (Filename: C:\buildslave\unity\build\Editor/Src/GI/Enlighten/EnlightenIntegrationManager.cpp Line: 368) [00:02:07] Enlighten: Bake started. Unloading 2 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 291.0 MB. System memory in use after: 292.5 MB. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 23696. Total: 21.726015 ms (FindLiveObjects: 1.751703 ms CreateObjectMapping: 1.476345 ms MarkObjects: 18.463991 ms DeleteObjects: 0.031999 ms) [00:02:08] Enlighten: Finished 1 Bake Runtime job (0.06s execute, 0.00s integrate, 1.05s wallclock) [00:02:08] Enlighten: Bake took 1.051165 seconds. **Crash!!!** Please help, I need this baked for an assignment on Wednesday.

Please help understand this Editor-Crash Log file

$
0
0
Hey, ---------- For some reason, after re-compiling scripts, unity freezes and then crashes - however I am able to get into the project without issues, - it's only after the first compilation that problem occurs. The project is fairly large and complex, so I can't figure out wth is going on :D I also posted [this question here][1] because it's easier to read the log file there. ---------- Here is a log file from Appdata/Local/Unity/Editor **The crash is on line 359, close to the end** Using Unity 2017.1.0f3 Can someone help me? Thanks! ---------- Platform assembly: C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.5\Boo.Lang.Compiler.dll (this message is harmless) Platform assembly: C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.5\Boo.Lang.Parser.dll (this message is harmless) NullReferenceException: Object reference not set to an instance of an object at Core.PlayModeStateChanged () [0x0002c] in C:\MyDrive\Vigor\Assets\Gameplay Scripts and Assets\General Gameplay\Core.cs:165 at Core.OnRecompiledScripts () [0x00063] in C:\MyDrive\Vigor\Assets\Gameplay Scripts and Assets\General Gameplay\Core.cs:147 (Filename: Assets/Gameplay Scripts and Assets/General Gameplay/Core.cs Line: 165) - Completed reload, in 3.378 seconds Initializing Unity.PackageManager (PackageManager) v2017.1.0 for Unity v2017.1.0f3 Setting Android:Android v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer Setting Unknown:iPhone v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport Setting Standalone:StandaloneWindows v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport Setting Advertisements v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Advertisements UnityEngine.Advertisements.dll (Extension) GUID: 739bbd9f364b4268874f9fd86ab3beef Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.Advertisements.dll (Extension) GUID: 97decbdab0634cdd991f8d23ddf0dead Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting GUISystem v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem UnityEngine.UI.dll (Extension) GUID: f5f67c52d1564df4a8936ccd202a3bd8 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Standalone/UnityEngine.UI.dll (Extension) GUID: f70555f144d8491a825f0804e09c671c Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.UI.dll (Extension) GUID: 80a3616ca19596e4da0f10f14d241e9f Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting UNetHLAPI v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking UnityEngine.Networking.dll (Extension) GUID: 870353891bb340e2b2a9c8707e7419ba Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Standalone/UnityEngine.Networking.dll (Extension) GUID: dc443db3e92b4983b9738c1131f555cb Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.Networking.dll (Extension) GUID: 5f32cd94baa94578a686d4b9d6b660f7 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting TestRunner v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\TestRunner Editor/UnityEditor.TestRunner.dll (Extension) GUID: 4113173d5e95493ab8765d7b08371de4 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor UnityEngine.TestRunner.dll (Extension) GUID: 53ebcfaa2e1e4e2dbc85882cd5a73fa1 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor net35/unity-custom/nunit.framework.dll (Extension) GUID: 4b3fa4bde7f1451a8218c03ee6a8ded8 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor portable/nunit.framework.dll (Extension) GUID: 405b9b51bb344a128608d968297df79c Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting Timeline v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Timeline RuntimeEditor/UnityEngine.Timeline.dll (Extension) GUID: 844F815391DB42D49455CBF1A7BFC434 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Runtime/UnityEngine.Timeline.dll (Extension) GUID: 6a10b2909283487f913b00d94cd3faf5 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.Timeline.dll (Extension) GUID: 7668179ede524d6396c8b7d84461ea29 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting TreeEditor v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\TreeEditor Editor/UnityEditor.TreeEditor.dll (Extension) GUID: adebbd281f1a4ef3a30be7f21937e02f Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting UnityAnalytics v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityAnalytics UnityEngine.Analytics.dll (Extension) GUID: 852E56802EB941638ACBB491814497B0 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.Analytics.dll (Extension) GUID: 86f4de9468454445ac2f39e207fafa3a Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting UnityHoloLens v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityHoloLens Editor/UnityEditor.HoloLens.dll (Extension) GUID: 12fd8a0055b84bb59e84c9835a37e333 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Runtime/UnityEngine.HoloLens.dll (Extension) GUID: f7b54ff4a43d4fcf81b4538b678e0bcc Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor RuntimeEditor/UnityEngine.HoloLens.dll (Extension) GUID: 1c6d1fbb51834b64847b1b73a75bfc77 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting UnityPurchasing v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityPurchasing UnityEngine.Purchasing.dll (Extension) GUID: 8E0CD8ED44D4412CBE0642067ABC9E44 Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Editor/UnityEditor.Purchasing.dll (Extension) GUID: 8382B2BB260241859771B69B7F377A8D Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Setting UnityVR v2017.1.0 for Unity v2017.1.0f3 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityVR Editor/UnityEditor.VR.dll (Extension) GUID: 4ba2329b63d54f0187bcaa12486b1b0f Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WP8/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/ES2.dll' because we're compiling for Editor:Editor Ignoring 'Assets/Plugins/WSA/MoodkieSecurity.dll' because we're compiling for Editor:Editor Ignoring 'Assets/TextMesh Pro/Plugins/Runtime DLL/TextMeshPro-1.0.55.2017.1.0b12.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/portable/nunit.framework.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor:Editor Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor:Editor Registering platform support modules: Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Unity.SerializationLogic.dll (this message is harmless) Platform assembly: C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.5\System.Numerics.dll (this message is harmless) Platform assembly: C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.5\System.Transactions.dll (this message is harmless) Platform assembly: C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.5\Mono.Data.Tds.dll (this message is harmless) Registered platform support modules in: 0.1056305s. Native extension for Android target not found Native extension for iOS target not found Native extension for WindowsStandalone target not found Refresh: detecting if any assets need to be imported or removed ... Refresh: elapses 0.165060 seconds (Nothing changed) Assertion failed on expression: 'GetInstance() != SCRIPTING_NULL' Assertion failed on expression: 'instance != SCRIPTING_NULL' Crash!!! SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Editor/Data/Mono;.;C:\MyDrive\Vigor;C:\Program Files\Unity\Editor;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'igora' OS-Version: 10.0.15063 () 0x300-0x1 [1]: https://forum.unity.com/threads/please-help-understand-this-editor-crash-log-file.501384/

re-import/opening games made about a year ago failing.

$
0
0
I worked with my students on Unity about a year or two ago and it is unable to open any versions of the game i have made. Is there anything i can do?

Unity 2017.1.1f crashes a lot

$
0
0
I'm having a lot of crashes with Unity 2017.1.1f right now. It happens when : 1) I want to resize the Scene and Game windows (side by side). Unity ends up feezing 3 seconds later. So I have to be very careful when I resize. 2) I simply use Play mode, sometimes, when I use Unity for too long. When it crashes, Unity ends up taking 5 to 10 Go of RAM (out of 16). Anyone else have similar crash issues ?

gamecrashes while being loaded

$
0
0
Greetings, I am currently facing an issue where the game crashes when loading a scene with five characters in it, each one of these characters has an animator controller that references all their animations (even the ones not needed for this particular scene) and therefore they are all loaded in memory and the game crashes. My question is, is there a way to make the animator only load up the animations needed for this particular scene or do I have to make an animator controller per scene/per character?

Game works fine in Editor, crashes in a build.

$
0
0
So my game works 100% fine in the Editor. But when I build it, and run it, it crashes (at a certain point, not directly after opening the game). It crashes when I press my Login button, which runs the following code: try { ConnectionInfo info = new ConnectionInfo("127.0.0.1", 8886); TCPConnection connection = TCPConnection.GetConnection(info); string response = connection.SendReceiveObject("LoginInfo", "LoginRecieve", 1000, playerUsername + ":" + playerPassword); if (response == "Success") { //Username and Password were correct. Stop showing 'Loading...' and show the LoggedIn UI. And set the text to display the username. UserAccountManager.instance.LogIn(playerUsername, playerPassword); ResetAllUIElements(); loadingParent.gameObject.SetActive(false); } else { //Something went wrong logging in. Stop showing 'Loading...' and go back to LoginUI loadingParent.gameObject.SetActive(false); loginParent.gameObject.SetActive(true); if (response == "UserNotFound") { //The Username was wrong so display relevent error message Login_ErrorText.text = "Error: Username not Found"; } else { if (response == "InvalidPassword") { //The Password was wrong so display relevent error message Login_ErrorText.text = "Error: Password Incorrect"; } else { //There was another error. This error message should never appear, but is here just in case. Login_ErrorText.text = "Error: Unknown Error. Please try again later."; } } } } catch(Exception e) { Login_ErrorText.text = e.Message; } The game crashes with this error: ![alt text][1] I do use NetworkCommsDotNet, and it may be a problem. This is my log: https://cdn.discordapp.com/attachments/284162864632299522/372726341742755840/error.log Thanks in advance! [1]: https://cdn.discordapp.com/attachments/284162864632299522/372699586038464512/Capture.PNG
Viewing all 2383 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>