Wine crashed on playonlinux
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
add a comment |
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
add a comment |
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
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
wine crash playonlinux
edited Oct 28 '15 at 11:46
Rahul Raj
asked Oct 25 '15 at 19:08
Rahul RajRahul Raj
1332215
1332215
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
Try these commands to install wine
- sudo dpkg --add-i386
- sudo apt-get update
- sudo apt-get install wine:i386
[Reference]
https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Oct 25 '15 at 19:53
user23573user23573
4751417
4751417
add a comment |
add a comment |
Try these commands to install wine
- sudo dpkg --add-i386
- sudo apt-get update
- sudo apt-get install wine:i386
[Reference]
https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html
add a comment |
Try these commands to install wine
- sudo dpkg --add-i386
- sudo apt-get update
- sudo apt-get install wine:i386
[Reference]
https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html
add a comment |
Try these commands to install wine
- sudo dpkg --add-i386
- sudo apt-get update
- sudo apt-get install wine:i386
[Reference]
https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html
Try these commands to install wine
- sudo dpkg --add-i386
- sudo apt-get update
- sudo apt-get install wine:i386
[Reference]
https://www.playonlinux.com/en/topic-13846-Wine_crashes_when_installing_nonlisted_program.html
answered Jan 17 at 19:28
Shridhar S ChiniShridhar S Chini
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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