[Bug 18942] UT2004: freeze loading a match

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 15 08:02:27 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18942





--- Comment #6 from Vitaliy Margolen <vitaliy at kievinfo.com>  2009-06-15 08:02:26 ---
(In reply to comment #5)
> maybe but, i dont think so because the game can run in certain areas
Then it's something else. You'll need to attach debugger to UT and get the back
trace of all the threads. When UT freezes, in the another terminal run 'wine
winedbg', then type "info process". You will get a list of processes like:
Wine-dbg>info proc
 pid      threads  parent   executable (all id:s are in hex)
 00000008 1        00000000 'notepad.exe'
 0000000c 5        0000000a 'services.exe'
 0000000f 4        0000000c 'winedevice.exe'
 00000017 1        00000008 'explorer.exe'

Type "attach 0x<pid>" where "<pid>" is the pid of the UT2004 process:
Wine-dbg>attach 0x8

Then type 'bt all'. Please attach (as a text file, do not paste) complete
terminal output of this session (starting from wine winedbg).

> Maurais described that game modified his alfa config on the screen
It's called "gamma correction" or simply "gamma". And yes, it does affect whole
X screen.

-- 
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.



More information about the wine-bugs mailing list