Installing wine-overwatch: “Something went wrong trying to create a directory”

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm attempting to follow these instructions for installing Overwatch on Ubuntu 16.04.



The only difference is instead of installing to my home drive (which is networked), I'm installing to a local /shared/$USER/ which I have permissions on. ($USER variable wasn't working so I had to use the username directly)



When I get to the install step, by running:



WINEPREFIX='/home/myuser/.overwatch' WINE='/shared/myuser/wine-overwatch/bin/wine64' /shared/myuser/wine-overwatch/bin/wine64 /shared/myuser/Downloads/Overwatch-Setup.exe


I get the installer popping up with this error:




Something went wrong trying to create a directory
("C:/ProgramData/Battle.new/Agent"). Please ensure you have permission
to create the directory and try again.




Where is this directory so I can check permissions?



Here are the permissions on /shared/myuser



:/shared/myuser$ ls -al
total 6152596
drwxr-xr-x 7 myuser 10043 4096 Dec 5 13:28 .
drwxrwxrwx 4 root root 4096 Dec 5 13:25 ..
-rw-r--r-- 1 myuser 10043 3949552 Dec 5 13:25 Overwatch-Setup.exe
drwxr-xr-x 13 myuser 10043 4096 Jun 28 09:41 .PlayOnLinux
drwxr-xr-x 2 myuser 10043 4096 May 30 2017 steamapps
drwxr-xr-x 6 myuser 10043 4096 Sep 22 11:59 wine-overwatch






share|improve this question
























    up vote
    0
    down vote

    favorite












    I'm attempting to follow these instructions for installing Overwatch on Ubuntu 16.04.



    The only difference is instead of installing to my home drive (which is networked), I'm installing to a local /shared/$USER/ which I have permissions on. ($USER variable wasn't working so I had to use the username directly)



    When I get to the install step, by running:



    WINEPREFIX='/home/myuser/.overwatch' WINE='/shared/myuser/wine-overwatch/bin/wine64' /shared/myuser/wine-overwatch/bin/wine64 /shared/myuser/Downloads/Overwatch-Setup.exe


    I get the installer popping up with this error:




    Something went wrong trying to create a directory
    ("C:/ProgramData/Battle.new/Agent"). Please ensure you have permission
    to create the directory and try again.




    Where is this directory so I can check permissions?



    Here are the permissions on /shared/myuser



    :/shared/myuser$ ls -al
    total 6152596
    drwxr-xr-x 7 myuser 10043 4096 Dec 5 13:28 .
    drwxrwxrwx 4 root root 4096 Dec 5 13:25 ..
    -rw-r--r-- 1 myuser 10043 3949552 Dec 5 13:25 Overwatch-Setup.exe
    drwxr-xr-x 13 myuser 10043 4096 Jun 28 09:41 .PlayOnLinux
    drwxr-xr-x 2 myuser 10043 4096 May 30 2017 steamapps
    drwxr-xr-x 6 myuser 10043 4096 Sep 22 11:59 wine-overwatch






    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm attempting to follow these instructions for installing Overwatch on Ubuntu 16.04.



      The only difference is instead of installing to my home drive (which is networked), I'm installing to a local /shared/$USER/ which I have permissions on. ($USER variable wasn't working so I had to use the username directly)



      When I get to the install step, by running:



      WINEPREFIX='/home/myuser/.overwatch' WINE='/shared/myuser/wine-overwatch/bin/wine64' /shared/myuser/wine-overwatch/bin/wine64 /shared/myuser/Downloads/Overwatch-Setup.exe


      I get the installer popping up with this error:




      Something went wrong trying to create a directory
      ("C:/ProgramData/Battle.new/Agent"). Please ensure you have permission
      to create the directory and try again.




      Where is this directory so I can check permissions?



      Here are the permissions on /shared/myuser



      :/shared/myuser$ ls -al
      total 6152596
      drwxr-xr-x 7 myuser 10043 4096 Dec 5 13:28 .
      drwxrwxrwx 4 root root 4096 Dec 5 13:25 ..
      -rw-r--r-- 1 myuser 10043 3949552 Dec 5 13:25 Overwatch-Setup.exe
      drwxr-xr-x 13 myuser 10043 4096 Jun 28 09:41 .PlayOnLinux
      drwxr-xr-x 2 myuser 10043 4096 May 30 2017 steamapps
      drwxr-xr-x 6 myuser 10043 4096 Sep 22 11:59 wine-overwatch






      share|improve this question












      I'm attempting to follow these instructions for installing Overwatch on Ubuntu 16.04.



      The only difference is instead of installing to my home drive (which is networked), I'm installing to a local /shared/$USER/ which I have permissions on. ($USER variable wasn't working so I had to use the username directly)



      When I get to the install step, by running:



      WINEPREFIX='/home/myuser/.overwatch' WINE='/shared/myuser/wine-overwatch/bin/wine64' /shared/myuser/wine-overwatch/bin/wine64 /shared/myuser/Downloads/Overwatch-Setup.exe


      I get the installer popping up with this error:




      Something went wrong trying to create a directory
      ("C:/ProgramData/Battle.new/Agent"). Please ensure you have permission
      to create the directory and try again.




      Where is this directory so I can check permissions?



      Here are the permissions on /shared/myuser



      :/shared/myuser$ ls -al
      total 6152596
      drwxr-xr-x 7 myuser 10043 4096 Dec 5 13:28 .
      drwxrwxrwx 4 root root 4096 Dec 5 13:25 ..
      -rw-r--r-- 1 myuser 10043 3949552 Dec 5 13:25 Overwatch-Setup.exe
      drwxr-xr-x 13 myuser 10043 4096 Jun 28 09:41 .PlayOnLinux
      drwxr-xr-x 2 myuser 10043 4096 May 30 2017 steamapps
      drwxr-xr-x 6 myuser 10043 4096 Sep 22 11:59 wine-overwatch








      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 6 '17 at 0:02









      43Tesseracts

      5941512




      5941512




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          In Wine, C: translates by default to drive_c in the Wine prefix, so C:/ProgramData/Battle.new/Agent is /home/myuser/.overwatch/drive_c/ProgramData/Battle.new/Agent.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409059%2finstalling-wine-overwatch-something-went-wrong-trying-to-create-a-directory%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            In Wine, C: translates by default to drive_c in the Wine prefix, so C:/ProgramData/Battle.new/Agent is /home/myuser/.overwatch/drive_c/ProgramData/Battle.new/Agent.






            share|improve this answer
























              up vote
              0
              down vote













              In Wine, C: translates by default to drive_c in the Wine prefix, so C:/ProgramData/Battle.new/Agent is /home/myuser/.overwatch/drive_c/ProgramData/Battle.new/Agent.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                In Wine, C: translates by default to drive_c in the Wine prefix, so C:/ProgramData/Battle.new/Agent is /home/myuser/.overwatch/drive_c/ProgramData/Battle.new/Agent.






                share|improve this answer












                In Wine, C: translates by default to drive_c in the Wine prefix, so C:/ProgramData/Battle.new/Agent is /home/myuser/.overwatch/drive_c/ProgramData/Battle.new/Agent.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 6 '17 at 5:38









                Stephen Kitt

                143k22310374




                143k22310374



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409059%2finstalling-wine-overwatch-something-went-wrong-trying-to-create-a-directory%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay