http://bugs.winehq.org/show_bug.cgi?id=27294
Summary: livezilla can't start, complains of missing Verdana
font
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained that Livezilla wouldn't start, see
http://forum.winehq.org/viewtopic.php?t=12202
I was able to reproduce this, plus a possible font-related gdiplus bug:
cd $HOME
rm -rf ~/.wine
sh winetricks corefonts dotnet20
wget http://www.livezilla.net/downloads/pubfiles/LiveZilla_3.3.2.2_Full.exe
wine LiveZilla_3.3.2.2_Full.exe
cd ~/".wine/drive_c/Program Files/LiveZilla"
wine LiveZilla
That gets the error
Your system misses the font Microsoft Sans Serif
Copying micross.ttf from a Windows system into ~/.wine/drive_c/windows/Fonts
gets past that. (Dunno if that needs to be added to winetricks,
or if one of the existing fonts in 'allfonts' should satisfy it.)
The next problem is
Your system misses the font Tahoma
Doing
winetricks tahoma gdiplus
gets past that. (Don't know why gdiplus was needed, that's interesting.)
The next problem is the user's error,
Your system misses the font 'Verdana Regular'
Which is funny, because Verdana Regular is already in windows/Fonts,
and WINEDEBUG=+font shows
trace:font:AddFontToList Loading font file
"/home/dank/.wine/dosdevices/c:/windows/Fonts/Verdana.TTF" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList fsCsb = 2000019f 00000000/00000287 00000000 00000000
00000000
trace:font:AddFontToList Added font L"Verdana" L"Regular"
...
trace:font:AddFontToList Loading font file
"/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList Already loaded font L"Verdana" L"Regular" original
version is 10000, this version is 10000
trace:font:AddFontToList Original font is newer so skipping this one
Oddly, at some point, wine forgets about the Regular variant:
trace:font:DumpFontList Family: L"Verdana"
000d:Ret advapi32.RegGetValueW() retval=0000trace:font:DumpFontList L"Bold"
2000019f
000d:Call advapi32.RegGetValueW(0000004c,000trace:font:DumpFontList L"Bold
Italic" 2000019f
Perhaps one of the fonts in /usr/share/fonts is interfering...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43736
Bug ID: 43736
Summary: PathGradientBrush results in a white shape
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: norike(a)gmail.com
Distribution: ---
Created attachment 59217
--> https://bugs.winehq.org/attachment.cgi?id=59217
test project with screenshots
We develop a charting library and found some gradients are drawn as solid white
shapes in Wine for Ubuntu. Reducing the issue to the minimum we found the
problem seems to be when drawing a rectangle with a PathGradientBrush.
See the screenshots in the attachment.
- Windows.png is the result of running the .exe in a Windows 10.
- Ubuntu.png is the result of running the .exe in Ubuntu 16.04 using Wine. We
got the same result in Wine 1.6 (?), 2.0.2 and 2.17.
The attachment also contains the .exe and the project sources (made with Visual
Studio 2017).
--
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=33410
Bug #: 33410
Summary: QQ International 1.6 displays its window abnormally
with a black line across
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 44204
--> http://bugs.winehq.org/attachment.cgi?id=44204
screenshot
Hi folks,
While I install QQ International QQIntl1.61.exe, its first window shows with a
threadlet across.See the attachment.
Well, winetricks gdiplus can workaround it.
It's free to download.
$ sha1sum QQIntl1.61.exe
6cd9042f591a7b140e3216df2851c9b7a436be34 QQIntl1.61.exe
--
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=24653
Summary: Builtin GdiPlus doesn't draw lines equally to native
GdiPlus
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
Created an attachment (id=31163)
--> (http://bugs.winehq.org/attachment.cgi?id=31163)
Sourcecode that draws GdiPlus pixel-perfection tests. Image that shows tests
drawn using native and builtin GdiPlus.
Lines are off by 1 pixel at either start or end position depending on drawing
operation. Image and source code attached. Marked with severity major since it
ruins pixel-perfection for UI components developed to rely on GdiPlus. In other
words, it looks too ugly to be released to customers.
--
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=32266
Bug #: 32266
Summary: Songr Portable 2.0 fails to start
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 42579
--> http://bugs.winehq.org/attachment.cgi?id=42579
Error log
Songr Portable 2.0 fails to start with current version of Wine, I guess is a
problem with Wine-mono since Songr requires .Net 3.5 to work.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51449
Bug ID: 51449
Summary: Final Fantasy XIV: Endwalker Benchmark does not launch
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtc(a)protonmail.com
Distribution: ---
Created attachment 70299
--> https://bugs.winehq.org/attachment.cgi?id=70299
This is the terminal output from attempting to start the benchmark.
The benchmark for FFXIV 6.0 does not launch.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=47158
Bug ID: 47158
Summary: FantaMorph 5 is very slow
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program works fine, bzt it's very slow. I didn't work much with it, but the
loading takes multiple seconds.
"winetricks gdiplus" makes it a lot faster.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55717
Bug ID: 55717
Summary: mono's IsOutlineVisible_Line_WithGraphics test fails
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
test stopped working in Wine. To test, download the Wine Mono tests and run:
$ run-tests.exe
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
This is a regression caused by 0c777a7d5cab90ab59d7a4a6b60c516efa7a9830.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55989
Bug ID: 55989
Summary: Wine Mono needs to support winmd files (YUR fails to
launch)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
From https://github.com/ValveSoftware/Proton/issues/7308 (YUR).
The program ships a Windows.winmd file and links to it as a regular .NET
assembly. Wine Mono doesn't find it because it's not looking for a .winmd
extension, but renaming to .dll isn't good enough (though technically it is a
CLR image and does load). We need specific support for winmd assemblies.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55990
Bug ID: 55990
Summary: KakaoTalk incorrectly renders certain user profile
elements
Product: Wine
Version: 8.21
Hardware: x86-64
URL: https://app-pc.kakaocdn.net/talk/win32/KakaoTalk_Setup
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: gang65(a)poczta.onet.pl, infyquest(a)gmail.com
Distribution: ---
Created attachment 75597
--> https://bugs.winehq.org/attachment.cgi?id=75597
actual profile rendering (gdiplus=builtin)
Attached are some screenshots of the same profile in builtin and native.
Note that the profile has animated elements and "snowing" background; no
attempt has been made to capture the exact same frame.
Steps to reproduce:
1. Create a KakaoTalk account via mobile client (Android or iOS).
2. Log in to the account.
3. Use the "multi-profile" feature to place elements.
Expected behavior:
See attachment "expected profile rendering (gdiplus=native)"
Actual behavior:
See attachment "actual profile rendering (gdiplus=builtin)"
a. Translucent background and border on some widgets/components are absent.
b. Font rendering is slightly different; pay special attention on the kerning.
c. Sampling and anti-aliasing is slightly different.
--
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.