Guest User

Untitled

a guest
Feb 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [b]File :[/b]ATC3 Menu
  2. [b]Date :[/b] 10/26/11 21:30:47
  3. [b]PlayOnMac 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="/Users/maxvandergeugten/Library/PlayOnMac//wineprefix/ATC3"
  10. export WINEDEBUG=""
  11. cd "/Users/maxvandergeugten/Library/PlayOnMac//wineprefix/ATC3/drive_c/.//@DD.ATC3.Root/backup"
  12. POL_Wine "atc3menu.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/26/11 21:30:48 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine] Message: Running wine- atc3menu.exe
  18. wine: cannot find the server port: 0x0000044e
  19. [POL_Wine] Message: Wine return: 1
  20. [/code]
  21. [b]Other :[/b]
Add Comment
Please, Sign In to add comment