http://bugs.winehq.org/show_bug.cgi?id=19724 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #10 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2009-10-25 16:01:23 --- the debug messages don't say a lot, they're fairly standard. The first thing worth checking is if the application is deliberately idling. See if the CPU is busy, or idle. If its idle, there's most likely some timer/event/scheduling problem If the CPU is busy, use oprofile to find out where the time is spent. Its most likely either in the 3D driver(software emulation because we break some HW limit), or some format conversion code. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.