Guest User

Untitled

a guest
Nov 23rd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [b]File :[/b]Steam
  2. [b]Date :[/b] 09/12/11 21:41:03
  3. [b]PlayOnLinux Version :[/b] 4.0.11
  4. [b]File content :[/b]
  5. [code language=playonlinux]
  6. #!/bin/bash
  7. [ "$PLAYONLINUX" = "" ] \&\& exit 0
  8. source "$PLAYONLINUX/lib/sources"
  9. export WINEPREFIX="/home/taters/.PlayOnLinux//wineprefix/Steam"
  10. export WINEDEBUG=""
  11. cd "/home/taters/.PlayOnLinux//wineprefix/Steam/drive_c/./Program Files/Steam"
  12. POL_Wine "Steam.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 09/12/11 21:41:04 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.2.3, x86
  18. [POL_Wine_SetVersionEnv] Message: "/home/taters/.PlayOnLinux//wine/linux-x86/1.2.3" exists
  19. [POL_Wine] Message: Running wine-1.2.3 Steam.exe
  20. fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
  21. err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
  22. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
  23. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  24. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  25. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  26. fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
  27. fixme:toolhelp:Heap32ListFirst : stub
  28. err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
  29. err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
  30. err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
  31. err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered
  32. err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1
  33. fixme:wbemprox:wbem_locator_ConnectServer 0x1d5e10, L"ROOT\\CIMV2", (null), (null), (null), 0x00000080, (null), (nil), 0x490c950)
  34. err:ole:CoGetClassObject class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  35. err:ole:CoGetClassObject class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  36. err:ole:create_server class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  37. fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
  38. err:ole:CoGetClassObject no class object {dff32fea-3331-48da-a272-ccfc238695be} could be created for context 0x17
  39. fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
  40. fixme:win:RegisterDeviceNotificationA (hwnd=0x100b6, filter=0x32d5d0,flags=0x00000004) returns a fake device notification handle!
  41. fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
  42. fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
  43. fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
  44. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  45. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  46. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  47. fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 4 and card vendor 0000.
  48. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  49. [POL_Wine] Message: Wine return: 1
  50. [/code]
  51. [b]Other :[/b]
Add Comment
Please, Sign In to add comment