Search Issue Tracker
Fixed
Votes
0
Found in
5.0.0b22
Issue ID
668286
Regression
No
If using 'Build and Run' more than once, 'Run' part fails on further attempts
To reproduce:
1) Create new product
2) Switch platform to WebGL
3) Build and Run
4) First time it opens a localhost window normally and the project works
5) Build and Run again into same folder
6) It tries to open localhost, but it will say that "The page is unavailable"(message differs depending on browser)
6.5) Note: The build is made successfully. If you try to upload it to web and launch - it works perfectly
7) Build and Run again into different folder
8) It does not even try to open localhost, throwing this error message right at the end of building process:
InvalidOperationException: The process already finished.
System.Diagnostics.Process.Close (Int32 signo) <..>
8.5) Note: The build is made successfully. If you try to upload it to web and launch - it works perfectly
You can skip steps 5-6.5 and get identical results as listed
"Kind of workaround": Restart Unity editor. Go back to step 3.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ComputeBuffer readback fails when Render Graph is enabled
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
ZachSaucier
Jul 12, 2016 23:44
I'm still facing this issue. Any idea how to fix it?