http://bugs.winehq.org/show_bug.cgi?id=22540
Summary: CMake hangs when trying to detect and test MinGW
compiler (gcc.exe & g++.exe)
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nil094(a)yahoo.com
CMake hangs when trying to detect a usable Compiler, preferable MinGW, assuming
`-G "Unix Makefiles"' has been set as commandline argument.
CMake is also consuming a significant amount of CPU.
Excpected output when running cmake natively (example):
$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/somepath
Actual Output:
$ wine cmake . -G 'Unix Makefiles'
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
(... nothing happens, just consuming CPU)
MinGW is installed into C:\MinGW, CMake (latest version from cmake.org) is
Installed into C:\CMake.
The projectfile (CMakeLists.txt) is working properly, and I've tested the
project successfully on Windows XP SP2, using exactly the same CMake version,
creating projectfiles for MinGW, VisualStudio and SunStudio, so it's most
certainly not the CMakeLists.txt who's causing the bug.
--
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=22504
Summary: Bioshock: fog renders red
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://www.gamershell.com/download_20697.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27573)
--> (http://bugs.winehq.org/attachment.cgi?id=27573)
terminal output
Regression caused by:
adf4ca2e23873811a22fc82022f5d7753e9d569a is first bad commit
commit adf4ca2e23873811a22fc82022f5d7753e9d569a
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Feb 1 13:52:58 2010 +0100
wined3d: Handle a zero source value for WINED3DSIH_RSQ.
:040000 040000 ab263cdcbc9159b5748ba4ec13bdb50172816ef3
2566b7788ab4edd5011e2fb3af484f1f5cc67943 M dlls
Originally pointed out in bug 19511, but a new bug was never filed. Bug 21876
is also related to this commit, but the attached patch does not fix the fog in
Bioshock.
card is an nvidia 9800 gtx+, drivers are 195.36.15.
--
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=21568
Summary: advapi32/crypt tests crash with +heap
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://test.winehq.org/data/7aaaf738ecd06c12bfd69200ee
74abd5cc9aef8b/wine_ae-ub910-heap/advapi32:crypt.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26007)
--> (http://bugs.winehq.org/attachment.cgi?id=26007)
terminal output
=>0 0x7ec1ac0d CryptSetKeyParam+0x98(hKey=1334760, dwParam=4, pbData="",
dwFlags=4) [/home/austin/wine-git/dlls/advapi32/crypt.c:1961] in advapi32
(0x0063fcf8)
...
0x7ec1ac0d CryptSetKeyParam+0x98
[/home/austin/wine-git/dlls/advapi32/crypt.c:1961] in advapi32: movl
0x0(%eax),%eax
1961 if (!key || !pbData || !key->pProvider || key->pProvider->dwMagic !=
MAGIC_CRYPTPROV)
--
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=21027
Summary: Lego Digital Designer hangs on startup
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.lego.com/eng/factory/design/ldd.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitkukissa(a)gmail.com
After loading the initial "startup" screen the LDD starts consuming 50% of a
dual core CPU and hangs.
--
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=20828
Summary: InstallUtil.exe fails on "Appraise It" setup
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.brewster(a)comcast.net
Created an attachment (id=24956)
--> (http://bugs.winehq.org/attachment.cgi?id=24956)
Error report a la Microsoft.
All files from ftp://www.sfrep.com/dloads/web_setup downloaded, unzipped and
wine loaded OK. Installing AppraiseIt v.8.3 started OK. First error report
from .NET Framework InstallUtil. See att.
--
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=20429
Summary: X3 Terran Conflict (v 2.5) - intermittent cursor
problems
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DavidWalley(a)googlemail.com
Cursor response is less smooth than in native Windows, and occasionally the
cursor seems to get "jammed", typically in "down".
Can usually be fixed by waiting, typically by moving cursor in opposite
direction, but not always.
This can be alleviated, though not entirely eliminated, by use of mouse rather
than cursor keys wherever possible, and trying not to hold one of the cursor
keys for extended periods, particularly when navigating long lists in menus.
Similar effects seen in X3 Reunion.
--
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=19849
Summary: Links 2003 does not run
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://linkscountryclub.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: firesword14(a)yahoo.com
Created an attachment (id=23264)
--> (http://bugs.winehq.org/attachment.cgi?id=23264)
Log
Can install either the download version or trial version (see link).
Error Dialog comes up and have to CTRL-C out of wine
Log attached
--
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=19414
Summary: Excel 2003 & 2007 crash trying to run macros
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=22530)
--> (http://bugs.winehq.org/attachment.cgi?id=22530)
crash log trying to run a macro in Excel 2007
Excel 2003 & 2007 can now record macros, but crash trying to run them. Native
oleaut32.dll (copied from my XP partition) solves the problem.
--
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=19093
Summary: Canon DPP: Editor window quits unexpectedly when
zooming to 100%
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://software.canon-europe.com/products/0010513.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theholyettlz(a)googlemail.com
Created an attachment (id=22040)
--> (http://bugs.winehq.org/attachment.cgi?id=22040)
Debug output of DPP under Wine 1.1.23
Starting with Wine 1.1.24 (from Fedora repos), attempting to view images at
100% zoom in Canon Digital Photo Professional editor windows results in those
windows (which I believe run as a separate application) quitting unexpectedly.
This function works fine with Wine 1.1.23.
I have attached logs from WINEDEBUG=warn+all for both versions. The only major
difference I have observed is the presence of messages like
wine client error:25: write: Bad file descriptor
with Wine 1.1.24.
[Canon DPP (updater) 3.6.1 may be downloaded from
http://software.canon-europe.com/products/0010513.asp (AppDB 1988).
Unfortunately, the installer for it is broken under Wine (Bug 16817); to get it
to work, I have to install a 3.4 version, install the 3.6 under Windows, and
then copy the files.]
--
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=18955
Summary: SupremeCommander: GPGNet fails to install
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21812)
--> (http://bugs.winehq.org/attachment.cgi?id=21812)
Autorun screen
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
I start autorun.exe from DVD of SupremeCommander Forged Alliance and see screen
like in attachment.
The problem is that when i try to click on GPGNet then nothing happen and it
should start installing this component. In terminal there is:
fixme:advapi:LookupAccountNameW (null) L"NSLW" (nil) 0x33f77c (nil) 0x33f780
0x33f774 - stub
fixme:advapi:LookupAccountNameW (null) L"NSLW" 0x14f7e0 0x33f77c 0x14f598
0x33f780 0x33f774 - stub
fixme:msi:MsiGetMode 1 4
wineserver: file_set_error() can't map error: Function not implemented
fixme:msi:MsiGetMode 1 4
wineserver: file_set_error() can't map error: Function not implemented
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions"
returned 1603
--
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.