http://bugs.winehq.org/show_bug.cgi?id=25232
Summary: Razor2: Hidden Skies has parts that are not rendered
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.brothersoft.com/games/razor2-hidden-skies.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
CC: wine-bugs(a)winehq.org
Razor2: Hidden Skies comes with d3dx9_30.dll but without it the ships and
background do not render and so only a purist would notice.
--
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=23789
Summary: DAP : cannot find import; DLL may be missing,corrupt
or wrong version. File "MSVCP60.dll",error 126
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: useurheadnihaal(a)yahoo.in
The application download accelerator plus (DAP) does not start and shows the
error message described in "summary" field.
--
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=26902
Summary: VarDateFromStr parse yyyy-mm-dd as yyyy-dd-mm in
European locales
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john(a)fremlin.org
Created an attachment (id=34302)
--> (http://bugs.winehq.org/attachment.cgi?id=34302)
Patch fixing this behaviour with a testcase
Europeans write dates generally as dd-mm-yyyy. This makes sense. So does
yyyy-mm-dd. Native will parse dates written yyyy-mm-dd correctly. Wine for some
reasons assumes they are yyyy-dd-mm. This is not a date ordering used anywhere
as far as I know and contradicts the MS behaviour.
--
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=20983
Summary: shell32 systray test fails in wow64 wine
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://test.winehq.org/data/1d0e02b63e3680ff38393e1e2a
f0c40ce8ff6d84/wine_vpovirk-ub910-wow64/shell32:systra
y.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The shell32 systray test fails in a wine configured with --with-wine64. (An
existing 64-bit process may need to also be running.)
This is probably because shell32.dll is 32-bit and explorer.exe is 64-bit,
meaning the structures they use to communicate differ in size.
--
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=18823
Summary: The Typing of the Dead freezes during intro
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://downloads.gamezone.com/demos/d2037.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manwesulimo2004(a)yahoo.co.uk
Created an attachment (id=21626)
--> (http://bugs.winehq.org/attachment.cgi?id=21626)
Terminal output
It's not possible to play The Typing of the Dead with wine-1.1.23 because it
freezes either during the intro video or upon the attempt to skip it.
This bug has something to do with the sound. Switching off all sound drivers in
winecfg acts as a workaround. It's definitely related to Bug 2361 but it's not
a duplicate because the symptoms are different.
--
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=26693
Summary: Neverwinter Nights 2 installer window is obscured by
installer background image
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=33993)
--> (http://bugs.winehq.org/attachment.cgi?id=33993)
Neverwinter Nights 2 +x11drv,+win log
When the installer for Neverwinter Nights 2 is launched on
wine-1.3.17-173-g6eed4c4, the installer window always appears under the
installer background image, which makes it impossible to perform the
installation. The window appears correctly in wine-1.3.16, and a regression
test indicates:
5ef58c11ce28c963908672f5c5c1fde866272ba5 is the first bad commit
commit 5ef58c11ce28c963908672f5c5c1fde866272ba5
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Mar 22 15:11:40 2011 +0800
winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
Main window of the Atom Zombie Smasher game has WS_DLGFRAME style set,
but Metacity allows making fullscreen ONLY normal windows, so do not
use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
:040000 040000 65ae9d82c83e54b32c7fa38754c5e5f4becd923c
96ed2dd11fbd04b352b0d6d7a42c9b88736b799f M dlls
Reverting the commit makes the window appear correctly again. A +x11drv,+win
log is 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=24954
Summary: Need For Speed Underground 2 installer won't start
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simondani91(a)gmail.com
If I try to run setup.exe on CD1, nothing happens. If I try it in console, it
doesn't do anything. There is no any error message.
--
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=26896
Summary: Chaser v1.50: mouse pointer behaves weirdly in the
menu
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.gamefront.com/files/980636/Chaser-1.49-MP-E
nglish-Demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=34294)
--> (http://bugs.winehq.org/attachment.cgi?id=34294)
terminal output
The mouse pointer behaves erratically in the menus thus it's almost impossible
to position the cursor over a menu option. Mouse works correctly in
Wine-1.3.18.
I have the 1.5 version of the game (not all versions are affected by this
regression, e.g. version 1.3 is good).
This is due to the following commit:
79c2e55b5a6331d15788f65a929e9e002c2f8b05 is the first bad commit
commit 79c2e55b5a6331d15788f65a929e9e002c2f8b05
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 20 20:30:09 2011 +0200
user32: Only call the driver when the cursor position has really changed.
:040000 040000 5e335fb6e93ffa3171bd0ac90294f8088f64b749
b75dac74bbb00182b657a40cd0bf673aad71ace1 M dlls
The patch can be reverted cleanly on wine-1.3.18-170-gfa2e4bb and that fixed
the problem.
I added the download link of the 1.49 MP demo to 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=19493
Summary: socket option IP_PKTINFO is not implemented
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannes.gajdosik(a)gmx.at
The socket option IP_PKTINFO is not implemented:
the source code
setsockopt(fd,IPPROTO_IP,IP_PKTINFO,(const char*)(&yes),sizeof(int));
gives the error
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
This prevents a multicast client from distinguishing the incoming multicast
packets by their multicast group.
--
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.