Search Issue Tracker
Fixed in 5.6.0
Votes
24
Found in
5.3.1p2
Issue ID
780200
Regression
No
[WWW] Getting error message 'Coroutine continue failure' when stopping a WWW coroutine
Steps to reproduce:
1. Open attached project
2. Open and play 'coroutine' scene
3. Click 'StopCoroutine(Coroutine)' or 'StopCoroutine(IEnumerator)' to invoke the stopping of corresponding WWW coroutine
4. Notice the 'Coroutine continue failure' error printed out in the console
Notes:
StopAllCoroutines does not throw the error.
Even with the printed error, the coroutines seem to stop as expected.
Comments (3)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
castor76
Jun 23, 2016 17:48
Similar issue :
https://issuetracker.unity3d.com/issues/coroutine-continue-failure-error-when-using-stopcoroutine
Is supposed to be fixed, but it's not fixed at least for 5.3.5p3
castor76
Jun 13, 2016 04:37
I have the similar issue ( probably the same issue ) while trying to stop a coroutine using string.
Using StopAllCoroutines does not throw the error.
Disastercake
Apr 13, 2016 06:43
I'm having this bug as well. It is definitely stopping functionality in my situation and not harmless, as I run a start and stop coroutine calls on mouse enter and exit events in the GUI and it's very visible that its not running the methods when the error is posted.