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
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
Add comment