http://bugs.winehq.org/show_bug.cgi?id=32872
Bug #: 32872
Summary: Compilation broken if clang is installed, but not used
for compilation.
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iive(a)yahoo.com
Classification: Unclassified
When compiling I got the following error:
--
make[1]: Entering directory
`/dev/shm/fikus/wine-1.5.23/wine-1.5.23_GIT20130201_0618/dlls/avifile.dll16'
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../..
-fasynchronous-unwind-tables -shared ./avifile.dll16.spec -m16
-Wb,--main-module,avifil32.dll -o avifile.dll16.so -lavifil32
../../libs/port/libwine_port.a
avifile.b0xGhP.s:443:2: error: invalid operand for instruction
lretw
^
avifile.b0xGhP.s:580:2: error: invalid operand for instruction
lretw
^
--
I did git-bisect between 1.5.22 and 1.5.23 and got:
--
c14bdaf1ddb7d0e5587f63f1216b61c9ecb7a8c3 is the first bad commit
commit c14bdaf1ddb7d0e5587f63f1216b61c9ecb7a8c3
Author: Charles Davis <cdavis5x(a)gmail.com>
Date: Mon Jan 28 13:42:12 2013 -0700
winebuild: Use Clang to assemble if found.
:040000 040000 6d74670c5b85af40c0294786d2fe62b6cf69e950
ce57d3edff2b26c81e9d4e15be97beead7bbd5a9 M tools
bisect run success
--
Looking at the patch it is clear that if `clang` is found on the system it
would be used unconditionally. Since I have an old version (LLVM-3.0), that I
need for compiling the last stable Mesa3D v9.0 release (it is used for
shaders).
The configure script doesn't check for clang support or version. There are no
conditional option that would force gnu `as`, nor there is any code that would
prefer `as` when `gcc` is used.
FYI. I'm on Slackware 14. GCC-4.7.2 (latest release atm).
LLVM-3.0 fails.
LLVM-3.2 seems to work fine.
I expect the bug to be fixed by checking for minimum clang version.
If that is not feasible then there must be an configure option to select the
toolchain and it should be documented in `configure -help`.
--
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=25176
Summary: CSI: Fatal Conspiracy Demo crashes on startup
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Downloaded from http://www.gamershell.com/download_65372.shtml
Installed ok, but crashes on startup with
Unhandled exception: page fault on write access to 0x0000003c in 32-bit code
(0x00ecef1d).
Backtrace:
=>0 0x00ecef1d in fmodex (+0x8ef1d) (0x0032f7ec)
1 0x00ecefc9 in fmodex (+0x8efc8) (0x0032f808)
2 0x00e645ee in fmodex (+0x245ed) (0x0032f818)
3 0x004c9a0d in csi6demo (+0xc9a0c) (0x016c8d98)
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=12174
Summary: Medieval II: Total War crashes on run
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=11566)
--> (http://bugs.winehq.org/attachment.cgi?id=11566)
Log of console output before installing d3dx9_36.dll
When trying to run Medieval 2: Total War, the screen goes black, I get a
garbled cursor for a split-second, and then a message:
"Medieval 2: Total War has encountered an unspecified error and will now
close".
When I first ran this, I got a load of stuff on the command-line which amongst
other things complained about a lack of d3dx9_36.dll. After adding this into
the system32/ directory, I get similar set of complaints on the command-line
(minus a complaint about d3dx9_36.dll), but the game still comes up with the
same error. This game has worked *relatively* recently on Wine (I'm thinking
maybe 0.9.51 or earlier) but I'm uncertain when.
Attached are the logs for both pre-d3dx9_36.dll installation (medieval-1), and
after (medieval-2).
Many thanks!
--
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=26606
Summary: No sound or music is played in Iconoclasts
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.konjak.org/index.php?entry=48
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
After getting past bug #26598 there is no sound or music but with xaudio2_2.dll
it plays.
--
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=23981
Summary: Sudden Strike 2 crashes when exiting main menu
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Created an attachment (id=30113)
--> (http://bugs.winehq.org/attachment.cgi?id=30113)
Console log
I started Sudden Strike 2 v2.2 and then exited it again, which resulted in a
crash.
Hardware:
AMD Athlon 64 X2
GeForce 7900 GS
Software:
nvidia-drivers-195.36.31
Sudden Strike 2 v2.2
--
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.