http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From dmitry(a)codeweavers.com 2007-26-02 08:54 -------
Hans, the patch looks good. Did you compare the values for the same TTF font
returned by Windows and Wine with your patch?
--
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=7555
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Component|wine-files |wine-misc
Keywords| |download
------- Additional Comments From vitaliy(a)kievinfo.com 2007-26-02 08:54 -------
Upgrade to 0.9.31, and try again. Please state what exactly is the problem?
--
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=7505
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kelfe(a)gmx.de 2007-26-02 08:50 -------
seems to be fixed with the submitted fix
patch got commited as well
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=192
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Keywords| |download
Resolution|WONTFIX |
------- Additional Comments From dank(a)kegel.com 2007-26-02 08:41 -------
(WONTFIX was the wrong resolution. Reopening so we can close it WORKSFORME.)
I'm seeing a similar problem with powerbuilder 10.5 demo, see bug 7556.
--
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=7556
Summary: powerbuilder 10.5 demo aborts after splash screen
Product: Wine
Version: CVS
Platform: Other
URL: http://www.sybase.com/products/developmentintegration/po
werbuilder
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See the attachment to bug 3699 to see how to get pb 10.5 demo to install.
I'm seeing
err:bitmap:X11DRV_DIB_SetImageBits Out of memory!
in powerbuilder 10.5 demo, right after the splash screen.
The app aborts shortly after the bitmap err, but it's not clear
if the bitmap err causes the crash, could be something else.
Here's a bit of the log up to the err:
0009:Call
gdi32.SetDIBits(000002ec,00000a78,00000000,00000010,01000f28,01001078,00000000)
ret=10b964c9
trace:bitmap:X11DRV_DIB_Lock Locking 0xa78 from thread 0009
trace:bitmap:X11DRV_DIB_Coerce GdiMod requested in status GdiMod
err:bitmap:X11DRV_DIB_SetImageBits Out of memory!
Looking a bit, I see calloc(lines 16, bytes_per_line 126322564) returned NULL.
It seems that the 'info' arg to X11DRV_SetDIBits() is screwy.
After the line
if (DIB_GetBitmapInfo( &info->bmiHeader, &width, &height,
&descr.infoBpp, &descr.compression ) == -1)
return 0;
I added
TRACE("width %d, height %d\n", width, height);
and it printed
trace:bitmap:X11DRV_SetDIBits width -505290271, height -151592479
I'd like to look into this further, but I don't have time at the moment.
--
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=7544
------- Additional Comments From ehoover(a)mines.edu 2007-26-02 08:03 -------
In reply to Comment #2:
I submitted a patch last night but it still has not appeared in the archives and
I have not received a bounce. Do I need to be a member of the list?
--
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=6536
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3943 is|0 |1
obsolete| |
--
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=5865
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3191 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2007-26-02 07:02 -------
Created an attachment (id=5108)
--> (http://bugs.winehq.org/attachment.cgi?id=5108&action=view)
Implementation for GetFontUnicodeRanges (revised)
Here's a patch that implements GetFontUnicodeRanges on top of
GetTextCharsetInfo as suggested by Dmitry.
Please try it.
--
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.