http://bugs.winehq.org/show_bug.cgi?id=10583
Summary: Fonts: Subpixel hinting, No RGB or BGR
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lorefice2(a)libero.it
Created an attachment (id=9386)
--> (http://bugs.winehq.org/attachment.cgi?id=9386)
Screenshot showing kwrite and Notepad doing font antialiasing.
As you can see in the attached file, while wine does a good job in antialiasing
and hinting fonts, subpixel rendering, using RGB (but i tested BGR too), is not
present.
I tried with ClientSideAntialiasWithCore=Y (ClientSideWithRender=N) and
ClientSideAntialiasWithRended=Y (ClientSideWithRender=Y), disabled any library
override, but it didn't help.
---------------------------------------------
Zool ~ # cat ~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>
---------------------------------------------
Zool ~ # xrdb -q|grep Xft
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 96.000000
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12590
Summary: Yahoo widget engine 4.5, blank box, not being able to do
anything
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://widgets.yahoo.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wwarsin(a)gmail.com
Created an attachment (id=12181)
--> (http://bugs.winehq.org/attachment.cgi?id=12181)
this is the log file from running $ WINEDEBUG=+relay,+seh,+tid wine
YahooWidgets.exe &> /tmp/log.txt
Ok first if you try to install Y!WE (Yahoo! Widget Engine) you might get this
bug: http://bugs.winehq.org/show_bug.cgi?id=12519 to get past that just follow
the steps from "Comment #3 From Austin English". That should get you past that
bug. But now when i try to load Y!WE it basically starts and it looks like
nothing is going on, but i found there is a blank box in the top left corner
that gets a 'stuck image' in it, of whatever was lasted moved over it, i did
run it from the terminal and there are a few fixme's through out, but the
wine/Y!WE doesnt crash, and i have to ctrl+c from the terminal to end it.
I cannot (that i know of) do anything with this blank box, but i did notice
that if i move the courser, or something over that the log file gets bigger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12376
Summary: Backberry Simulator: error/crashes - RealTimeScheduler
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://na.blackberry.com/eng/developers/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pault(a)telus.net
When running the RIM Blackberry Simulator 4.1.0.359 and the MDS 4.1.2.17 in
wine as per
http://www.slashdev.ca/2008/03/27/blackberry-simulator-in-linux-sort-of/ I get
the following error periodically. Pressing Ignore most often allows me to
continue without problems but sometimes it crashes. Sorry, I'm not experienced
in running debugging traces but I will if someone points me in the right
direction.
Assertion Failure (DE346) - Blackberry Device Simulator
Semaphone::acquire called on a non-kernel thread
(src/kernel/RealTimeScheduler.cpp:560)
Exit - Ignore - Ignore All DE346s - Save Log...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11957
Summary: WebPlus SE install fails
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://ftp8.serif.com/FSSDownloadMirror/WebPlus/SE/FSS-
WPSE-0208-Setup.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2008-March/029738.html
a user complained that WebPlus SE install fails
with the message "this action is not supported"
Sure enough, running it fails for me, too; the log has the
suspicious error
trace:msi:MSI_GetPropertyW returning L":setup.mst" for property L"TRANSFORMS"
trace:msi:msi_apply_substorage_transform 0x12fdb8 L"setup.mst"
err:msi:msi_apply_substorage_transform expected a colon in L"etup.mst"
A google search shows one other instance of that message,
http://www.linuxforums.org/forum/wine/109175-help-fifa-08-installation-stop…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9252
Summary: Far Cry: Segmentation fault on startup when using
Direct3D
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spencercw(a)googlemail.com
Created an attachment (id=7509)
--> (http://bugs.winehq.org/attachment.cgi?id=7509)
Terminal output
Wine version: 0.9.43
Distro: Gentoo Linux 2007.0
GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2)
Program: Far Cry
No-cd patch applied.
By default Far Cry uses Direct3D9, this causes a segmentation fault upon
starting the game. As a work around, `r_Driver = "Direct3D9"` can be changed to
`r_Driver = "OpenGL"` in Program Files/Ubisoft/Crytek/Far Cry/system.cfg,
though it would of course be better if it worked out of the box.
I am attaching the terminal output (30kB->2.0kB bz2), the output with
WINEDEBUG=+relay (920MB->519kB), and the output with WINEDEBUG=+d3d
(40kB->2.6kB).
Note that this issue isn't present in the demo version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346
Summary: Background color of an label is displayed horizontal
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirko2324(a)yahoo.de
Created an attachment (id=10454)
--> (http://bugs.winehq.org/attachment.cgi?id=10454)
screenshot
In the statistic area the background color of the label "Download-Speed" is
displayed horizontal into the graph. I made a screenshot of this issue.
I have tested this with different versions of eMule and wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10982
Summary: ClearScale does not run
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://graphics.stanford.edu/~georgp/ClearScale/index.ht
m
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
ClearScale cannot run due to the following unimplemented gdiplus functions:
GdipCreateFontFamilyFromName (the one that causes the crash)
GdipDeleteFontFamily
GdipBitmapSetPixel
GdipSaveImageToFile
GdipDrawImageRectRectI
GdipGetImageEncoders
GdipGetImageEncodersSize (bug 9362)
GdipCloneImage (also needed by the Anti-Grain Geometry GDI Demo, bug 10981)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10501
Summary: NFSU2 crashes out when loading a level
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Created an attachment (id=9244)
--> (http://bugs.winehq.org/attachment.cgi?id=9244)
NFSU2 console output
When loading a level in NFSU2 get to loading screen and locks up. (see console
output) when it occurs it slow down X have to Ctrl+C to get X back
thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12869
Summary: Rollcage Stage II demo crashes
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.download.com/Rollcage-Stage-II-demo/3000-
7522_4-10230148.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quest2013(a)emailengine.org
Created an attachment (id=12578)
--> (http://bugs.winehq.org/attachment.cgi?id=12578)
Rollcage Stage II crash output
After an apparently successful install, trying to run Rollcage.exe, it crashes.
Concerning the attachment. The first line about ALSA not found has to do with
me using Gobolinux 014. Sound does work with other games even when that ALSA
message shows up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11896
Summary: Civilization4.exe crashes because of unimplemented
function __iob_func
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
When using the wine version msvcr71.dll the program crashes because of
unimplemented function __iob_func
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.