Results 1 to 8 of 8

Thread: Settlers VI problems in wine

  1. #1
    Join Date
    Oct 2007
    Location
    Macedonia
    Beans
    216

    Exclamation Settlers VI problems in wine

    hi
    I install Settlers VI on wine and I make update. When I try to start the game one window give me tnis

    Code:
    Insufficient privileges: you must be administrator when you run this application for the first time.
    How to be an administrator ))
    Thanks
    What doesn't kill you makes you stronger!!!

  2. #2
    Join Date
    Oct 2007
    Location
    Macedonia
    Beans
    216

    Re: Settlers VI problems in wine

    40 Reads and no one to say a word?


    p.s. I give a free beer
    What doesn't kill you makes you stronger!!!

  3. #3
    Join Date
    Jul 2006
    Location
    Switzerland
    Beans
    47
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Settlers VI problems in wine

    Try using sudo
    For instance changing a file's owner

    > chown dummy:dummy filename
    Insufficient privileges

    > sudo chown dummy:dummy filename


    or to have a permanent root shell
    > sudo su

  4. #4
    Join Date
    Oct 2007
    Location
    Macedonia
    Beans
    216

    Re: Settlers VI problems in wine

    So probably I dont need linux administrator rights. I need w\ administrators rights for that application.How to configure thats rights in wine?
    What doesn't kill you makes you stronger!!!

  5. #5
    Join Date
    Oct 2007
    Location
    Macedonia
    Beans
    216

    Re: Settlers VI problems in wine

    I try with wine and I see that the game is supported. The tester say that everything work PEFECT.
    BUT!!
    When I start the game the game ask for me to be a Administrator. I googled alot but no one dont know how to fix problem with programs who ask for administrator tights. in my case I need w\ administrator right, no linux.

    I start the game with wine and one message tel me this
    nsufficient privileges: you must be administrator when you run this application for the first time.

    i cant understand how tester start the game under wine without admin rights I send him a mail but no one reply to me
    I report to wine bugs and no one dont have a clue how to fix the problem with programs who ask for a admin rights.

    I think about making crack by bypassing the check for admins.
    Any sugestions how to do this? Or what tools to use ?
    )))
    What doesn't kill you makes you stronger!!!

  6. #6
    Join Date
    Jul 2006
    Location
    Switzerland
    Beans
    47
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Settlers VI problems in wine

    I dunno but you could try
    > sudo wine path/To/SettlersVI/Exe

    if you run wine as root, maybe it defaults to administrator

    just a wild guess.....

  7. #7
    Join Date
    Jun 2006
    Beans
    5
    Distro
    Kubuntu 6.06

    Re: Settlers VI problems in wine

    Don't run wine as root

    It will screw up your wine by messing with permissions on files.

    I think the error you are getting is because of the game's copy protection. It wants to install some drivers or something nasty. Get a cracked exe for the game from gamecopyworld or similar, try it then.

  8. #8
    Join Date
    May 2008
    Beans
    9

    Re: Settlers VI problems in wine

    Quote Originally Posted by willix View Post
    I dunno but you could try
    > sudo wine path/To/SettlersVI/Exe

    if you run wine as root, maybe it defaults to administrator

    just a wild guess.....
    Don't give advice on the things you are uncertain about! From http://wiki.winehq.org/FAQ:

    "7.9. Should I run Wine as root?

    NEVER run Wine as root! Doing so gives Windows programs (and viruses) full access to your computer and every piece of media attached to it. Running with sudo also has these same risks but with the added bonus of breaking the permission on the users ~/.wine folder in the process. If you have run Wine with sudo you need to sudo rm -rf ~/.wine and then run winecfg to set wine back up. You should run Wine as the normal user you use to login.

    For Linux Systems all ideas that wine needs root can be solved through Posix Capabilities http://www.linuxjournal.com/article/5737 or Posix File Capabilities http://www.ibm.com/developerworks/li...-posixcap.html or correcting other security settings.

    7.10. So, I ran wine with sudo or as root, how do I fix my permission errors?

    You need to delete your ~/.wine directory, this is where all wine state, configuration and any important data you might have such as installed programs, saved data within wine programs etc. Once you delete or move this directory, rerun wine as a regular user always! Run the following to delete your ~/.wine directory if it now has root permissions.

    sudo rm -rvf ~/.wine"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •