Search Issue Tracker
By Design
Votes
0
Found in
4.6.0b17
Issue ID
630858
Regression
No
Standalone executable crashes on quit when a master server is used
Using a master server, connecting to it and registering a server can cause a crash on a standalone application quit.
To reproduce:
1. Open attached project. It contains a script that registers and hosts a server. It also disconnects and unregisters the host on application quit
2. Open scene Network_scene. Select "Script" in scene and change the master URL to localhost
3. Build windows standalone. (I'm using x86_64)
4. Download the master server and facilitator from http://unity3d.com/master-server
5. Build both of them and run each executable with a parameter (-p 3658 for master server and -p 3659 for facilitator)
6. Run the built unity executable
7. Press "Connect host". It should now connect to your locally hosted master server
8. Press "TestCec" to join the game
9. Try to close the application - the standalone executable crashes
Stack trace does not provide any useful information. If the executable is built as a development build it does not crash.
Explanation: It's crashing on exit because the server instance is connecting to itself, as a client. This is not supported and will result in unpredictable behaviour
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Look Dev” window restored from previous HDRP project causes errors in newly created URP project
- Shader Variant creation window gets stretched out when canceling
- Validation message "Profile name is unsupported" is unclear and does not provide information on what is wrong
- Enabling Override Variant Limit toggle Warning Threshold value gets set to 8
- Missing space in Shader Graph project settings
Add comment