FS#71112 - ILoveCandy erratic eating behaviour

Attached to Project: Pacman
Opened by null (null) - Thursday, 03 June 2021, 08:41 GMT
Last edited by Allan McRae (Allan) - Wednesday, 19 October 2022, 21:29 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 6.0.0
Due in Version 6.1.0
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Summary and Info:
Pacman doesn't seem do digest parallel downloads very well. When downloading updates with ILoveCandy enabled, the pacman character will sometimes just bite thin air at while standing still or eat the whole line without chewing at all. Or everything between. That seems unhealthy and I hope you can bring back its past behavior of taking one bite after another.


Steps to Reproduce:
1. Add the ILoveCandy option to pacman.conf
2. Download multiple packages in parallel
3. Watch the pacmans characters erratic eating behaviour
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 19 October 2022, 21:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  Has been fixed in git for a while
Comment by Kala (Kala0) - Friday, 17 September 2021, 09:23 GMT
same here!
Comment by Sebastian (BaschtlKleber) - Wednesday, 19 October 2022, 21:06 GMT
I managed to improve the chomping animation by changing the line `if(percent % 2 == 0) {` to `if(i % 2 == 0) {` in src/pacman/callback.c. Hopefully, this solves the issue.

Loading...