Search Issue Tracker
Fixed in 4.5.1
Votes
5
Found in
4.3.4f1
Issue ID
593423
Regression
No
Calling Physics2D.OverlapCircleNonAlloc() crashes WP8 application
Steps to reproduce:
1. Create a project which uses Physics2D.OverlapCircleNonAlloc() function. Described here: http://docs.unity3d.com/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
2. Build and run on Windows Phone 8 device
3. Application will crash reporting Access Violation Exception at Physics2D.OverlapCircleNonAlloc()
Comments (4)
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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
shopguy
May 15, 2014 04:36
Physics2D.OverlapPointNonAlloc crashing for me on Windows Store apps using latest version of Unity. I get red text in the console for every call that just reads "outHits", then eventually, after a few seconds worth of calls on every frame, I get an Access Violation and app crashes.
Gogeric
May 09, 2014 07:24
That seems to be always happening i have less than 5 colliders on scene and i provide an array of 20 colliders, same error on windows phone... this function not working on windows phone is really breaking one of the places where it had most interest of being not allocated
yuri_opolev
Apr 27, 2014 18:57
Also calling Physics2D.OverlapPointNonAlloc() crashes WP8 application.
KeeWeed
Apr 13, 2014 10:30
I believe it only happens when the array that is passed by argument is too small for the number of results.