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
- "Can not play a disabled audio source" is thrown when audio is toggled on with disabled Audio Source in the Scene
- Project build fails with Console errors “Plugin 'grpc_csharp_ext.bundle' is used from several locations:” when building a project with Target Platform "macOS"
- Screen.resolutions returns resolutions that include the notch area when called on Macs with a notch
- Shader Graph Editor Throws Exception When Deleting Custom Function Node
- Outlines are visible on Mesh when Alpha Clipping is enabled and Surface Type is set to Opaque
Add comment