Guest User

Untitled

a guest
Oct 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [b]File :[/b]Jazz Jackrabbit 2
  2. [b]Date :[/b] 09/03/11 23:08:04
  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/edu/.PlayOnLinux//wineprefix/JazzJackrabbit2"
  10. export WINEDEBUG=""
  11. cd "/home/edu/.PlayOnLinux//wineprefix/JazzJackrabbit2/drive_c/Jazz Jackrabbit 2"
  12. POL_Wine "JAZZ2.EXE" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 09/03/11 23:08:04 - [main] Message: Debugger is starting
  16. [code language=console]
  17. /home/edu/.PlayOnLinux//plugins/Offline PlayOnLinux/scripts/lib: línea 23: /home/edu/.PlayOnLinux//configurations/plugins_conf/Offline PlayOnLinux/plugin.cfg: No existe el fichero o el directorio
  18. Jazz Jackrabbit 2: línea 6: cd: /home/edu/.PlayOnLinux//wineprefix/JazzJackrabbit2/drive_c/Jazz Jackrabbit 2: No existe el fichero o el directorio
  19. [POL_Wine] Message: Running wine- JAZZ2.EXE
  20. wine: cannot find L"C:\\windows\\system32\\JAZZ2.EXE"
  21. [POL_Wine] Message: Wine return: 2
  22. [/code]
  23. [b]Other :[/b]
Add Comment
Please, Sign In to add comment