http://bugs.winehq.org/show_bug.cgi?id=4916
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-30-06 14:06 -------
Confirming. So, we can close this bug as Fixed
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4398
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-30-06 14:01 -------
I am confirming. Devinez-qui demo installs now with the cvs dated of 06/30/2006.
So we can close this bug as fixed.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5569
dsh(a)linux.ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)troy.rollo.name
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5569
Summary: Slow down due to GetTextExtentExPointW
Product: Wine
Version: 0.9.16.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsh(a)linux.ucla.edu
The very slow displaying of EULA mentioned in this bug report:
http://bugs.winehq.org/show_bug.cgi?id=5516
is the result of commit 73c7420c5a48d5810f30ffdca59dc36c806b4bf5, work on
GetTextExtentExPointW. It uses an order n-squared algorithm to compute text
extent. Displaying the EULA during installation of the Adobe product found here:
http://www.adobe.com/products/acrobatpro/tryreg.html
takes about 7-8 minutes. Reverting the code prior to this commit causes that to
drop to a few seconds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5557
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-30-06 13:02 -------
The reason of the crash is the NM_TOOLTIPSCREATED notification sent when the
application is not prepared for it (the ScintillaEditView::execute is called
with this==NULL. This exception is caught in WinMain which tries to show a
message box but that generates a WM_ACTIVATEAPP which crashes in
Notepad_plus::checkModifiedDocument as _pEditView is uninitialized - this is the
crash we observe). If I comment out line 5649 of toolbar.c Notepad++ starts but
I haven't investigated what's the correct behaviour.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5457
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.microsoft.com/win
| |dows/windowsmedia/player/9se
| |ries/default.aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5490
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-30-06 12:53 -------
The problem is that the installer is running the following query:
"SELECT `_stpStdDlls`.`File`, `Binary`.`Data` FROM `_stpStdDlls`, `Binary` WHERE
`_stpStdDlls`.`Binary_` = `Binary`.`Name`"
which we think is invalid, because we return ERROR_BAD_QUERY_SYNTAX. This is
because we don't implement joins yet. Assigning to Mike, so he can take a look
at it when he gets back.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3752
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2006-30-06 11:21 -------
The Installer for PDFCreator-0_9_0_AFPLGhostscript_32bit.msi (Bug #4401)
also produces the message:
- err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
Important difference to this bug:
The PDFCreator - Installation works, all files are installed.
IMHO, using the above "err:*" as Summary and as reason, that nothing gets
installed (comment #5), is wrong
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.