Advertisement
Guest User

Untitled

a guest
Dec 26th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. [b]File :[/b]Stronghold
  2. [b]Date :[/b] 12/27/11 04:36:00
  3. [b]PlayOnLinux Version :[/b] 4.0.14
  4. [b]File content :[/b]
  5. [code language%3Dplayonlinux]
  6. #!/bin/bash
  7. [ "$PLAYONLINUX" = "" ] && exit 0
  8. source "$PLAYONLINUX/lib/sources"
  9. export WINEPREFIX="/home/kasper/.PlayOnLinux//wineprefix/Stronghold"
  10. export WINEDEBUG=""
  11. #POL_Log=Manual installation_1324951847
  12. cd "/home/kasper/.PlayOnLinux//wineprefix/Stronghold/drive_c/./Program Files/Firefly Studios/Stronghold"
  13. POL_Wine "Stronghold.exe" $@
  14. [/code]
  15. [b]Install output Manual installation_1324951847:[/b]
  16. [b]Output :[/b]
  17. 12/27/11 04:36:00 - [main] Message: Debugger is starting
  18. [code language%3Dconsole]
  19. [POL_Wine] Message: Running wine- Stronghold.exe
  20. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
  21. err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
  22. err:module:import_dll Library DPLAYX.DLL (which is needed by L"C:\\Program Files\\Firefly Studios\\Stronghold\\Stronghold.exe") not found
  23. err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Firefly Studios\\Stronghold\\Stronghold.exe" failed, status c0000135
  24. [POL_Wine] Message: Wine return: 53
  25. [/code]
  26. [b]Other :[/b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement