Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
4
Found in
5.6.2p1
Issue ID
932981
Regression
No
[IL2CPP] Use of Windows.Foundation.Collections.PropertySet throws a NotSupportedException on UWP
Steps to reproduce:
1. Open attached project
2. Build UWP solution with il2cpp scripting backend
3. Open VS solution
4. Build & deploy on local machine
Actual result: Use of Windows.Foundation.Collections.PropertySet throws a NotSupportedException
Reproducible with: 5.6.2p4, 2017.1.0v3, 2017.2.0b4, 2017.3.0a1
Fixed in: 5.6.3p3, 2017.1.1p2, 2017.2.0b11
Exception thrown at 0x76B9B802 in uwp-fail.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x0A9FF750.
NotSupportedException: Cannot call method 'System.Void System.Runtime.InteropServices.WindowsRuntime.IMapToIDictionaryAdapter`2::System.Collections.Generic.IDictionary`2.Add(TKey,TValue)'. IL2CPP does not yet support calling this projected method.
at System.Runtime.InteropServices.WindowsRuntime.IMapToIDictionaryAdapter`2[TKey,TValue].System.Collections.IEnumerable.GetEnumerator () [0x00000] in <00000000000000000000000000000000>:0
at Windows.Foundation.Collections.PropertySet.get_Item (System.String key) [0x00000] in <00000000000000000000000000000000>:0
at PropertySetting.DoPropertyStuff () [0x00000] in <00000000000000000000000000000000>:0
at PropertySetting.Update () [0x00000] in <00000000000000000000000000000000>:0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment