http://bugs.winehq.org/show_bug.cgi?id=8524
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From truiken(a)gmail.com 2007-29-05 12:13 -------
Works fine for me.
--
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=8361
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-29-05 12:01 -------
I see that the patch didn't get in. This could be because you didn't include
your real name in the e-mail to wine-patches. Another reason could be that even
after your patch the code doesn't work well when the user text is longer than
max_len - the string isn't NULL-terminated (copying one character less in memcpy
should work - Alloc initializes the buffer to zero. Or you may use lstrcpynW -
unlike strcpy it NULL-terminates the string).
It would be also nice if you would look into GetDispInfoA - MultiByteToWideChar
has the same problem of looking beyond the end of the buffer.
--
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=8490
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-29-05 11:41 -------
utorrent is using the BIF_NEWSTYLEDIALOG flags. Such dialogs are bigger,
resizeable and have a "New Folder" button. AFAIK the size of the old style
dialog has to remain pixel-for-pixel compatible with Windows as some programs
adds manually an edit box and a "New Folder" button to an old style dialog at
fixed positions.
--
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=3615
------- Additional Comments From maury.markowitz(a)gmail.com 2007-29-05 11:08 -------
I have a feeling this bug has been miss-labeled at least in the case of PGIII,
and perhaps others as well. Most of the effected applications are fairly old (3+
years) so I find it somewhat hard to believe that they made much use of
multi-threading. Further, in my own experience the "black screen" appears in 2D
menus, not 3D in-game. While it's possible they are using D3D for these menus, I
find it somewhat difficult to believe.
Its possible I just don't understand what this bug report really means. I do
know that the Mac OS recently received an upgrade to multi-threaded OGL, is this
in any way related? Is the name of the bug perhaps misleading?
--
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=6936
furex.furetto+wine(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |furex.furetto+wine(a)gmail.com
--
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=6936
------- Additional Comments From furex.furetto+wine(a)gmail.com 2007-29-05 11:06 -------
Created an attachment (id=6512)
--> (http://bugs.winehq.org/attachment.cgi?id=6512&action=view)
eMule + wineserver hogging the system when minimized
When eMule is minimized, the CPU usage soars. Pay attention at PID=28383,
that's a low priority app that only uses idle time.
The system is an AMD64 single core 2.0 GHz, eMule and wineserver are using ~84%
vs 31%.
--
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=6936
------- Additional Comments From furex.furetto+wine(a)gmail.com 2007-29-05 10:59 -------
Created an attachment (id=6511)
--> (http://bugs.winehq.org/attachment.cgi?id=6511&action=view)
eMule + wineserver using less CPU when the Options dialog is open
eMule under Wine uses more CPU than under Windows or a native application,
however the CPU usage is moderate when the Options dialog is open.
--
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=8538
Summary: Sun Java 6 JRE update 1 fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://javadl.sun.com/webapps/download/AutoDL?BundleId=1
1193
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine jre-6u1-windows-i586-p-s.exe claims to complete,
but fails to install msvcr71.dll, so java.exe won't run.
The log has a related err:
err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common
Files\\Java\\Update\\Base
Images\\jre1.6.0.b105\\patch-jre1.6.0_01.b06\\msvcr71.dll" -> L"c:\\Program
Files\\Java\\jre1.6.0_01\\bin\\", last error 3
--
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.