Search Issue Tracker
Fixed in 2018.3.X
Votes
4
Found in
5.5.4p1
Issue ID
951016
Regression
Yes
Player built on Unity 5.5 crashes when connecting with a profiler from Unity 5.6.0b1 or later versions
How to reproduce:
1. Create a new Unity project with Unity 5.5
2. Go to File --> Build Settings, check Development Build and Autoconnect Profiler
3. Build & Run Player, leave the player running
4. Exit Unity 5.5 and open Unity 5.6.0b1 or any later version (2017.1.0b9 for example)
Expected result: Player should connected to Profiler that is opened with the newer editor version
Actual result: Crash occurs on:
========== OUTPUTING STACK TRACE ==================
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00A0FF36)
0x00A0FF36 (1)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00A07C2A)
0x00A07C2A (1)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00A09294)
0x00A09294 (1)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00A09822)
0x00A09822 (1)
Regression introduced in - 5.6.0b1
Reproducible with 5.5.0a6/5.5.4p3 Built Player while connecting it to Profiler from 5.6.0b1 or later versions
Not reproducible with 5.5.0a6//5.5.4p3 Built Player while connecting it to Profiler from 5.6.0a6
Notes:
1. Reproducible with Standalone (x86) and PS4 development builds, crash did not reproduce with Standalone (x86_64) build
2. Issue only seems to reproduce only on 5.5 built players, could not reproduce with other variations of versions (see "OTHER TESTS" in the Edit notes)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Add comment