https://bugs.winehq.org/show_bug.cgi?id=37119
Bug ID: 37119
Summary: PVS-Studio Error: Cascade of conditional operators
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
V517 The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is
a probability of logical error presence. Check lines: 1754, 1765. msi.c 1754
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_INSTALLDATEW ))
{
...
}
else
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_UNINSTALLABLEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_PATCHSTATEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_DISPLAYNAMEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_MOREINFOURLW ))
{
...
}
else
{
...
}
If identical conditions are checked in a cascade of conditional operators,
those conditions never get control. Perhaps there is a typo in the constant
INSTALLPROPERTY_* passed to this fragment.
details on the V517 error here: http://www.viva64.com/en/d/0106/
--
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=36800
Bug ID: 36800
Summary: XMP failed to start, services.exe has crashed
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
download from:
http://xmp.down.sandai.net/kankan/XMPSetup_4.9.16.2203-www.exe
after install, start XMP from:
~/.wine/drive_c/Program Files/Thunder Network/Xmp/Program/
with:
wine XMP.exe
then the services.exe report crashed.
--
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=36253
Bug ID: 36253
Summary: Add Nvidia gtx 750 support to the device list
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dyvazar(a)numericable.fr
Get that card on my 32 bits system, and hope for it to be recognized and used.
http://www.gigabyte.com/products/product-page.aspx?pid=4947#sp
--
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=36100
Bug ID: 36100
Summary: Civilization III Complete (Steam) crashes if OSMesa
support was compiled in
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48286
--> http://bugs.winehq.org/attachment.cgi?id=48286
terminal output
This bug was addressed in http://forum.winehq.org/viewtopic.php?f=8&t=21105
some time ago.
The game starts fine and a new game can be started, but it crashes usually in a
few minutes.
I believe it has something to do with scrolling the map in the game: if you
move the mouse pointer near the edges of the screen the crash occurs in a
matter of seconds.
If I compile Wine without OSMesa support then the crash doesn't occur.
Fedora 20 x86
mesa-libOSMesa-10.1-6.20140305.fc20.i686
Nvidia binary drivers 337.12
X.Org X Server 1.14.4
--
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.