Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [b]File :[/b]Fable III
  2. [b]Date :[/b] 10/26/11 00:37:22
  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/leonardbarlow/Library/PlayOnMac//wineprefix/fable3"
  10. export WINEDEBUG=""
  11. cd "/Users/leonardbarlow/Library/PlayOnMac//wineprefix/fable3/drive_c/.//Program Files/Microsoft Games/Fable III"
  12. POL_Wine "Fable3.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 10/26/11 00:37:22 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.3.23, x86
  18. [POL_Wine_SetVersionEnv] Message: "/Users/leonardbarlow/Library/PlayOnMac//wine/darwin-x86/1.3.23" exists
  19. [POL_Wine] Message: Running wine-1.3.23 Fable3.exe
  20. fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT" (9.0.21022.8)
  21. fixme:heap:HeapSetInformation 0x110000 0 0x33fdf4 4
  22. [POL_Wine] Message: Wine return: 255
  23. [/code]
  24. [b]Other :[/b]
Add Comment
Please, Sign In to add comment