Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.6f1
Issue ID
1130408
Regression
No
Editor crashes with ReportFixture after when colliding with tilemap collider 2D that were previously erased in Play mode
To reproduce:
1. Open attached project "2D Platformer Controller.zip"
2. Enter Play mode
3. While in Play mode, delete some of the collision tiles from tile map "Platforms"
4. Exit Play mode
5. Enter Play mode again and try jumping on the tiles that you've previously deleted while being in Game mode
Result: editor crashes
Reproduced in: 2018.3.7f1
Not reproduced in: 2018.3.8f1, 2018.3.9f1, 2019.1.0b7, 2019.2.0a8
Note: stack trace:
0x0000000141C0149C (Unity) Overlap2DQueryBase::ReportFixture
0x0000000141BAF749 (Unity) b2DynamicTree::Query<b2WorldQueryWrapper>
0x0000000141BB25BF (Unity) b2World::QueryAABB
0x0000000141BFEE67 (Unity) PhysicsQuery2D::OverlapPointAll
0x0000000141C02181 (Unity) Raycast2DQuery::RunQuery
0x0000000141C00978 (Unity) PhysicsQuery2D::Raycast
0x0000000141C0103B (Unity) PhysicsQuery2D::Raycast_Binding
0x0000000141722F97 (Unity) PhysicsScene2D_CUSTOM_Raycast_Internal_Injected
Comments (1)
-
DzepaDC
May 03, 2019 07:44
Same problem found in 2018.3.5f1 version.
Stack Trace of Crashed Thread 9972:
0x0000000141BFE729 (Unity) Raycast2DQuery::ReportFixture
0x0000000141BAD0CA (Unity) b2DynamicTree::RayCast<b2WorldRayCastWrapper>
0x0000000141BAF734 (Unity) b2World::RayCast
0x0000000141BFF3D9 (Unity) Raycast2DQuery::RunQuery
0x0000000141BFDA68 (Unity) PhysicsQuery2D::Raycast
0x0000000141BFE12B (Unity) PhysicsQuery2D::Raycast_Binding
0x0000000141720387 (Unity) PhysicsScene2D_CUSTOM_Raycast_Internal_Injected
ERROR: SymGetSymFromAddr64, GetLastError: 'Не найден указанный модуль.' (Address: 000000003CE38735)
ERROR: SymGetModuleInfo64, GetLastError: 'Произошел сбой в программе инициализации библиотеки динамической компоновки (DLL).' (Address: 000000003CE38735)
0x000000003CE38735 ((<unknown>)) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Не найден указанный модуль.' (Address: 000000003A00ADD0)
ERROR: SymGetModuleInfo64, GetLastError: 'Произошел сбой в программе инициализации библиотеки динамической компоновки (DLL).' (Address: 000000003A00ADD0)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
This is a duplicate of issue #1123140