Wine Gaming Problems
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
Can someone please give me a step by step way in how to use wine I've checked a lot of you tube videos and their pretty old because i'm only seeing people using 32bit installation of it while there's a 64bit as well and I have a 64bit system and because I tried to run Need for Speed Most Wanted on xubuntu while using play on Linux to guide me and the performance was terrible but on windows it ran normal and someone please guide me in how to properly using it and configuring it please thank you :)
wine games
add a comment |Â
up vote
0
down vote
favorite
Can someone please give me a step by step way in how to use wine I've checked a lot of you tube videos and their pretty old because i'm only seeing people using 32bit installation of it while there's a 64bit as well and I have a 64bit system and because I tried to run Need for Speed Most Wanted on xubuntu while using play on Linux to guide me and the performance was terrible but on windows it ran normal and someone please guide me in how to properly using it and configuring it please thank you :)
wine games
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Can someone please give me a step by step way in how to use wine I've checked a lot of you tube videos and their pretty old because i'm only seeing people using 32bit installation of it while there's a 64bit as well and I have a 64bit system and because I tried to run Need for Speed Most Wanted on xubuntu while using play on Linux to guide me and the performance was terrible but on windows it ran normal and someone please guide me in how to properly using it and configuring it please thank you :)
wine games
Can someone please give me a step by step way in how to use wine I've checked a lot of you tube videos and their pretty old because i'm only seeing people using 32bit installation of it while there's a 64bit as well and I have a 64bit system and because I tried to run Need for Speed Most Wanted on xubuntu while using play on Linux to guide me and the performance was terrible but on windows it ran normal and someone please guide me in how to properly using it and configuring it please thank you :)
wine games
asked 2 days ago
![](https://lh6.googleusercontent.com/-vfJORsxQ9W0/AAAAAAAAAAI/AAAAAAAAAAA/AAnnY7o0GDZqRp3rc2_Om8-NP8Pnmz351g/mo/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-vfJORsxQ9W0/AAAAAAAAAAI/AAAAAAAAAAA/AAnnY7o0GDZqRp3rc2_Om8-NP8Pnmz351g/mo/photo.jpg?sz=32)
Jake Matthews
33
33
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday
add a comment |Â
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Wine is not perfect especially for "intensive" programs such as games. Since its not translating every command correctly(or can't translate it at all) there will be problems. For better performance, try turning down every graphics setting you can. Also there are official instructions for wine from winehq.org detailing the process for your system. Ubuntu and other debian based systems should do this.
Purge any previous wine packages with
sudo apt purge *wine*
Next get the repo info
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
Then finally install your choice of wine
Stable version
sudo apt-get install --install-recommends winehq-stable
Staging version:
sudo apt-get install --install-recommends winehq-staging
Development version(not recommended for normal use):
sudo apt-get install --install-recommends winehq-devel
thank you very much
â Jake Matthews
yesterday
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Wine is not perfect especially for "intensive" programs such as games. Since its not translating every command correctly(or can't translate it at all) there will be problems. For better performance, try turning down every graphics setting you can. Also there are official instructions for wine from winehq.org detailing the process for your system. Ubuntu and other debian based systems should do this.
Purge any previous wine packages with
sudo apt purge *wine*
Next get the repo info
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
Then finally install your choice of wine
Stable version
sudo apt-get install --install-recommends winehq-stable
Staging version:
sudo apt-get install --install-recommends winehq-staging
Development version(not recommended for normal use):
sudo apt-get install --install-recommends winehq-devel
thank you very much
â Jake Matthews
yesterday
add a comment |Â
up vote
0
down vote
accepted
Wine is not perfect especially for "intensive" programs such as games. Since its not translating every command correctly(or can't translate it at all) there will be problems. For better performance, try turning down every graphics setting you can. Also there are official instructions for wine from winehq.org detailing the process for your system. Ubuntu and other debian based systems should do this.
Purge any previous wine packages with
sudo apt purge *wine*
Next get the repo info
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
Then finally install your choice of wine
Stable version
sudo apt-get install --install-recommends winehq-stable
Staging version:
sudo apt-get install --install-recommends winehq-staging
Development version(not recommended for normal use):
sudo apt-get install --install-recommends winehq-devel
thank you very much
â Jake Matthews
yesterday
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Wine is not perfect especially for "intensive" programs such as games. Since its not translating every command correctly(or can't translate it at all) there will be problems. For better performance, try turning down every graphics setting you can. Also there are official instructions for wine from winehq.org detailing the process for your system. Ubuntu and other debian based systems should do this.
Purge any previous wine packages with
sudo apt purge *wine*
Next get the repo info
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
Then finally install your choice of wine
Stable version
sudo apt-get install --install-recommends winehq-stable
Staging version:
sudo apt-get install --install-recommends winehq-staging
Development version(not recommended for normal use):
sudo apt-get install --install-recommends winehq-devel
Wine is not perfect especially for "intensive" programs such as games. Since its not translating every command correctly(or can't translate it at all) there will be problems. For better performance, try turning down every graphics setting you can. Also there are official instructions for wine from winehq.org detailing the process for your system. Ubuntu and other debian based systems should do this.
Purge any previous wine packages with
sudo apt purge *wine*
Next get the repo info
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
Then finally install your choice of wine
Stable version
sudo apt-get install --install-recommends winehq-stable
Staging version:
sudo apt-get install --install-recommends winehq-staging
Development version(not recommended for normal use):
sudo apt-get install --install-recommends winehq-devel
answered yesterday
Silentstorm
745
745
thank you very much
â Jake Matthews
yesterday
add a comment |Â
thank you very much
â Jake Matthews
yesterday
thank you very much
â Jake Matthews
yesterday
thank you very much
â Jake Matthews
yesterday
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062189%2fwine-gaming-problems%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Getting Wine to work is a trial-and-error process that's different for every Windows program. You say the Windows game runs very slowly on Linux; do Linux games have performance issues as well?
â dsstorefile1
yesterday
No i actually haven't tried any linux games but as i watched some youtube with wine it seems pretty smooth to me even smoother than windows but i did realize that linux seems to be running on computers with alot of computing power which i don't necessarily got yet :(
â Jake Matthews
yesterday