Advertisement
Guest User

PipeLight System Check

a guest
Oct 30th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.67 KB | None | 0 0
  1. Patches:
  2. Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed.
  3. Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list.
  4. Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine.
  5. Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string.
  6. Miscellaneous :: Amine Khaldi :: Silence Clang warning by removing unused TransformFilter_Vtbl.
  7. Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled.
  8. Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2]
  9. Miscellaneous :: Sebastian Lackner :: Appease the Archlinux version of gcc (4.9.1) when -Werror is enabled.
  10. Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME.
  11. Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs.
  12. Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME.
  13. Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function.
  14. Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2]
  15. Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension.
  16. Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command.
  17. atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA.
  18. comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function.
  19. configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine.
  20. configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3]
  21. d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics
  22. d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh
  23. dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications.
  24. dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers.
  25. fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2]
  26. gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32.
  27. imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx.
  28. imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions.
  29. iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack.
  30. kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic.
  31. kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32.
  32. kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode.
  33. kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2]
  34. kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName.
  35. kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode.
  36. kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3]
  37. libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters.
  38. libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD.
  39. mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially).
  40. msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL.
  41. ntdll-ATL_Thunk :: Sebastian Lackner :: Implement additional ATL Thunks.
  42. ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes
  43. ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry.
  44. ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time.
  45. ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows.
  46. ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4]
  47. ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information.
  48. ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86.
  49. ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2]
  50. ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists.
  51. ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points.
  52. ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2]
  53. ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names.
  54. ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4]
  55. ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher.
  56. quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz.
  57. riched20-IText_Interface :: Jactry Zeng :: Add COM aggregation support for IRichEditOle.
  58. riched20-IText_Interface :: Jactry Zeng :: Implement IRichEditOle and ITextDocument support for ITextServices.
  59. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}.
  60. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}.
  61. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2]
  62. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2]
  63. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3]
  64. server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6]
  65. server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2]
  66. server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2]
  67. server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7]
  68. server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes.
  69. server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3]
  70. server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7]
  71. setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW.
  72. shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests.
  73. shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7]
  74. shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath.
  75. shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32.
  76. shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy.
  77. shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey.
  78. shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version.
  79. shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW.
  80. shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions.
  81. user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect.
  82. user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key.
  83. user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases.
  84. user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots.
  85. wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLM\CurrentVersionNT.
  86. wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATA\Config Manager\Enum.
  87. winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header.
  88. wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn.
  89. wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes.
  90. winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path.
  91. 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]
  92. winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2]
  93. 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.
  94. winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together.
  95. winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications.
  96. winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists.
  97. wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap.
  98. ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME.
  99. ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile.
  100. ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton.
  101. wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW.
  102.  
  103. fixme:winediag:start_process Wine-Compholio is a Wine testing version containing experimental patches.
  104. fixme:winediag:start_process Please don't report bugs at winehq.org and use our issue tracker instead:
  105. fixme:winediag:start_process https://github.com/compholio/wine-compholio/issues
  106. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  107. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  108. Checking OpenGL ...
  109. OpenGL Vendor: Intel Open Source Technology Center
  110. OpenGL Renderer: Mesa DRI Intel(R) Ironlake Mobile x86/MMX/SSE2
  111. OpenGL Direct Rendering: True
  112. OpenGL: PASSED
  113.  
  114. Checking fonts ...
  115. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf
  116. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf
  117. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf
  118. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf
  119. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf
  120. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf
  121. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf
  122. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf
  123. Fonts: PASSED
  124.  
  125. Checking ACLs / XATTR ...
  126. ACLs: PASSED
  127.  
  128. Checking libraries...
  129. libcapi20.so.3: /usr/lib/i386-linux-gnu/libcapi20.so.3
  130. libcups.so.2: /usr/lib/i386-linux-gnu/libcups.so.2
  131. libdbus-1.so.3: /lib/i386-linux-gnu/libdbus-1.so.3
  132. libfontconfig.so.1: /usr/lib/i386-linux-gnu/libfontconfig.so.1
  133. libfreetype.so.6: /usr/lib/i386-linux-gnu/libfreetype.so.6
  134. libGL.so.1: /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  135. libgnutls-deb0.so.28: /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28
  136. libgsm.so.1: /usr/lib/i386-linux-gnu/libgsm.so.1
  137. libjpeg.so.8: /usr/lib/i386-linux-gnu/libjpeg.so.8
  138. libncurses.so.5: /lib/i386-linux-gnu/libncurses.so.5
  139. libnetapi.so: missing
  140. libodbc.so.2: /usr/lib/i386-linux-gnu/libodbc.so.2
  141. libpcap.so.0.8: /usr/lib/i386-linux-gnu/libpcap.so.0.8
  142. libpng12.so.0: /lib/i386-linux-gnu/libpng12.so.0
  143. libsane.so.1: /usr/lib/i386-linux-gnu/libsane.so.1
  144. libtiff.so.5: /usr/lib/i386-linux-gnu/libtiff.so.5
  145. libtxc_dxtn_s2tc.so.0: /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0
  146. libv4l1.so.0: /usr/lib/i386-linux-gnu/libv4l1.so.0
  147. libX11.so.6: /usr/lib/i386-linux-gnu/libX11.so.6
  148. libXcomposite.so.1: /usr/lib/i386-linux-gnu/libXcomposite.so.1
  149. libXcursor.so.1: /usr/lib/i386-linux-gnu/libXcursor.so.1
  150. libXext.so.6: /usr/lib/i386-linux-gnu/libXext.so.6
  151. libXi.so.6: /usr/lib/i386-linux-gnu/libXi.so.6
  152. libXinerama.so.1: /usr/lib/i386-linux-gnu/libXinerama.so.1
  153. libXrandr.so.2: /usr/lib/i386-linux-gnu/libXrandr.so.2
  154. libXrender.so.1: /usr/lib/i386-linux-gnu/libXrender.so.1
  155. libxslt.so.1: /usr/lib/i386-linux-gnu/libxslt.so.1
  156. libXxf86vm.so.1: /usr/lib/i386-linux-gnu/libXxf86vm.so.1
  157. Libraries: FAILURE
  158.  
  159. >> 64 bit <<
  160. wine-1.7.29 (Compholio)
  161.  
  162. Patches:
  163. Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed.
  164. Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list.
  165. Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine.
  166. Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string.
  167. Miscellaneous :: Amine Khaldi :: Silence Clang warning by removing unused TransformFilter_Vtbl.
  168. Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled.
  169. Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2]
  170. Miscellaneous :: Sebastian Lackner :: Appease the Archlinux version of gcc (4.9.1) when -Werror is enabled.
  171. Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME.
  172. Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs.
  173. Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME.
  174. Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function.
  175. Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2]
  176. Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension.
  177. Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command.
  178. atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA.
  179. comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function.
  180. configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine.
  181. configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3]
  182. d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics
  183. d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh
  184. dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications.
  185. dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers.
  186. fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2]
  187. gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32.
  188. imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx.
  189. imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions.
  190. iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack.
  191. kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic.
  192. kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32.
  193. kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode.
  194. kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2]
  195. kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName.
  196. kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode.
  197. kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3]
  198. libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters.
  199. libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD.
  200. mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially).
  201. msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL.
  202. ntdll-ATL_Thunk :: Sebastian Lackner :: Implement additional ATL Thunks.
  203. ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes
  204. ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry.
  205. ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time.
  206. ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows.
  207. ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4]
  208. ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information.
  209. ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86.
  210. ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2]
  211. ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists.
  212. ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points.
  213. ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2]
  214. ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names.
  215. ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4]
  216. ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher.
  217. quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz.
  218. riched20-IText_Interface :: Jactry Zeng :: Add COM aggregation support for IRichEditOle.
  219. riched20-IText_Interface :: Jactry Zeng :: Implement IRichEditOle and ITextDocument support for ITextServices.
  220. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}.
  221. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}.
  222. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2]
  223. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2]
  224. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3]
  225. server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6]
  226. server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2]
  227. server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2]
  228. server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7]
  229. server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes.
  230. server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3]
  231. server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7]
  232. setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW.
  233. shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests.
  234. shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7]
  235. shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath.
  236. shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32.
  237. shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy.
  238. shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey.
  239. shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version.
  240. shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW.
  241. shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions.
  242. user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect.
  243. user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key.
  244. user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases.
  245. user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots.
  246. wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLM\CurrentVersionNT.
  247. wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATA\Config Manager\Enum.
  248. winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header.
  249. wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn.
  250. wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes.
  251. winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path.
  252. 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]
  253. winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2]
  254. 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.
  255. winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together.
  256. winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications.
  257. winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists.
  258. wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap.
  259. ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME.
  260. ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile.
  261. ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton.
  262. wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW.
  263.  
  264. fixme:winediag:start_process Wine-Compholio is a Wine testing version containing experimental patches.
  265. fixme:winediag:start_process Please don't report bugs at winehq.org and use our issue tracker instead:
  266. fixme:winediag:start_process https://github.com/compholio/wine-compholio/issues
  267. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  268. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  269. Checking OpenGL ...
  270. OpenGL Vendor: Intel Open Source Technology Center
  271. OpenGL Renderer: Mesa DRI Intel(R) Ironlake Mobile
  272. OpenGL Direct Rendering: True
  273. OpenGL: PASSED
  274.  
  275. Checking fonts ...
  276. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf
  277. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf
  278. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf
  279. Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf
  280. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf
  281. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf
  282. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf
  283. Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf
  284. Fonts: PASSED
  285.  
  286. Checking ACLs / XATTR ...
  287. ACLs: PASSED
  288.  
  289. Checking libraries...
  290. libcapi20.so.3: /usr/lib/x86_64-linux-gnu/libcapi20.so.3
  291. libcups.so.2: /usr/lib/x86_64-linux-gnu/libcups.so.2
  292. libdbus-1.so.3: /lib/x86_64-linux-gnu/libdbus-1.so.3
  293. libfontconfig.so.1: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
  294. libfreetype.so.6: /usr/lib/x86_64-linux-gnu/libfreetype.so.6
  295. libGL.so.1: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
  296. libgnutls-deb0.so.28: /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28
  297. libgsm.so.1: /usr/lib/x86_64-linux-gnu/libgsm.so.1
  298. libjpeg.so.8: /usr/lib/x86_64-linux-gnu/libjpeg.so.8
  299. libncurses.so.5: /lib/x86_64-linux-gnu/libncurses.so.5
  300. libnetapi.so: missing
  301. libodbc.so.2: /usr/lib/x86_64-linux-gnu/libodbc.so.2
  302. libpcap.so.0.8: /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
  303. libpng12.so.0: /lib/x86_64-linux-gnu/libpng12.so.0
  304. libsane.so.1: /usr/lib/x86_64-linux-gnu/libsane.so.1
  305. libtiff.so.5: /usr/lib/x86_64-linux-gnu/libtiff.so.5
  306. libtxc_dxtn_s2tc.so.0: /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0
  307. libv4l1.so.0: /usr/lib/x86_64-linux-gnu/libv4l1.so.0
  308. libX11.so.6: /usr/lib/x86_64-linux-gnu/libX11.so.6
  309. libXcomposite.so.1: /usr/lib/x86_64-linux-gnu/libXcomposite.so.1
  310. libXcursor.so.1: /usr/lib/x86_64-linux-gnu/libXcursor.so.1
  311. libXext.so.6: /usr/lib/x86_64-linux-gnu/libXext.so.6
  312. libXi.so.6: /usr/lib/x86_64-linux-gnu/libXi.so.6
  313. libXinerama.so.1: /usr/lib/x86_64-linux-gnu/libXinerama.so.1
  314. libXrandr.so.2: /usr/lib/x86_64-linux-gnu/libXrandr.so.2
  315. libXrender.so.1: /usr/lib/x86_64-linux-gnu/libXrender.so.1
  316. libxslt.so.1: /usr/lib/x86_64-linux-gnu/libxslt.so.1
  317. libXxf86vm.so.1: /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1
  318. Libraries: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement