http://bugs.winehq.org/show_bug.cgi?id=26140
Summary: comdlg32/finddlg shows an uninitialized value under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:95)
by wine_cp_mbstowcs (mbtowc.c:269)
by MultiByteToWideChar (locale.c:1920)
by EDIT_WM_SetText (edit.c:3661)
by EditWndProc_common (edit.c:4868)
by EditWndProcA (winproc.c:1076)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by SendDlgItemMessageA (dialog.c:1295)
by COMDLG32_FindReplaceDlgProc (finddlg.c:191)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
by WINPROC_CallProcWtoA (winproc.c:857)
by WINPROC_CallDlgProcW (winproc.c:1041)
by DefDlgProcW (defdlg.c:425)
by ??? (winproc.c:172)
Uninitialised value was created by a stack allocation
at test_param_check (finddlg.c:42)
--
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=19971
Summary: NFS: Undercover crashes upon launch
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiruken(a)gmail.com
First bug post. Please let me know if you need anything else.
--
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=26187
Summary: Need For Speed Underground crashes
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kemaweyan(a)gmail.com
Created an attachment (id=33383)
--> (http://bugs.winehq.org/attachment.cgi?id=33383)
Console output
When I press "Next race" in the tournament, the game crashes with error. It
happens whether with NFSU 1.0 or 1.4; I also tried to use two versions of wine
- 1.2.1 and 1.3.14 - nothing changes.
--
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=25163
Summary: HTML broken in OpenDiscDVD application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fahad.alsaidi(a)gmail.com
I used to use OpenDisc dvd (http://www.theopendisc.com/) without problem. From
1.3.6 I notice that browser show black colors over the list of applications.
--
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=10112
Summary: BitBlt between 8 bit color index DIBs wrong
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd14(a)hushmail.com
Created an attachment (id=8678)
--> (http://bugs.winehq.org/attachment.cgi?id=8678)
test case
BitBlt from one 8 bit DIB to another 8 bit DIB produces wrong results. I'll
attach a simple test case that illustrates the problem. What it does: creates
two 8 bit, color index dib sections with a color table where color index 1 =
red, 2 = blue, 3 = green. Then it fills first DIB with 1 (red) and second with
2 (blue). It then does a BitBlt with SRCPAINT (OR) ROP from first DIB to
second. Finally, this DIB is drawn in a window, and a hex value of the first
pixel is drawn over it for convenience.
In such BitBlt Windows, apparently, operates on DIB pixels as color index
values w/o palette lookup; 1 OR 2 == 3, so it fills destination DIB pixels with
3, and, consequently, it is displayed as a green rectangle.
In Wine, this operation works like actual RGB values (red and blue) from
palettes are getting combined, and it's displayed as a magenta rectangle.
Probably, because wine seems to convert it to truecolor pixmaps internally.
Pixels as stored in memory become zeros.
Real app affected by it: igonwin.exe in bug #201
(http://bugs.winehq.org/show_bug.cgi?id=201). I don't have other apps that use
color index dibs to test, but I think any apps that use such DIBs AND "fancy"
ROPs (XOR, AND, OR etc) may be affected.
--
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=22683
Summary: Jedi Knight: Dark Forces II weapon is missing
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
1. When working on on bug 22356, i found out, that there are actually two
regressions, but this one latter was hidden because of the first one. The
problem is, that the weapon is completely missing. This happens to me in
windowed mode and game's 3d acceleration not checked.
2. I did a regression test between 1.1.42 and 1.1.43:
commit e7a71e15b56d709c4623a472b0dc44ae6b336e08
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 22:20:42 2010 +0200
wined3d: Turn blit_shader color_fixup_supported into blit_supported.
:040000 040000 b1fb4a4423a6cf63f4ccf7acba0874bd73f4e33a
4f6f3e5fd4b21873bd12b9808cd14662582d1c83 M dlls
3. There is another bug report suffering from this commit, see bug 22575.
4. Revert of this patch after git checkout makes that problem go away. (Unable
to revert on top of 1.1.43)
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=25774
Summary: Crysis demo: water flickering
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://www.gamershell.com/download_21700.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32846)
--> (http://bugs.winehq.org/attachment.cgi?id=32846)
save game
Very easy to see in the demo. I've attached a save game that puts you next to
the sea (though you start out near water, as well, this area has a lot more
water to see the issue easier).
Terminal only shows:
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe4b23f0) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe5ff118) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe608230) : pBox=(nil) stub
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
wine version is wine-1.3.11-180-g856da7e, with the patch from bug 18799 to
workaround that crash.
savegame goes in:
%my documents%/My
Games/Crysis_SP_DEMO/SaveGames/default_water_flicker.CRYSISJMSF
--
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=25251
Summary: Multi-byte characters handled incorrectly by
MSVCRT_isleadbyte()
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nagatospam(a)gmail.com
Created an attachment (id=32067)
--> (http://bugs.winehq.org/attachment.cgi?id=32067)
Possible fix
Here's a case that can be used to test with:
_mbspbrk("C:\\age\\マブラヴオルタネイティヴ\\Alternative.rio.ici", ";,|*?\"<>{}[]");
None of the Japanese characters are interpreted as multi-byte by
MSVCRT_isleadbyte() so when _mbspbrk reaches 'マ' (0x837D) it matches the '}'
(0x7D) from the match string with the second byte of 'マ'.
Only tested in Japanese locale but probably happens with others. Attached is a
simple fix that fixes the 2 games that I tested.
--
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=12894
Summary: kernel32: thread test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12600)
--> (http://bugs.winehq.org/attachment.cgi?id=12600)
+thread in git
thread.c:285: Test failed: CreateRemoteThread failed, err=5
thread.c:287: Test failed: waiting for thread failed, ret=4294967295
thread.c:294: Test failed: CreateRemoteThread failed, err=5
thread.c:302: Test failed: GetExitCodeThread failed, err=87
--
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=16822
Summary: Mass Effect: Mouse input does not work (almost
completely)
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cuchac(a)email.cz
Running Mass Effect the mouse is not working properly. In menu, there are no
"onMouseOver" or "onMouseClick" actions - keyboard navigation works well.
During gameplay the mouse clicking works well, but the mouse movement does not.
It is not a problem of mouse warping, the game does not react to mouse
movements at all.
I have tried combination of turning on/off full-screen, virtual desktop, "allow
mouse leaving" and "MouseWarpOverride". Nothing works.
It looks like the mouse action (clicks) specific to some location are not
working (button clicking), but mouse actions not related to some screen area
works - mouse wheel zooming in map screen, select sentence during dialogs....
--
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.