Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. I wanted to install the app on <https://www.jetbrains.com/decompiler> in wine.
  2. Did run <winetricks dotnet40>
  3. <wine --version> gives <wine-1.6.2>
  4. <winetricks --version> gives <20140302>
  5.  
  6. <wine JetBrains.dotPeek.2015.2.web.exe> gives:
  7. ---snip----------------------
  8. err:service:service_send_start_message service L"clr_optimization_v4.0.30319_32" failed to start
  9. fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_32" failed to start: 1053
  10. fixme:thread:SetThreadStackGuarantee (0x33fa64): stub
  11. err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
  12. fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Build.Framework"
  13. fixme:shell:URL_ParseUrl failed to parse L"JetBrains.Platform.Installer.Bootstrap"
  14. fixme:shell:URL_ParseUrl failed to parse L"System.Core"
  15. fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
  16. fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
  17. fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
  18. fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
  19. fixme:shell:URL_ParseUrl failed to parse L"System"
  20. fixme:advapi:RegisterTraceGuidsW (0x550b9c5c, 0x5516e048, {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x33c17c, (null), (null), 0x5516e048,): stub
  21. fixme:advapi:RegisterTraceGuidsW (0xa2ea8a, (nil), {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x33e100, (null), (null), 0x33e108,): stub
  22. fixme:shell:URL_ParseUrl failed to parse L"UIAutomationTypes"
  23. fixme:advapi:RegisterTraceGuidsW (0xa2e902, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33dfb0, (null), (null), 0xda8b9c,): stub
  24. fixme:shell:URL_ParseUrl failed to parse L"JetBrains.Platform.Installer.Bootstrap.resources"
  25. fixme:shell:URL_ParseUrl failed to parse L"JetBrains.Platform.Installer.Bootstrap.resources"
  26. fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework.resources"
  27. fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework.resources"
  28. fixme:msg:ChangeWindowMessageFilter c047 00000001
  29. fixme:advapi:RegisterTraceGuidsW (0x56216bfc, 0x56263028, {0635afbf-f587-4fe5-a020-edca759acbd9}, 1, 0x33e290, (null), (null), 0x56263028,): stub
  30. err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  31. fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
  32. fixme:wer:WerRegisterMemoryBlock (0x56263970 352) stub
  33. fixme:wer:WerRegisterMemoryBlock (0x5626345c 4) stub
  34. fixme:wer:WerRegisterMemoryBlock (0x551759b0 6144) stub
  35. fixme:wer:WerRegisterMemoryBlock (0x551759ac 4) stub
  36. fixme:advapi:RegisterTraceGuidsW (0xa2ec32, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33c82c, (null), (null), 0xe059b4,): stub
  37. fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
  38. fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
  39. fixme:shell:URL_ParseUrl failed to parse L"System.Xaml.resources"
  40. fixme:shell:URL_ParseUrl failed to parse L"System.Xaml.resources"
  41. fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
  42. fixme:advapi:UnregisterTraceGuids 0: stub
  43. ---snap----------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement