Search Issue Tracker
Fixed in 5.4.1
Votes
0
Found in
5.4.0b14
Issue ID
786879
Regression
Yes
[BuildPlayer] Only the first build succeeds if building through command line and editor fails to connect to cache server
Steps to reproduce:
1. Open attached project
2. In file explorer, open project folder. There's a "test.bat" file.
3. Edit it and specify file path to Unity.exe
4. Open editor. In preferences enable Cache Server and set it's IP to non-existing/non-running server
5. Close the editor
6. Run "test.bat". It will try to make three builds
7. Once building is done, open "unity3d_editor_build1.log". At the end of the file, notice that build is completed
8. Open "unity3d_editor_build2.log". At the end, notice that build has failed (was Cancelled) due to errors while building
9. Open "unity3d_editor_build3.log" and notice same result as in "unity3d_editor_build2.log"
Note: Errors that connection to cache server has failed are present in log files, however, first build isn't affected by these errors and is completed successfully
Workaround: Disable cache server or make sure that cache server is running
Not reproducible: 5.3.4p2, 5.4.0b1
Reproduced with: 5.4.0b2, 5.4.0b14
Regression introduced in 5.4.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment