http://bugs.winehq.org/show_bug.cgi?id=12493
Summary: CreateCompatibleDC creates a compatible DC from
everything
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)colinfinck.de
Under Wine, stuff like CreateCompatibleDC((HDC)123456) returns a valid DC
handle while this doesn't work under Windows.
This leads to a problem, when applications start to rely on this behaviour.
One app, which already does this, is your Wine Wordpad. It only works properly
under Wine, but not under Windows. It hangs there if you try to resize the
window.
So please fix this incorrect behaviour and also all apps affected by it.
I only know of Wine Wordpad, but maybe there are even more.
--
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=12485
Summary: BitBlt does not ignore source clipping
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chris-wilson.co.uk
Created an attachment (id=12046)
--> (http://bugs.winehq.org/attachment.cgi?id=12046)
winex11: Ignore source clipping in BitBlt.
Currently X11DRV_ClientSideDIBCopy checks for unhandled clipping modes using:
if (GetRgnBox(physDevSrc->region, &unusedRect) == COMPLEXREGION ||
GetRgnBox(physDevDst->region, &unusedRect) == COMPLEXREGION)
However, "BitBlt only does clipping on the destination DC" [source MSDN].
This causes a failure whilst testing cairo, in
test/clip-fill-rule-pixel-aligned targeting a similar ARGB32 surface (i.e it
first draws to an offscreen surface and then blits that to the destination),
which is presumably indicative of a secondary bug along the
X11DRV_ClientSideDIBCopy failure path.
--
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=12481
Summary: PSPad HTML preveiw is not working with Gecko
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=7579
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
I am using Ubuntu Hardy with latest Wine from GIT.
PSPad HTML preview (HTML->HTML Page Preview) shows two errors at startup, but
after that it requests installing Gecko. When Gecko is installed, the page is
shown, but it is as a little box in upper left corner instead of filling the
window.
This is working with IE installed.
--
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=12478
Summary: Palringo: Pressing shift-enter in a chat window closes
it
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.palringo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)palringo.com
This seems like it might be related to bug 12328.
Pressing Shift-Enter in a chat window should insert a new line, however, since
WINE 0.9.59 and in GIT it closes the window.
--
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=12466
Summary: Chinese input method not working in DirectX game World
of Warcraft with wine 0.9.59
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhangyi.cn(a)gmail.com
Created an attachment (id=12018)
--> (http://bugs.winehq.org/attachment.cgi?id=12018)
`WINEDEBUG=+x11drv,+imm wine Wow.exe` trace log
With the 0.9.59 version(wine_0.9.59-1_i386.deb) in today's Debian sid, the
Chinese input methods(both fcitx v3.5 and scim-pinyin v0.5.0) are not
functional in the game World of Warcraft.
The input box seems normal, but the Chinese charactors could not get into
target textbox.
Version 0.9.58 dosen't have this problem.
The attachment is the output of `WINEDEBUG=+x11drv,+imm wine Wow.exe`(action:
after game started, press Ctrl-Space to switch the input mothod on, then try to
type some Chinese into the username textbox).
--
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=12465
Summary: winetest compilation regression with 0.9.59 (Bourne
shell problem)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.sumbera(a)sun.com
CC: julliard(a)winehq.org
Created an attachment (id=12013)
--> (http://bugs.winehq.org/attachment.cgi?id=12013)
changes shell code to be executable by Bourne shell
This is regression after:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=4e665b1e21ae63f33d021…
Build fails with following error:
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include
-DBUILD_SHA1=\"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
-fowinetest.res winetest.rc
/bin/sh: syntax error at line 1: `(' unexpected
gmake[2]: *** [winetest.res] Error 2
gmake[2]: Leaving directory `/builds/WINE/wine-0.9.59/programs/winetest'
gmake[1]: *** [winetest] Error 2
gmake[1]: Leaving directory `/builds/WINE/wine-0.9.59/programs'
gmake: *** [programs] Error 2
-bash-3.2$ cd /builds/WINE/wine-0.9.59/programs/winetest
-bash-3.2$ pwd
/builds/WINE/wine-0.9.59/programs/winetest
This is due the fact that Solaris's /bin/sh is Bourne shell and not BASH as on
Linux. Therefore it's not capable of command substitution via $(command)
syntax.
Please use instead ``. See example from my Solaris box:
bash-3.2$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
""
bash-3.2$ sh
$ echo \"$(GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null)\"
syntax error: `(' unexpected
$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
git: not found
""
$ bash-3.2$ echo \"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
""
---
Note:
Other option could be to set SHELL variable to ksh for Solaris (in
wine-0.9.59/Make.rules.in set SHELL = @SHELL@ and some more configure 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.
http://bugs.winehq.org/show_bug.cgi?id=12459
Summary: VeohTV beta client fails with bug report send dialog
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.veoh.com/veohTV/getStarted.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11997)
--> (http://bugs.winehq.org/attachment.cgi?id=11997)
VeohTV beta client backtrace and output
With current Git (wine-0.9.59-179-ga643337), attempting to start the VeohTV
beta client after installing will result in a bug report dialog, and an
exception backtrace is printed to the console. Attached are relevant outputs.
--
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=12438
Summary: Marratech 6.1 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.marratech.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Marratech.com's download link still works, don't be scared off
by the "We've been acquired" text.
Now that bug 8125 has been fixed, the next problem is
a hang. +relay shows that it's probably in java's display setup:
0009:Call KERNEL32.GetProcAddress(6d070000,008603a8
"_Java_sun_awt_Win32GraphicsEnvironment_initDisplay@8") ret=6d2f118a
...
0009:Call gdi32.CreateDCW(0033ec20
L"\\\\.\\DISPLAY1",00000000,00000000,00000000) ret=6d149197
0009:Ret gdi32.CreateDCW() retval=000001f8 ret=6d149197
0009:Call gdi32.CreateCompatibleBitmap(000001f8,00000001,00000001) ret=6d15a84a
0009:Ret gdi32.CreateCompatibleBitmap() retval=00000204 ret=6d15a84a
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,00000000,00860550,00000000)
ret=6d15a860
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a860
0009:Call
gdi32.GetDIBits(000001f8,00000204,00000000,00000001,0033ec7c,00860550,00000000)
ret=6d15a8b1
0009:Ret gdi32.GetDIBits() retval=00000001 ret=6d15a8b1
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
001f:Call KERNEL32.QueryPerformanceCounter(7dc08978) ret=6d80b820
001f:Ret KERNEL32.QueryPerformanceCounter() retval=00000001 ret=6d80b820
001f:Call KERNEL32.Sleep(00000032) ret=6d80d30e
...
Several threads sit around in similar sleep loops, probably waiting for
some signals. I'll attach a +relay,+message 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=12432
Summary: MotoGP 3: Crashes when attempting to configure
controllers
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_9986.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11969)
--> (http://bugs.winehq.org/attachment.cgi?id=11969)
Backtrace in git
Install MotoGP, run 'launcher.exe'
Choose Configure controllers -> crash
--
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=12422
Summary: EVE Online interface got several glitches between .58
and .59
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafoirus(a)gmail.com
CC: thunderbird2k(a)gmx.net
Created an attachment (id=11948)
--> (http://bugs.winehq.org/attachment.cgi?id=11948)
Regression Tests
Hi guys,
after many hours doing regression test(suggested by Stefan Dösinger in
http://bugs.winehq.org/show_bug.cgi?id=12266 comment # 22), git inform me the
wrong patch:
9e9ef6238a5f27423e28c8f95f69fb02b98d8f27 is first bad commit
commit 9e9ef6238a5f27423e28c8f95f69fb02b98d8f27
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Mar 21 21:41:59 2008 +0000
wined3d: Remove unneeded code in CheckDeviceFormat.
All these checks are done during the capability checks which are
performed under the resource type checks.
:040000 040000 9388f464a39dff11d6809c05a827e2ef66304ebd
f0d1b9cbc9963f681a42f95c43e026bbde52c8a0 M dlls
in the attachment file named "log.txt" is all regression that i did , in this
file is possible see the git's version that EVE work very well :
wine-0.9.58-14-g5d151c0.
I uploaded some screenshots (with wine-0.9.58-14-g5d151c0 and wine 0.9.59)
bye and thanks for all ^^
--
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.