https://bugs.winehq.org/show_bug.cgi?id=52349 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #5 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- (In reply to nekoNexus from comment #4)
I can *try* to apply that patch but I'm not exactly a Wine developer, so I've never built vanilla Wine myself before; someone else would probably do this much faster than me Lol
Hello, There is a download and a patch; I'm sure someone else will want to check this. I could do it but I don't have much free time this month. Development notes: What I see is this: regtasks_get_Count() is called to get a count of tasks and then that number of tasks is enumerated and regtasks_get_Item() is called for each. The problem is that all those functions are stubs that do nothing, so the count is not set to a sensible value. What the patch attempts to do is to set the count to zero, in the hope of preventing the app from enumerating an inane amount of tasks. I mixed up the get_Item and get_Count function names in the patch subject and attachment description but the patch is correct. Regards. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.