http://bugs.winehq.org/show_bug.cgi?id=25966
Summary: AutoCAD 2009: Unimplemented function
msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33105)
--> (http://bugs.winehq.org/attachment.cgi?id=33105)
Terminal output on wine-1.3.12-272-g2d6b748
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine setup.exe
4) choose "install tools"
Behaviour:
Wine error.
Expected behaviour:
Page with list of tools to install.
Workaround:
winetricks vcrun2005
--
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=29789
Bug #: 29789
Summary: unimplemented function firefox 10
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Classification: Unclassified
Hi,
unimplemented function
msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ called in
32-bit code (0x7b83b9f2).
--
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=29854
Bug #: 29854
Summary: Firefox 10 crash when accessing netflix page which
uses Silverlight
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rblenis(a)gmail.com
Classification: Unclassified
Created attachment 38783
--> http://bugs.winehq.org/attachment.cgi?id=38783
generated backtrace
tried to use netflix. accessedpage and it required silverlight. installed
silverlight and went back to page, causing crash. crash happens every time I
visit that page (or any that requires silverlight?).
--
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=27077
Summary: Need for Speed World needs native msvcp90 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Launcher is fine, but the real game crashes on entry with
unimplemented function
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ
mscodescan.pl lists 90 missing symbols from msvcp90.
--
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=28353
Summary: Total Annihilation crashes on start, needs
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhaarr+wine(a)gmail.com
Created an attachment (id=36342)
--> (http://bugs.winehq.org/attachment.cgi?id=36342)
stdout
When I start Total Annihilation it crashes immediately.
This is with wine git compiled with commit 05b2cc19 (todays push) - see bug
27780.
--
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=34252
Bug #: 34252
Summary: Silverlight accelerated graphics cause a D3D critical
section lockup
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erich.e.hoover(a)gmail.com
Classification: Unclassified
Using Netflix or Maxdome we've* established that the problem with Silverlight 5
is not really a DRM issue (for most sites). The real problem is that there's a
critical section lockup that occurs when Silverlight's hardware acceleration
codepath is used:
err:ntdll:RtlpWaitForCriticalSection section 0xf67e9cb8 "wined3d_main.c:
wined3d_cs" wait timed out in thread 0030, blocked by 0075, retrying (60 sec)
This issue can be worked around by setting the registry key
"HKEY_CURRENT_USER\Software\Microsoft\Silverlight\DisableGPUAcceleration" to a
DWORD value of 1, which will disable the acceleration codepath and allow
Netflix and Maxdome to work with Silverlight 5.x.
I recognize that Netflix and Maxdome currently cannot work in stock Wine, so I
did a little hunting around for a non-PlayReady site where this issue can be
reproduced:
http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/Default.html
Unfortunately, this website needs _one_ patch in order to work with stock wine:
http://source.winehq.org/patches/data/97769
So, I think this establishes that the issue is completely unrelated to the
PlayReady DRM fixes. You should be able to reproduce the issue on other sites
that don't ask for GPU acceleration if you set the "ForceGPUAcceleration"
registry key to a DWORD 1 value, but I'm not familiar with any other
non-PlayReady streaming sites.
* Myself, along with Michael Müller and "slackner" from the pipelight project
(https://answers.launchpad.net/netflix-desktop/+question/233520)
--
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=18642
Summary: Silverlight About Window reports wrong App version
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
The Silverlight about window reports the version number as 1.0.0.0, looking at
the about window in Windows it is reported at 2.0.40115.0. It sounds like the
Silverlight installer running in wine might not be writing the correct version
number (and maybe other important keys) to the registry
--
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=18321
Summary: FireFox 3.0.9 + Silverlight 2.0 = Crash
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)higherform.com
Problem: Firefox 3.0.9 for Windows crashes when attempting to watch a Netflix
movie online.
Steps to reproduce:
Install PlayOnLinux 3.4, Wine 1.1.20
Use PlayOnLinux's install other application feature to create a new wineprefix
and install FireFox 3.0.9 into it
Install Microsoft Fonts into newly created wine prefix
Navigate to
http://www.microsoft.com/express/visual%20Studio%20Control%20TourTestPage.h…
Install Silverlight2.0.exe as prompted
Refresh the page, and after the silverlight file finishes buffering, FireFox
will crash
Backtrace 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=15845
Summary: Silverlight configuration tap "Application storage"
causes freeze
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
I'm using firefox to test silverlight, I'm streaming live video with it on
mlb.com and its working good, but when I right click on the config options and
select application storage the configuration window freezes and I have to kill
it.
--
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=18345
Summary: Silverlight 2 installer fails
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://silverlight.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20895)
--> (http://bugs.winehq.org/attachment.cgi?id=20895)
Wine 1.1.20 +file +msi
Although others have had better luck, when I try to install Silverlight 2, the
installer claims to complete successfully, but doesn't do anything.
Tested with latest git and the same.
Tested with 1.1.11 and it installs fine.
Result of bisect:
86af876987a714cbd88b36858178d6ef1a36943e is first bad commit
commit 86af876987a714cbd88b36858178d6ef1a36943e
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:42 2009 +0100
msi: Only apply a transform when its language id matches the system
language id.
Fix for office 2007 sp1 installer.
:040000 040000 7e7d74822b91c0a5981893f375a05c22bb144360
800377a31f6cd5f9f9937cab3db26103ed282bf2 M dlls
--
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.