Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. tom@silver:/tmp/SunriderEpisode1-all$ ls -l *.exe
  2. -rwxrwxrwx 1 tom tom 94720 Apr 2 2014 SunriderEpisode1.exe
  3. tom@silver:/tmp/SunriderEpisode1-all$ wine SunriderEpisode1.exe
  4. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
  5. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
  6. fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
  7.  
  8. tom@silver:/tmp/SunriderEpisode1-all$ sudo chown video:video SunriderEpisode1.exe
  9. [sudo] password for tom:
  10. tom@silver:/tmp/SunriderEpisode1-all$ ls -l *.exe
  11. -rwxrwxrwx 1 video video 94720 Apr 2 2014 SunriderEpisode1.exe
  12.  
  13. tom@silver:/tmp/SunriderEpisode1-all$ wine SunriderEpisode1.exe
  14. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
  15. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
  16. fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
  17.  
  18. tom@silver:/tmp/SunriderEpisode1-all$ sudo chown -R video:video ~/.wine
  19. tom@silver:/tmp/SunriderEpisode1-all$ wine SunriderEpisode1.exe
  20. wine: /media/sda4/tom/.wine is not owned by you
  21. tom@silver:/tmp/SunriderEpisode1-all$ wine --version
  22. wine-1.7.28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement