Search Issue Tracker

Duplicate

Votes

12

Found in

2017.3.0b7

Issue ID

962788

Regression

Yes

Crash when entering playmode

Mono

-

This bug looks like it might be a tricky one to repro. Working on uploading a project to repro in properly.

It seems to happen only when using .NET 4.6

Regression introduced on 2017.3.0b7. Not sure on 'true' impact on users (not repro'ed by anyone else I know), but could be because of specific features I am using that they are not (e.g. TextMesh Pro Input Field's). If this is an issue with TMPro, please accept my apologies and reassign away!

Having a peek at the log seems like a missing function or something?

There is a separate parsing error in the crash analyser, preventing the crash dump to show up there. Pasting from Editor.log:

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

0x00007FFB77C0C676 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:4877] mono_class_init
0x00007FFB77C05BC2 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:2945] collect_implemented_interfaces_aux
0x00007FFB77C1158F (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:4095] mono_class_setup_vtable_general
0x00007FFB77C114AE (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:3630] mono_class_setup_vtable_full
0x00007FFB77C0B7BB (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:2540] mono_class_get_vtable_entry
0x00007FFB77AB2779 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\mini\mini-trampolines.c:903] mono_vcall_trampoline
ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 0000000010D41838)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 0000000010D41838)
0x0000000010D41838 ((<unknown>)) (function-name not available)
0x0000000057A047EC (Mono JIT Code) System.Collections.Generic.Stack`1<T_REF>:Push (T_REF)
0x0000000057A04460 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\Utility\ObjectPool.cs:46] UnityEngine.UI.ObjectPool`1<T_REF>:Release (T_REF)
0x00000000560B5C42 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\Utility\ListPool.cs:20] UnityEngine.UI.ListPool`1<UnityEngine.Vector3>:Release (System.Collections.Generic.List`1<UnityEngine.Vector3>)
0x00000000560B5805 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\Utility\VertexHelper.cs:105] UnityEngine.UI.VertexHelper:Dispose ()
0x00000000560B5541 (Mono JIT Code) TMPro.TMP_InputField:OnFillVBO (UnityEngine.Mesh)
0x00000000560B47AD (Mono JIT Code) TMPro.TMP_InputField:UpdateGeometry ()
0x00000000560A3A71 (Mono JIT Code) TMPro.TMP_InputField:Rebuild (UnityEngine.UI.CanvasUpdate)
0x0000000055F5CDD9 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\CanvasUpdateRegistry.cs:151] UnityEngine.UI.CanvasUpdateRegistry:PerformUpdate ()
0x0000000055F5C1ED (Mono JIT Code) [C:\buildslave\unity\build\artifacts\generated\common\modules\UI\UICanvasBindings.gen.cs:240] UnityEngine.Canvas:SendWillRenderCanvases ()
0x0000000055F5C0E9 (Mono JIT Code) [C:\buildslave\unity\build\artifacts\generated\common\modules\UI\UICanvasBindings.gen.cs:241] UnityEngine.Canvas:ForceUpdateCanvases ()
0x0000000055F5C016 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\ScrollRect.cs:259] UnityEngine.UI.ScrollRect:EnsureLayoutHasRebuilt ()
0x0000000055F5A218 (Mono JIT Code) [C:\buildslave\unity\build\Extensions\guisystem\UnityEngine.UI\UI\Core\ScrollRect.cs:382] UnityEngine.UI.ScrollRect:LateUpdate ()
0x00000000591504B4 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007FFB77A1437A (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\mini\mini-runtime.c:2620] mono_jit_runtime_invoke
0x00007FFB77C18E87 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\object.c:2853] do_runtime_invoke
0x00007FFB77C2188F (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\object.c:2905] mono_runtime_invoke
0x0000000140A2C47C (Unity) scripting_method_invoke
0x0000000140A1FE6A (Unity) ScriptingInvocation::Invoke
0x00000001409E2581 (Unity) MonoBehaviour::CallMethodIfAvailable
0x00000001409EC56F (Unity) MonoBehaviour::CallUpdateMethod
0x0000000140504B66 (Unity) BaseBehaviourManager::CommonUpdate<LateBehaviourManager>
0x0000000140504C38 (Unity) LateBehaviourManager::Update
0x000000014071EF53 (Unity) `InitPlayerLoopCallbacks'::`41'::PreLateUpdateScriptRunBehaviourLateUpdateRegistrator::Forward
0x000000014071C05E (Unity) PlayerLoop
0x00000001411DD625 (Unity) PlayerLoopController::UpdateScene
0x00000001411E7A0A (Unity) PlayerLoopController::EnterPlayMode
0x00000001411E8286 (Unity) PlayerLoopController::SetIsPlaying
0x00000001411E90D6 (Unity) Application::TickTimer
0x000000014140D79F (Unity) MainMessageLoop
0x000000014140F045 (Unity) WinMain
0x0000000141E5AAB8 (Unity) __tmainCRTStartup
0x00007FFBBBA62774 (KERNEL32) BaseThreadInitThunk
0x00007FFBBDE70D51 (ntdll) RtlUserThreadStart

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

Comments (27)

  1. getanybusseo

    Nov 07, 2023 16:54

    Major Vehicle Exchange
    Buy Premium Quality Used Shuttle Buses For Sale that are fully reconditioned from bumper to bumper by a used bus dealer that is inspected, serviced, and road tested.

  2. getanybusseo

    Nov 07, 2023 16:53

    Major Vehicle Exchange
    Buy Premium Quality Used Shuttle Buses For Sale that are fully reconditioned from bumper to bumper by a used bus dealer that is inspected, serviced, and road tested.

  3. getanybusseo

    Nov 07, 2023 16:52

    Major Vehicle Exchange
    Buy Premium Quality Used Shuttle Buses For Sale that are fully reconditioned from bumper to bumper by a used bus dealer that is inspected, serviced, and road tested.

  4. desiweb

    Oct 16, 2023 08:01

    <p>
    Handcrafted Fine Silver 100% Natural Gemstones Rings
    <a href="gemstonebank.com/buy/mens-rings/" target="_blank">gemstonebank.com/buy/mens-rings/</a>
    </p>

  5. desiweb

    Oct 16, 2023 07:56

    Great for such help!
    --
    GemstoneBank.com

  6. alsaif-ksa

    Jan 08, 2023 01:45

    alsaif-ksa.com

    alsaif-ksa.com شركة السيف لنقل العفش والشحن الدولى

    alsaif-ksa.com/2022/01/Sea-Freight-in-Saudi-Arabia.html افضل شركة شحن بحري فى السعودية

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Riyadh-to-Emirates.html شركة شحن و نقل عفش من الرياض الي الامارات

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Jeddah-to-Jordan.html شركة شحن و نقل عفش من جدة الي الاردن

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Riyadh-to-Jordan.html شركة شحن و نقل عفش من الرياض الي الاردن

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Jeddah-to-Emirates.html شركة شحن و نقل عفش من جدة الي الامارات

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-the-UAE.html شركة شحن و نقل عفش من السعودية الي الامارات

    alsaif-ksa.com/2022/01/Shipping-and-Moving-From-Saudi-Arabia-to-Jordan.html شركة شحن و نقل عفش من السعودية الي الاردن

    alsaif-ksa.com/2022/01/Shipping-moving-furniture-from-Saudi-Arabia-to-Oman.html شركة شحن و نقل عفش من السعودية الي سلطنة عمان

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Tunisia.html شركة شحن و نقل عفش من السعودية الي تونس

    alsaif-ksa.com/2022/01/Shipping-and-Moving-from-Saudi-Arabia-to-Algeria.html شركة شحن و نقل عفش من السعودية الي الجزائر

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Morocco.html شركة شحن و نقل عفش من السعودية الي المغرب

    alsaif-ksa.com/2022/01/Shipping-and-Moving-Furniture-from-Saudi-Arabia-to-Turkey.html شركة شحن ونقل عفش من السعودية الي تركيا

    alsaif-ksa.com/2020/03/transfer-in-Jeddah-Al-Hamdaniya-Al-Samer-Abhor.html شركة نقل عفش بجدة ابحر السامر الحمدانية

    alsaif-ksa.com/2001/02/moving-furniture-from-saudi-arabia-to-jordan.html شركة نقل عفش من جدة الي الاردن

    alsaif-ksa.com/2014/04/moving-furniture-jeddah-to-jordan.html شركة نقل عفش من جدة الى الاردن

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Jizan.html شركة نقل عفش بجيزان

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Riyadh.html شركة نقل عفش بالرياض

    alsaif-ksa.com/2022/01/Moving-Furniture-in-albaha.html شركة نقل عفش بالباحة

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Khamis-Mushait.html شركة نقل عفش بخميس مشيط

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Tabuk.html شركة نقل عفش بتبوك

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Jeddah.html شركة نقل عفش بجدة

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Qatif.html شركة نقل عفش بالقطيف

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Najran.html شركة نقل عفش بنجران

    alsaif-ksa.com/2022/01/Moving-Furniture-in-Hafar-Al-Batin.html شركة نقل عفش بحفر الباطن

    alsaif-ksa.com/2021/03/transfer-furniture-dammam.html شركة نقل عفش بالدمام

    alsaif-ksa.com/2021/03/transfer-furniture-al-qassim.html شركة نقل عفش بالقصيم

    alsaif-ksa.com/2020/10/jeddah-to-riyadh.html نقل عفش من جدة الي الرياض

    alsaif-ksa.com/2020/10/mover-jeddah-to-riyadh.html نقل عفش من جدة الي الرياض

    alsaif-ksa.com/2019/06/transfer-in-Jeddah.html شركة نقل عفش بجدة

    alsaif-ksa.com/2000/02/transfer-furniture-mecca.html شركة نقل عفش بمكه

    alsaif-ksa.com/2003/06/moving-furniture-in-al-taif.html شركة نقل عفش بالطائف

    alsaif-ksa.com/2017/11/moving-furniture-from-jeddah-to-riyadh.html شركة نقل عفش من جدة الى الرياض

    alsaif-ksa.com/2016/02/moving-furniture-from-jeddah-to-dammam.html شركة نقل عفش من جدة الى الدمام

    alsaif-ksa.com/2015/07/moving-furniture-from-jeddah-to-alkhobar.html شركة نقل عفش من جدة الى الخبر

    alsaif-ksa.com/2014/11/moving-furniture-from-jeddah-to-alkharag.html شركة نقل عفش من جدة الى الخرج

    alsaif-ksa.com/2013/12/moving-furniture-from-jeddah-to-jizan.html شركة نقل عفش من جدة الى جيزان

    alsaif-ksa.com/2012/01/moving-furniture-from-jeddah-to-najran.html شركة نقل عفش من جدة الى نجران

    alsaif-ksa.com/2011/02/moving-furniture-from-jeddah-to-khamis-mushait.html شركة نقل عفش من جدة الى أبها خميس مشيط

    alsaif-ksa.com/2010/09/moving-furniture-from-jeddah-to-hafr-al-batin.html شركة نقل عفش من جدة الى حفر الباطن

    alsaif-ksa.com/2008/02/moving-furniture-from-jeddah-to-al-jubail.html شركة نقل عفش من جدة الى الجبيل

    alsaif-ksa.com/2007/03/moving-furniture-from-jeddah-to-tabuk.html شركة نقل عفش من جدة الى تبوك

    alsaif-ksa.com/2006/06/moving-furniture-from-jeddah-to-taif.html شركة نقل عفش من جدة الى الطائف

    alsaif-ksa.com/2005/01/moving-furniture-from-jeddah-yanbu.html شركة نقل عفش من جدة الى ينبع

    alsaif-ksa.com/2004/08/moving-furniture-from-jeddah-to-medina.html شركة نقل عفش من جدة الى المدينة المنورة

    alsaqqr.blogspot.com الصقر السريع

    alsaqqr.blogspot.com/2020/04/jeddah-to-jordan.html شركة شحن عفش من جدة الى الاردن

    alsaqqr.blogspot.com/2020/04/jeddah-to-emirates.html شركة شحن عفش من جدة الى الامارات

    alsaqqr.blogspot.com/2020/04/riyadh-to-jordan.html شركة شحن عفش من الرياض الى الاردن

    alsaqqr.blogspot.com/2020/04/riyadh-to-emirates.html شركة شحن عفش من الرياض الى الامارات

    alsaqqr.blogspot.com/2020/04/jeddah-to-kuwait.html شركة شحن عفش من جدة الى الكويت

    alsaqqr.blogspot.com/2020/04/riyadh-to-kuwait.html شركة شحن عفش من الرياض الى الكويت

    alsaqqr.blogspot.com/2020/04/jeddah-to-bahrain.html شركة شحن عفش من جدة الى البحرين

    alsaqqr.blogspot.com/2020/04/riyadh-to-bahrain.html شركة شحن عفش من الرياض الى البحرين

    alsaqqr.blogspot.com/2020/04/jeddah-to-turkey.html شركة شحن عفش من جدة الى تركيا

    alsaqqr.blogspot.com/2020/04/riyadh-to-turkey.html شركة شحن عفش من الرياض الى تركيا

    alsaqqr.blogspot.com/2020/04/jeddah-to-lebnan.html شركة شحن عفش من جدة الى لبنان

    alsaqqr.blogspot.com/2020/04/riyadh-to-lebnan.html شركة شحن عفش من الرياض الى لبنان

    alsaqqr.blogspot.com/2020/04/jeddah-to-morocco.html شركة شحن عفش من جدة الى المغرب

    alsaqqr.blogspot.com/2020/04/riyadh-to-morocco.html شركة شحن عفش من الرياض الى المغرب

    alsaqqr.blogspot.com/2020/04/jeddah-to-algeria.html شركة شحن عفش من جدة الى الجزائر

    alsaqqr.blogspot.com/2020/04/riyadh-to-algeria.html شركة شحن عفش من الرياض الى الجزائر

    alsaqqr.blogspot.com/2020/04/jeddah-to-tunisia.html شركة شحن عفش من جدة الى تونس

    alsaqqr.blogspot.com/2020/04/riyadh-to-tunisia.html شركة شحن عفش من الرياض الى تونس

    alsaqqr.blogspot.com/2020/04/jeddah-to-oman.html شركة شحن عفش من جدة الى سلطنة عمان

    alsaqqr.blogspot.com/2020/04/riyadh-to-oman.html شحن عفش من الرياض الى سلطنة عمان

    alsaqqr.blogspot.com/2020/04/jeddah-to-qatar.html شركة شحن عفش من جدة الى قطر

    alsaqqr.blogspot.com/2020/04/riyadh-to-qatar.html شركة شحن عفش من الرياض الى قطر

    alsaqqr.blogspot.com/2020/04/jeddah-to-iraq.html شركة شحن عفش من جدة الى العراق

    alsaqqr.blogspot.com/2020/04/riyadh-to-iraq.html شركة شحن عفش من الرياض الى العراق

    alsaqqr.blogspot.com/2020/04/jeddah-to-syria.html شركة شحن عفش من جدة الى سوريا

    alsaqqr.blogspot.com/2020/04/riyadh-to-syria.html شركة شحن عفش من الرياض الى سوريا

    alsaqqr.blogspot.com/2020/04/jeddah-to-yemen.html شركة شحن عفش من جدة الى اليمن

    alsaqqr.blogspot.com/2020/04/riyadho-to-yemen.html شركة شحن عفش من الرياض الى اليمن

    alsaqqr.blogspot.com/2020/04/jeddah-to-egypt.html شركة شحن عفش من جدة الى مصر

    alsaqqr.blogspot.com/2020/04/riyadh-to-egypt.html شركة شحن عفش من الرياض الى مصر

    north-corner.blogspot.com الخليج للشحن الدولى

    north-corner.blogspot.com/2020/05/sa-international-shipping-jordan-from-jeddah.html شركة نقل عفش من جدة الى الاردن

    north-corner.blogspot.com/2020/05/sa-international-shipping-Emirates-from-jeddah.html شركة نقل عفش من جدة الى الامارات

    north-corner.blogspot.com/2020/05/sa-international-shipping-jordan-from-riyadh.html شركة نقل عفش من الرياض الى الاردن

    north-corner.blogspot.com/2020/05/sa-international-shipping-Emirates-from-riyadh.html شركة نقل عفش من الرياض الى الامارات

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Emirates-Dubai-AbuDhabi-Sharjah.html شركة نقل و شحن أثاث من السعودية الى الإمارات

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Jordan.html شركة نقل و شحن أثاث من السعودية الى الاردن

    north-corner.blogspot.com/2020/03/shipping-from-jeddah-to-jordan-amman.html شركة نقل عفش من جدة الى الاردن

    north-corner.blogspot.com/2020/03/shipping-from-jeddah-to-emirates-dubai.html شركة نقل عفش من جدة الى الامارات

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Kuwait.html شركة شحن أثاث من السعودية الى الكويت

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Bahrain-Manama.html شركة شحن أثاث من السعودية الى البحرين

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Morocco-Marrakesh-Casablanca.html شركة شحن من السعودية الى المغرب

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Turkey-Istanbul-Ankara.html شركة شحن من السعودية الى تركيا

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Lebnan-Beirut.html شركة شحن أثاث من السعودية الى لبنان

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Qatar-Doha.html شركة شحن أثاث من السعودية الى قطر

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Oman-Muscat.html شحن أثاث من السعودية الى سلطنة عمان

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Algeria-Wahran.html شركة شحن أثاث من السعودية الى الجزائر

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Tunisia-Sfax.html شركة شحن أثاث من السعودية الى تونس

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Yemen-sanaa.html شركة شحن أثاث من السعودية الى اليمن

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Iraq-Baghdad.html شركة شحن أثاث من السعودية الى العراق

    north-corner.blogspot.com/2020/05/Transfer-furniture-from-Saudi-Arabia-to-Syria-Damascus.html شركة شحن أثاث من السعودية الى سوريا

    alshimaa.com مكتب الشيماء للشحن

    alshimaa.com/2019/12/Shipping-from-Saudi-Arabia-to-Egypt.html شركة شحن من السعودية الى مصر

    alshimaa.com/2019/12/Shipping-from-Riyadh-to-Egypt.html شركة شحن من الرياض الى مصر

    alshimaa.com/2019/12/Shipping-from-Khobar-to-Egypt.html شركة شحن من الخبر الى مصر

    alshimaa.com/2019/12/Shipping-from-Al-Kharj-to-Egypt.html شركة شحن من الخرج الى مصر

    alshimaa.com/2019/12/Shipping-from-Al-Quwayiyah-to-Egypt.html شركة شحن من القويعية الى مصر

    alshimaa.com/2019/12/Shipping-from-Al-Muzahmiyah-to-Egypt.html شركة شحن من المزاحمية الى مصر

    alshimaa.com/2020/01/Shipping-from-Al-Majmah-to-Egypt.html شركة شحن من المجمعة الى مصر

    alshimaa.com/2020/01/Shipping-from-Al-Aflaj-to-Egypt.html شركة شحن من الافلاج الى مصر

    alshimaa.com/2020/01/Shipping-from-Aldawmy-to-Egypt.html شركة شحن من الدوادمى الى مصر

    alshimaa.com/2019/12/Saudi-Arabia-to-Egypt.html شحن من السعودية لمصر

    alshimaa.com/2020/02/Shipping-from-Dammam-to-Egypt.html شركة شحن من الدمام لمصر

  7. pamela1122

    Jul 07, 2022 14:21

    thats a nice check to stop spamming like kortingsok.nl

  8. pamela1122

    Jun 18, 2022 16:12

    nice one
    kortingsok.nl
    kortingsok.nl/winkel/ab-car-rental-kortingscode
    kortingsok.nl/winkel/rushofficial-kortingscode

  9. unity_exsLCh0RJebzjA

    Sep 02, 2020 16:54

    Hello, everyone,
    Here is the list of free sport streaming sites

  10. flynnwoads

    Aug 29, 2020 10:20

    ghghgh

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.