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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment