Guest User

Untitled

a guest
Jan 22nd, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [b]File :[/b]Spotify
  2. [b]Date :[/b] 10/14/11 16:27:00
  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/ivan/.PlayOnLinux//wineprefix/Spotify"
  10. export WINEDEBUG=""
  11. cd "/home/ivan/.PlayOnLinux//wineprefix/Spotify/drive_c/Archivos de programa/Spotify"
  12. POL_Wine "spotify.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/14/11 16:27:00 - [main] Message: Debugger is starting
  16. [code language=console]
  17. Spotify: línea 6: cd: /home/ivan/.PlayOnLinux//wineprefix/Spotify/drive_c/Archivos de programa/Spotify: No existe el fichero o el directorio
  18. [POL_Wine] Message: Running wine- spotify.exe
  19. wine: cannot find L"C:\\windows\\system32\\spotify.exe"
  20. [POL_Wine] Message: Wine return: 2
  21. [/code]
  22. [b]Other :[/b]
Add Comment
Please, Sign In to add comment