Search Issue Tracker
By Design
Votes
0
Found in
2018.2.6f1
Issue ID
1077576
Regression
No
[IL2CPP] Host creation call fails with ENetException when Starting Server in the Build which has Scripting Backend set to IL2CPP
How to reproduce:
1. Open the attached project
2. Make sure that the Scripting Backend is set to IL2CPP and the Architecture is x86_64
3. In the Build Settings, enable Development Build and Script Debugging options
4. Build the project for the Standalone platform
5. Launch the Build
6. Click the "Start Server" button once the build launches
Expected result: Server starts without any exception.
Actual result: A "ENetException: Host creation call failed" exception is thrown.
Reproducible with - 2018.1.9f2, 2018.2.8f1, 2018.3.0b1, 2019.1.0a1
Note: Not tested on versions prior 2018.1, since support for IL2CPP scripting backend for Windows Standalone was not yet introduced.
Update: The issue is by design. This was a marshaling bug in the user code.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment