http://bugs.winehq.org/show_bug.cgi?id=33780
Bug #: 33780
Summary: configure --without-xml --with-dbus fails because of
bad AC_REQUIRE logic
Product: Wine
Version: 1.6-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tetromino(a)gentoo.org
Classification: Unclassified
(originally reported at https://bugs.gentoo.org/show_bug.cgi?id=470172)
WINE_PACKAGE_FLAGS is defined in aclocal.m4 as
AC_DEFUN([WINE_PACKAGE_FLAGS],
[AC_REQUIRE([WINE_PATH_PKG_CONFIG])dnl
AC_ARG_VAR([$1]_CFLAGS, [C compiler flags for $2, overriding pkg-config])dnl
...
Now, AC_REQUIRE expands its argument *only on the first occurrence of the
macro*. In other words, WINE_PATH_PKG_CONFIG gets expanded only once - at the
first invocation of WINE_PACKAGE_FLAGS! And that invocation happens to be
inside a shell conditional expression.
The logic in configure is essentially
if test "x$with_xml" != "xno"; then
WINE_PACKAGE_FLAGS(XML2, ...)
fi
if test "x$with_dbus" != "xno"; then
WINE_PACKAGE_FLAGS(DBUS, ...)
fi
which gets expanded to
if test "x$with_xml" != "xno"; then
<check for pkg-config and set PKG_CONFIG>
<check for libxml-2.0.pc using $PKG_CONFIG>
fi
if test "x$with_dbus" != "xno"; then
<check for dbus-1.pc using $PKG_CONFIG>
fi
As a result, ./configure --without-xml --with-dbus always fails:
checking dbus/dbus.h presence... no
checking for dbus/dbus.h... no
configure: error: libdbus development files not found, no dynamic device
support.
This is an error since --with-dbus was requested.
--
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=33727
Bug #: 33727
Summary: Microsoft SQL Server Management Studio Express 2005:
cannot control server service with builtin wmiutils
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44664
--> http://bugs.winehq.org/attachment.cgi?id=44664
+wmiutils,+wbemprox,+tid log of an attempt to connect
It is not possible to control server service when using builtin wmiutils.
Normally it is not noticeable, as the application requires .NET 2.0, which
installs native wmiutils. However, thanks to bug 33726 I was able to test the
application with builtin.
In the attached log you can see a (single) call to wbem_services_GetObject with
second parameter (null). With native wmiutils
L"Win32_Service.Name=\"MSSQLSERVER\"" is passed instead.
--
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=33741
Bug #: 33741
Summary: Xara Designer Pro crashes when selecting Text
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oosterhagen(a)gmail.com
Classification: Unclassified
Created attachment 44679
--> http://bugs.winehq.org/attachment.cgi?id=44679
Backtrace file
Xara Designer Pro (v8) runs fine except when selecting the text tool. Then it
crashes under Wine.
--
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=33700
Bug #: 33700
Summary: Shade: Wrath of Angels demo crashes after the intro
video
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://www.fileplanet.com/146406/140000/fileinfo/Shade
:-Wrath-of-Angels-Demo-
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3dxof
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: titan.costa(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Regression SHA1: e7c3b03531a9642cb8cce81322906c0281fa5928
Created attachment 44622
--> http://bugs.winehq.org/attachment.cgi?id=44622
terminal output
To reproduce the problem install the demo, start it with Shade.exe, press <Esc>
to skip the intro video. The game is showing an exception window then it quits.
A regression caused by
e7c3b03531a9642cb8cce81322906c0281fa5928 is the first bad commit
commit e7c3b03531a9642cb8cce81322906c0281fa5928
Author: Christian Costa <titan.costa(a)gmail.com>
Date: Tue May 21 20:02:03 2013 +0200
d3dxof: Cleanup separators handling and allow multi-semicolons + single
comma separator.
:040000 040000 47bc008244475845e341b550e827bedf61667621
81e070573ddfe983a5d8d1a47af91ee8730953e7 M dlls
Native d3dxof.dll or reverting the patch fixes the 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=30681
Bug #: 30681
Summary: Microsoft SQL Server Management Studio Express 2008
installer fails
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=7593
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 40173
--> http://bugs.winehq.org/attachment.cgi?id=40173
log of SQLManagementStudio_x86_ENU.exe - steps as described.
Installation fails with message:
SQL Server Setup has encountered the following error:
Method not found: 'Void
System.Xml.Xsl.Xslt.Compiler..ctor(System.Xml.Xsl.XsltSettings, Boolean,
System.String)'..
Prerequisites:
a version of winetricks that supports dotnet35sp1 is required (currently only
svn)
winetricks dotnet35sp1 mspatcha
To reproduce:
wine SQLManagementStudio_x86_ENU.exe
go to Installation, then New SQL Server stand-alone installation. After a while
the above message is displayed and the installation is interrupted.
--
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=33735
Bug #: 33735
Summary: Soldier Of Fortune 3 has graphics problems in later
missions
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 44671
--> http://bugs.winehq.org/attachment.cgi?id=44671
Default debug log (no WINEDEBUG)
The first 3-5 missions went almost perfectly smooth but when you have to enter
that cage were your communication is down, you will have some graphics
problems. I suspect here some volumetric lightning or mip-mapping as there are
lights in the tunnel (which are displayed incorrectly as dark).
Attached is a default debug log + I upload some screenshots.
Here is an except, it is repeated:
----------------------------
fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Generation of mipmaps for
compressed pixel formats is not implemented yet
----------------------------
--
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=32661
Bug #: 32661
Summary: Word 2003: formulas are invisible
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
This is a regression:
91a3e5fc10b7fb0faae5498ae8bfb0d83478514b is the first bad commit
commit 91a3e5fc10b7fb0faae5498ae8bfb0d83478514b
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Wed Oct 31 15:37:16 2012 -0500
gdiplus: Reimplement GdipCreateMetafileFromEmf without using IPicture.
:040000 040000 9b3675c9925ba8671662736b067888c6fb9f4703
a7e1e6831b78d729d39deb3295bee9706309e5f7 M dlls
You can use this test doc file to reproduce:
http://bugs.winehq.org/attachment.cgi?id=36810
--
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=23896
Summary: SQLyog ignores checkboxes.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)scotthinton.com
When using SQLyog, checkboxes do not work correctly. For instance, when
exporting data as a sql dump, the user is presented with a checkbox list of all
tables/views/procedures/etc. It makes no difference whether you select 1,10 or
all. All tables are exported.
This problem is the same for any action that uses checkboxes in this program.
--
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=24935
Summary: Capella 7: Virtual keyboard not shown correctly
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anhaupt(a)gmx.ch
The virtual keyboard of capella 7 is not shown correctly: Only parts of the
content are shown, which makes it unuseable.
With a previous version of capella (capella 2004) the virtual keyboard works
correctly.
--
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=17588
Summary: Strong Bad's Cool Game only shows black screen
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
I haven't played the game Strong Bad's Cool Game for Attractive People in a few
months, but last time I tried playing it the game worked (after getting a
native d3dx9_36.dll). Since then this specific DLL has been implemented into
Wine itself, apparently.
In 1.1.16 I tried rerunning the game and now two new problems (regressions)
appeared (I'm making two bug entries).
The first problem is this: when running the game, NO graphics show, I only see
a completely black screen. Wine continuously prints out messages like this in
the terminal:
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glDrawElements @ drawprim.c / 276
To prove that the game DOES actually run: I'm hearing sound and music.
I use an integrated Intel chipset (Eee PC) and run XUbuntu Intrepid.
--
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.