Guest User

Untitled

a guest
Oct 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [b]File :[/b]iTunes 10
  2. [b]Date :[/b] 09/01/11 15:57:23
  3. [b]PlayOnLinux Version :[/b] 4.0.11
  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/tarek/.PlayOnLinux//wineprefix/iTunes10"
  10. export WINEDEBUG=""
  11. cd "/home/tarek/.PlayOnLinux//wineprefix/iTunes10/drive_c/Program Files/iTunes"
  12. POL_Wine "iTunes.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 09/01/11 15:57:23 - [main] Message: Debugger is starting
  16. [code language=console]
  17. iTunes 10: line 6: cd: /home/tarek/.PlayOnLinux//wineprefix/iTunes10/drive_c/Program Files/iTunes: No such file or directory
  18. [POL_Wine] Message: Running wine- iTunes.exe
  19. wine: cannot find L"C:\\windows\\system32\\iTunes.exe"
  20. [POL_Wine] Message: Wine return: 2
  21. [/code]
  22. [b]Other :[/b]
Add Comment
Please, Sign In to add comment