http://bugs.winehq.org/show_bug.cgi?id=36504
Bug ID: 36504
Summary: The XFORM matrix is calculated incorrectly in PlgBlt()
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sashoalm(a)gmail.com
I initially posted this at the wine-devel mailing list -
http://www.winehq.org/pipermail/wine-devel/2014-May/104356.html
For now, I'll copy/paste the relevant parts describing how to reproduce the
bug.
The test is a VC6 project, you can find it at
https://drive.google.com/file/d/0B9PGUhmmnsm1S2VvZzc3WmhBY3c/edit?usp=shari….
The test is a demo of PlgBlt that I found on
CodeProject<http://www.codeproject.com/Articles/17712/The-GDI-magic-Rendering-reflectio…>.
You can compare how it works on XP and on Wine. For testing, I directly
inserted the original Wine implementation of PlgBlt, as well as my patched
version, into the VC6 project, and tested on that. This is because there
seems to be an additional problem with MaskBlt, which I'll try tackling
next.
I have screenshots of what the demo looks using Windows's
PlgBlt<http://imgur.com/q8qKGd7>,
and Wine's PlgBlt <http://imgur.com/smYEV6z>.
To test it, simply look at this function in the VC6 project:
BOOL MyPlgBlt( HDC hdcDest, const POINT *lpPoint,
HDC hdcSrc, INT nXSrc, INT nYSrc, INT nWidth,
INT nHeight, HBITMAP hbmMask, INT xMask, INT yMask)
{
// return MyPlgBltWinePatched(hdcDest, lpPoint, hdcSrc, nXSrc, nYSrc,
nWidth, nHeight, hbmMask, xMask, yMask);
return MyPlgBltWineUnpatched(hdcDest, lpPoint, hdcSrc, nXSrc,
nYSrc, nWidth, nHeight, hbmMask, xMask, yMask);
// return PlgBlt(hdcDest, lpPoint, hdcSrc, nXSrc, nYSrc, nWidth,
nHeight, hbmMask, xMask, yMask);
}
--
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=31726
Bug #: 31726
Summary: JScript Date.parse doesn't work
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore http://netikka.net/dev/dateparse.html
fixme:jscript:Date_value unimplemented flags 2
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BSTR from
VT_DISPATCH
Native oleaut32 error is gone, but it still shows nothing. Works with native
jscript.
You can also test
wine iexplore http://netikka.net/dev/dateparse3.html
That shows incorrect value with builtin jscript
--
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=35831
Bug ID: 35831
Summary: Age of Mythology The Titans - Multiplayer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roi(a)torkilsheyggi.fo
Multiplayer in "Age of Mythology - The Titans" is only working for two-player
games. It is not possible for a third player to join the game.
When a third player tries to join the game it shows the count-down timer (from
119 seconds). It exits at zero.
The third player can type a message to the other two in the queue - the message
appears (to the others in queue) but this cancels the count-down and player
still isn't able to join.
First two players in queue can start a game. Tested with four machines - all
can start two-player games (and it works great!), but none are able to join
queue after the first two.
--
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=29337
Bug #: 29337
Summary: Starcraft Campaign Editor shows Wine icon instead of
map icon
Product: Wine
Version: 1.3.34
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
Created attachment 37954
--> http://bugs.winehq.org/attachment.cgi?id=37954
Wine icon instead of map icon
The Starcraft Campaign Editor shows a Wine icon instead of a map icon in the
upper-left corner.
--
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=34351
Bug #: 34351
Summary: AsystentCRM fails to install
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45725
--> http://bugs.winehq.org/attachment.cgi?id=45725
Error message
Steps to reproduce:
1) remove ~/.wine
2) sh winetricks vb6run
3) wine AsystentCRM_2013.exe
4) proceed with default installation
Behaviour:
Error at the end (see attachment).
Expected behaviour:
No error at the end.
Additional info:
There is nothing in default terminal output.
--
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=25885
Summary: Legions Overdrive: PageFault on game launch
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=32993)
--> (http://bugs.winehq.org/attachment.cgi?id=32993)
Unhandled exception: page fault on read access to 0x00004e4f in 32-bit code
(0x00004e4f).
After updating (or copying complete installation from Windows PC to linux) you
should be able to simply click play. However, as soon as the game launches a
pagefault occurs.
--
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=37013
Bug ID: 37013
Summary: Evernote 5.5.x - Options window is too small and
unresizeable
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Created attachment 49181
--> http://bugs.winehq.org/attachment.cgi?id=49181
Incorrectly sized options window
Accessing Tools -> Options opens a window that is too small and can't be
resized, therefore options are basically unusable.
--
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=30628
Bug #: 30628
Summary: Battlefield Bad Company 2 audio doesn't work in-game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajsb(a)vfemail.net
Classification: Unclassified
I have this game and installed it easily from iso , program launches normally
with audio working but as soon as it arrives main menu it mutes audio.
I have it set manually to DX9 and i have no problem playing online in servers
unranked (no PunkBuster) but audio never works. ...performance of game is not
bat at all BTW....using wine 1.5.3 with several M$ stuff like vc++2005 2008 and
2010 ,etc. ("regular" stuff that i use with all games that are anyway installed
by many games by default)...
Any clue why audio is mutting as soon as arrives main menu of game but plays
well till then ?!?
--
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=25892
Summary: Mini Racing Online: Cars are invisible
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Game loads and appears to be functioning properly now, except the cars appear
as shadows and have no texture.
--
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=38454
Bug ID: 38454
Summary: valgrind shows several uninitialized variables in
dlls/winmm/tests/wave.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==17456== Thread 1 winmm_test.exe.so:
==17456== Syscall param write(buf) points to uninitialised byte(s)
==17456== at 0x421B97B: ??? (syscall-template.S:81)
==17456== by 0x7BC4477D: NtWriteFile (file.c:1147)
==17456== by 0x7B83C28B: WriteFile (file.c:570)
==17456== by 0x7B83C5C2: _hwrite (file.c:719)
==17456== by 0x48CB625: mmioDosIOProc (mmio.c:119)
==17456== by 0x48CBCDE: send_message (mmio.c:359)
==17456== by 0x48CC158: MMIO_Flush (mmio.c:500)
==17456== by 0x48CD263: mmioSeek (mmio.c:914)
==17456== by 0x48CE2EE: mmioCreateChunk (mmio.c:1277)
==17456== by 0x48958C1: create_wav_file (wave.c:1628)
==17456== by 0x4895C19: test_PlaySound (wave.c:1664)
==17456== by 0x4895DE0: func_wave (wave.c:1695)
==17456== by 0x4896B19: run_test (test.h:584)
==17456== by 0x4896F53: main (test.h:666)
==17456== Address 0x7f789e44 is 4 bytes inside a recently re-allocated block
of size 8,192 alloc'd
==17456== at 0x7BC49E0E: notify_alloc (heap.c:254)
==17456== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==17456== by 0x48CC3F0: MMIO_SetBuffer (mmio.c:564)
==17456== by 0x48CC7B1: MMIO_Open (mmio.c:652)
==17456== by 0x48CCA3F: mmioOpenA (mmio.c:718)
==17456== by 0x489581A: create_wav_file (wave.c:1620)
==17456== by 0x4895C19: test_PlaySound (wave.c:1664)
==17456== by 0x4895DE0: func_wave (wave.c:1695)
==17456== by 0x4896B19: run_test (test.h:584)
==17456== by 0x4896F53: main (test.h:666)
==17456== Uninitialised value was created by a stack allocation
==17456== at 0x48957B1: create_wav_file (wave.c:1603)
==17456==
==17456== Conditional jump or move depends on uninitialised value(s)
==17456== at 0x48CE18E: mmioAscend (mmio.c:1246)
==17456== by 0x489595D: create_wav_file (wave.c:1632)
==17456== by 0x4895C19: test_PlaySound (wave.c:1664)
==17456== by 0x4895DE0: func_wave (wave.c:1695)
==17456== by 0x4896B19: run_test (test.h:584)
==17456== by 0x4896F53: main (test.h:666)
==17456== Uninitialised value was created by a stack allocation
==17456== at 0x48957B1: create_wav_file (wave.c:1603)
==17456==
--
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.