http://bugs.winehq.org/show_bug.cgi?id=31651
Bug #: 31651
Summary: SlingPlayer 1.5 crashes when streaming
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41612
--> http://bugs.winehq.org/attachment.cgi?id=41612
wine-1.5.12-157-gbdf9a9f console output
SlingPlayer 1.5 crashes when streaming.
Workaround is native quartz from DX9 (winetricks - the Win7 quartz has its own
problems).
Native qcap needed to get around Bug 30904, and optionally gdiplus for Bug
30899.
Native quartz is also needed for the installer (Bug 13371).
--
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=36992
Bug ID: 36992
Summary: PlayonLinux-wine1.4 Kindle error
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: webbs83(a)msn.com
Created attachment 49135
--> http://bugs.winehq.org/attachment.cgi?id=49135
Kindle error backtrace.txt
Installed Amazon Kindle from Playonlinux site using the install button. It also
installed wine 1.4 to run it on. When I try to run Kindle I get An error( The
program Kindle.exe encountered a serious problem and needs to close.We are
sorry for any inconvenience.) Attached is the backtrace.txt file.
--
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=26489
Summary: GetKeyState does not work correctly with toggle keys
(VK_CAPITAL, VK_NUMLOCK, VK_SCROLL)
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: melekor(a)projectmagma.net
Created an attachment (id=33725)
--> (http://bugs.winehq.org/attachment.cgi?id=33725)
Tiny test program which demonstrates the problem (exe and C++ source)
The WINE implementation of GetKeyState does not follow the spec regarding
"toggle keys" such as caps lock, num lock and scroll lock.
The documentation states: (about the return value) "If the low-order bit is 1,
the key is toggled. A key, such as the CAPS LOCK key, is toggled if it is
turned on. The key is off and untoggled if the low-order bit is 0. A toggle
key's indicator light (if any) on the keyboard will be on when the key is
toggled, and off when the key is untoggled."
Instead, what WINE appears to do, is flip the low-order bit when a toggle-key
is "un-toggled" (on=>off). When it is toggled (off=>on), the low order bit
remains unaffected. This is obviously completely incorrect.
I have attached a demo app (zip file with exe with C++ source code) which shows
the problem. When run on windows, it displays "CAPS ON" or "CAPS OFF" in sync
with the little light on the keyboard. When run on WINE it does not stay in
sync.
Tested on 1.2.2 and 1.3.16 on Ubuntu 10.10 Maverick Meerkat running in
VirtualBox, host OS is Win7.
--
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=34842
Bug #: 34842
Summary: Garmin BaseCamp 4.1.2 sometimes fails to run when
late-bound riched20.dll preferred load base address is
already occupied and PE mapped into >2 GiB address
range
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Garmin BaseCamp 4.1.2 runs pretty good with MS .NET Framework 3.5 installed.
There are (albeit rare) cases of startup failures when Wine loader fails to map
builtin RichEd20.dll to its preferred load base address because it is already
taken by another module.
RichEd20 needs a load address in lower 2 GiB virtual address space.
See bug 22551 "Multiple .NET apps fail to load riched20.dll into memory (.NET
Framework/Windows Forms wants riched20.dll loaded into lower 2GiB address space
range)" for info.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Garmin/BaseCamp
...
$ wine ./BaseCamp.exe
...
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"basecamp.exe"
err:eventlog:ReportEventW L"4.1.2.0"
err:eventlog:ReportEventW L"5134f30b"
err:eventlog:ReportEventW L"system.windows.forms"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"471ebf68"
err:eventlog:ReportEventW L"4ecd"
err:eventlog:ReportEventW L"5b"
err:eventlog:ReportEventW L"system.componentmodel.win32"
err:eventlog:ReportEventW L"NIL"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
Unhandled Exception: System.ComponentModel.Win32Exception: Cannot load the
"RichEd20.DLL" DLL into memory.
at System.Windows.Forms.RichTextBox.get_CreateParams()
at System.Windows.Forms.Control..ctor(Boolean autoInstallSyncContext)
at System.Windows.Forms.TextBoxBase..ctor()
at System.Windows.Forms.RichTextBox..ctor()
at bc.FatalErrorDialog_t.InitializeComponent()
at
bc.FatalErrorDialog_t..ctor(basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>* aAppName)
at bc.FatalError_t.Display(SByte* aFilename, UInt16 aLineNumber,
basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t> >*
aWhat, basic_string<char\,std::char_traits<char>\,std::allocator<char> >*
aSubId,
Optional_t<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> >* aOpenGLVersion,
vector<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>
>\,std::allocator<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> > > >* aFileList)
at bc.FatalError_t..ctor(Exception aException,
Optional_t<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> >* aOpenGLVersion,
vector<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>
>\,std::allocator<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> > > >* aFileList)
at main(String[] aArgs)
at mainCRTStartupStrArray(String[] arguments)
wine: Unhandled exception 0xe0434f4d in thread 33 at address 0x7b83a8bf (thread
0033), starting debugger...
--- snip ---
RichEd20.dll has a preferred load address:
--- snip ---
EXTRADLLFLAGS = -Wl,--image-base,0x7ac00000
--- snip ---
Address space layout in case of collision:
--- snip ---
Module Address Debug info Name (139 modules)
PE 340000- 362000 Deferred zlibwapi
PE 400000- 25a7000 Deferred basecamp
PE 25b0000- 278d000 Deferred xerceslib
PE 2790000- 2bc6000 Deferred ogckml
PE 2df0000- 337f000 Export mscorwks
PE e610000- e6ae000 Deferred system.drawing
PE e9c0000- ecb2000 Deferred system
PE f270000- f73a000 Deferred system.windows.forms
PE 10000000-100e5000 Deferred exiv2
PE 5e3a0000-5e42d000 Deferred diasymreader
PE 60000000-60008000 Deferred accessibility
PE 637a0000-6399c000 Deferred system.xml
PE 64020000-64033000 Deferred mscorsec
PE 64890000-648fc000 Deferred system.configuration
PE 67510000-6756e000 Deferred system.management
PE 6a310000-6a31a000 Deferred wminet_utils
PE 74e60000-74e79000 Deferred wmiutils
PE 78130000-781cb000 Deferred msvcr80
PE 783f0000-78433000 Deferred msvcm90
PE 79000000-79046000 Export mscoree
PE 79060000-790b6000 Deferred mscorjit
PE 790c0000-79500000 Deferred mscorlib
ELF 79afa000-7b800000 Deferred libnvidia-glcore.so.304.108
ELF 7b800000-7ba60000 Dwarf kernel32<elf>
\-PE 7b810000-7ba60000 \ kernel32
...
ELF f6a22000-f6a89000 Deferred riched20<elf>
\-PE f6a30000-f6a89000 \ riched20
--- snip ---
"libnvidia-glcore.so.304.108" took the place earlier and "riched20.dll" was
mapped into > 2 GiB address space which .NET runtime doesn't like.
Maybe Wine loader could try to map dlls which have requirements of preferred
load address always in < 2 GiB address range for Windows compatiblity.
Regards
--
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=32483
Bug #: 32483
Summary: Windows Sysinternals "PsInfo" tool fails to retrieve
"Video driver" info due to missing registry device hw
class {4D36E968-E325-11CE-BFC1-08002BE10318}
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Windows Sysinternals "PsInfo" tool fails to query for some system properties...
Making this bug about "Video driver".
Output:
--- snip ---
$ wine ./PsInfo.exe
PsInfo v1.77 - Local and remote system information viewer
Copyright (C) 2001-2009 Mark Russinovich
Sysinternals - www.sysinternals.com
Querying information for nexus4...fixme:ole:CoInitializeSecurity
((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
System information for \\nexus4:
Uptime: Error reading uptime
Kernel version: Microsoft Windows XP, Uniprocessor Free
Product type: Professional
Product version: 5.1
Service pack: 3
Kernel build number: 2600
Registered organization:
Registered owner:
IE version: 6.0000
System root: C:\windows
Processors: 4
Processor speed: 2.6 GHz
Processor type: Intel(R) Pentium(R) 4 CPU
Physical memory: 0 MB
Video driver:
--- snip ---
Trace log for failing registry queries (0-9):
--- snip ---
...
0024:Call advapi32.RegOpenKeyExW(80000002,0032f98c
L"SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E968-E325-11CE-BFC1-08002BE10318}\\0000",00000000,00020019,0032f96c)
ret=00404611
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00404611
0024:Call KERNEL32.GetLastError() ret=0040d8f2
0024:Ret KERNEL32.GetLastError() retval=00000000 ret=0040d8f2
...
0024:Call advapi32.RegOpenKeyExW(80000002,0032f98c
L"SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E968-E325-11CE-BFC1-08002BE10318}\\0009",00000000,00020019,0032f96c)
ret=00404611
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00404611
--- snip ---
4D36E968-E325-11CE-BFC1-08002BE10318 -> Display class GUID
There are already a couple of hardware device class GUIDs in Wine registry:
--- snip ---
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class]
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}]
@="Disk drives"
"Class"="DiskDrive"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318}]
@="Ports (COM & LPT)"
"Class"="Ports"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f}]
@="Imaging devices"
"Class"="Image"
--- snip ---
Regards
--
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=19618
Summary: X-Change 3 crashes randomly
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Gollos(a)gmail.com
Created an attachment (id=22889)
--> (http://bugs.winehq.org/attachment.cgi?id=22889)
X-Change3 terminal output
Some times when loading a saved game, some times when starting a new game, some
times when changing the game settings, but not every time, a window pops
telling there was a problem and the program is going to be stoped.
When that happens, some times the game continue running without sound, and some
times it closes for real.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36059
Bug ID: 36059
Summary: Multiple Steam games fail to install DirectX runtime
prerequisite, resulting in repeated install attempt on
startup ('xinput1_3.dll' locked by client)
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
splitting this issue off from various Steam related bug reports for reference.
Many Steam games require DirectX runtime, usually stated in game folder
'installscript.vdf'.
Example VDF:
--- snip ---
"Run Process"
{
...
"directx"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\110800"
"process 1" "%INSTALLDIR%\\3rd\\DXSETUP.exe"
"command 1" "/silent"
}
...
}
--- snip ---
For various games the DirectX runtime install fails, resulting in repeated
install attempt on startup of the game.
To illustrate how common this problem is, just a small list of some games I
installed for tests:
NOTE: non-zero 'Exit Code' indicates the installer failed
'installscript_log.txt' from 'c:\\Program Files\\Steam\\logs' folder
--- snip ---
...
04/15/14 00:08:33 [AppID 50280] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Mafia II - Public Demo\3rd\DirectX\DXSETUP.exe"
/silent GLE 0
...
04/17/14 10:58:48 [AppID 17470] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Dead Space\installers\DirectX\DXSETUP.exe" /silent
GLE 0
...
04/17/14 19:55:11 [AppID 55230] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Saints Row the Third\DirectX\DXSetup.exe" /silent
GLE 0
04/17/14 21:36:35 [AppID 72850] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Skyrim\DirectX10\DXSETUP.exe" /silent GLE 0
...
04/22/14 17:28:29 [AppID 49520] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Borderlands
2\Binaries\Redist\DXRedistCutdown\DXSETUP.exe" /silent GLE 0
...
04/22/14 22:18:15 [AppID 34330] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Total War SHOGUN 2\redist\DirectX\DXSETUP.exe"
/silent GLE 0
--- snip ---
The DirectX runtime installer can't overwrite a dll that is locked by the Steam
client/launcher in memory.
You can check 'c:\\windows\\logs\\DirectX.log'.
--- snip ---
...
04/17/14 11:03:38: dxupdate: DirectXUpdateGetSetupInformation(): Section
[4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.cat from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.inf from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf from cab
04/17/14 11:03:38: dxupdate: Files: 5
04/17/14 11:03:38: dxupdate: Size: 498688
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): Installing:
xinput1_3_x86_xp.inf - [x86_Install]
04/17/14 11:03:38: dxupdate: Target file: 'C:\windows\system32\xinput1_3.dll'
Target file is Version 9.18.944.0
Source file is Version 9.18.944.0
04/17/14 11:03:38: dxupdate: InUse: C:\windows\system32\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: CabCallback(): Unable to copy
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: ExecuteInf(): SetupInstallFromInfSection() failed,
error = 183.
04/17/14 11:03:38: dxupdate: ExecuteInf(): Unable to install
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf:[x86_Install]. The
file may be damaged.
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): ExecuteInf() failed.
04/17/14 11:03:38: dsetup32: CSetup::InstallPlugIn():
DirectXUpdateInstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: CSetup::SetupForDirectX(): InstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: start finalizing: phase: 5 - 5, total: 0 - 2
04/17/14 11:03:38: dsetup32: Installation ended with value -9 = Internal or
unsupported error
--- snip ---
In many cases it's 'xinput1_3.dll'.
This kind of error is also encountered on Windows (lots of reports).
A reboot in between starts will fix it because the locked dll will be replaced
on next Windows startup.
There are multiple ways to handle this problem (apart from adding support for
SP_COPY_IN_USE_NEEDS_REBOOT to Wine itself):
1) install DX runtime without starting Steam in the Steam WINEPREFIX (make sure
you don't auto-run Steam services)
-> app folder -> 'installers' -> 'DirectX'
--- snip ---
$ wine DXSETUP.exe /silent
--- snip ---
2) remove the dll from 'system32' folder (or 'SysWOW64' on 64-bit prefix) prior
running Steam in the prefix
3) fake successful installation by adding registry key (see '17470_install.vdf'
where the registry key is located -> 'DirectX' DWORD:1)
Regards
--
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=29633
Bug #: 29633
Summary: Richedit hyperlinks limited to first line
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdh_luc(a)hotmail.com
Classification: Unclassified
Created attachment 38396
--> http://bugs.winehq.org/attachment.cgi?id=38396
A broken location name with its last word repeated
When hyperlinks in StarEdit's trigger sentences (as discussed in #4547) extend
over multiple lines (either due to wrapping or because the linked text contains
newlines), only the first is active. The others have the correct appearance
and cursor but do nothing. (This is unfortunate if the first character is a
newline!) Presumably related is that editing the multiline text replaces only
the first line (see screenshots).
--
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=32479
Bug #: 32479
Summary: page fault on read access to 0x00000005
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozalp.aral(a)hotmail.com
Classification: Unclassified
Created attachment 42841
--> http://bugs.winehq.org/attachment.cgi?id=42841
backtrace file
receive this error about 5 seconds after the program launches. The program is
Navi Toolbox from IGo navigation software.
--
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=32572
Bug #: 32572
Summary: Alpha Polaris doesn't play well with built-in d3dx9
libraries
Product: Wine
Version: 1.5.20
Platform: x86
URL: http://www.gamershell.com/download_75822.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 42985
--> http://bugs.winehq.org/attachment.cgi?id=42985
terminal output
The game comes with native d3dx9_34.dll installed in the game directory, the
reported problems happen only when you set it to built-in.
wine-1.5.20-57-gdabde6a or newer is needed to test this bug (a follow-up to bug
#27627).
The game starts and loads to the menu fine with the built-in d3dx9_34 but you
will face several issues throughout the game.
Install the demo then start it with AlphaPolaris.exe. Click <OK> in the
launcher and get in the game. Start a new game from the menu, skip the intro
video. Here are some issues I noticed with built-in d3dx:
- anytime you press a key (either in the menu or in mid-game) a black bar
appears in the upper left corner. An error message from the game engine
(Wintermute) is hiding behind those black bars, as I've seen those in the game
from bug #29495. "Script runtime error. View log for details".
- the game begins with a conversation but dialogues/subtitles are displayed so
fast that you can hardly read them. Probably due to this, most of the audio
(speech) is missing from the game.
- when the opening conversation ends you should see the main character standing
in front of his bed. With built-in d3dx the character is missing (invisible).
- the game tends to crash on exit as can be seen in the attached log file.
All those issues are non-existent when d3dx9_34=native.
Saved games that were created with built-in d3dx9_34 are also affected. If you
load a saved game created with built-in, those issues are present, even if the
game was started with native.
--
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.