Guest User

Untitled

a guest
Nov 24th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [b]File :[/b]Steam
  2. [b]Date :[/b] 09/14/11 00:10:37
  3. [b]PlayOnLinux Version :[/b] 4.0.12
  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/me/.PlayOnLinux//wineprefix/Steam"
  10. export WINEDEBUG=""
  11. cd "/home/me/.PlayOnLinux//wineprefix/Steam/drive_c/./Program Files/Steam"
  12. POL_Wine "Steam.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 09/14/11 00:10:37 - [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/me/.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. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  22. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  23. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  24. fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
  25. fixme:toolhelp:Heap32ListFirst : stub
  26. err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered
  27. err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1
  28. fixme:wbemprox:wbem_locator_ConnectServer 0x5250f10, L"ROOT\\CIMV2", (null), (null), (null), 0x00000080, (null), (nil), 0x490c848)
  29. err:ole:CoGetClassObject class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  30. err:ole:CoGetClassObject class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  31. err:ole:create_server class {dff32fea-3331-48da-a272-ccfc238695be} not registered
  32. fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
  33. err:ole:CoGetClassObject no class object {dff32fea-3331-48da-a272-ccfc238695be} could be created for context 0x17
  34. fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
  35. fixme:win:RegisterDeviceNotificationA (hwnd=0x20160, filter=0x32d5d0,flags=0x00000004) returns a fake device notification handle!
  36. fixme:d3d_caps:select_card_intel_mesa Card selection not handled for Mesa Intel driver
  37. fixme:d3d_caps:init_driver_info Unhandled vendor 8086.
  38. fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
  39. [POL_Wine] Message: Wine return: 1
  40. [/code]
  41. [b]Other :[/b]
Add Comment
Please, Sign In to add comment