Search Issue Tracker
Duplicate
Votes
12
Found in
2017.3.0b7
Issue ID
962788
Regression
Yes
Crash when entering playmode
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 ===========
-
shubhamswaraj2021
Aug 18, 2020 04:40
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
-
pamela1122
Aug 15, 2020 18:56
i was facing the same issue but thank you it have been resolved now
https://www.gratiskortings.com/winkel/ab-car-rental-kortingscode
https://www.gratiskortings.com/
https://www.gratiskortings.com/winkel/petrebels-kortingscode -
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/
-
tomhopper
Aug 01, 2020 13:34
https://yarabook.com/read-blog/99253
http://ads4world.com/house/https-www-thefitnesssupplement-com-staminax.html
https://dribbble.com/tomhopper/about
http://factfaces.com/user/tomhopper
http://www.snooth.com/talk/topic/https-www-thefitnesssupplement-com-staminax-1/
https://www.basketballcoach.com/coaching/read.php?2,36489
http://www.dreevoo.com/forum_post.php?idt=25067
http://www.test.australiaesports.net/forums/topic/httpswww-thefitnesssupplement-comstaminax/
http://f15792.nexusboard.de/t15041f2-https-www-thefitnesssupplement-com-staminax.html#msg16561
http://www.welcome2solutions.com/forum/topics.aspx?ID=32058
http://nufarmonthego.com.au/index.php/forum/welcome-mat/52395-https-www-thefitnesssupplement-com-staminax#52385
https://be-loved.be/forum/topic/14752
http://clan-zdg.com/portal/forum/?action=showthread&id=5290#p1
http://theadvertcate.com/admanage/full-time/https-www-thefitnesssupplement-com-staminax.html
https://classified.flocash.com/real-estates/https-www-thefitnesssupplement-com-staminax.html
https://www.reddit.com/user/Staminax2020/comments/i1pxy9/httpswwwthefitnesssupplementcomstaminax/
https://pastelink.net/1upjb
http://quanticode.com/forum/phpBB3/viewtopic.php?f=3&t=26839&sid=e674dccc355f0f8cc27fabbcefd4b3ae
http://forums.wandboard.org/viewtopic.php?f=8&t=252262#p272727
https://staminax.lighthouseapp.com/projects/145082-httpswwwthefitnesssupplementcomstaminax/tickets/1-httpswwwthefitnesssupplementcomstaminax
http://www.goqna.com/23069/https-www-thefitnesssupplement-com-staminax
http://sciencemission.com/forum/index.php?page=topicview&id=website-comment-topics%2Fhttps-www-thefitnesssu_11&post_id=14991&redirected=1#post_14991
http://iam.cf.ac.uk/trac/Test/ticket/2057
https://www.kongregate.com/forums/1-kongregate/topics/1920746-https-www-thefitnesssupplement-com-staminax
http://way2find.com/https-www-thefitnesssupplement-com-staminax/
http://spa-india.azurewebsites.net/Article/19929/https___www_thefitnesssupplement_com_staminax_
https://www.saatchiart.com/art-collection/https-www-thefitnesssupplement-com-staminax/1641472/380420/view
https://www.spreaker.com/show/staminax-male-enhancement_1
https://www.freelistingindia.in/listings/https-www-thefitnesssupplement-com-staminax/
http://crowdfundingforum.com/showthread.php/119501-https-www-thefitnesssupplement-com-staminax?p=162256#post162256
http://www.lacartes.com/business/https-www-thefitnesssupplement-com-staminax-/1667470
https://www.spoteurope.eu/OTforum/showthread.php?tid=33108
https://extstore.com/forum/downloads-pro/15066-https-www-thefitnesssupplement-com-staminax
https://www.harbourguides.com/forum/httpswwwthefitnesssupplementcomstaminax/10575
https://www.twitch.tv/tomhopper
http://www.aba-best.com/BestChannel/index.php/component/ccboard/view-postlist/forum-1-telegrafos-hotel/topic-13714-httpswwwthefitnesssupplementcomstaminax
http://www.livewallpapercreator.com/community/index.php?threads/https-www-thefitnesssupplement-com-staminax.137819/
https://mtusers.net/oxwall/forum/topic/32165
https://bbvietnam.com/threads/https-www-thefitnesssupplement-com-staminax.231585/
http://getfreeads.freeglobalclassifiedads.com/business-opportunities_3/health/httpswww-thefitnesssupplement-comstaminax_i41871
https://grainsight.com/index.php/forum/welcome-mat/335580-https-www-thefitnesssupplement-com-staminax
http://bjacob.lautre.net/marche/forum/posting.php
https://honeybeegardensolutions.co.uk/forum/welcome-mat/20842-https-www-thefitnesssupplement-com-staminax
https://trident-inter.net/index.php/forum/ideal-forum/251005-https-www-thefitnesssupplement-com-staminax
http://rias.ivanovo.ru/cgi-bin/mwf/topic_show.pl?tid=8083;msg=NewPost
http://gatmtb.com/forum/index.php?page=topicview&id=introduce-yourself%2Fhttps-www-thefitnesssu_17&post_id=11918&redirected=1#post_11918
http://chetaka.com/group/3349
https://ioby.org/users/tomhopper405508
http://tomhopper.blogkoo.com/https-www-thefitnesssupplement-com-staminax-15038398
https://kababayanko.com/forum/thread/8047/https://www.thefitnesssupplement.com/staminax//
https://www.advertisinghunt.net/awpcp/show-ad/49665/https-www-thefitnesssupplement-com-staminax/
http://www.247adverts.com/for-sale/health-beauty/httpswww-thefitnesssupplement-comstaminax_i197896
https://myworldgo.com/forums/topic/18807/https-www-thefitnesssupplement-com-staminax/view/post_id/85180
http://zambezionline.com/forum/index.php?page=topicview&id=general-chat%2Fhttps-www-thefitnesssu_5&post_id=21881&redirected=1#post_21881
http://phiafrica.com/directory/F/jobs/https-www-thefitnesssupplement-com-staminax.html
http://phiafrica.com/directory/F/jobs/https-www-thefitnesssupplement-com-staminax.html
https://justaaa.com/topic.php?tid=287819#.XyVe5DVS_IU
https://xyu-outland.shivtr.com/forum_threads/3234818
https://leetcode.com/tomhopper/
https://gumroad.com/l/STAMINAX
http://dug.gocreations.co.uk/~football/index.php?page=liverpool-forums&mact=Forum,m862f6,topic,1&m862f6returnid=112&m862f6prev_link=new_topic&m862f6fid=7&m862f6tid=1236680&m862f6message=Action%20was%20successfully%20performed
http://learnexperiment.com/foros/tema/httpswwwthefitnesssupplementcomstaminax/4231
http://m.freeead.com/sklb_det.php?sklb_id=525072
https://yorfriends.com/user/tomhopper
http://foro.testdevelocidadinternet.com/viewtopic.php?f=4&t=616433&sid=c4a257cbc9040f05455bad9daee133a0
http://topgamehaynhat.net/threads/https-www-thefitnesssupplement-com-staminax.38970/
https://issuu.com/staminax2020/docs/staminax
https://raovatonline.org/rao-vat/https-www-thefitnesssupplement-com-staminax/
http://bridgebandit.com/community/main-forum/httpswww-thefitnesssupplement-comstaminax-2/
https://findery.com/tomhopper
https://bananabook.net/blogs/23578/41300/https-www-thefitnesssupplement-com-staminax
https://indorerental.com/user/tom-hopper
dolphin71.aqbsoft.com/m/groups/view/https-www-thefitnesssupplement-com-staminax
https://forum.supercell.com/member.php/2642154-tomhopper
http://reggion.de/groups/13305
http://luminosity.gg/forums/Main-Forum/42161/httpswww.thefitnesssupplement.comstaminax
http://www.globalvision2000.com/forum/member.php?action=profile&uid=106469
http://theauctionboard.com/member.php?action=profile&uid=10722
http://www.rccsonline.com/eSports/forum/discussion/452114/https-www-thefitnesssupplement-com-staminax
https://www.zeldaclassic.com/wiki/index.php/User_talk:Tomhopper
http://seditio.org/forums/posts/32380?n=last#bottom
https://www.mythicmobs.net/index.php?members/tom-hopper.77649/
https://www.noteflight.com/profile/f754758c8bb86219375c97e38819542e4ed170f1
http://forum.ppr.pl/viewtopic.php?p=1088213#1088213
https://www.bizcommunity.com/Profile/tomhopper/
https://wannabay.com/blogs/view/9832
http://www.purejentaclassifieds.com/details.php?id=68730
https://insideflyer.co.uk/forums/members/tomhopp.3282/
https://shortest.activeboard.com/m3487456/profile/
http://jevois.org/qa/index.php?qa=4824&qa_1=https-www-thefitnesssupplement-com-staminax
https://challenges.openideo.com/profiles/tomhopper
https://mru.org/users/159919
https://www.feedsfloor.com/profile/staminax-male-enhancement
http://www.asafeplace.co.uk/isoracingv2/messageboard/teemz.cgi?board=_master&action=opentopic&topic=2200&forum=News_and_General_Information
https://sellventa.com/vender-productos-en-linea/https-www-thefitnesssupplement-com-staminax.html
http://go2.forum.igg.com/topic?fcid=286&ctid=190021
https://icoolly.com/classifieds/manage
https://www.newmtjoy.org/mod/forum/view-thread.php?forum_id=1&thread_id=12251
https://www.expatriates.com/cls/45677821.html
https://staminax-28.webself.net/
https://trustedcareproducts.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://wellbeyondsupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://univershealthcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://offerketocleansepro.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://the-weight-loss-keto.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://buymemoryhack.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://eliseskincream.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://prohealthdiet.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://quick-weightloss-supplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://the-heart-of-healthcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://health-fitness-revolution.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://truehealthfitnesszone.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://besthealthcaremanagement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://getbetterherehealth.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://redefining-healthcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://qualitysupplementcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://latestketoreviews.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://unique-supplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://my-keto-plan.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://beasthealthsupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://herbalifehealthproduct.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://healthy-keto-supplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://wildhealthsupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://trueslimfastdiet.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://pro-weight-loss-supplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://theslimmingdiet.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://megaplex-keto-blend.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://nutrition-health-supplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://fatburner2020.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://ketogenic-diet-recipes.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://new-health-supplements.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://acommunityofcaring.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://advancedmedicinepersonalcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://bestoffersupplements.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://boostsupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://certifiehealthfitness.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://choicehealthandfitness.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://trialcialix.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://health-and-beauty-facts.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://daily-health-and-fitness-tips.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://excellent-health-care.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://fitandhealthysupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://the-fitness-studio.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://thepowersupplement.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://geniusinhealthcare.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://getleanandhealthybody.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://healing-experiences.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://health-and-fitness-trial.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://health-and-fitness-education.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://healthfitnessplanner.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://healthfitnessplanner.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype.html
https://healthfitnessplanner.blogspot.com/2020/08/staminax-reviews-is-it-safe-worth-hype_1.html
https://form.jotform.com/Staminax/staminaxmaleenhancement
https://sites.google.com/site/staminax2020/
https://www.justgiving.com/fundraising/staminax-2020
https://staminaxmaleenhancement.wordpress.com/
https://medium.com/@Staminax/staminax-male-enhancement-must-read-before-buy-is-a-scam-or-safe-c08bf35c9152
https://teespring.com/staminax2020?pid=794&cid=103544
https://www.copymethat.com/r/Jyjhhtm/staminax-male-enhancement-must-read-befo/
https://www.switch-bot.com/forum/annoucements/staminax-male-enhancement-must-read-before-buy-is-a-scam-or-safe
https://www.pinterest.at/pin/741757001118582969
https://staminaxmaleenhancement2020.blogspot.com/2020/08/staminax-male-enhancement-must-read.html
https://www.linkedin.com/pulse/staminax-male-enhancement-must-read-before-buy-scam-safe-ultra/
https://staminaxmaleenhancement2020-85.webself.net/ -
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
-
timothyikegodswill
Mar 28, 2020 20:24
Please help fix this issue.its really affecting us all.
-
kicoder
Jan 11, 2018 09:49
Have the same issue random crash .NET 4.6 in Unity 2017.3.0f3 (64-bit)
-
Daniel-Liu
Dec 22, 2017 11:27
me too
version:2017.2.0f3 -
BBB_brunoma
Dec 04, 2017 14:06
I have this issue as well in Unity 2017.1.2p1 using .Net 4.6
It happens entering or exiting play mode:0x000007FED0203F18 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\utils\mono-error.c:182] mono_error_get_message
0x000007FED024D7B3 (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:4397] mono_class_setup_vtable_general
0x000007FED024D66E (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:3932] mono_class_setup_vtable_full
0x000007FED0247E6D (mono-2.0-bdwgc) [c:\buildslave\mono\build\mono\metadata\class.c:2498] mono_class_get_vtable_entry
0x000007FED019BA60 (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: 0000000003841738)
ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 0000000003841738)
0x0000000003841738 ((<unknown>))
0x000000000D0C0200 (Mono JIT Code) System.Collections.Generic.Stack`1<T_REF>:Push (T_REF)
0x000000000D71D474 (Mono JIT Code) System.Collections.Generic.SortedSet`1<System.Collections.Generic.KeyValuePair`2<int, VBand.TrackConfig>>:InOrderTreeWalk (System.Collections.Generic.TreeWalkPredicate`1<System.Collections.Generic.KeyValuePair`2<int, VBand.TrackConfig>>,bool)
0x000000000D71D208 (Mono JIT Code) System.Collections.Generic.SortedSet`1<System.Collections.Generic.KeyValuePair`2<int, VBand.TrackConfig>>:InOrderTreeWalk (System.Collections.Generic.TreeWalkPredicate`1<System.Collections.Generic.KeyValuePair`2<int, VBand.TrackConfig>>)
0x000000000D71D024 (Mono JIT Code) System.Collections.Generic.SortedDictionary`2/KeyCollection<int, VBand.TrackConfig>:CopyTo (int[],int)
0x0000000031337079 (Mono JIT Code) [/Users/builduser/buildslave/mono/build/mcs/class/referencesource/mscorlib/system/collections/generic/list.cs:89] System.Collections.Generic.List`1<int>:.ctor (System.Collections.Generic.IEnumerable`1<int>)from this:
var list = new List<int>(dictionary.Keys); //this crashes unity a lot...
-
Indral
Nov 23, 2017 20:22
I have the same issue in b9. Some additional information:
- In my case, the issue only occurs when using a concurrent collection (ConcurrentDictionary or ConcurrentQueue)
- When I copy the source code for the ConcurrentQueue from the Mono GitHub repo, add it to my project as "MyConcurrentQueue" (having to comment out one or two lines related to serialization to get it to compile), and replace the crashing instance of ConcurrentQueue with MyConcurrentQueue, the issue disappears
Hope this helps.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [2020.3] Play Mode has visual artifacts when Graphics API is set to DirectX12 with Dynamic Resolution enabled
- White texture appears when setting “RenderTextureFormat.Depth” to “RenderTexture” on the Camera
- Cursor is visible when using “Cursor.lockState = CursorLockMode.Locked” and “Cursor.visible = false”
- Material.SetOverrideTag setting LightMode tag has no effect
- Decal is not rendered when in Camera component Culling Mask dropdown field Default is unselected
This is a duplicate of issue #967206