http://bugs.winehq.org/show_bug.cgi?id=15642
Kyle Hubert kjmph@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kjmph@hotmail.com
--- Comment #15 from Kyle Hubert kjmph@hotmail.com 2009-01-25 21:33:56 --- I'm not sure if this helps, but when installing the plugin and the installation has hung wine says:
wine: Unhandled page fault on write access to 0x00001104 at address 0x7bc443d4 (thread 0031), starting debugger...
If you look at the process list you can see:
23756 pts/6 Sl 0:26 | _ ./firefox.exe 23819 pts/6 S 0:00 | _ msiexec /i C:\windows\profiles\NNNN\Desktop\QuakeLiveNP.msi 23821 pts/6 S 0:00 | _ C:\windows\profiles\All Users\Application Data\id Software\QuakeLive\pbsvc.exe /i --no-prompts --no-display --i-accept-the-pb-eula
If you kill the Punk Buster service installation, the plugin considers itself installed. And you can move on to the next Quake Live bug.
However, you can run the Punk Buster service yourself with prompts so you can cause the hang to recur:
$ wine ./pbsvc.exe /i Decompressing... Decompressing... Decompressing... wine: Unhandled page fault on read access to 0x00001469 at address 0x7bc45058 (thread 0013), starting debugger...
The last sequence of events in the Punk Buster service is:
Checking PnkBstrK driver status RUNNING Stopping PnkBstrK STOPPED Deleting PnkBstrK OK Checking PnkBstrK driver status DELETED
Maybe someone can use this to dig into the bug a bit deeper?