Wine crashed on playonlinux












1















I am working on Ubuntu 12.04.I downloaded playonlinux and then prince of persia-the two thrones which started to install wine then wine(gecko) which stopped responding during downloading so I aborted it.Next time when I started downloading it asked me to either create a new virtual drive or abort installation but proceeding further both displayed same error that wine seems to have been crashed.I went throughout the issues related to this but did not find any answer.Please guide me to take further actions.










share|improve this question





























    1















    I am working on Ubuntu 12.04.I downloaded playonlinux and then prince of persia-the two thrones which started to install wine then wine(gecko) which stopped responding during downloading so I aborted it.Next time when I started downloading it asked me to either create a new virtual drive or abort installation but proceeding further both displayed same error that wine seems to have been crashed.I went throughout the issues related to this but did not find any answer.Please guide me to take further actions.










    share|improve this question



























      1












      1








      1


      1






      I am working on Ubuntu 12.04.I downloaded playonlinux and then prince of persia-the two thrones which started to install wine then wine(gecko) which stopped responding during downloading so I aborted it.Next time when I started downloading it asked me to either create a new virtual drive or abort installation but proceeding further both displayed same error that wine seems to have been crashed.I went throughout the issues related to this but did not find any answer.Please guide me to take further actions.










      share|improve this question
















      I am working on Ubuntu 12.04.I downloaded playonlinux and then prince of persia-the two thrones which started to install wine then wine(gecko) which stopped responding during downloading so I aborted it.Next time when I started downloading it asked me to either create a new virtual drive or abort installation but proceeding further both displayed same error that wine seems to have been crashed.I went throughout the issues related to this but did not find any answer.Please guide me to take further actions.







      wine crash playonlinux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 28 '15 at 11:46







      Rahul Raj

















      asked Oct 25 '15 at 19:08









      Rahul RajRahul Raj

      1332215




      1332215






















          2 Answers
          2






          active

          oldest

          votes


















          3














          PlayOnLinux is a "helper application" for Wine. Wine is the "translation layer" that allows windows programs to run on linux. However the configuration of wine can be anything from easy to very difficult. This is where PlayOnLinux helps.



          PlayOnLinux is two things:




          • a repository of "recepies" that can automatically download/install/configure windows programs.


          • A Wine-Container-Manager. This is what they call "virtual drive".



          The recepies are there that the normal user does not need to deal with the gory details of wine configuration. The containers (virtual drives) are the killer-feature of this application, because: for each container you can define (and change) the wine version to use.



          By default each application is installed into its own container. But you can create a container for each application you install, or you can install all your applications in a single container.



          Install a Program



          Although it says "Install a program" it will only invoke the recepie for the selected program. Some commercial programs will require you to have the original windows- installation media (CD/DVD) ready. Generally it can only do "the complete installation job" if the program is open source. I don't know the status of "The two thrones".



          To address your issue:



          I suggest you delete the container you've created. Then you can start over to install anything you want. To delete the container you do:




          • Select "Configure"

          • in the new window, in the left pane, click on the container you want to delete

          • click the "Remove" button below.






          share|improve this answer































            0














            Try these commands to install wine




            1. sudo dpkg --add-i386

            2. sudo apt-get update

            3. sudo apt-get install wine:i386


            [Reference]



            https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f689869%2fwine-crashed-on-playonlinux%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3














              PlayOnLinux is a "helper application" for Wine. Wine is the "translation layer" that allows windows programs to run on linux. However the configuration of wine can be anything from easy to very difficult. This is where PlayOnLinux helps.



              PlayOnLinux is two things:




              • a repository of "recepies" that can automatically download/install/configure windows programs.


              • A Wine-Container-Manager. This is what they call "virtual drive".



              The recepies are there that the normal user does not need to deal with the gory details of wine configuration. The containers (virtual drives) are the killer-feature of this application, because: for each container you can define (and change) the wine version to use.



              By default each application is installed into its own container. But you can create a container for each application you install, or you can install all your applications in a single container.



              Install a Program



              Although it says "Install a program" it will only invoke the recepie for the selected program. Some commercial programs will require you to have the original windows- installation media (CD/DVD) ready. Generally it can only do "the complete installation job" if the program is open source. I don't know the status of "The two thrones".



              To address your issue:



              I suggest you delete the container you've created. Then you can start over to install anything you want. To delete the container you do:




              • Select "Configure"

              • in the new window, in the left pane, click on the container you want to delete

              • click the "Remove" button below.






              share|improve this answer




























                3














                PlayOnLinux is a "helper application" for Wine. Wine is the "translation layer" that allows windows programs to run on linux. However the configuration of wine can be anything from easy to very difficult. This is where PlayOnLinux helps.



                PlayOnLinux is two things:




                • a repository of "recepies" that can automatically download/install/configure windows programs.


                • A Wine-Container-Manager. This is what they call "virtual drive".



                The recepies are there that the normal user does not need to deal with the gory details of wine configuration. The containers (virtual drives) are the killer-feature of this application, because: for each container you can define (and change) the wine version to use.



                By default each application is installed into its own container. But you can create a container for each application you install, or you can install all your applications in a single container.



                Install a Program



                Although it says "Install a program" it will only invoke the recepie for the selected program. Some commercial programs will require you to have the original windows- installation media (CD/DVD) ready. Generally it can only do "the complete installation job" if the program is open source. I don't know the status of "The two thrones".



                To address your issue:



                I suggest you delete the container you've created. Then you can start over to install anything you want. To delete the container you do:




                • Select "Configure"

                • in the new window, in the left pane, click on the container you want to delete

                • click the "Remove" button below.






                share|improve this answer


























                  3












                  3








                  3







                  PlayOnLinux is a "helper application" for Wine. Wine is the "translation layer" that allows windows programs to run on linux. However the configuration of wine can be anything from easy to very difficult. This is where PlayOnLinux helps.



                  PlayOnLinux is two things:




                  • a repository of "recepies" that can automatically download/install/configure windows programs.


                  • A Wine-Container-Manager. This is what they call "virtual drive".



                  The recepies are there that the normal user does not need to deal with the gory details of wine configuration. The containers (virtual drives) are the killer-feature of this application, because: for each container you can define (and change) the wine version to use.



                  By default each application is installed into its own container. But you can create a container for each application you install, or you can install all your applications in a single container.



                  Install a Program



                  Although it says "Install a program" it will only invoke the recepie for the selected program. Some commercial programs will require you to have the original windows- installation media (CD/DVD) ready. Generally it can only do "the complete installation job" if the program is open source. I don't know the status of "The two thrones".



                  To address your issue:



                  I suggest you delete the container you've created. Then you can start over to install anything you want. To delete the container you do:




                  • Select "Configure"

                  • in the new window, in the left pane, click on the container you want to delete

                  • click the "Remove" button below.






                  share|improve this answer













                  PlayOnLinux is a "helper application" for Wine. Wine is the "translation layer" that allows windows programs to run on linux. However the configuration of wine can be anything from easy to very difficult. This is where PlayOnLinux helps.



                  PlayOnLinux is two things:




                  • a repository of "recepies" that can automatically download/install/configure windows programs.


                  • A Wine-Container-Manager. This is what they call "virtual drive".



                  The recepies are there that the normal user does not need to deal with the gory details of wine configuration. The containers (virtual drives) are the killer-feature of this application, because: for each container you can define (and change) the wine version to use.



                  By default each application is installed into its own container. But you can create a container for each application you install, or you can install all your applications in a single container.



                  Install a Program



                  Although it says "Install a program" it will only invoke the recepie for the selected program. Some commercial programs will require you to have the original windows- installation media (CD/DVD) ready. Generally it can only do "the complete installation job" if the program is open source. I don't know the status of "The two thrones".



                  To address your issue:



                  I suggest you delete the container you've created. Then you can start over to install anything you want. To delete the container you do:




                  • Select "Configure"

                  • in the new window, in the left pane, click on the container you want to delete

                  • click the "Remove" button below.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 25 '15 at 19:53









                  user23573user23573

                  4751417




                  4751417

























                      0














                      Try these commands to install wine




                      1. sudo dpkg --add-i386

                      2. sudo apt-get update

                      3. sudo apt-get install wine:i386


                      [Reference]



                      https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html






                      share|improve this answer




























                        0














                        Try these commands to install wine




                        1. sudo dpkg --add-i386

                        2. sudo apt-get update

                        3. sudo apt-get install wine:i386


                        [Reference]



                        https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html






                        share|improve this answer


























                          0












                          0








                          0







                          Try these commands to install wine




                          1. sudo dpkg --add-i386

                          2. sudo apt-get update

                          3. sudo apt-get install wine:i386


                          [Reference]



                          https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html






                          share|improve this answer













                          Try these commands to install wine




                          1. sudo dpkg --add-i386

                          2. sudo apt-get update

                          3. sudo apt-get install wine:i386


                          [Reference]



                          https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 17 at 19:28









                          Shridhar S ChiniShridhar S Chini

                          1




                          1






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f689869%2fwine-crashed-on-playonlinux%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                              ComboBox Display Member on multiple fields

                              Is it possible to collect Nectar points via Trainline?