Plutonium BO2 & WaW - Linux Tutorial
-
This post is deleted!
-
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
Im getting this error non stop when trying to install plutonium on lutris. I created a 32 bit wine prefix but its doing nothing for me. After i get this error, it just keeps repeating till the download just crashes and exits.
-
I did it(not completely). I have some problems: black installation from lutris.net does not working, its exit with code 252, but installation keeping idk why, then i download plutonium.exe and make manually an application. Only local party works, the game freeze when i tried play on server.
OS: endeavour os
-
I did it(not completely). I have some problems: black installation from lutris.net does not working, its exit with code 252, but installation keeping idk why, then i download plutonium.exe and make manually an application. Only local party works, the game freeze when i tried play on server.
OS: endeavour os
broken168 ok, finally i could install black ops ii from lutris, but the issues keeping the same.
-
I was able to get this working on Manjaro, however, when trying to get it to use my dedicated Nvidia GPU I get an "unrecoverable directX error. Check readme for help" When using the AMD integrated graphics drivers I have no issues, any ideas?
-
I was able to get this working on Manjaro, however, when trying to get it to use my dedicated Nvidia GPU I get an "unrecoverable directX error. Check readme for help" When using the AMD integrated graphics drivers I have no issues, any ideas?
GaymerCornelius
Try install proprietary NVIDIA drivers, if not yet -
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
Im getting this error non stop when trying to install plutonium on lutris. I created a 32 bit wine prefix but its doing nothing for me. After i get this error, it just keeps repeating till the download just crashes and exits.
coolest username multilib enabled?
-
For nvidia users on arch, do this for any direct x errors:
sudo pacman -S lib32-nvidia-utils
sudo pacman -R lib32-amdvlkSee this post for info
https://www.reddit.com/r/linux_gaming/comments/rxr6d0/strange_dxvk_error_failed_to_create_instance_res1/ -
I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.
I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).
Has anybody experienced this and or come up with a fix? Thanks.
-
I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.
I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).
Has anybody experienced this and or come up with a fix? Thanks.
en1gmat1c said in Plutonium BO2 & WaW - Linux Tutorial:
I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.
I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).
Has anybody experienced this and or come up with a fix? Thanks.
I managed to figure this out!
It was to do with the window not being focused correctly. You can fix this by going into the game and changing the display mode (windowed/fullscreen) a few times in-game. This should fix the window focus, if it doesn't, also try pressing ALT-TAB until you reach the BO2 process to properly focus on the game window.
Hope this helps someone.
-
Since plutonium is working (on and off
) on Linux now, I would recommend cleaning up the guide.
First, the Drivers guide should be linked directly to GE's guide, since it shows the instructions for most Linux distros (also the part with the yay installation and yay stuff is not needed).
Second, instead of installing all the Winetricks stuff on the system-wide Wine installation, there should be a basic Lutris script which automates these steps and all the rest of this guide. This way the system-wide Wine config doesn't get messed up and everything stays in its own virtual-environment.Also, maintaining the Lutris script is a much cleaner and easier solution than keeping everything in this thread. I mean, the current Lutris script does only half of the stuff it's supposed to do. I would call my self an amateur, so sorry if this is not a real help. Otherwise, if there's something I can help with, hmu.
-
I have no idea why I am getting this DirectX error when launching Black Ops 2. I have installed lib32-nvidia-utils, as well as NVIDIA drivers from the Arch Wiki. I have used both the Lutris installer and followed this guide. I also tried from Wine, but doesn't seem to make a difference.
I'm not sure what else to try.Here are my logs
EDIT: FIXED IT!
Configure -> Show advanced options -> Runner options -> Enable DXVK-NVAPI / DLSS (TURN OFF)
I was actually trying to find it for ages. -
How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021
Note:
-
Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.
-
Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.
-
I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.
Installing Drivers, Wine, Lutris, and Plutonium
Drivers & Dependencies:
-
Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.
-
I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.
-
Next enable the multilib repository and run:
yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds. -
Install Wine and DXVK by running
yay -S wine-staging-git winetricks dxvk-bin
, after installing Wine, create a new 64-bit wine-prefix. This can be done by runningwinecfg
in a terminal and it will create.wine
in your home directory, once the wine configuration app opens you can exit. -
Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
sudo winetricks --self-update
winetricks -q --force dotnet48
winetricks -q d3dcompiler_47 corefonts
winetricks -q vcrun2005
winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
winetricks -q gfw msasn1 physx
winetricks -q xact_x64 xact xinput
WINEPREFIX=~/.wine setup_dxvk install
You will get a message box saying "Error: Application cannot be started.", ignore it and move on.
Lutris, Plutonium & BO2
-
If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
yay -S lutris
, open Lutris and click on "lutris" on the left panel and search up
"Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
~/.wine/drivec_c/users/nawa/Games
directory.
The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium. -
The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.
-
You now need to torrent the game files. To do this add the
pluto_t6_full_game.torrent
that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into~/Downloads
and the folder will be calledpluto_t6_full_game
. You need to move this into your wine bottle, which for me is~/.wine/drive_c/users/nawa/Games
To copy the files into the wine-bottle run:cp -r pluto_t6_full_game
~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user. -
The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
For example WaW:
cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW
-
Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".
-
Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in
My Computer > C: > users > nawa > BO2
orC:\users\nawa\BO2
. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders. -
All you have to do now is press play and have fun.
If there is anything that is confusing, please comment below.
If you get any issues, try installing the redist packages found in the game folder.Enjoy
~Nawa
Nawa Works just about perfectly on Gentoo atm, aside from a few things. I have mangohud and a few others configured to run with Lutris, which load and work on the launcher, but not on the game. Is there a good way to get the arguments to pass on to zombies?
-
-
Nawa I've got black ops running perfectly fine under Garuda Linux, however there seems to be no controller support? is there anyway to fix this? I'm using a corded xbox one controller that's usually plug and plug on everything I play.
-
I'm experiencing generally low framerates: 100-120 down from my GSYNC cap of 157 on bare metal windows.
As well as extreme stutter when shooting guns, 100+ms frametime.
Installed via lutris script, will update if I find a solution.
-
How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021
Note:
-
Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.
-
Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.
-
I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.
Installing Drivers, Wine, Lutris, and Plutonium
Drivers & Dependencies:
-
Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.
-
I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.
-
Next enable the multilib repository and run:
yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds. -
Install Wine and DXVK by running
yay -S wine-staging-git winetricks dxvk-bin
, after installing Wine, create a new 64-bit wine-prefix. This can be done by runningwinecfg
in a terminal and it will create.wine
in your home directory, once the wine configuration app opens you can exit. -
Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
sudo winetricks --self-update
winetricks -q --force dotnet48
winetricks -q d3dcompiler_47 corefonts
winetricks -q vcrun2005
winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
winetricks -q gfw msasn1 physx
winetricks -q xact_x64 xact xinput
WINEPREFIX=~/.wine setup_dxvk install
You will get a message box saying "Error: Application cannot be started.", ignore it and move on.
Lutris, Plutonium & BO2
-
If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
yay -S lutris
, open Lutris and click on "lutris" on the left panel and search up
"Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
~/.wine/drivec_c/users/nawa/Games
directory.
The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium. -
The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.
-
You now need to torrent the game files. To do this add the
pluto_t6_full_game.torrent
that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into~/Downloads
and the folder will be calledpluto_t6_full_game
. You need to move this into your wine bottle, which for me is~/.wine/drive_c/users/nawa/Games
To copy the files into the wine-bottle run:cp -r pluto_t6_full_game
~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user. -
The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
For example WaW:
cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW
-
Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".
-
Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in
My Computer > C: > users > nawa > BO2
orC:\users\nawa\BO2
. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders. -
All you have to do now is press play and have fun.
If there is anything that is confusing, please comment below.
If you get any issues, try installing the redist packages found in the game folder.Enjoy
~Nawa
Nawa Hice todo, pero al abrir plutonium va a extremadamente lento escribo algo y aparece 10 segundos despues XD, Alguna solución, uso lutris
-
-
ve4k yes thats correct, but shouldnt run yay with sudo, only when installing into /usr/bin
Nawa can you make a tutorial for debian linux
-
Got everything working except T6 in particular has no audio. I'm using pipewire so maybe that is the issue? Can anyone who uses pipewire vouch if they have audio issues or not? Other than that all of the games run like butter. I tried setting the prefix to xp as the previous comment mentioned, but had no success.
I have made a Bottles backup that you can import (I have wayland + pipewire)
Tested on T4,T5, T6 and IW5 and it work like a charm
Archive : bottles_Plutonium.tar_gz
-
How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021
Note:
-
Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.
-
Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.
-
I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.
Installing Drivers, Wine, Lutris, and Plutonium
Drivers & Dependencies:
-
Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.
-
I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.
-
Next enable the multilib repository and run:
yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds. -
Install Wine and DXVK by running
yay -S wine-staging-git winetricks dxvk-bin
, after installing Wine, create a new 64-bit wine-prefix. This can be done by runningwinecfg
in a terminal and it will create.wine
in your home directory, once the wine configuration app opens you can exit. -
Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
sudo winetricks --self-update
winetricks -q --force dotnet48
winetricks -q d3dcompiler_47 corefonts
winetricks -q vcrun2005
winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
winetricks -q gfw msasn1 physx
winetricks -q xact_x64 xact xinput
WINEPREFIX=~/.wine setup_dxvk install
You will get a message box saying "Error: Application cannot be started.", ignore it and move on.
Lutris, Plutonium & BO2
-
If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
yay -S lutris
, open Lutris and click on "lutris" on the left panel and search up
"Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
~/.wine/drivec_c/users/nawa/Games
directory.
The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium. -
The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.
-
You now need to torrent the game files. To do this add the
pluto_t6_full_game.torrent
that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into~/Downloads
and the folder will be calledpluto_t6_full_game
. You need to move this into your wine bottle, which for me is~/.wine/drive_c/users/nawa/Games
To copy the files into the wine-bottle run:cp -r pluto_t6_full_game
~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user. -
The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
For example WaW:
cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW
-
Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".
-
Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in
My Computer > C: > users > nawa > BO2
orC:\users\nawa\BO2
. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders. -
All you have to do now is press play and have fun.
If there is anything that is confusing, please comment below.
If you get any issues, try installing the redist packages found in the game folder.Enjoy
~Nawa
Nawa i keep getting the "directX has encountered an error" message
-
-
dps910 thank u