http://bugs.winehq.org/show_bug.cgi?id=7180
Summary: Rechnung Online crashes wine
Product: Wine
Version: 0.9.29.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mika.fischer(a)gmx.de
The application "Rechnung Online" (available here:
http://www.t-com.de/reo/off/sw) installs fine but immediately crashes Wine when
started.
I'll attach the backtrace.
Please let me know if I can do anything to help.
I'm running Ubuntu Feisty btw.
--
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=7179
Summary: Enhanced metafile: record EMR_EXTSELECTCLIPRGN not
handled
Product: Wine
Version: 0.9.29.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rafal(a)algorytm.pl
gdi32 does not handle
EMR_EXTSELECTCLIPRGN record.
In file: dlls/gdi32/enhmetafile.c
in function: PlayEnhMetaFileRecord
we have:
case EMR_EXTSELECTCLIPRGN:
{
#if 0
const EMREXTSELECTCLIPRGN lpRgn = (const EMREXTSELECTCLIPRGN *)mr;
HRGN hRgn = ExtCreateRegion(NULL, lpRgn->cbRgnData, (RGNDATA *)lpRgn-
>RgnData);
ExtSelectClipRgn(hdc, hRgn, (INT)(lpRgn->iMode));
/* ExtSelectClipRgn created a copy of the region */
DeleteObject(hRgn);
#endif
FIXME("ExtSelectClipRgn\n");
break;
when I remove #if 0 and #endif, my C++Builder program with printing, works well.
(now, I have blank page when I try print something)
Is there some important reason why there is "#if 0" ?
or should I post appropriate patch which removes this lines ?
Thanks !
--
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=7001
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.28. |0.9.29.
------- Additional Comments From alex(a)thehandofagony.com 2007-15-01 13:01 -------
Yes, still a problem with Wine 0.9.29.
--
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=7031
------- Additional Comments From jonass(a)lysator.liu.se 2007-15-01 12:21 -------
If anyone would like to look more on this problem: I have obtained permission
from the creator to send a copy of this program to a developer of wine. Only for
development of Wine, nothing else.
--
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=7160
------- Additional Comments From jonass(a)lysator.liu.se 2007-15-01 12:20 -------
If anyone would like to look more on this problem: I have obtained permission
from the creator to send a copy of this program to a developer of wine. Only for
development of Wine, nothing else.
--
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.