Why is Wine not seeing that I have mono 3 installed?
I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?
# wine --version
wine-1.4.1
# mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
# wine application.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.
ubuntu wine mono-framework
add a comment |
I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?
# wine --version
wine-1.4.1
# mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
# wine application.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.
ubuntu wine mono-framework
add a comment |
I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?
# wine --version
wine-1.4.1
# mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
# wine application.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.
ubuntu wine mono-framework
I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?
# wine --version
wine-1.4.1
# mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
# wine application.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.
ubuntu wine mono-framework
ubuntu wine mono-framework
edited Aug 10 '15 at 13:42
kenorb
11.1k1578115
11.1k1578115
asked Apr 8 '14 at 18:08
DrexlDrexl
3228
3228
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.
add a comment |
The solution was upgrading Wine to a newer version (at least v1.7).
add a comment |
As for workaround, you can install .NET instead by using winetricks, e.g.
sudo apt-get install winetricks
winetricks dotnet45
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f739240%2fwhy-is-wine-not-seeing-that-i-have-mono-3-installed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.
add a comment |
The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.
add a comment |
The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.
The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.
answered Nov 11 '14 at 12:14
HennesHennes
59.1k792141
59.1k792141
add a comment |
add a comment |
The solution was upgrading Wine to a newer version (at least v1.7).
add a comment |
The solution was upgrading Wine to a newer version (at least v1.7).
add a comment |
The solution was upgrading Wine to a newer version (at least v1.7).
The solution was upgrading Wine to a newer version (at least v1.7).
edited Aug 10 '15 at 20:59
community wiki
2 revs, 2 users 67%
kenorb
add a comment |
add a comment |
As for workaround, you can install .NET instead by using winetricks, e.g.
sudo apt-get install winetricks
winetricks dotnet45
add a comment |
As for workaround, you can install .NET instead by using winetricks, e.g.
sudo apt-get install winetricks
winetricks dotnet45
add a comment |
As for workaround, you can install .NET instead by using winetricks, e.g.
sudo apt-get install winetricks
winetricks dotnet45
As for workaround, you can install .NET instead by using winetricks, e.g.
sudo apt-get install winetricks
winetricks dotnet45
answered Jan 3 at 23:12
kenorbkenorb
11.1k1578115
11.1k1578115
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f739240%2fwhy-is-wine-not-seeing-that-i-have-mono-3-installed%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