http://bugs.winehq.org/show_bug.cgi?id=2233
------- Additional Comments From l.capriotti(a)tiscali.it 2004-26-05 05:56 -------
in winxp mode this is one debug message appearing just before the crash:
fixme:seh:EXC_RtlRaiseException call to unimplemented function
shell32.dll.ExtractAssociatedIconW
--
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=2233
------- Additional Comments From l.capriotti(a)tiscali.it 2004-26-05 04:41 -------
the bug triggers when Windows version to imitate is set to "winxp", while when
imitating "win98" there's no crash.
--
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=2250
Summary: Clipboard functionality across processes does not work
Product: Wine
Version: 20040408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
The Clipboard functionality across processes does not work. The data copied to
the clipboard using SetClipBoardData() with any format(CF_TEXT, CF_BITMAP,
etc) exists as long as the process which copied the data to Clipboard is
active/alive. And will be cleared once the owner process is destroyed.
To see this issue, follow the steps given below:
- Start the attached sample Clipboard application (wine Clipboard.exe.
Attached in ClipboardExe.Zip)
- Enter the data in the edit control. Highlight some text. Click on menu item
Copy (This copies the data to clipboard with format CF_TEXT)
- Now see paste menu. This will be enabled and could paste the data. Also the
other process could see this data and access for pasting purposes. Clicking on
Paste menu item will paste the new data copied to clipboard.
- NOW close the application.
- Start the application again (wine Clipboard.exe)
- Now see the state of menu item Paste, which will be in Gray/Disable state.
Meaning data is not available. Now the other process also cannot see the data!
--
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=2116
------- Additional Comments From rklazes(a)xs4all.nl 2004-25-05 09:11 -------
It would be nice if you could provide this backtrace using a Wine that is not
stripped of debugging information. Now essential data (line numbers, values of
arguments) is missing.
--
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.