http://bugs.winehq.org/show_bug.cgi?id=8126
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:37:41 ---
Closing bugs fixed in 1.1.23.
--
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=5131
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #50 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:37:10 ---
Closing bugs fixed in 1.1.23.
--
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=4372
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:37:00 ---
Closing bugs fixed in 1.1.23.
--
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=3800
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:36:57 ---
Closing bugs fixed in 1.1.23.
--
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=3235
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:36:52 ---
Closing bugs fixed in 1.1.23.
--
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=18618
Summary: Call of Cthulhu: Slow preformance in main menu and
inventory
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=5957
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knaprigt(a)gmail.com
This problem was previously reported as bug 12250 (
http://bugs.winehq.org/show_bug.cgi?id=12250 ) but closed again as resolved
with Wine 0.9.60, which doesn't seem to be the case, at least not on my system.
The following is the original bug as reported by Viktor Kojouharov:
-----------
In Call of Cthulhu (
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3981 ), the
mouse movement in the main (or any other) menu, as well as the inventory
system, is extremely slow and jerky. When moving the mouse, the cursor will not
move, but after a second or two, will teleport somewhere in the intended
directory.
This is actually a regerssion. Prior to 0.9.56, the mouse was slow, but with
0.9.56, the problem was fixed. With 0.9.57 however, the problem was
resurrected, and it is still present in 0.9.58.
-----------
I'm having the exact same problem using Wine 1.1.22, 1.1.21 and 0.9.60 (which
was the version reported to solve it).
Besides using different versions of Wine I've tried various values for
OffscreenRenderingMode, same thing for VideoMemorySize, running Wine without
sound, running in a virtual desktop, running in fullscreen, using different
video drivers, using different window managers, etc. etc.
One (strange) thing that seems to effect the slowdown in the main menu is
running Wine with WINEDEBUG=+d3d. This actually kills the lag in the menu, but
on the other hand brings the rest of the game down to a crawl, which makes the
"trick" pretty useless. WINEDEBUG=+dinput also makes a differnce but not as
much as +d3d, while other debug settings that spit out a lot of stuff to the
terminal like, +dsound or +heap doesn't seem to effect the problem at all.
Also, I'm using driver version 180.51 from Nvidia (also tested with ver.
173.14.16) with a GeForce 9600 card, x86 Gentoo system with a 2.6.29 kernel.
Attaching output of "WINEDEBUG=+d3d wine Engine/CoCDCoTELauncher.exe". The
interesting part (in the main menu) should proly start around line 12880, I
think.
--
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=3254
--- Comment #71 from Sisir <myspecialids-wine(a)yahoo.co.in> 2009-06-05 01:05:16 ---
For the INVALID VERSION case, I think we are hitting a corruption.
gnutls logs in the following format:
<snip>
_gnutls_record_log(("REC[%x]: INVALID VERSION PACKET: (%d)
%d.%d\n",session,htype, version[0], version[1]);
</snip>
Corresponding to that case we are getting, from wine logs
INVALID VERSION PACKET: (-1) 90.174
Hdr type = -1?
Version 90.174?
Another instance:
INVALID VERSION PACKET: (-1) 253.252
The maximum allowable version seems to be 4 (GNUTLS_TLS1_2)
Seems like corruption to me but I'm no networking guy. Someone with a much
clearer understanding could probably pitch in here.
--
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=7698
Daniel Rammelt <drammelt(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |drammelt(a)gmail.com
byteframe <byteframe(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |byteframe(a)yahoo.com
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |quentin.grimaud(a)gmail.com
AL3X <alex_vip_1(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex_vip_1(a)hotmail.com
Brian <theonebshaw(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |theonebshaw(a)gmail.com
Gray George <dragracer(a)graffiti.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dragracer(a)graffiti.net
--- Comment #160 from Daniel Rammelt <drammelt(a)gmail.com> 2009-03-19 19:58:20 ---
In CS:S
None of the posted "fixes" fix this for me. I find that if I play on a GG
server with a quick map change time I can play for hours, with occasional
lockups for ~2 seconds.
If I play on de_dust2 the game will crash within 1-5 minutes, regardless of
what I am doing or what is going on in the game, Ive had it crash in a big fire
fight but also during buy mode at the start with 0 shooting etc.
System:
Gentoo x86_64
Intel E2200
2g ram
Nvidia 9800gt, tested drivers 177.82 through 180.37 to no effect.
Alsa, no configuration options help, including turning sound off.
Kernel 2.6.29_rc8.
Wont paste a crash log as its identical to the others posted.
--- Comment #161 from byteframe <byteframe(a)yahoo.com> 2009-03-23 16:46:16 ---
If the win98 mode for hl2.exe seems to fix it, and as I've noticed it uses the
older win9x fonts ingame, then might we just have to have the requisite fonts
that steam uses? Would installing mscorefonts on regular wine fix the problem?
If so, then it would seem we just need a few more free replacements. Correct me
if I'm wrong, but Tahoma Bold is used throughout steam, but the bold style
doesn't seem to be in the tahoma font provided by winehq. The only font I add
myself to my wineprefix is 'lucida console', for the hl2.exe console.
All in all, I would rather not have to install mscorefonts, so should we be
having a discussion focused more on which fonts are suspect?
--- Comment #162 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-03-26 19:03:26 ---
*** Bug 17858 has been marked as a duplicate of this bug. ***
--- Comment #163 from quentin grimaud <quentin.grimaud(a)gmail.com> 2009-03-26 19:41:56 ---
(In reply to comment #162)
> *** Bug 17858 has been marked as a duplicate of this bug. ***
>
thanks, the "Client side fix/hack (HUD modification to lower font size)" patch
solves my headshot problem. maybe we could add this problem to the description
of this bug (7698), to make it clearer for other people like me who may open
new bugs even after having read the description this one :p
--- Comment #164 from AL3X <alex_vip_1(a)hotmail.com> 2009-04-02 20:53:49 ---
This is still happening in wine-1.1.18 on:
Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
NVidia GeForce 8600 GTS
Linux StupidBox 2.6.28-11-generic #39-Ubuntu SMP Thu Apr 2 04:39:54 UTC 2009
x86_64 GNU/Linux
NVidia driver: 180.44
KDE 4.2.2 desktop effects on.
--- Comment #165 from Spiridon Louis <bugzilla(a)wladi.net> 2009-05-10 13:03:43 ---
I could solve the problem under ubuntu jaunty. You have to chose ALSA for audio
output in the systemconfiguration. Then the program does not crash anymore when
you execute it as win98 (hl2.exe).
--- Comment #166 from Gray George <dragracer(a)graffiti.net> 2009-05-12 11:55:28 ---
Hi!
Try running CSS with the -dxlevel 81, worked for me no more crashes now.:)
--- Comment #167 from Łukasz <buskol.waw.pl(a)gmail.com> 2009-05-20 12:36:21 ---
Created an attachment (id=21206)
--> (http://bugs.winehq.org/attachment.cgi?id=21206)
pc and system, drops from console
I've got memmory overflow few times, then I done drope cache and heres new bug
please find solution :/
--- Comment #168 from Łukasz <buskol.waw.pl(a)gmail.com> 2009-05-20 12:39:03 ---
Created an attachment (id=21207)
--> (http://bugs.winehq.org/attachment.cgi?id=21207)
pc info and drops from console
I've got memmory overflow few times, then I done drope cache and heres new bug
please find solution :/
--- Comment #169 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-05-20 21:24:15 ---
(In reply to comment #168)
What's so special about your attachment that you attached it twice?
--- Comment #170 from Gray George <dragracer(a)graffiti.net> 2009-05-24 05:42:46 ---
Ive got the Solution!
If you are using Ubuntu try this:
"sudo apt-get remove pulseaudio"
for me this works like a charm!
--- Comment #171 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-06-05 00:33:55 ---
patch 6853 seems to fix intermittant crashes when spawning in Goldeneye Source
--
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=4487
--- Comment #19 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-06-04 23:22:17 ---
(In reply to comment #18)
>
> Using schedtool seems to work for me, drawing works fine. However, I have
> Dsound issues everytime I click somewhere in a menu.
>
> err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=10232,
> mixpos=608/71332 (278/32768), primary_mixpos=248, writepos=22784, mixlen=0
>
> It looks like Alexander has these issues as well. Is there a way to work around
> this? Is this material for a new bug?
Unless you are having issues where the sound is audibly different to how it is
on Windows, it's not a problem, I see that message now and then on various
applications and notice no difference. It's certaintly unrelated to this bug
report.
--
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=18778
Summary: Unhandled page fault on read access
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: interflap(a)gmail.com
Created an attachment (id=21548)
--> (http://bugs.winehq.org/attachment.cgi?id=21548)
Macmillan English Dictionary error log
Macmillan English Dictionary 2nd Edition.
The installation goes fine on Ubuntu 8.04 i386, but then if I try to launch the
app, I have the errors shown below in the attachment.
--
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.