Guest User

Untitled

a guest
Oct 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [b]File :[/b]Adobe Photoshop CS4
  2. [b]Date :[/b] 08/31/11 00:52:29
  3. [b]PlayOnLinux Version :[/b] 4.0.9
  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/valentina/.PlayOnLinux//wineprefix/PSCS4"
  10. export WINEDEBUG=""
  11. cd "/home/valentina/.PlayOnLinux//wineprefix/PSCS4/drive_c/."
  12. POL_Wine "" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 08/31/11 00:52:29 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine_AutoSetVersionEnv] Message: Reading version : 1.1.22
  18. [POL_Wine_AutoSetVersionEnv] Message: wineprefix : /home/valentina/.PlayOnLinux//wineprefix/PSCS4
  19. [POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.1.22, x86
  20. [POL_Wine_SetVersionEnv] Message: "/home/valentina/.PlayOnLinux//wine/linux-x86/1.1.22" exists
  21. [POL_Wine] Message: Running wine-1.1.22
  22. wine: could not load L"C:\\windows\\system32\\.exe": Module not found
  23. [/code]
  24. [b]Other :[/b]
Add Comment
Please, Sign In to add comment