Guest User

Untitled

a guest
Jan 22nd, 2018
83
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]Silent Hill 2
  2. [b]Date :[/b] 10/15/11 14:21:33
  3. [b]PlayOnMac 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="/Users/Tom/Library/PlayOnMac//wineprefix/SH2"
  10. export WINEDEBUG=""
  11. cd "/Users/Tom/Library/PlayOnMac//wineprefix/SH2/drive_c/Program Files/Konami/Silent Hill 2"
  12. POL_Wine "sh2pc.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/15/11 14:21:33 - [main] Message: Debugger is starting
  16. [code language=console]
  17. Silent Hill 2: line 6: cd: /Users/Tom/Library/PlayOnMac//wineprefix/SH2/drive_c/Program Files/Konami/Silent Hill 2: No such file or directory
  18. [POL_Wine] Message: Running wine- sh2pc.exe
  19. wine: cannot find L"C:\\windows\\system32\\sh2pc.exe"
  20. [POL_Wine] Message: Wine return: 2
  21. [/code]
  22. [b]Other :[/b]
Add Comment
Please, Sign In to add comment