Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X, 2017.4.X, 2018.1.X
Votes
0
Found in
2018.1.0b9
Issue ID
1008385
Regression
No
Editor crashes on AddWebsocketHost on other instance to he same port
Editor crashes on AddWebsocketHost on other instance to he same port
1. Open project attached (or create a new project and add script to add websocket host (on certain port)) and run it in 2 Unity instances.
2. Press "Play" in both editors.
Actual result: Second Editor crashes:
8 com.unity3d.UnityEditor5.x 0x00000001020c0bc6 UNET::VirtualWsUserHost::~VirtualWsUserHost() + 54
9 com.unity3d.UnityEditor5.x 0x00000001020ae93c UNET::NetLibraryManager::AddWsHost(UNETHostTopology const, char const, int) + 428
10 com.unity3d.UnityEditor5.x 0x00000001020c6b91 NetworkTransport_CUSTOM_AddWsHostWrapper(MonoObject, MonoString, int) + 145
Expected result: Error appears with info that port is already occupied.
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