Wine Pipelight: pluginloader.exe crashes when attempting to play a video

Bug #1391371 reported by Rogelio Julio Dillon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pipelight
New
Undecided
Unassigned

Bug Description

OS: Debian Wheezy
App: netflix-desktop
Internet Explorer: Icesweacel - Firefox 33.0.2
Desktop environment: Gnome

Pipelight check:

>> 32 bit <<
wine-1.7.30 (Compholio)

Patches:
Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed.
Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list.
Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine.
Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string.
Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled.
Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2]
Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME.
Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs.
Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME.
Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function.
Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2]
Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension.
Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command.
atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA.
comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function.
configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine.
configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3]
d3dx9_36-CreatePolygon :: Sebastian Lackner :: Implement D3DXCreatePolygon.
d3dx9_36-Filter_Warnings :: Christian Costa :: D3DCompileShader should filter specific warning messages.
d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics.
d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh
dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications.
dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers.
fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2]
gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32.
gdiplus-GdipCreateRegionRgnData :: Dmitry Timoshkov :: Implement GdipCreateRegionRgnData. [rev 3]
imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx.
imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions.
iphlpapi-Stubs :: Sebastian Lackner :: Add stubs for CancelMibChangeNotify2 and NotifyIpInterfaceChange.
iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack.
kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic.
kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32.
kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode.
kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2]
kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName.
kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode.
kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3]
libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters.
libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD.
mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially).
msi-Transform_ProductVersion :: Sebastian Lackner :: Update ProductVersion property when applying MSI transforms.
msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL.
ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes
ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry.
ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time.
ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows.
ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4]
ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information.
ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86.
ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2]
ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists.
ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points.
ntdll-LZNT1_Compression :: Sebastian Lackner / Michael Müller :: Implement Rtl[Decompress|Compress]Buffer and RtlGetCompressionWorkSpaceSize.
ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2]
ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names.
ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4]
ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher.
ntoskrnl-Write_CR4 :: Stefan Leichter :: Emulate write to CR4 register.
oleaut32-TLB_Resource :: Guillaume Charifi :: Implement TLB dependencies lookup in resources.
quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz.
riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}.
riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}.
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2]
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2]
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3]
riched20-IText_Interface :: Sebastian Lackner :: Implement ITextSelection_fnGetDuplicate.
server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6]
server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2]
server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2]
server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7]
server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes.
server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3]
server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7]
setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW.
shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests.
shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7]
shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath.
shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32.
shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy.
shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey.
shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version.
shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW.
shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions.
user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect.
user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key.
user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases.
user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots.
wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLMCurrentVersionNT.
wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATAConfig Managernum.
winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header.
wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn. [rev 2]
wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes.
winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path.
winepulse-PulseAudio_Support :: Maarten Lankhorst :: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. [rev 4]
winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2]
winex11-Clipboard_HTML :: Damjan Jovanovic :: Import X11's "text/html" as "HTML Format". [rev 3]
winex11-Limited_Resolutions :: Erich E. Hoover :: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes.
winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together.
winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications.
winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists.
wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap.
ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME.
ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile.
ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton.
wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW.

Checking OpenGL ...
OpenGL Vendor: Tungsten Graphics, Inc
OpenGL Renderer: Mesa DRI Intel(R) 945G x86/MMX/SSE2
OpenGL Direct Rendering: True
OpenGL: PASSED

Checking fonts ...
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf
Fonts: PASSED

Checking ACLs / XATTR ...
ACLs: PASSED

Checking libraries...
libcapi20.so.3: /usr/lib/i386-linux-gnu/libcapi20.so.3
libcups.so.2: /usr/lib/i386-linux-gnu/libcups.so.2
libdbus-1.so.3: /lib/i386-linux-gnu/libdbus-1.so.3
libfontconfig.so.1: /usr/lib/i386-linux-gnu/libfontconfig.so.1
libfreetype.so.6: /usr/lib/i386-linux-gnu/libfreetype.so.6
libGL.so.1: /usr/lib/i386-linux-gnu/libGL.so.1
libgnutls.so.26: /usr/lib/i386-linux-gnu/libgnutls.so.26
libgsm.so.1: /usr/lib/i386-linux-gnu/libgsm.so.1
libjpeg.so.8: /usr/lib/i386-linux-gnu/libjpeg.so.8
libncurses.so.5: /lib/i386-linux-gnu/libncurses.so.5
libnetapi.so: missing
libodbc.so.1: /usr/lib/i386-linux-gnu/libodbc.so.1
libpcap.so.0.8: /usr/lib/i386-linux-gnu/libpcap.so.0.8
libpng12.so.0: /lib/i386-linux-gnu/libpng12.so.0
libsane.so.1: /usr/lib/i386-linux-gnu/libsane.so.1
libtiff.so.4: /usr/lib/i386-linux-gnu/libtiff.so.4
libtxc_dxtn_s2tc.so.0: /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0
libv4l1.so.0: /usr/lib/i386-linux-gnu/libv4l1.so.0
libX11.so.6: /usr/lib/i386-linux-gnu/libX11.so.6
libXcomposite.so.1: /usr/lib/i386-linux-gnu/libXcomposite.so.1
libXcursor.so.1: /usr/lib/i386-linux-gnu/libXcursor.so.1
libXext.so.6: /usr/lib/i386-linux-gnu/libXext.so.6
libXi.so.6: /usr/lib/i386-linux-gnu/libXi.so.6
libXinerama.so.1: /usr/lib/i386-linux-gnu/libXinerama.so.1
libXrandr.so.2: /usr/lib/i386-linux-gnu/libXrandr.so.2
libXrender.so.1: /usr/lib/i386-linux-gnu/libXrender.so.1
libxslt.so.1: /usr/lib/i386-linux-gnu/libxslt.so.1
libXxf86vm.so.1: /usr/lib/i386-linux-gnu/libXxf86vm.so.1
Libraries: FAILURE

>> 64 bit <<
wine-1.7.30 (Compholio)

Patches:
Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed.
Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list.
Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine.
Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string.
Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled.
Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2]
Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME.
Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs.
Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME.
Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function.
Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2]
Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension.
Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command.
atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA.
comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function.
configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine.
configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3]
d3dx9_36-CreatePolygon :: Sebastian Lackner :: Implement D3DXCreatePolygon.
d3dx9_36-Filter_Warnings :: Christian Costa :: D3DCompileShader should filter specific warning messages.
d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics.
d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh
dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications.
dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers.
fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2]
gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32.
gdiplus-GdipCreateRegionRgnData :: Dmitry Timoshkov :: Implement GdipCreateRegionRgnData. [rev 3]
imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx.
imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions.
iphlpapi-Stubs :: Sebastian Lackner :: Add stubs for CancelMibChangeNotify2 and NotifyIpInterfaceChange.
iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack.
kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic.
kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32.
kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode.
kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2]
kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName.
kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode.
kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3]
libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters.
libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD.
mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially).
msi-Transform_ProductVersion :: Sebastian Lackner :: Update ProductVersion property when applying MSI transforms.
msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL.
ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes
ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry.
ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time.
ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows.
ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4]
ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information.
ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86.
ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2]
ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists.
ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points.
ntdll-LZNT1_Compression :: Sebastian Lackner / Michael Müller :: Implement Rtl[Decompress|Compress]Buffer and RtlGetCompressionWorkSpaceSize.
ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2]
ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names.
ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4]
ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher.
ntoskrnl-Write_CR4 :: Stefan Leichter :: Emulate write to CR4 register.
oleaut32-TLB_Resource :: Guillaume Charifi :: Implement TLB dependencies lookup in resources.
quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz.
riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}.
riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}.
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2]
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2]
riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3]
riched20-IText_Interface :: Sebastian Lackner :: Implement ITextSelection_fnGetDuplicate.
server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6]
server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2]
server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2]
server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7]
server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes.
server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3]
server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7]
setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW.
shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests.
shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7]
shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath.
shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32.
shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy.
shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey.
shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version.
shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW.
shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions.
user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect.
user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key.
user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases.
user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots.
wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLMCurrentVersionNT.
wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATAConfig Managernum.
winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header.
wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn. [rev 2]
wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes.
winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path.
winepulse-PulseAudio_Support :: Maarten Lankhorst :: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. [rev 4]
winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2]
winex11-Clipboard_HTML :: Damjan Jovanovic :: Import X11's "text/html" as "HTML Format". [rev 3]
winex11-Limited_Resolutions :: Erich E. Hoover :: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes.
winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together.
winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications.
winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists.
wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap.
ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME.
ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile.
ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton.
wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW.

Checking OpenGL ...
OpenGL Vendor: Tungsten Graphics, Inc
OpenGL Renderer: Mesa DRI Intel(R) 945G
OpenGL Direct Rendering: True
OpenGL: PASSED

Checking fonts ...
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf
Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf
Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf
Fonts: PASSED

Checking ACLs / XATTR ...
ACLs: PASSED

Checking libraries...
libcapi20.so.3: /usr/lib/x86_64-linux-gnu/libcapi20.so.3
libcups.so.2: /usr/lib/x86_64-linux-gnu/libcups.so.2
libdbus-1.so.3: /lib/x86_64-linux-gnu/libdbus-1.so.3
libfontconfig.so.1: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
libfreetype.so.6: /usr/lib/x86_64-linux-gnu/libfreetype.so.6
libGL.so.1: /usr/lib/x86_64-linux-gnu/libGL.so.1
libgnutls.so.26: /usr/lib/x86_64-linux-gnu/libgnutls.so.26
libgsm.so.1: /usr/lib/x86_64-linux-gnu/libgsm.so.1
libjpeg.so.8: /usr/lib/x86_64-linux-gnu/libjpeg.so.8
libncurses.so.5: /lib/x86_64-linux-gnu/libncurses.so.5
libnetapi.so: missing
libodbc.so.1: /usr/lib/x86_64-linux-gnu/libodbc.so.1
libpcap.so.0.8: /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
libpng12.so.0: /lib/x86_64-linux-gnu/libpng12.so.0
libsane.so.1: /usr/lib/x86_64-linux-gnu/libsane.so.1
libtiff.so.4: /usr/lib/x86_64-linux-gnu/libtiff.so.4
libtxc_dxtn_s2tc.so.0: /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0
libv4l1.so.0: /usr/lib/x86_64-linux-gnu/libv4l1.so.0
libX11.so.6: /usr/lib/x86_64-linux-gnu/libX11.so.6
libXcomposite.so.1: /usr/lib/x86_64-linux-gnu/libXcomposite.so.1
libXcursor.so.1: /usr/lib/x86_64-linux-gnu/libXcursor.so.1
libXext.so.6: /usr/lib/x86_64-linux-gnu/libXext.so.6
libXi.so.6: /usr/lib/x86_64-linux-gnu/libXi.so.6
libXinerama.so.1: /usr/lib/x86_64-linux-gnu/libXinerama.so.1
libXrandr.so.2: /usr/lib/x86_64-linux-gnu/libXrandr.so.2
libXrender.so.1: /usr/lib/x86_64-linux-gnu/libXrender.so.1
libxslt.so.1: /usr/lib/x86_64-linux-gnu/libxslt.so.1
libXxf86vm.so.1: /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1
Libraries: FAILURE

Report from command pipelight-plugin --list-enabled-all:

silverlight5.0
silverlight5.1
flash

Firefox exception:

Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x7e2eb66a).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7e2eb66a ESP:015be3b0 EBP:015be3c8 EFLAGS:00210202( R- -- I - - - )
 EAX:00000010 EBX:7e3cdca8 ECX:00000008 EDX:010cc72c
 ESI:00000010 EDI:011a576c
Stack dump:
0x015be3b0: 00000003 00000005 7e2d47cb 7e3cdca8
0x015be3c0: 00000001 00000010 015be668 7e2f6e42
0x015be3d0: 00000010 017dac34 00000000 7e393cd8
0x015be3e0: 00000000 00000000 7d687ba4 7d36d17c
0x015be3f0: 7ce70444 00000000 7ce823e8 00000004
0x015be400: 00000ff8 00110000 015be468 00000007
Backtrace:
=>0 0x7e2eb66a (0x015be3c8)
  1 0x7e2f6e42 (0x015be668)
  2 0x7e2d582a (0x015be698)
  3 0x7e2d4e8b (0x015be6b8)
  4 0x7e2d5aa5 (0x015be6d8)
  5 0x7e2e67ae (0x015be718)
  6 0x7d2c1053 (0x015be74c)
  7 0x0067880a in npctrl (+0x18809) (0x015be788)
  8 0x00870626 in agcore (+0xd0625) (0x015be7a4)
  9 0x008706ff in agcore (+0xd06fe) (0x015be7e8)
  10 0x00870735 in agcore (+0xd0734) (0x015be7fc)
  11 0x008708fb in agcore (+0xd08fa) (0x015be924)
  12 0x00870a21 in agcore (+0xd0a20) (0x015be9a0)
  13 0x00870a7d in agcore (+0xd0a7c) (0x015be9c4)
  14 0x007cfb00 in agcore (+0x2faff) (0x015be9f4)
  15 0x0086dd73 in agcore (+0xcdd72) (0x015bea3c)
  16 0x008e046c in agcore (+0x14046b) (0x015bea48)
  17 0x7bc81320 (0x015bea58)
  18 0x7bc845bd (0x015beb28)
  19 0x7bc812fe (0x015beb48)
  20 0x7bc8a95c (0x015bf398)
  21 0xf75e6c39 (0x015bf498)
0x7e2eb66a: movl 0x0(%eax),%esi
Modules:
Module Address Debug info Name (33 modules)
PE 400000- 455000 Deferred pluginloader
PE 660000- 791000 Export npctrl
PE 7a0000- e86000 Export agcore
PE 7b820000-7b9bc000 Deferred kernel32
PE 7bc10000-7bc14000 Deferred ntdll
PE 7d2b0000-7d2b4000 Deferred d3d9
PE 7d7c0000-7d7c4000 Deferred uxtheme
PE 7d830000-7d834000 Deferred iphlpapi
PE 7d850000-7d853000 Deferred netapi32
PE 7d880000-7d8c0000 Deferred crypt32
PE 7d950000-7d954000 Deferred ws2_32
PE 7d990000-7d9a1000 Deferred urlmon
PE 7da30000-7da3a000 Deferred mpr
PE 7da60000-7da78000 Deferred wininet
PE 7dad0000-7dad9000 Deferred msacm32
PE 7db00000-7db76000 Deferred winmm
PE 7dbc0000-7dbc8000 Deferred oleaut32
PE 7dd00000-7dd2f000 Deferred comctl32
PE 7de10000-7de18000 Deferred shlwapi
PE 7de80000-7dfde000 Deferred shell32
PE 7e0b0000-7e0b4000 Deferred imm32
PE 7e280000-7e284000 Deferred psapi
PE 7e2a0000-7e2a4000 Deferred wined3d
PE 7e590000-7e593000 Deferred msimg32
PE 7e5b0000-7e5b4000 Deferred winex11
PE 7e7c0000-7e7c4000 Deferred opengl32
PE 7e8c0000-7e8c4000 Deferred rpcrt4
PE 7e950000-7e98b000 Deferred user32
PE 7ead0000-7ead8000 Deferred ole32
PE 7ec10000-7ec14000 Deferred msvcrt
PE 7ecb0000-7ecb7000 Deferred gdi32
PE 7edd0000-7edd4000 Deferred advapi32
PE 7eff0000-7eff4000 Deferred version
Threads:
process tid prio (all id:s are in hex)
00000008 pluginloader.exe
 00000009 0
0000000e services.exe
 0000001d 0
 0000001c 0
 00000016 0
 00000014 0
 00000010 0
 0000000f 0
00000012 winedevice.exe
 00000019 0
 00000018 0
 00000017 0
 00000013 0
0000001a plugplay.exe
 0000001f 0
 0000001e 0
 0000001b 0
00000020 explorer.exe
 00000021 0
00000022 pluginloader.exe
 00000023 0
00000024 pluginloader.exe
 00000025 0
00000028 (D) Z:\usr\share\pipelight\pluginloader.exe
 00000031 0
 00000030 0
 0000002c 0
 0000002b 2 <==
 0000002a 0
 00000029 0
0000002d agcp.exe
 0000002e 0
System information:
    Wine build: wine-1.7.30 (Compholio)
    Platform: i386
    Host system: Linux
    Host version: 3.2.0-4-amd64

Thanks

Revision history for this message
Rogelio Julio Dillon (rogeliodillon) wrote :

OS: Debian Wheezy Arch x86_64

Revision history for this message
Sebastian Lackner (slackner) wrote :

Hi Rogelio,

I assume this could probably be caused by your graphic card and gpu acceleration, we already had some users in the past who had trouble with Tungsten Graphic cards.

Please try to run (as regular user):

/usr/share/pipelight/scripts/configure-silverlight

Then type "disable" and "abort". Does that fix the crash?

Regards,
Sebastian

Revision history for this message
Rogelio Julio Dillon (rogeliodillon) wrote :

rdillon@dstdeb01:~$ /usr/share/pipelight/scripts/configure-silverlight
fixme:winediag:start_process Wine-Compholio is a Wine testing version containing experimental patches.
fixme:winediag:start_process Please don't report bugs at winehq.org and use our issue tracker instead:
fixme:winediag:start_process https://github.com/compholio/wine-compholio/issues
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)

Silverlight hardware acceleration is currently disabled in the registry.
[enable/disable/force/abort]? disable
fixme:winediag:start_process Wine-Compholio is a Wine testing version containing experimental patches.
fixme:winediag:start_process Please don't report bugs at winehq.org and use our issue tracker instead:
fixme:winediag:start_process https://github.com/compholio/wine-compholio/issues
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)

Silverlight hardware acceleration is currently disabled in the registry.
[enable/disable/force/abort]? abort
rdillon@dstdeb01:~$

give errors.

Help! Rogelio.

Revision history for this message
Rogelio Julio Dillon (rogeliodillon) wrote :

Thank you Sebastian. Now silverlight works correctly. Rogelio.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.