Guest User

Untitled

a guest
Feb 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [b]File :[/b]Spotify
  2. [b]Date :[/b] 10/24/11 21:58:00
  3. [b]PlayOnLinux Version :[/b] 4.0.13
  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/shachar/.PlayOnLinux//wineprefix/Spotify"
  10. export WINEDEBUG=""
  11. cd "/home/shachar/.PlayOnLinux//wineprefix/Spotify/drive_c/Program/Spotify"
  12. POL_Wine "spotify.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/24/11 21:58:00 - [main] Message: Debugger is starting
  16. [code language=console]
  17. Spotify: rad 6: cd: /home/shachar/.PlayOnLinux//wineprefix/Spotify/drive_c/Program/Spotify: Filen eller katalogen finns inte
  18. [POL_Wine] Message: Running wine- spotify.exe
  19. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  20. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  21. wine: cannot find L"C:\\windows\\system32\\spotify.exe"
  22. [POL_Wine] Message: Wine return: 2
  23. [/code]
  24. [b]Other :[/b]
Add Comment
Please, Sign In to add comment