https://bugs.winehq.org/show_bug.cgi?id=44130
Bug ID: 44130
Summary: Possible access to unintended variable in
"dlls/comctl32/imagelist.c" line 299
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: petrum(a)gmail.com
Distribution: ---
While experimenting with a CodeSonar plugin we develop, we noticed a
potential bug in file "dlls/comctl32/imagelist.c" line 299 function
add_with_alpha
mask_info->bmiHeader = info->bmiHeader;
mask_info->bmiHeader.biBitCount = 1;
mask_info->bmiHeader.biSizeImage = mask_width * height;
//299 line is the next one
if (!(mask_bits = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, /*HERE*/
info->bmiHeader.biSizeImage )))
goto done;
if (!GetDIBits( hdc, hbmMask, 0, height, mask_bits, mask_info, DIB_RGB_COLORS
)) goto done;
Shouldn't you access mask_info (instead of info)?
Regards,
Petru Florin Mihancea
--
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=42307
Bug ID: 42307
Summary: [download] knownfolder_GetRedirectionCapabilities
needs to be implemented for Temple+
Product: Wine
Version: 2.0
Hardware: x86
URL: https://github.com/GrognardsFromHell/TemplePlus/releas
es
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: farmboy0+winehq(a)googlemail.com
Distribution: ---
The config application for the Temple+ mod uses a library that calls
knownfolder_GetRedirectionCapabilities.
It crashes on startup because the method currently returns E_NOTIMPL;
To implement this correctly wine needs its known folder definition expanded by
the redirection capabilities as this is currently completely missing.
--
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=44180
Bug ID: 44180
Summary: TMIDI Player: Crash on startup with a stack overflow
Product: Wine
Version: 3.0-rc2
Hardware: x86-64
URL: https://www.vector.co.jp/soft/win95/art/se038910.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 01676c5dd6f9fb61b9c4e52595f6e75e21050009
Distribution: ---
TMIDI Player (TMIDI.EXE) crashes on startup with a stack overflow since Wine
3.0-rc1.
"git bisect" says 01676c5dd6f9fb61b9c4e52595f6e75e21050009 is the first bad
commit.
$ sha1sum tmidi_3_7_3.exe
b3e0d159b8e68dce899e1b325ac7087945a148e2 tmidi_3_7_3.exe
--
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=29871
Bug #: 29871
Summary: drawing in photoshop cs5 is almost impossible
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lenashou(a)gmail.com
Classification: Unclassified
launch photoshop cs5
open a new document (white background)
select the brush tool (black color for example)
try to draw something with the mouse.
most of the time, only the first click work, drawing the shape of the brush.
and sometime.. for whatever reason, you can draw something, as long as you keep
the left mouse button pushed.
the problem is not only on the brush, but on every tool where you need to keep
the left mouse button pushed.
this bug wasn't there in wine 1.3.28.
--
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=27106
Summary: EuroDEEM: Fails to start
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://re.jrc.ec.europa.eu/energyefficiency/eurodeem/e
urodeem%20version%201_0_17/IMSSA_EuroDEEM.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34548)
--> (http://bugs.winehq.org/attachment.cgi?id=34548)
Error messages
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko mfc42
3) install EuroDEEM
4) wine IMSSA.exe
Behaviour:
See attachment.
Expected behaviour:
I should be able to start application.
--
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=43940
Bug ID: 43940
Summary: Runtime error: Invalid floating point operation in
Dys-Vocal2 installer
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
This error window comes up while starting the installer in Staging, then exits.
The error is not present in wine-2.19.
--
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=33318
Bug #: 33318
Summary: 3DMark2001 SE: upgrading to Wine 1.5.27 reduces
performance score by 20%
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vernetzt(a)mail.ua
Classification: Unclassified
Created attachment 44068
--> http://bugs.winehq.org/attachment.cgi?id=44068
Screenshots with example scores for Wine 1.5.27 and Wine 1.4.1
I'm running Linux Mint 13 x86_64 with kernel 3.5.0-26-generic and X.Org Server
1.13.0 on my laptop (ThinkPad X61s with Intel X3100 graphics, see [1]). Before
upgrading Wine from 1.4.1 version to version 1.5.27 using the Ubuntu Wine PPA
[2] I decided to run 3DMark to see if the upgrade affected performance. I then
ran 3DMark after upgrading Wine. The result was an unexpected, consistent 20%
drop in the score.
The scores (averaged from three trials) were as follows:
Wine 1.4.1: 2614
Wine 1.5.27: 2080
I'll see if this can be reproduced on a machine with a different graphics chip.
[1] http://www.thinkwiki.org/wiki/Category:X61s
[2] http://www.ubuntuupdates.org/ppa/wine?dist=precise
--
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=29986
Bug #: 29986
Summary: IE6 and IE4 have greenish toolbar icons
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: huw(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 9b7ea6f417a68517745203123d9df0516ebc60b1
Created attachment 39036
--> http://bugs.winehq.org/attachment.cgi?id=39036
Screenshots
The toolbar buttons' icons in IE6 and IE4 are slightly greenish compared to
Windows, especially the refresh and home buttons. This first occurred in
1.3.30, and regression testing indicated:
9b7ea6f417a68517745203123d9df0516ebc60b1 is the first bad commit
commit 9b7ea6f417a68517745203123d9df0516ebc60b1
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Sep 27 16:13:39 2011 +0100
gdi32: Forward StretchBlt calls from the dib driver to the null driver.
:040000 040000 ce22d7943f0f7aecdda67e97b5812cb40b40cc96
c11b7ea6be9e5605ec4b3d2959af57b22ec7d54d M dlls
git checkout 9b7ea6f417a68517745203123d9df0516ebc60b1 -> bad
git checkout 9b7ea6f417a68517745203123d9df0516ebc60b1^ -> good
To reproduce, install IE6 with 'winetricks ie6' and set it to display large
toolbar icons (view -> toolbars -> customize -> icon options: large icons).
--
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=44194
Bug ID: 44194
Summary: Serious Sam Classic (First and Second Encounter)
shifts the view and makes the game unplayable
Product: Wine
Version: 3.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikeonthecomputer(a)gmail.com
Distribution: ---
Running with the GOG.com versions of both games, the view changes camera angles
semi-randomly and makes the game practically unplayable, as WASD keys don't
match up with on-screen movements.
I've made a YouTube video of the bug in action: https://youtu.be/jyNJK_4AePQ
--
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=43810
Bug ID: 43810
Summary: PLaykey.exe crashes
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: terrylapard(a)gmail.com
Distribution: ---
Created attachment 59350
--> https://bugs.winehq.org/attachment.cgi?id=59350
log report
Playkey.exe crushes in wine (fedora 26)
--
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.