Guest User

Untitled

a guest
Jan 23rd, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [b]File :[/b]Prince of Persia: Warrior Within
  2. [b]Date :[/b] 10/16/11 09:46:49
  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/zwk/.PlayOnLinux//wineprefix/PoP-WarriorWithin"
  10. export WINEDEBUG=""
  11. cd "/home/zwk/.PlayOnLinux//wineprefix/PoP-WarriorWithin/drive_c/./Program Files/Ubisoft/Prince of Persia Warrior Within"
  12. POL_Wine "PrinceOfPersia.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/16/11 09:46:49 - [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/zwk/.PlayOnLinux//wine/linux-x86/1.2.3" exists
  19. [POL_Wine] Message: Running wine-1.2.3 PrinceOfPersia.exe
  20. err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"dxdiagn.dll"
  21. err:ole:CoGetClassObject no class object {a65b8071-3bfe-4213-9a5b-491da4461ca7} could be created for context 0x1
  22. err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"dxdiagn.dll"
  23. err:ole:CoGetClassObject no class object {a65b8071-3bfe-4213-9a5b-491da4461ca7} could be created for context 0x1
  24. fixme:d3d_caps:select_card_intel_mesa Card selection not handled for Mesa Intel driver
  25. fixme:d3d_caps:init_driver_info Unhandled vendor 8086.
  26. [POL_Wine] Message: Wine return: 5
  27. [/code]
  28. [b]Other :[/b]
Add Comment
Please, Sign In to add comment