http://bugs.winehq.org/show_bug.cgi?id=17549
Summary: my fonts are not anti aliased
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix-wine(a)fefe.de
Created an attachment (id=19698)
--> (http://bugs.winehq.org/attachment.cgi?id=19698)
font chooser dialog showing the problem
I have the core fonts installed, and the programs use them, and I have
libXrender and freetype2 installed. But I get the aliased "cubistic" font
display that is really hard on the eyes.
When I grep for freetype in lib/wine/*.so, I get a match in
lib/wine/gdi32.dll.so, but when I do an ldd on that file, it does not list
freetype. strace reveals /usr/lib/libfreetype.so is opened in the process, so
it's not that the library is not found or used.
Why is there no font anti aliasing?
--
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=17507
Summary: Scrollbars are inappropriately displayed in Ascentive
Library Files installer
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.ascentive.com/support/new/libraryfiles.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: dylan.ah.smith(a)gmail.com
Created an attachment (id=19614)
--> (http://bugs.winehq.org/attachment.cgi?id=19614)
Ascentive Library Files installer with bad commit
With today's Git (wine-1.1.15-221-g79cc416), some text areas of the Ascentive
Library Files installer are drawn with scrollbars that should not be present.
The issue was determined to be:
dc03b6b2f25cc4aa63ad2776943f55fd3f5aa656 is first bad commit
commit dc03b6b2f25cc4aa63ad2776943f55fd3f5aa656
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Fri Dec 19 08:15:04 2008 -0500
richedit: Removed redundant editor height variables and calculations.
During wrapping there were three different heights that were being
stored, with only one of them being done correctly. The other ones
failed to incorporate the height of the paragraph or row, so ended up
being incorrect.
:040000 040000 63cbc79b51a8a40b8242ff5f261d55462ff7c209
805ff3ddce5185e0a30f4b5cc9b03db398f2bb93 M dlls
Wine built prior to the commit did not show the problem.
--
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=17502
Summary: Portal: Prelude 1.1.5 installer has improper placement
of directory selection text
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.portalprelude.com/download.php#exe_1_1_5
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: dylan.ah.smith(a)gmail.com
Created an attachment (id=19602)
--> (http://bugs.winehq.org/attachment.cgi?id=19602)
Portal: Prelude 1.1.5 installer before revert
With today's Git (wine-1.1.15-221-g79cc416), the heading text in the directory
selection phase of the Portal: Prelude 1.1.5 installer does not appear
properly. The problem was identified as a regression:
1a3551b630eae2418692f21790fcc7fc973f5366 is first bad commit
commit 1a3551b630eae2418692f21790fcc7fc973f5366
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Feb 2 01:32:20 2009 -0500
richedit: Use width from EM_SETTARGETDEVICE for wrapping.
The width for EM_SETTARGETDEVICE is used by some applications to set the
wrapping width to a certain distance in twips. This can be used even
though the target device is ignored.
:040000 040000 efbf63783320529c2de51eefdbaa1bde15bb209f
a237f70a5fff488280157b2876c2f44b223185e5 M dlls
Reverting this commit in HEAD rectified the drawing issue.
--
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=17500
Summary: regression: libs/wine: best-fit should be renamed to
"not so" best-fit
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
CC: julliard(a)winehq.org
...at least for cp932.
But I'm getting ahead of myself.
Just recently I've noticed that a few programs, that required Japanese
locale (not every single one, just a few) stopped running, or more exactly,
terminated with some conversion error.
First, I went through the tarballs. Last good was 1.1.13,
but I didn't have an idea at first, what's exactly wrong.
So, I've done a bisect. Checking out a whole tree take a long time -
really annoying, if you're not planning to keep it,
but without it, I wouldn't get so far.
After I've done a few bisects, build process failed suddenly
with following error:
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_KERNEL32_ -fokernel.res kernel.rc
Source: ¢̤ a2 cc a4 eb
Unicode: 5341 6708
Back: ¤Q¤ë a4 51 a4 eb
nls/cht.nls:84:16: Error: String ¢Ì¤ë does not convert identically to
Unicode and back in codepage 950. Try using a Unicode string instead
It messed something with my locale, while it failed (my normal locale is
pl_PL.UTF-8). Luckily, I managed to get far enough, that I could notice the
probably buggy commit in webgit and reverted it manually against 1.1.15
tarball.
That fixed the regression.
As far as I could check, those programs were doing something like:
MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED|MB_ERR_INVALID_CHARS, s, -1, NULL,
0);
The commit I'm talking about is : 8e16e7871063df35ca3a6de6fb165767c00bd087
--
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=17490
Summary: Visual Basic application not able to switch from VB6 32
bit to VB3 16 bit executable
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigi(a)pajella.com
Created an attachment (id=19583)
--> (http://bugs.winehq.org/attachment.cgi?id=19583)
Wine output when using the 16bit VB3 module
Hi.
I've got a VB6 application which I'm trying to run on Wine 1.0.9.
The application starts through a launcher "MenuLancio.exe" which execute the
main application "Ec601.exe" wrote in VB6.
Everything seems to works fine even if I get the message:
"fixme:ntoskrnl:IoGetConfigurationInformation partial stub"
That doesn't seem to cause issues.
Several modules of the software are still made in VB3 "Ec501.exe" and are
called by the 32 bit part.
I understand that the 32 bit is put on hold until the 16bit is completed
When I start the 16 bit part I get the attached error message and the 16bit
part is not executed.
PS: My machine is an Athlon 1200 with Ubuntu 8.10 and gnome.
PS2: Im running the etersoft wine version "wine_1.0.9-eter41ubuntu_i386"
because the software is protected by an USB Eutron Smartkey (which etersoft
version supports). The part related to the smartkey works correctly.
Thanks
--
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=17429
Summary: Regression: winhlp32 crash when run with no options
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
55ae86ccb17d58025f07f6c9b440e836bb56e240 is first bad commit
commit 55ae86ccb17d58025f07f6c9b440e836bb56e240
Author: Marcus Meissner <marcus(a)jet.franken.de>
Date: Sat Jan 31 22:24:51 2009 +0100
winhlp32: Check hlpfile for being NULL (Coverity).
:040000 040000 511005f7e99a101efacecd4345691ab57e5a01ce
18f1685f53e918ba6089e506330861aecf0398ab M programs
--
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=17417
Summary: winetest causes msvcrt:file test to fail
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austin.lund(a)gmail.com
Running the following command:
$ ./programs/winetest/winetest -c -o out msvcrt:file && cat out
causes msvcrt:file tests to function correctly.
However if one runs:
$ ./programs/winetest/winetest -c -o out msvcrtd:debug msvcrt:file && cat out
Then I get one failure:
file.c:1057: Test failed: fstat(stdin) failed: errno=2
file.c:1066: Tests skipped: stdin is not a char device? st_mode=100666
I've had this on many recent versions. Tested with 1.1.15, 1.1.14 and 1.1.13.
--
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=17415
Summary: netapi32/access test crashes if +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/netapi32:access.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
heap.c:400: HEAP_GetPtr: Assertion `0' failed.
err:seh:raise_exception Unhandled exception code 80000101 flags 1 addr
0x600007d2
make: *** [access.ok] Error 1
Attached is the output of:
WINEDEBUG=+heap,+relay,+seh,+tid make access.ok 2>&1 | sed '/warn:heap/d' | sed
'/trace:heap/d' > ~/backtrace.txt
--
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=17413
Summary: riched32/editor tests fail with +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/riched32:editor.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looks like some massive heap corruption:
austin@austin-desktop:~/wine-git/dlls/riched32/tests$ wineserver -k ; make
testclean ; rm -rf ~/.wine ; WINEDEBUG=+heap make editor.ok 2> /dev/null | grep
"Test failed:" | wc -l
rm -f editor.ok
186
editor.c:101: Test failed: WM_SETTEXT round trip: strcmp = -1
editor.c:101: Test failed: EM_GETLINECOUNT returned 12, expected 1
...
editor.c:319: Test failed: streamed text length is 13, expecting 12
editor.c:320: Test failed: streamed text different, got TestSomeText
...
editor.c:395: Test failed: 0: 1!=9
editor.c:406: Test failed: 0: expected_bytes_written=10
editor.c:406: Test failed: 1: expected_bytes_written=2
editor.c:395: Test failed: 2: 2!=3
...
editor.c:457: Test failed: Incorrect line count of 45
editor.c:461: Test failed: Length of line at offset 0 is 1, expected 9
editor.c:461: Test failed: Length of line at offset 5 is 1, expected 9
--
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=17411
Summary: crypt32/encode tests fail with +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/crypt32:encode.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Adjusted my daily build script to run make test with +heap, +seh, and +all
(along with no WINEDEBUG set) shows some spurious test failures. First up,
crypt32/encode:
encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type
13)
encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type
13)
encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type
13)
encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type
13)
encode.c:1850: Test failed: Unexpected decoded value for index 10 (value type
13)
encode.c:1850: Test failed: Unexpected decoded value for index 12 (value type
13)
encode: 5120 tests executed (3 marked as todo, 6 failures), 0 skipped.
Also fails with +all enabled, but not +seh.
--
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.