How to get Battle.net working on Elementary OS 0.4.1?
I have followed both these guides to install Wine and Battle.net on my Elementary OS system, with configuration -
Elementary OS 0.4.1 (Loki) [Built on Ubuntu 16.04.3 LTS]
8GB RAM
Intel Core i7-6500U CPU @ 2.50GHz
Guide 1 - https://www.reddit.com/r/starcraft/comments/5w0wyv/how_to_play_sc2_on_linux_a_full_walk_through/
Guide 2 - https://linuxconfig.org/how-to-install-blizzard-battle-net-app-on-ubuntu-18-04-bionic-beaver-linux
All goes well until I reach the step where I have to install Battle.net through Wine. I've tried this using both the different commands in these guides -
$ wine64 ~/Downloads/Battle.net-Setup.exe
and
$ WINEARCH=win32 vblank_mode=0 Downloads/Battle.net-Setup.exe
but they both lead to the same error window -
The program Battle.net-Setup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
software-installation elementary-os wine
add a comment |
I have followed both these guides to install Wine and Battle.net on my Elementary OS system, with configuration -
Elementary OS 0.4.1 (Loki) [Built on Ubuntu 16.04.3 LTS]
8GB RAM
Intel Core i7-6500U CPU @ 2.50GHz
Guide 1 - https://www.reddit.com/r/starcraft/comments/5w0wyv/how_to_play_sc2_on_linux_a_full_walk_through/
Guide 2 - https://linuxconfig.org/how-to-install-blizzard-battle-net-app-on-ubuntu-18-04-bionic-beaver-linux
All goes well until I reach the step where I have to install Battle.net through Wine. I've tried this using both the different commands in these guides -
$ wine64 ~/Downloads/Battle.net-Setup.exe
and
$ WINEARCH=win32 vblank_mode=0 Downloads/Battle.net-Setup.exe
but they both lead to the same error window -
The program Battle.net-Setup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
software-installation elementary-os wine
add a comment |
I have followed both these guides to install Wine and Battle.net on my Elementary OS system, with configuration -
Elementary OS 0.4.1 (Loki) [Built on Ubuntu 16.04.3 LTS]
8GB RAM
Intel Core i7-6500U CPU @ 2.50GHz
Guide 1 - https://www.reddit.com/r/starcraft/comments/5w0wyv/how_to_play_sc2_on_linux_a_full_walk_through/
Guide 2 - https://linuxconfig.org/how-to-install-blizzard-battle-net-app-on-ubuntu-18-04-bionic-beaver-linux
All goes well until I reach the step where I have to install Battle.net through Wine. I've tried this using both the different commands in these guides -
$ wine64 ~/Downloads/Battle.net-Setup.exe
and
$ WINEARCH=win32 vblank_mode=0 Downloads/Battle.net-Setup.exe
but they both lead to the same error window -
The program Battle.net-Setup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
software-installation elementary-os wine
I have followed both these guides to install Wine and Battle.net on my Elementary OS system, with configuration -
Elementary OS 0.4.1 (Loki) [Built on Ubuntu 16.04.3 LTS]
8GB RAM
Intel Core i7-6500U CPU @ 2.50GHz
Guide 1 - https://www.reddit.com/r/starcraft/comments/5w0wyv/how_to_play_sc2_on_linux_a_full_walk_through/
Guide 2 - https://linuxconfig.org/how-to-install-blizzard-battle-net-app-on-ubuntu-18-04-bionic-beaver-linux
All goes well until I reach the step where I have to install Battle.net through Wine. I've tried this using both the different commands in these guides -
$ wine64 ~/Downloads/Battle.net-Setup.exe
and
$ WINEARCH=win32 vblank_mode=0 Downloads/Battle.net-Setup.exe
but they both lead to the same error window -
The program Battle.net-Setup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
software-installation elementary-os wine
software-installation elementary-os wine
edited Dec 16 at 21:40
Rui F Ribeiro
38.9k1479129
38.9k1479129
asked Jul 20 at 7:50
harry04
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You're best solution is to use PlayOnLinux. It's an automatic wine cdonfiguration tool mostly for games but for other Windows common application too. It has a strong community that maintains compatibility script to configure wine the best possible way.
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Once installed start PlayOnLinux, select install and select the Blizzard game you want to select.
Provide the exe of the game you've download on Internet and it should work.
Most of blizzard game work almost perfect on Wine you can check on the site :
https://www.playonlinux.com/en/supported_apps-1-0.html
Source:
PlayOnLinux on Elementary OS
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f457367%2fhow-to-get-battle-net-working-on-elementary-os-0-4-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You're best solution is to use PlayOnLinux. It's an automatic wine cdonfiguration tool mostly for games but for other Windows common application too. It has a strong community that maintains compatibility script to configure wine the best possible way.
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Once installed start PlayOnLinux, select install and select the Blizzard game you want to select.
Provide the exe of the game you've download on Internet and it should work.
Most of blizzard game work almost perfect on Wine you can check on the site :
https://www.playonlinux.com/en/supported_apps-1-0.html
Source:
PlayOnLinux on Elementary OS
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
add a comment |
You're best solution is to use PlayOnLinux. It's an automatic wine cdonfiguration tool mostly for games but for other Windows common application too. It has a strong community that maintains compatibility script to configure wine the best possible way.
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Once installed start PlayOnLinux, select install and select the Blizzard game you want to select.
Provide the exe of the game you've download on Internet and it should work.
Most of blizzard game work almost perfect on Wine you can check on the site :
https://www.playonlinux.com/en/supported_apps-1-0.html
Source:
PlayOnLinux on Elementary OS
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
add a comment |
You're best solution is to use PlayOnLinux. It's an automatic wine cdonfiguration tool mostly for games but for other Windows common application too. It has a strong community that maintains compatibility script to configure wine the best possible way.
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Once installed start PlayOnLinux, select install and select the Blizzard game you want to select.
Provide the exe of the game you've download on Internet and it should work.
Most of blizzard game work almost perfect on Wine you can check on the site :
https://www.playonlinux.com/en/supported_apps-1-0.html
Source:
PlayOnLinux on Elementary OS
You're best solution is to use PlayOnLinux. It's an automatic wine cdonfiguration tool mostly for games but for other Windows common application too. It has a strong community that maintains compatibility script to configure wine the best possible way.
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Once installed start PlayOnLinux, select install and select the Blizzard game you want to select.
Provide the exe of the game you've download on Internet and it should work.
Most of blizzard game work almost perfect on Wine you can check on the site :
https://www.playonlinux.com/en/supported_apps-1-0.html
Source:
PlayOnLinux on Elementary OS
answered Jul 20 at 8:12
Kiwy
5,91253556
5,91253556
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
add a comment |
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
I was a bit reluctant to use PlayOnLinux because of the dodgy reviews for Blizzard games. Finally, I got Wine working on my system using the instructions on this thread - askubuntu.com/questions/846651/…
– harry04
Jul 21 at 0:12
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f457367%2fhow-to-get-battle-net-working-on-elementary-os-0-4-1%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