Guest User

Untitled

a guest
Apr 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [b]File :[/b]Wizard101
  2. [b]Date :[/b] 12/06/11 15:14:51
  3. [b]PlayOnMac Version :[/b] 4.0.14
  4. [b]File content :[/b]
  5. [code language=playonlinux]
  6. #!/bin/bash
  7. [ "$PLAYONLINUX" = "" ] \&\& exit 0
  8. source "$PLAYONLINUX/lib/sources"
  9. export WINEPREFIX="/Users/admin/Library/PlayOnMac//wineprefix/default"
  10. export WINEDEBUG=""
  11. cd "/Users/admin/Library/PlayOnMac//wineprefix/default/drive_c/."
  12. POL_Wine "" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 12/06/11 15:14:51 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine] Message: Running wine-
  18. wine: cannot find ''
  19. [POL_Wine] Message: Wine return: 87
  20. [/code]
  21. [b]Other :[/b]
Add Comment
Please, Sign In to add comment