[Bug 18942] New: UT2004: freeze loading a match
http://bugs.winehq.org/show_bug.cgi?id=18942 Summary: UT2004: freeze loading a match Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: sombra2eternity(a)gmail.com Created an attachment (id=21788) --> (http://bugs.winehq.org/attachment.cgi?id=21788) Screenshot when freezes as Jesse Maurais said in http://appdb.winehq.org/objectManager.php?sClass=version&iId=5425 its impossible to load a game in UT2004, he described quite well the symptoms. In my case i can play the first preliminatory matchs on single player mode, nexts never finish loading. I just: -rm -r .wine directory -installed wine 1.1.23 -created the ./wine -install Steam -link steamApps dir and update UT2004 -Accepted the UT license and refuse install directX (cancel button) -the game is running on OpenGL mode by the .ini config file When the game runs in fullScreen mode and closed, the screen config is altered and shows pretty much lightness (See attached PNG). When running windowed mode it not happens, but freeze in the moment you can see in the attachment too (run first in fullscreen, break my screen config and twice in windowed, then freeze and taked a screenshot). +seh attached, but no idea if useful, maybe a +relay? the log dont show any err or lost dll i can make sense of. sorry for my eng if the report is invalid, plz help me send correct information -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #1 from Marcos <sombra2eternity(a)gmail.com> 2009-06-14 11:51:50 --- Created an attachment (id=21789) --> (http://bugs.winehq.org/attachment.cgi?id=21789) +seh log -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-14 13:38:44 --- How about you just attach plain terminal output as a PLAIN TEXT FILE without WINEDEBUG set at all. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #3 from Marcos <sombra2eternity(a)gmail.com> 2009-06-14 13:46:23 --- Created an attachment (id=21791) --> (http://bugs.winehq.org/attachment.cgi?id=21791) running log i have to xkill the window, consider it when reading the bottom of the log -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21791|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-14 22:10:45 --- I'd say it's most likely duplicate of bug 18900 since you using Steam. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #5 from Marcos <sombra2eternity(a)gmail.com> 2009-06-15 02:38:25 --- maybe but, i dont think so because the game can run in certain areas, and other apps like the steam one still running and responding once the UT freeze, Jesse Maurais described that game modified his alfa config on the screen, i dont know how to explain it well, but i try. I take a screenshot saying "hey lets see the lightness of it" but the image its perfect, i saw the problem in because my screen has the problem, once i changed resolution and back, the lightness was OK, i have no idea how to share, a cam photo maybe?. I discover UT modify this params even if is running on virtual desktop mode. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #6 from Vitaliy Margolen <vitaliy(a)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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #7 from Marcos <sombra2eternity(a)gmail.com> 2009-06-15 16:35:27 --- Created an attachment (id=21816) --> (http://bugs.winehq.org/attachment.cgi?id=21816) debug trace using winedbg i hope its OK, winedbg return me the prompt, then i exit and save log, UT2004 still showing the loading battle screen until infinite, i mean, the game never break, it can run forever -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21816|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-15 21:24:19 --- Hmm... have you killed/disabled/suspended/removed pulseaudio? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #9 from Marcos <sombra2eternity(a)gmail.com> 2009-06-17 08:43:21 --- Well, i want to leave a comment saying this report its not abandoned by relating my little failures/progress. As you said Vitaly i are using pulse audio, i killed it, then it respawn. Once i modified '/etc/pulse/client.conf' and set the respawn var to 'no' i could kill it in the way i want. I go to system->preferences->audio (other language,i try to translate, but figure out if wrong :P) and set all to alsa, no sound working as result. Change all to ESD and set winecfg in eSound mode, but it make all going hell wrong with the following msg: This sound card's driver does not support direct access The (slower) DirectSound HEL mode will be used instead. aaaaaah! , like 0.000001FPS the main menu, i killed it, then i uncheked all sound winecfg tab options, i used to think 'no sound, no hurt', but still worse (i will attach img), in the nvidia logo scene, the lizard pass through nvidia logo (the should kick it off). Last try, i started ESD daemon, things started making sound, i cheched alsa option un winecfg, and rerun UT, loaded my profile and said me i was broke and someone pass me credits to preserve me in the tournament <- this make me to kill profile, and create a new one, because the workspace where the bug apeared has changed and maybe it cant be reproduced, i will do later and report. Its appear to be the you said, Vitaly, the pulseaudio break steam apps (https://bugs.launchpad.net/pulseaudio/+bug/367379), but i will try to confirm before close bug. And i want to say that maybe there are a few more things broken related to the audio stuff (i know all wine audio drivers are not complete, but no sound->strange behaviour seems to cross the line). Thanks for your time, and i hope the current thread "Fate of pulseaudio" ends on some more pulseaudio support. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #10 from Marcos <sombra2eternity(a)gmail.com> 2009-06-17 08:44:30 --- Created an attachment (id=21840) --> (http://bugs.winehq.org/attachment.cgi?id=21840) where the char pass throught logo -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2010-06-04 15:43:55 --- This is your friendly reminder that there has been no bug activity for 11 months. Is this still an issue in current (1.2-rc2 or newer) wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 Marcos <sombra2eternity(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from Marcos <sombra2eternity(a)gmail.com> 2010-06-07 12:02:57 --- Austin, its seems to load every match correctly, tried a few and no problems at all. Im using stock pulseaudio config, ubuntu 9.10 ,wine 1.2rc2. The work made by Maarten in this area has been impresive. Thanks -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18942 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-11 12:51:33 --- Closing bugs fixed in 1.2-rc3. -- 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.
participants (1)
-
wine-bugs@winehq.org