Guest User

Untitled

a guest
Jun 24th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. [b]File :[/b]Jazz Jackrabbit 2
  2. [b]Date :[/b] 02/14/12 22:48:50
  3. [b]PlayOnLinux 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="/home/ari/.PlayOnLinux//wineprefix/JazzJackrabbit2"
  10. export WINEDEBUG=""
  11. cd "/home/ari/.PlayOnLinux//wineprefix/JazzJackrabbit2/drive_c/Jazz Jackrabbit 2"
  12. POL_Wine "JAZZ2.EXE" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 02/14/12 22:48:50 - [main] Message: Debugger is starting
  16. [code language=console]
  17. Jazz Jackrabbit 2: rivi 6: cd: /home/ari/.PlayOnLinux//wineprefix/JazzJackrabbit2/drive_c/Jazz Jackrabbit 2: Tiedostoa tai hakemistoa ei ole
  18. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.3.27, x86
  19. [POL_Wine_SetVersionEnv] Message: "/home/ari/.PlayOnLinux//wine/linux-x86/1.3.27" exists
  20. [POL_Wine] Message: Running wine-1.3.27 JAZZ2.EXE
  21. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  22. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  23. wine: cannot find L"C:\\windows\\system32\\JAZZ2.EXE"
  24. [POL_Wine] Message: Wine return: 2
  25. [/code]
  26. [b]Other :[/b]
Add Comment
Please, Sign In to add comment