http://bugs.winehq.org/show_bug.cgi?id=10923
Summary: JDK 6 offline installer fails to display README contents
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://java.sun.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The JDK 6 offline installer, jdk-6u3-windows-i586-p.exe,
tries to display the README at the end via our embedded web browser,
but nothing appears in the window; it's blank.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17079
Summary: Applications in Wine fail to launch default browser
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
This bug is raised in relation to DVD Profiler
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=1975), though
I'm sure that it must affect many others.
Short version - application in Wine fails to launch web browser.
Some of the features of DVD Profiler trigger information being loading in the
user's default web browser. Under Wine, performing one of these triggers
renders no result whatsoever (no browser opening, no window opening in open
browser (run on Linux), no window opening in wine-installed browser). There is
also no error message etc.
Prime example of this is going to the menu 'Online, Invelos Website, Invelos
Main Site...'.
--
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=17109
Summary: LookupAccountName regression prevents Galactic
Civilizations II to start
Product: Wine
Version: 1.1.13
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.mantione(a)freepascal.org
Created an attachment (id=18949)
--> (http://bugs.winehq.org/attachment.cgi?id=18949)
Test program to reveal LookupAccountName regression
Galactic Civilization starts in Wine 1.0, but is unable to start in Wine 1.1.
It considers itself unactivated and when trying to reactivate the game with a
valid serial, it is unable to activate itself because it is unable to get a
SID.
I investigated tis and it seems to be caused by a regression in
LookupAccountName when used to query the local machine account. The result of
LookupAccountName seems to be incorrect already in Wine 1.0, returning
incorrect data, but the game does seem to be happy with the returned data.
Wine 1.1 lets the LookupAccountName call fail, and GalCiv2 is unhappy with the
failure, refusing to start.
I have written a small program to demonstrate the program. You can find it
attached, compile it with Free Pascal or Delphi.
The result of the test program on a real (Windows 2003) machine is:
SCORPIO
lookupaccountname succeeded
SID type: SidTypeDomain
The result of the test program on Wine 1.0.1 is:
commandchair
lookupaccountname succeeded
SID type:
The result of the test program on Wine 1.1.13 is:
commandchair
lookupaccountname failed: 1332
--
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=17033
Summary: d3dxof: Chicken Tournament needs d3dxof's "source type
1", not implemented yet
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14822
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Chicken Tournament, a little multiplayer game, needs native d3dxof.dll to load
a X-Model from its resource. Log:
fixme:d3dxof:IDirectXFileImpl_CreateEnumObject Source type 1 is not handled yet
trace:d3dxof:IDirectXFileImpl_Release (0xa890020/0xa890020): ReleaseRef to 0
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
trace:msgbox:MSGBOX_OnInit L"Cannot load models. (#2)"
Thank you!
--
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=16931
Summary: Compile broken in dlls/iphplpapi/ipstats.c on NetBSD
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=18694)
--> (http://bugs.winehq.org/attachment.cgi?id=18694)
ipstats patch
Similar to bug 16661, but not quite a duplicate:
If I apply the patch from bug 16661:
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/X11R6/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/pkg/include/freetype2 -I/usr/X11R6/include -o ipstats.o ipstats.c
ipstats.c:32:25: error: sys/timeout.h: No such file or directory
In file included from ipstats.c:77:
/usr/include/netinet/tcp_var.h:194: error: field 'segq' has incomplete type
/usr/include/netinet/tcp_var.h:303: error: field 'timeq' has incomplete type
ipstats.c: In function 'getArpTable':
ipstats.c:1420: warning: array subscript has type 'char'
ipstats.c:1446: warning: array subscript has type 'char'
ipstats.c:1448: warning: array subscript has type 'char'
*** Error code 1
Stop.
make: stopped in /home/austin/wine-git/dlls/iphlpapi
After a bit of searching, seems that segq/timeq are:
struct ipqehead segq; /* sequencing queue */
struct ipqehead timeq; /* time sequenced queue. */
and struct ipqehead is defined inf /usr/include/netinet/ip_var.h:
TAILQ_HEAD(ipqehead, ipqent);
struct ipqent {
TAILQ_ENTRY(ipqent) ipqe_q;
union {
struct ip *_ip;
struct tcpiphdr *_tcp;
} _ipqe_u1;
struct mbuf *ipqe_m; /* point to first mbuf */
struct mbuf *ipre_mlast; /* point to last mbuf */
u_int8_t ipqe_mff; /* for IP fragmentation */
/*
* The following are used in TCP reassembly
*/
TAILQ_ENTRY(ipqent) ipqe_timeq;
u_int32_t ipqe_seq;
u_int32_t ipqe_len;
The attached patch, which is the patch from bug 16661, with #include tcp_var.h
moved after including ip_var.h, fixes it for me, but is obviously a hack.
Moving tcp_var after ip_var, however, may be fine, I need to test...
--
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=16713
Summary: Request: Richedit should handle Ctrl+Scrollwheel
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fleet(a)elitemail.hu
Hi guys,
In Windows, when you use Richedit control, generally it allows "magnifying" the
text in it by the following steps:
First the cursor should be positioned inside the richedit control
Then you press and hold CTRL key
While CTRL is held, you can zoom in/out by using the mouse wheel
It's not a well-known feature, but would be great if it would be implemented
into wine too since I use it in BCDC++ (official site:
http://utrum.dyndns.org:8000 ). Actually anyone can try it under Windows to see
how it works. Note that it only works in the hub mainchat windows in BCDC, so
don't expect anything in other windows.
Finally a screenshot:
Magnified: http://fleet.4242.hu/tmp/screenshots/bcdc/bcdc1069.png (original
size was like in the surroundings)
--
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=16410
Summary: 3dmark2000 dialog window very large
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randrik(a)mail.ru
I have slackware-current on this computer, and usually test new wine versions
as they appear in download section for Slackware.
Somewhere between wine 1.1.5 and wine 1.1.7 dialog about saving results after
test run become very large in one dimension (screenshot follow). In wine 1.1.10
this bug (mostly cosmetic in 3dmark2k) still present
--
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=16181
Summary: istool: toolbar spacing way too wide
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=20
6943&package_id=247619&release_id=547026
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17421)
--> (http://bugs.winehq.org/attachment.cgi?id=17421)
screenshot in 1.1.9
Screenshot says all. Terminal is filled with:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
--
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=15847
Summary: rpcrt4's server crosstest crashes on windows
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://test.winehq.org
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: niko.lecam(a)gmail.com
CC: robertshearman(a)gmail.com
The rpcrt4's server crosstest crashes on my WinXP and Win2k boxes (same seems
to happen on other systems according to test.winehq.org).
I have tried to find out the problem but this part of the code is really out of
my competence.
The problematic commit is a05923e1d303788c9b7bfda61eb2ca9ae48653f7
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Mon, 24 Dec 2007 17:01:20 +0000
rpcrt4: Add tests for varying and conformant varying arrays.
The conformance test crashes in NdrpEmbeddedRepeatPointerUnmarshall with an
access violation.
Stack trace is :
0022fa50 77e82a17 00249568 d6fb03f4 00000003
rpcrt4!NdrpEmbeddedRepeatPointerUnmarshall+0x9e
0022fa84 77e914ea 00000001 0022fcd4 00430652
rpcrt4!NdrpEmbeddedPointerUnmarshall+0x68
0022fab8 0041a200 00000001 0022fc54 0000003c
rpcrt4!NdrVaryingArrayUnmarshall+0x177
NdrVaryingArrayUnmarshall is called from function get_5numbers() in server_c.c
Reverting the patch fix the problem.
CC'ed to Rob Shearman as it's his patch.
Hope this will help fixing the problem.
regards,
Nicolas Le Cam
--
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=15565
Summary: Wine Gecko needs .pdb file and defined build procedure
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
It would be great if our gecko had an optional .pdb
file you could install if you wanted to generate
symbolic stack dumps on crashes involving gecko.
Furthermore, it would be nice if the build procedure for
our gecko was documented. There is a little doc at
http://wiki.winehq.org/Gecko
including a link to the source tarball, but
nothing there says which compiler to use or how to run it.
(It would be cool sometime to include valgrind annotations
in our gecko. That would be a nifty trick; I don't know
if anyone's tried doing that in windows code before.)
--
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.