http://bugs.winehq.org/show_bug.cgi?id=4700
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2009-09-03 03:10:42 ---
Download link is busted. Is this still an issue in current (1.1.29 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=3254
--- Comment #79 from Sisir <myspecialids-wine(a)yahoo.co.in> 2009-09-02 22:24:27 ---
Thanks Dylan,
I too am able to get a stable connection now.
Theres something new appearing on console now though.
I hope it is not trouble.
GNUTLS ERROR: Function was interrupted.
GNUTLS ERROR: Function was interrupted.
GNUTLS ERROR: Function was interrupted.
GNUTLS ERROR: Function was interrupted.
GNUTLS ERROR: Function was interrupted.
GNUTLS ERROR: Function was interrupted.
--
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=19915
Summary: Configure it's failling to recognize libmpg123-dev
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23382)
--> (http://bugs.winehq.org/attachment.cgi?id=23382)
Config.log
After making ./configure i'm getting
configure: libmpg123 development files not found (or too old), mp3 codec won't
be supported.
I'm in ubuntu 9.04 with the libmpg123-dev installed. Version 1.4.3.
I'm attaching the logs.
--
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=19910
Summary: Adobe dreamweaver CS3 unable to install
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nana(a)nanresources.net
Created an attachment (id=23374)
--> (http://bugs.winehq.org/attachment.cgi?id=23374)
Console Output
After selecting the installer it extracts the file to the desktop then it
begins to run then throws an error and exit. attached is a console output of
this error
--
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 #78 from Austin Lund <austin.lund(a)gmail.com> 2009-09-02 19:33:30 ---
Patch applies cleanly to 1.1.29 and achieves a stable connection.
--
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 #77 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-09-02 19:00:52 ---
Created an attachment (id=23392)
--> (http://bugs.winehq.org/attachment.cgi?id=23392)
secur32: Handle incomplete schannel records on decryption.
I pulled myself away from the richedit controls for a bit to track this down.
I found that the problem was with DencryptMessage being called with a data
buffer that contains incomplete records. This will happen when a lot of data
is received at a time. The schannel code in wine was handling this by letting
the partial record be pulled by libgnutls, so no decrypted data will be
returned for the partial record, but will be included in the data returned from
the following call to DecryptMessage. This seems alright so far, but the
amount of data that can be returned for a call to DecryptMessage is limited to
the size of the buffer holding the encrypted data. Once the buffer was filled
on a call to DecryptMessage, it would ignore the rest of the encrypted data
without notifying the caller in any way. So the next DecryptMessage will try
to read the next record header, but will read from the wrong place, causing
errors that cause the disconnection.
The patch I submitted deals with this by not letting the pull function give
libgnutls a partial record for DecryptMessage, and then notifying the caller
about the unprocessed data by changing an empty buffer to a buffer fo type
SECBUFFER_EXTRA with a size field that gives the size of the unprocessed data.
This is documented on MSDN at
http://msdn.microsoft.com/en-us/library/aa375412(VS.85).aspx
Currently the test suites for schannel don't cover EncryptMessage or
DecryptMessage. These tests should probably be implemented in order to make
sure this is implemented properly, but my patch at least seems to make Google
Talk happy. Let me know if you still experience connection problems with this
patch applied.
--
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=17133
Summary: Impossible to start roller coaster tycoon 3 demo
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FlyingPC(a)laposte.net
Created an attachment (id=18985)
--> (http://bugs.winehq.org/attachment.cgi?id=18985)
Error message
When I try to launch the demo of RCT3. Wine crash with the message in
attachment.
The command I launch is :
"wine "c:\program files\atari\rollercoaster tycoon 3 Demo\RCT3.exe""
I read that others had the same problem but, I didn't found any solution.
--
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=19854
Summary: Oblivion crashes constantly if music is enabled
Product: Wine
Version: 1.1.28
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billy65bob(a)gmail.com
Created an attachment (id=23274)
--> (http://bugs.winehq.org/attachment.cgi?id=23274)
checks for failure earlier, and prevents null pointers beiong passed to
IMediaSample_SetTime()
I can even confirm this regression using versions as old as 1.1.1. so I'm quite
surprised no one has reported this earlier.
When playing Oblivion with music enabled, chances are you'll constantly be
switching between the area's main theme and the battle theme, which currently
in wine results in a brief slowdown (bug 14186 was filed regarding the
slowdowns), during this transition quartz quite often crashes, when *sample ==
0x00000000, is passed to IMediaSample_SetTime().
I'm including a patch with this bug report (to which I have no doubt is
incorrect), which at least nullifies the crashes, and from oblivion's
viewpoint, doesn't remove any functionality.
just in case it's relevant
Sound card: HDA Intel
Sound System: ALSA
Wine settings
Driver: ALSA
Accel: Full
DEfault Frequenzy: 48000
Default bps: 16
--
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=19822
Summary: Focus changes in a virtual desktop when leaving it -
regression running WoW
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulc(a)voip.null.ro
The bug was reported by Fabio Capela on wine-devel.
It affects my WoW play in a virtual desktop too (Mandriva 2007.1 x86_64 but
probably not relevant).
Direct copy/paste from Fabio Capela's mail providin more details:
I use Wine mostly to play World of Warcraft and I've had a regression in World
of Warcraft (when running fullscreen inside a virtual desktop and using the
opengl renderer) with patches from the last two weeks:
- Patch 12d1ff8ef6c34533a20008f4cfeb73ee4c601a5d (winex11: Add handling of take
focus event on the desktop window.) makes the fullscreen WoW inside the virtual
desktop window lose focus when the mouse cursor returns to the virtual desktop
window; as a consequence, WoW will minimize inside the virtual desktop whenever
the mouse cursor leaves and then returns to the virtual desktop window. For
some reason this does not happen if I use the DirectX renderer, only with the
OpenGL one.
- When the previous patch is reversed, patch
e3720c2810dda3895d6734c55117b0a355223b1a (winex11: Use the
Globally Active focus model with take focus.) makes the virtual desktop
window unable to receive keyboard focus unless it is the only open window, and
even then it's decoration will behave as if it hadn't focus. Mouse works fine.
This is happening with the current vanilla git; with both above patches
reversed the problem disappear.
Not sure if this is important, but I'm using Kubuntu 9.04 with KDE 4.3 from the
backports repository.
--
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=19721
Summary: regression Dragon NaturallySpeaking 10S training text
grays-out too fast
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
wine-1.1.27-126-gc92bb27 contains problem commit
As of the 8/12/2009 git, text displays improperly in the Dragon
NaturallySpeaking training modules.
As of the 8/11/2009 git, this problem was not present.
Problem:
During training, the new user is required to read 4 minutes of text (I read a
President Kennedy speech). During the training, the text is supposed to change
from black to gray as you read. This worked well. However, yesterday the text
started changing to all-gray in advance of my reading it.
(Training still completed properly, provided I remembered where I was and
continued to read all the words.)
This is a regression and I will do a regression test as soon as I have time.
--
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.