Guest User

Untitled

a guest
Apr 26th, 2018
83
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]The Sims 3
  2. [b]Date :[/b] 12/11/11 20:28:46
  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/mama/.PlayOnLinux//wineprefix/TheSims3"
  10. export WINEDEBUG=""
  11. cd "/home/mama/.PlayOnLinux//wineprefix/TheSims3/drive_c/./Program Files/The Sims 3/Game/Bin"
  12. POL_Wine "TS3.exe" $@
  13. [/code]
  14. [b]Output :[/b]
  15. 12/11/11 20:28:46 - [main] Message: Debugger is starting
  16. [code language=console]
  17. [POL_Wine] Message: Running wine- TS3.exe
  18. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  19. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  20. fixme:iphlpapi:NotifyAddrChange (Handle 0xebe8fc, overlapped 0xebe8e0): stub
  21. wine: configuration in '/home/mama/.PlayOnLinux//wineprefix/TheSims3' has been updated.
  22. [POL_Wine] Message: Wine return: 255
  23. [/code]
  24. [b]Other :[/b]
Add Comment
Please, Sign In to add comment