http://bugs.winehq.org/show_bug.cgi?id=4360
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-03-08 16:23 -------
Do you still have this problem with current Wine and a fresh install of
Photoshop? Do you have a tablet attached to your computer? (I can't reproduce it
but I don't have a tablet so maybe that's the reason)
--
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=8100
------- Additional Comments From madewokherd(a)gmail.com 2007-03-08 16:03 -------
No. The sound still isn't perfect, but it mostly works fine and is very usable
now (a few isolated things in wa--no sound on the "loading" screen, beeps seem
to repeat a bit, the flamethrower and uzi weapons might still not be quite right).
I can spend more time looking into and describing the current audio situation
and what issues can be reproduced with the demo if you're interested.
--
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=6812
------- Additional Comments From thunderbird2k(a)gmx.net 2007-03-08 15:59 -------
As a hack you can try to edit dlls/winex11.drv/opengl.c
Go to the function X11DRV_ChoosePixelFormat it should be around line 1000 (my
opengl.c contains some new work, so I don't know the real line number).
Then lets say after:
if (TRACE_ON(opengl)) {
TRACE("(%p,%p)\n", physDev, ppfd);
dump_PIXELFORMATDESCRIPTOR((const PIXELFORMATDESCRIPTOR *) ppfd);
}
Add a line:
return 1;
Then recompile and see what happens.
BTW your Nvidia drivers haven't been installed properly. You are mixing the
libraries and kernel module of different driver versions.
--
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=9177
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-msi |wine-advapi32
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-03-08 15:54 -------
Not an msi bug:
0022:Call advapi32.ConvertStringSecurityDescriptorToSecurityDescriptorW(7bb5cf9a
L"O:LSG:LSD:(A;;CCDCSW;;;AU)",00000001,7bb5cf08,7bb5cf10) ret=59a06904
0022:Ret advapi32.ConvertStringSecurityDescriptorToSecurityDescriptorW()
retval=00000000 ret=59a06904
0022:Call KERNEL32.GetLastError() ret=59a0690e
0022:Ret KERNEL32.GetLastError() retval=000000cb ret=59a0690e
...
trace:msidb:MsiRecordSetStringA 3 0 "WriteBinarySID(): Cannot convert the SID to
binary form (0xCB)."
--
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=9178
jenlai(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)codeweavers.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=9178
jenlai(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7396|application/octet-stream |text/plain
mime type| |
--
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=9178
Summary: "hello world" dos program hangs
Product: Wine
Version: 0.9.34.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenlai(a)google.com
Hi,
I was testing out a simple "hello world" dos program. With regression test, this
patch is found to introduce the bug associated with the hanging.
-------------------------------------------------------------------
ba896e75d7fce68e5183007b65eae7e35490ccd4 is first bad commit
commit ba896e75d7fce68e5183007b65eae7e35490ccd4
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 4 19:39:29 2007 +0200
server: Fix the handling of the signaled status for file descriptors.
File handles are signaled when an I/O operation completes, and reset
when another operation is queued.
:040000 040000 fa4459e15eca9adfcb0a7580ad056ba2b06d33f3
6f0aceb4a86b0a41776856e33f6b5ff4217d2f25 Mserver
--
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.