Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2017.4.X, 2018.3.X, 2019.1.X
Votes
0
Found in
2017.3.0a1
2018.2.0a1
2018.2.15f1
2018.3.0a1
2019.1.0a1
Issue ID
1104540
Regression
No
[UWP] ContentDialog throws an exception on IL2CPP backend
Steps to reproduce:
1. Download 1104540_repro.zip
2. Switch platform to UWP
3. Set build type to XAML
4. Build a "test" scene on IL2CPP backend
5. Open Visual Studio and build the solution (Debug, x64, Local machine)
6. Click on the button
Expected results: Two pop-ups show up
Actual results: One pop-up show up other throws an exception
Reproduced with: 2019.1.0a12, 2018.3.0f1, 2018.2.20f1, 2017.4.17f1
Note: Not reproducible with .NET backend
Exception:
InvalidCastException: Specified cast is not valid.
at Windows.UI.Xaml.Controls.ContentControl.put_Content (System.Object value) [0x00000] in <00000000000000000000000000000000>:0
at Test..ctor () [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.InvokeMoveNext (System.Object stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2019.2):
Fixed in 2019.2.0a2.
Backported to 2019.1.0b1, 2018.3.6f1, 2017.4.19f1