http://bugs.winehq.org/show_bug.cgi?id=6316
--- Comment #27 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-01-02 14:39:39 ---
Error #5 can happen it native windows. It is probably not a bug, it just means
the printer is not installed.
--
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=16712
Summary: Hyperlinks don't work in the Bizzard downloader
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://eu.starcraft2.com/movies/terran_gameplay_video/Te
rran_Demo_English_EU.avi-downloader.exe
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
When using the Blizzard downloader to download Blizzard programs, updates or
movies, the links on the application do not work.
Clicking on any of the links on the downloader produces the following console
output:
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
--
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=9158
--- Comment #11 from Johan Dahlin <jdahlin(a)async.com.br> 2009-01-02 13:34:42 ---
Using latest git and Dan's BIT hacks the WIC installer is crashing in
SetupGetLineCount. It appears that the data that's passed to it is bogus and it
crashes while it tries to enumerate the section of the inf file.
--
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=8295
Tomek Kaźmierczak <tom8311(a)wp.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tom8311(a)wp.pl
--- Comment #13 from Tomek Kaźmierczak <tom8311(a)wp.pl> 2009-01-02 11:37:11 ---
problem still exists in wine 1.1.11
--
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=16665
Summary: build broken in dlls/winhttp/cookie.c on OpenBSD 4.4
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith
-I/usr/local/include -g -O2 -o cookie.o cookie.c
In file included from winhttp_private.h:30,
from cookie.c:29:
/usr/include/netinet/in.h:136: error: syntax error before "in_addr_t"
/usr/include/netinet/in.h:213: error: syntax error before "u_int8_t"
/usr/include/netinet/in.h:217: error: syntax error before "int8_t"
/usr/include/netinet/in.h:232: error: syntax error before "int8_t"
In file included from /usr/include/netinet/in.h:698,
from winhttp_private.h:30,
from cookie.c:29:
/usr/include/netinet6/in6.h:118: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:140: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:145: error: syntax error before "u_int32_t"
/usr/include/netinet6/in6.h:514: error: syntax error before "u_int32_t"
/usr/include/netinet6/in6.h:752: error: syntax error before '*' token
/usr/include/netinet6/in6.h:754: error: syntax error before '*' token
/usr/include/netinet6/in6.h:755: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:756: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:770: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:771: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:773: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:774: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:776: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:778: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:780: error: syntax error before "socklen_t"
/usr/include/netinet6/in6.h:782: error: syntax error before "inet6_rth_space"
/usr/include/netinet6/in6.h:783: error: syntax error before "socklen_t"
*** Error code 1
easy fix:
diff --git a/dlls/winhttp/winhttp_private.h b/dlls/winhttp/winhttp_private.h
index 5043235..511e124 100644
--- a/dlls/winhttp/winhttp_private.h
+++ b/dlls/winhttp/winhttp_private.h
@@ -26,6 +26,7 @@
#include "wine/list.h"
#include "wine/unicode.h"
+#include <sys/types.h>
+
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
Already submitted to wine-patches.
--
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=16659
Summary: configure doesn't pick up libpng on OpenBSD unless -lz
is given
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I've already sent a patch for it, see:
http://www.winehq.org/pipermail/wine-patches/2008-December/066784.html
Filing a bug so this doesn't slip through the cracks. Also, easier to
wikify/link to.
--
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=16646
Summary: Digital download, World of Goo 1.2 crashes wine
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfenn(a)gmail.com
Created an attachment (id=18236)
--> (http://bugs.winehq.org/attachment.cgi?id=18236)
Full output
I recently bought the digital download of World of Goo on the developers
website. I downloaded the latest and only version available, 1.2.
It installs fine however will not run and crashes wine.
I have included the full console output using the latest version of wine via
GIT.
--
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=16610
Summary: libport compilation fails because widl isn't there
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: julliard(a)winehq.org
Hi there,
this is an issue introduced through commit id
dc1a9f19c1f4c462f1e68e0def50e9c09812bc71.
See this (changes to libport):
http://source.winehq.org/git/wine.git/?a=commit;h=dc1a9f19c1f4c462f1e68e0de…
The usual ./configure && make clean && make depend && make now fails very early
when doing make inside libs/port.
Error states that widl isn't found. Manually building it also fails. I first
had to do a manual make in libs/wpp and then tried tools/widl, which fails with
this message:
gcc: ../../libs/port/libwine_port.a: No such file or directory
To me this looks like some circular dependency thing going on. libs/port needs
widl and widl in turn needs libs/port.
Thanks to arethusa / scguy318 for bisecting this.
Greets,
Tobias
--
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=16605
Summary: riched20 regression: FullTiltPoker client crashes when
leaving game window
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wtipton(a)hmc.edu
Created an attachment (id=18148)
--> (http://bugs.winehq.org/attachment.cgi?id=18148)
trace
FullTiltPoker client crashes when leaving game window. To reproduce, open up
any table and then close it.
The backtrace is attached, but the crash is happening in
riched20:ME_HandleMessage(), a new function in 1.1.11.
--
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=16603
Summary: DllRegisterServer not implemented in itircl.dll
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Created an attachment (id=18143)
--> (http://bugs.winehq.org/attachment.cgi?id=18143)
Unimplemented function itircl.dll.DllRegisterServer called
When running setup.exe from http://www.consomedia2000.com/telechar/loyers.zip
(See http://www.consomedia2000.com/loyers.htm ), the installation fail with a
crash in a call to unimplemented function DllRegisterServer from itircl.dll
See attached log.
--
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.