Advertisement
Guest User

Prince of Persia : Les Sables du Temps

a guest
May 2nd, 2012
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [b]File :[/b]Prince of Persia : Les Sables du Temps
  2. [b]Date :[/b] 05/02/12 12:54:46
  3. [b]PlayOnLinux Version :[/b] 4.0.17
  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/aurelien/.PlayOnLinux//wineprefix/PoP-SandsOfTime"
  10. export WINEDEBUG=""
  11. cd "/home/aurelien/.PlayOnLinux//wineprefix/PoP-SandsOfTime/drive_c/./Program Files/UBISOFT/Prince of Persia Les Sables du Temps"
  12. POL_Wine PrinceOfPersia.EXE $@
  13. [/code]
  14. [b]Output :[/b]
  15. 05/02/12 12:54:46 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_System_CheckFS] Message: Checking filesystem for PrinceOfPersia.EXE
  18. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.2.3, x86
  19. [POL_Wine_SetVersionEnv] Message: "/home/aurelien/.PlayOnLinux//wine/linux-x86/1.2.3" exists
  20. [POL_Wine] Message: Running wine-1.2.3 PrinceOfPersia.EXE
  21. [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
  22. [POL_Wine] Message: Wine return: 5
  23. [/code]
  24. [b]Other :[/b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement