Guest User

Untitled

a guest
Feb 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [b]File :[/b]Lara Croft and the Guardian of Light
  2. [b]Date :[/b] 10/27/11 20:48:19
  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/elgustavo8/.PlayOnLinux//wineprefix/LCGOL"
  10. export WINEDEBUG=""
  11. cd "/home/elgustavo8/.PlayOnLinux//wineprefix/LCGOL/drive_c/."
  12. POL_Wine "" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/27/11 20:48:19 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.3.23, x86
  18. [POL_Wine_SetVersionEnv] Message: "/home/elgustavo8/.PlayOnLinux//wine/linux-x86/1.3.23" exists
  19. [POL_Wine] Message: Running wine-1.3.23
  20. wine: cannot find ''
  21. [POL_Wine] Message: Wine return: 87
  22. [/code]
  23. [b]Other :[/b]
Add Comment
Please, Sign In to add comment