http://bugs.winehq.org/show_bug.cgi?id=4323
------- Additional Comments From scott(a)open-vote.org 2006-27-04 00:35 -------
I can't test patches at the moment, but you can test it yourself rather easily
by downloading eMule, clicking connect, and then searching for a file:
http://emule-project.net/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
Summary: Americas Army will not install properly
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4817
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
The americas army version 2.6 installer starts up and lets you choose which
components you would like to install or not install and then crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
------- Additional Comments From Speeddymon(a)gmail.com 2006-26-04 23:14 -------
For the sound issue, normally we would ask you to create a new bug for it, but
since it is usually an easy fix, I will address it here. What window manager
are you running on each box?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
------- Additional Comments From ead1234(a)hotmail.com 2006-26-04 23:08 -------
civ2.exe works flawlessly, without sound on both of my linux boxes "IF" the
sound driver is unchecked under wineconfig. If the sound driver is checked the
game crashes. This is true of both of my linux boxes, one running gentoo and
one running ubuntu and both are running wine version 0.9.12.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5138
------- Additional Comments From mike(a)codeweavers.com 2006-26-04 23:08 -------
I'm building Wine with gcc 4.1 on Slackware 10.1 and don't see this problem.
Are you compiling with -O0 by any chance?
You can get rid of the configure warning by installing a newish version of
FontForge.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2344 is|0 |1
obsolete| |
------- Additional Comments From ead1234(a)hotmail.com 2006-26-04 23:05 -------
Created an attachment (id=2345)
--> (http://bugs.winehq.org/attachment.cgi?id=2345&action=view)
relay debug channel
civ2.exe crashes only when the sound driver is enabled on winecfg. This is true
on both of my linux boxes using wine version .9.12 on gentoo and ubuntu. The
game runs and works flawlessly when sound driver is not enabled in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2181
------- Additional Comments From ead1234(a)hotmail.com 2006-26-04 22:58 -------
Created an attachment (id=2344)
--> (http://bugs.winehq.org/attachment.cgi?id=2344&action=view)
relay debug channel
civ2.exe crashes when enabling sound in winecfg. The game starts and runs fine
on wine version .9.12 as long as the sound drivers are unchecked in winecfg.
This is true on both of my linux boxes, one running gentoo and one running
ubuntu, using the same version of wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5138
Summary: Unresolved external to strncmpW
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
I've been following wine via CVS for years. Recently, the builds started
failing. First,
and this is probably not be relevant, I get a warning about freetype2 not being
found;
specifically:
*** Warning: Freetype or Fontforge is missing.
*** Fonts will not be built. Dialog text may be invisible or unaligned.
This is not correct, I've got freetype-2.1.10 installed from a build-tree where
prefix=/usr
In any event, after make depend, make dies as:
make[2]: Entering directory `/home/ronis/Project/notar/wine/dlls/shlwapi'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./shlwapi.spec
assoc.o clist.o istream.o msgbox.o ordinal.o path.o reg.o regstream.o
shlwapi_main.o stopwatch.o string.o thread.o url.o wsprintf.o shlwapi.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o
shlwapi.dll.so -L../../dlls -loleaut32 -lole32 -luser32 -lgdi32 -ladvapi32
-lkernel32 -lntdll -Wb,-doleaut32 -L../../libs -lwine -luuid
-L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port
string.o(.text+0x10b3): In function `StrStrW':
/home/ronis/Project/notar/wine/dlls/shlwapi/string.c:531: undefined reference to
`strncmpW'
collect2: ld returned 1 exit status
winegcc: /usr/bin/gcc failed.
I've checked and it appears that this is defined in wine/include/unicode.h as
static inline and string.c does include unicode.h. If strncmpW is defined as
static inline, can it really be used as an argument to the function (if that is
what is at line 531 in string .c)? The line in qustion reads:
return SHLWAPI_StrStrHelperW(lpszStr, lpszSearch, strncmpW);
One thing that has changed here is that I've started using gcc-4.1.0.
Other than that, I'm running slackware-current.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.