Advertisement
Guest User

pipelight system check

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