Wine Gaming Problems

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


.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 :)







share|improve this question



















  • 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
















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 :)







share|improve this question



















  • 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












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 :)







share|improve this question











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 :)









share|improve this question










share|improve this question




share|improve this question









asked 2 days ago









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
















  • 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










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





share|improve this answer





















  • thank you very much
    – Jake Matthews
    yesterday










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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1062189%2fwine-gaming-problems%23new-answer', 'question_page');

);

Post as a guest






























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





share|improve this answer





















  • thank you very much
    – Jake Matthews
    yesterday














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





share|improve this answer





















  • thank you very much
    – Jake Matthews
    yesterday












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





share|improve this answer













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






share|improve this answer













share|improve this answer



share|improve this answer











answered yesterday









Silentstorm

745




745











  • thank you very much
    – Jake Matthews
    yesterday
















  • thank you very much
    – Jake Matthews
    yesterday















thank you very much
– Jake Matthews
yesterday




thank you very much
– Jake Matthews
yesterday












 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491