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. jstrobel_unity

    Aug 24, 2020 06:43

    <a href="https://learning.cmu.edu/eportfolios/2032/Home/Remote_Desktop_Advantages_and_disadvantages" title="https://learning.cmu.edu/eportfolios/2032/Home/Remote_Desktop_Advantages_and_disadvantages">Remote Desktop Advantages</a><br><a href="https://www.newson6.com/story/41948569/have-a-look-on-features-of-time-tracking-software-in-todays-world" title="https://www.newson6.com/story/41948569/have-a-look-on-features-of-time-tracking-software-in-todays-world">Time tracking software</a><br><a href="https://www.wrcbtv.com/story/41948570/are-you-looking-for-employee-scheduling-then-you-are-at-right-place" title="https://www.wrcbtv.com/story/41948570/are-you-looking-for-employee-scheduling-then-you-are-at-right-place">Employee scheduling</a><br><a href="https://www.solutionhow.com/en-us/employee/benefits-of-employee-scheduling-and-time-tracking-software/" title="https://www.solutionhow.com/en-us/employee/benefits-of-employee-scheduling-and-time-tracking-software/">Benefits of scheduling</a><br><a href="https://ulaska.com/overview-of-online-employee-monitoring-system/" title="https://ulaska.com/overview-of-online-employee-monitoring-system/">Employee monitoring</a><br><a href="https://ulaska.com/why-your-organisation-should-opt-for-employee-schedule/" title="https://ulaska.com/why-your-organisation-should-opt-for-employee-schedule/">Opt for employee schedule</a><br><a href="https://www.wfmj.com/story/41985664/these-time-attendance-recording-benefits-may-help-organisations-in-a-great-way" title="https://www.wfmj.com/story/41985664/these-time-attendance-recording-benefits-may-help-organisations-in-a-great-way">Time attendance recording</a><br><a href="https://www.erienewsnow.com/story/41985665/an-efficient-schedule-maker-may-have-various-demanding-advantages-for-every-business" title="https://www.erienewsnow.com/story/41985665/an-efficient-schedule-maker-may-have-various-demanding-advantages-for-every-business">Efficient schedule maker</a><br><a href="https://antthemes.com/interesting-and-unique-employee-benefits/" title="https://antthemes.com/interesting-and-unique-employee-benefits/">unique employee benefits</a><br><a href="https://www.weblyen.com/review-of-employee-scheduling-software/" title="https://www.weblyen.com/review-of-employee-scheduling-software/">review employee scheduling</a><br><a href="https://suite101.net/the-best-time-tracking-software/" title="https://suite101.net/the-best-time-tracking-software/">Best time-tracking software</a><br>
    <a href="https://www.gloegl.de/vorteile-von-cloud-software-tools">Vorteile von Cloud Software Tools
    </a><br>
    <a href="https://suite101.net/the-best-time-tracking-software/">The Best Time-Tracking Software of 2020</a><br>

  2. shubhamswaraj2021

    Aug 18, 2020 04:40

    good one <a href="https://www.lyricsauto.com">lyricsauto</a>

  3. ridahashmi9211

    Aug 06, 2020 13:45

    Much complex but nicely described. I like your way of describing just like I had read a blog at https://bestseo.com.pk/blog-writing/

  4. alessiamartine4566

    Jul 29, 2020 09:47

    The latest version of the Microsoft Office has been a pioneering breakthrough. For some years, Microsoft is striving towards better performance and up-gradation of Office features. The latest Office edition available is Office 2019. One can access the complete details about the product via office.com/setup. The product provides eight different alternatives such as Enterprise, Professional, Professional Plus, Small Business, Home and Student Edition, Microsoft Office Ultimate.

    Visit:

    https://internet-blogs.com/office-setup/

    https://publicblogs.co.uk/norton-setup

    https://my-blog-search.com/norton-setup/

    https://ramcafee.webflow.io/

  5. timothyikegodswill

    Mar 28, 2020 20:24

    Please help fix this issue.its really affecting us all.

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.