http://bugs.winehq.org/show_bug.cgi?id=33862
Bug #: 33862
Summary: Silverlight crashes while loading Magister
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: therbom(a)gmail.com
Classification: Unclassified
Created attachment 44915
--> http://bugs.winehq.org/attachment.cgi?id=44915
Terminal output
'Magister' is a Silverlight 5 application that is used widely in The
Netherlands as a digital environment for teachers and students in which they
can insert/look up grades, homework, timetables and such.
Unfortunately, Silverlight 5 is required and Moonlight keeps crashing on that.
For that I did the following:
1. I have Ubuntu 12.10 running with wine1.6-rc2 from the ppa
2. I downloaded and installed Firefox 21
3. I downloaded and installed Silverlight 5
4. I opened Firefox and navigated to https://zaamnoord.swp.nl/, the Magister
site of my school
5. The page loads in the beginning for +/- 75%, but then the contents of
Magister are gone and instead you see the previous page again. Here Firefox is
unresponsive but you can close the window.
Please note that I did not use winetricks.
Attached is a log. The line 'fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE
request: stub' was repeated a lot (in fact, I guess 90% of the log contained
that line), so I removed them and replaced them with '(...)'.
--
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=38937
Bug ID: 38937
Summary: Bully: Scholarship Edition crashes on starting a new
game (needs vcomp.dll._vcomp_for_static_simple_init
implementation)
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: vcomp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: sebastian(a)fds-team.de
Distribution: ---
Created attachment 51872
--> https://bugs.winehq.org/attachment.cgi?id=51872
terminal output
Prerequisites: Xaudio2 d3dx9_36 WMP10 devenum quartz
The game loads to the menu but crashes when starting a new game with built-in
vcomp.dll:
>...
>wine: Call from 0x7b839a6c to unimplemented function vcomp.dll._vcomp_for_static_simple_init, aborting
>...
Mscodescan output:
./Bully.exe imports following stub symbols:
vcomp:_vcomp_for_static_end
vcomp:_vcomp_for_static_simple_init
wine-1.7.47-118-ga90592c
--
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=37493
Bug ID: 37493
Summary: Silverlight 5.1 msi installer fails with Wine 1.7.30
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
With Wine 1.7.30 the Silverlight installer fails, it worked well before with
1.7.29. No further patches applied.
Relevant lines in the terminal output:
--- snip ---
err:msi:ACTION_InstallFiles Failed to copy
L"C:\\ee4e8947d8b7676e9d60e43c3f73d4\\PFiles\\Microsoft
Silverlight\\5.1.30514.0\\agcp.exe" to L"C:\\Program Files\\Microsoft
Silverlight\\5.1.30514.0\\agcp.exe" (3)
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
--- snip ---
Steps to reproduce:
$ wget
http://silverlight.dlservice.microsoft.com/download/F/8/C/F8C0EACB-92D0-472…
$ sha256sum Silverlight.exe
afa7a7081d30b00a4f57c32932bd6d84940bb43b3f5feb0828ff988c80e2d485
Silverlight.exe
$ WINEARCH=win32 WINEPREFIX=~/.wine-silverlight wine Silverlight.exe
Reverting commit 1e3f15d88c1e878f5c459e642ff2079b05aa5c41 makes it work again.
$ git show --stat 1e3f15d88c1e878f5c459e642ff2079b05aa5c41
commit 1e3f15d88c1e878f5c459e642ff2079b05aa5c41
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Oct 21 11:29:08 2014 +0200
msi: Support more transform validation flags.
dlls/msi/msipriv.h | 1 +
dlls/msi/package.c | 2 +-
dlls/msi/patch.c | 215
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
3 files changed, 191 insertions(+), 27 deletions(-)
--
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.