http://bugs.winehq.org/show_bug.cgi?id=32328
Bug #: 32328
Summary: Many Silverlight websites loop forever querying the
interface list
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
A lot of Silverlight websites set up a thread that queries the socket option
SIO_ADDRESS_LIST_CHANGE to be informed about changes to the interface list.
Currently these applications loop forever querying SIO_ADDRESS_LIST_CHANGE,
since the overlapped handle gets triggered automatically. At the very least
this routine should not trigger the overlapped handle, but it would be better
to implement this functionality by passing the overlapped handle to one if the
IP helper routines like NotifyAddrChange.
--
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=31754
Bug #: 31754
Summary: Full-page Silverlight 5.x on Firefox fails to render
on top of browser elements
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Depends on: 31406
Classification: Unclassified
Regression SHA1: 514eb695846b45c89c0fc0d56653d187f1840eec
Created attachment 41757
--> http://bugs.winehq.org/attachment.cgi?id=41757
Hack to work around rendering issue
Silverlight 5.x appears to use Direct3D for rendering, and for some reason the
full-page windows no longer render on top of the browser window. This is
likely not a regression per se, but since commit
514eb695846b45c89c0fc0d56653d187f1840eec the Silverlight 5.x window can no
longer be seen if it's a full-page application. Examples of this are
applications like Netflix.
Regression test results:
===
514eb695846b45c89c0fc0d56653d187f1840eec is the first bad commit
commit 514eb695846b45c89c0fc0d56653d187f1840eec
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 4 15:03:04 2012 +0200
winex11: Store the rectangle of the GL drawable and use it when updating
the window size.
:040000 040000 c02b6dc1c8940fc75d22753888c3fba415848f38
a5a07991ea9141a1f14275d875f27de77ae54c47 M dlls
===
The attached hack can be used to somewhat work around the issue (the window can
still be occluded, but mousing over elements will bring things back).
--
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=27649
Summary: Silverlight 4 fails to stream Netflix
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=35352)
--> (http://bugs.winehq.org/attachment.cgi?id=35352)
Firefox 5, Silverlight 4 on Netflix
To reproduce:
1. Install Firefox 4 or 5.
2. Use the workaround in http://bugs.winehq.org/show_bug.cgi?id=18345#c23 to
install Silverlight 4.
3. Start Firefox and verify that the Silverlight plugin is listed as installed.
4. Log into Netflix and select something to play.
5. Firefox will seem to hang, but if you wait, a message will load that says
"Thanks for installing. Once installation is complete please restart your
browser to watch this movie."
6. Restarting the browser and attempting to watch the movie gives the same
results.
--
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=30572
Bug #: 30572
Summary: Add support for vectored continue handlers
(AddVectoredContinueHandler,
RemoveVectoredContinueHandler)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
an improvement, might come handy in future.
Newer .NET runtimes (3.x/4.x) and certain applications make use of vectored
continue handlers for better error reporting/diagnosis.
Currently there is no harm if the export is not found in kernel32 (error
reporting using event api):
--- snip ---
003b:Call KERNEL32.GetModuleHandleW(79203ef8 L"kernel32.dll") ret=792a7116
003b:Ret KERNEL32.GetModuleHandleW() retval=7b810000 ret=792a7116
003b:Call KERNEL32.GetProcAddress(7b810000,792a7210
"AddVectoredExceptionHandler") ret=792a712d
003b:Ret KERNEL32.GetProcAddress() retval=7bc21e3c ret=792a712d
003b:Call KERNEL32.GetProcAddress(7b810000,792a71f0
"RemoveVectoredExceptionHandler") ret=792a713a
003b:Ret KERNEL32.GetProcAddress() retval=7bc23534 ret=792a713a
003b:Call KERNEL32.GetProcAddress(7b810000,792a71d4
"AddVectoredContinueHandler") ret=792a7147
003b:Ret KERNEL32.GetProcAddress() retval=00000000 ret=792a7147
003b:Call KERNEL32.GetProcAddress(7b810000,792a71b4
"RemoveVectoredContinueHandler") ret=792a7154
003b:Ret KERNEL32.GetProcAddress() retval=00000000 ret=792a7154
003b:Call ntdll.RtlAddVectoredExceptionHandler(00000001,791f5a7c) ret=792a7182
003b:Ret ntdll.RtlAddVectoredExceptionHandler() retval=001586a0 ret=792a7182
003b:Call KERNEL32.GetModuleHandleW(792083bc L"mscoree.dll") ret=792a7064
003b:Ret KERNEL32.GetModuleHandleW() retval=79000000 ret=792a7064
003b:Call KERNEL32.GetProcAddress(79000000,00000018) ret=792a7086
003b:Ret KERNEL32.GetProcAddress() retval=79008017 ret=792a7086
003b:Call KERNEL32.GetProcAddress(603b0000,00000018) ret=79008056
003b:Ret KERNEL32.GetProcAddress() retval=603b4470 ret=79008056
003b:Call KERNEL32.SetUnhandledExceptionFilter(603e468a) ret=603b4791
003b:Ret KERNEL32.SetUnhandledExceptionFilter() retval=00404395 ret=603b4791
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms679273%28v=vs.85%…
(AddVectoredContinueHandler)
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680567%28v=vs.85%…
(RemoveVectoredContinueHandler)
---
Some more information how it works:
Extract from "Chapter 25 - Unhandled Exceptions, Vectored Exception Handling,
and C++ Exceptions"
Windows Via C/C++
by Jeffrey Richter and Christophe Nasarre
Microsoft Press 2008
http://vmg.pp.ua/books/%D0%9A%D0%BE%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D1%…
MSDN blog:
http://blogs.msdn.com/b/zhanli/archive/2010/06/25/c-tips-addvectoredexcepti…
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=32323
Bug #: 32323
Summary: Netflix requires either Arial or Verdana to be
installed
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Blocks: 31858
Classification: Unclassified
Without MS true type fonts (specifically, either Arial or Verdana) the Netflix
Silverlight player will fail to load with "Error Code: 1001". By adding either
one of these fonts (or installing all the MS TTF) then the player will load
properly.
--
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=31812
Bug #: 31812
Summary: Silverlight 4.x/5.x windows have repainting problems
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Regression SHA1: 33ac850c80634c891b0c157bbffa612f70954a40
Created attachment 41860
--> http://bugs.winehq.org/attachment.cgi?id=41860
Screenshot demonstrating the rendering problem
Silverlight windows have a problem repainting since commit
33ac850c80634c891b0c157bbffa612f70954a40 (screenshot attached, not a duplicate
of Bug #31754). The issue can be worked around by setting
ClientSideGraphics="N", but otherwise this issue makes it frustrating to use
Silverlight apps.
--
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=32242
Bug #: 32242
Summary: Silverlight 4.x can no longer install
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
CC: hans(a)meelstraat.net
Blocks: 31858
Classification: Unclassified
Regression SHA1: e2900c23c7f0b143078da780c9a0ff19a895bf45
Since commit e2900c23c7f0b143078da780c9a0ff19a895bf45 the Silverlight installer
says that it completes successfully even though no files are installed.
--
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=23461
Summary: Power Point Viewer 2007 Crashes to Open
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
Created an attachment (id=29279)
--> (http://bugs.winehq.org/attachment.cgi?id=29279)
backtrace
A few days back (1.2-rc4 i think) it worked just fine.
--
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=26472
Summary: Cant open ppt file in MS Power Point Viewer
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferrazrafael(a)yahoo.com.br
Created an attachment (id=33707)
--> (http://bugs.winehq.org/attachment.cgi?id=33707)
error log
Power Point Viewer doesnt work. (Fedora 14)
--
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=16530
Summary: Power Point Viewer 2007
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amaciel81(a)gmail.com
PowerPoint Viewer 2007 stops to work. There is reports of application working
well in 1.1.5, but don't working in 1.1.8, then, I think this is a severe
regression. Installation is fine, but when I try to execute, the following
message is displayed:
fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
No Window is displayed.
Thanks a lot,
Alexandre
--
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.