http://bugs.winehq.org/show_bug.cgi?id=16830
Summary: Condor:crash during online game
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsierkkis(a)gmail.com
Created an attachment (id=18534)
--> (http://bugs.winehq.org/attachment.cgi?id=18534)
log taken with WINEDEBUG=+winsock
Typically about 5mins after online game start the game freezes and locks X.
Condor process is in defunct state and needs to be killed from console to
unlock X. Remote server can be any windows based server visible in game
developers site. The same happens regardless of selected map or glider type.
Native "d3dxof.dll", "dplaysvr.exe", "dplayx.dll", "dpnet.dll", "dpnhpast.dll"
and "dpwsockx.dll" are in use.
--
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=18429
Summary: Printing is weird in educational software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterson(a)orkutcidio.org
Hello,
I'm from Brazil and in my English school we were trying to use the software
"Click and Change FC" (I believe it's from Cambridge) but we are not able to
print it because it never prints correctly: eveything on the paper gets messy;
there's a big black box in the middle of it, etc. Our printer is an HP Laserjet
1018.
How can I provide information about printing? Is this a known bug (couldn't
find anything about it)? 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=12663
Summary: Need for Speed: Hot Pursuit 2 demo has invisible cars
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Actually in 0.9.60, but there isn't an option for that yet...
In both the car selection screen and the races, the cars in the Need for Speed:
Hot Pursuit demo are all but invisible. The only trace of them in the race is
the shadows and the sparks that fly when you hit stuff.
The cars used to be rendered perpendicular and textureless (See bug 10613). Now
they don't render at all, and the output at the command line is decidedly
different. (See attached file)
When you have vertex/pixel shaders turned off manually in winecfg, you get Bug
12252.
The game should run without shaders, as it supports nvidia chipsets all the way
back to the original GeForce. My card is an nvidia Geforce 4 MX 440 with the
latest nvidia drivers for the card.
--
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=10458
Summary: Poptray 3.2 external exception with hotmail
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviatan1(a)gmx.net
Created an attachment (id=9166)
--> (http://bugs.winehq.org/attachment.cgi?id=9166)
Source code from hotmail plugin
I try to use hotmail plugin in poptray. When Poptray check it hotmail, I get
warning "External exception E06D7363" and:
fixme:msxml:domdoc_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
--
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=16596
Summary: Spirits of Metropolis doesn't work properly without
using 'Emulate a Virtual Desktop'
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lostoverthere(a)gmail.com
The game, Spirits of Metropolis, does not display either full screen (default)
or windowed mode correctly. However, this issue is easily resolved by enabling
Emulate Virtual Desktop and setting it to 800x600.
However, if you dont do that and let the game run by itself. When it starts for
the first time in full screen. The game appears in the top left hand corner if
the users resolution is larger then 800x600, with the rest of the space just
being black. The game is meant to be stretched to the users resolution by
default.
If the user changes the games settings in options to run in windowed mode, the
game goes into windowed mode but the game itself shifts up approximately 500px
so the bottom 100px are only visible in the top of the game (the rest is
black).
Although this problems are irritating and should be easily fixed this in no way
alters or distracts the user from the game as the problem can be very easily
sorted by setting WINE's global settings to run in an Emulated Virtual Desktop
at 800x600 (the game's native resolution). Problem temporarily solved.
--
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=16246
Summary: Setting WINEPATH has no effect.
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aziz.koeksal(a)gmail.com
Hi,
The following doesn't work as expected:
$ export WINEPATH="C:\dir"
$ printenv | grep WINEPATH # Check if it's in the shell's environment.
WINEPATH=C:\dir
$ wine ./environment.exe # E.g.: printf("PATH=%s", getenv("PATH"));
PATH=C:\windows\system32;C:\Windows
I expect that by defining WINEPATH it would get appended to PATH. I also expect
wine to search in WINEPATH folders to locate a command, e.g. "wine
compiler.exe".
Before filing this report I did some research into this, and apparently there
has been only one person so far who complained about this feature not working
anymore (http://www.winehq.org/pipermail/wine-users/2006-August/023179.html).
I have also browsed the source code, and found the following identifiers that
should be of interest:
http://source.winehq.org/ident?i=__wine_main_environhttp://source.winehq.org/ident?i=build_initial_environment
I could help debugging this, but only if someone guided me through setting up
everything that is required to debug wine in a graphical and sane environment.
--
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=17296
Summary: VMware Infrastructure Client 2.5 could not validate
server's SSL certificate
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: wine(a)doty.ru
While starting VMware Instrastructure Client 2.5 after typing hostname, user
and password and hitting Login button, got error: "VMware Infrastructure Client
could not establish the initial connection with server 'XX.XX.XX.XX'. Details:
The client could not validate the server's SSL certificate".
Console log errors appeared:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
Thus program could not check servers' SSL certificate and don't run next. I
used .NET Framework 2.0 installed with this program version.
--
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=12966
Summary: Broken Sword 4 Demo fails to start
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=12710)
--> (http://bugs.winehq.org/attachment.cgi?id=12710)
Broken sword and WINE output
Broken sword demo fails to start. Opens only the window, and then exits
gracefully (creates a bug report file). Both files (WINE output and Broken
Sword output) are in the attachment below (gzipped)
--
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=15982
Summary: Geometry Wars game does not start
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=17168)
--> (http://bugs.winehq.org/attachment.cgi?id=17168)
log file
After starting a new game, nothing happens. The background is drawn, but the
ship or enemies never appear, the game never starts
--
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=16831
Summary: NETCON_secure_connect SSL_connect failed
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://www.audible.com/adbl/site/softwareWizard/Software
Windows.jsp?BV_UseBVCookie=Yes
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)tjworld.net
Audible's Manager.exe (version 5.5.0.0) fails to 'Activate' a device (part of
the Digital Restrictions Management for the audio books) using SSL (requires an
Audible account). This may be related to bug #15482.
The relevant trace fragment (+wininet,+secur32,+schannel) shows:
trace:wininet:HTTP_OpenConnection -->
trace:wininet:GetAddress L"www.audible.com"trace:wininet:HTTP_ResolveName
resolved L"www.audible.com" to 88.221.113.139
err:wininet:NETCON_secure_connect SSL_connect failed: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
warn:wininet:HTTP_OpenConnection Couldn't connect securely to host
trace:wininet:HTTP_OpenConnection 0 <--
Wireshark doesn't show *any* SSL/TLS attempts (on port 443).
Extracting the URL AudibleManager is attempting to open (a GET that includes
username and encrypted password) from the trace and pasting it into Firefox, a
successful response is returned (and Wireshark shows a complete TLS v1
session).
I'm aiming to test the patch attached to bug #15482, "negotiate TLSv1 instead
of SSL2/3" against this.
--
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.