Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.1.X, 2018.2.X
Votes
0
Found in
2018.2.0a6
Issue ID
1020341
Regression
No
[UWP] IL2CPP project is failing to PInvoke iphlpapi.dll
Steps to reproduce:
1. Download attached project
2. Build UWP project with IL2CPP backend
3. Run project in Visual studios (Debug x64)
4. Press on "Blob Storage" UI button. The test starts but never completes
5. Find the function (Win32NetworkInterface_GetNetworkParams_m2297365948) and add "return 0;" as its first line
6. Build and run the app
7. Press on "Blob Storage" UI button. The test successfully runs and completes.
Expected results: The test successfully runs.
Actual results: Test starts but never completes.
Reproduced with: 2018.2.0b2, 2018.1.0f2, 2018.1.0b12
Note: In 2018.1 adding return 0; to function doesn't help in solving this issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ListView fails to display items when the source list is cleared and a single element is added
- UI Toolkit ':hover' state remains active when another panel is drawn over the hovered element and Touch input is used
- Unsupported Orient modes can be selected and throw errors when using Strip VFX
- "Tab" key exits the name text field in the VFX Graph tab when renaming the Property
- Shader warnings are thrown when deleting blocks in the Ribbon VFX Graph
Add comment