im trying to a game of war of the ring. it needs directplay like age of mythology and age of empires 3 do.
But, when installing. it seems i need wine mono and gecko too.
how do i install the packages that it needs for full install?
it give me a error code 256 when installing through lutris.
Hi, im trying to install wine on linux mint 21.
-
- Level 3
- Posts: 54
- Joined: Sat Jul 15, 2023 5:40 pm
-
- Level 1
- Posts: 5
- Joined: Wed Aug 09, 2023 2:44 pm
Re: Hi, im trying to install wine on linux mint 21.
Hello,
To install the necessary packages, Wine Mono and Wine Gecko, for running games like War of the Ring in Wine, you can follow these steps:
1. Open a terminal window.
2. Install Wine Mono by running the following command:
This command will install the Wine Mono package, which is a replacement for the .NET Framework in Wine.
3. Install Wine Gecko by running the following command:pizza tower
This command will install the Wine Gecko package, which provides the necessary components for rendering HTML content within Wine.
Once you have installed Wine Mono and Wine Gecko, you should be able to proceed with the installation of War of the Ring or any other game that requires these packages.
....
Regarding the error code 256 you encountered when installing through Lutris, it could be due to various reasons. Well,... I think you should run the installer directly: Instead of using Lutris, you can try running the game installer directly with Wine. Open a terminal, navigate to the directory containing the installer, and execute the following command:
To install the necessary packages, Wine Mono and Wine Gecko, for running games like War of the Ring in Wine, you can follow these steps:
1. Open a terminal window.
2. Install Wine Mono by running the following command:
Code: Select all
shell
sudo apt install wine-mono
```
3. Install Wine Gecko by running the following command:pizza tower
Code: Select all
shell
sudo apt install wine-gecko
```
Once you have installed Wine Mono and Wine Gecko, you should be able to proceed with the installation of War of the Ring or any other game that requires these packages.
....
Regarding the error code 256 you encountered when installing through Lutris, it could be due to various reasons. Well,... I think you should run the installer directly: Instead of using Lutris, you can try running the game installer directly with Wine. Open a terminal, navigate to the directory containing the installer, and execute the following command:
Code: Select all
shell
wine /path/to/game-installer.exe
```
Replace "/path/to/game-installer.exe" with the actual path to the game installer.
Re: Hi, im trying to install wine on linux mint 21.
The wine-mono and wine-gecko packages are probably not available for Linux Mint. Both Mono and Gecko are automatically downloaded and installed the first time you use Wine.
In case you canceled the question the first time, you will be able to get it again with:
You can also install them manually. How to do this is described on the WineHQ wiki:
- Mono Wiki
- Gecko wiki
In case you canceled the question the first time, you will be able to get it again with:
Code: Select all
wineboot -u
- Mono Wiki
- Gecko wiki
-
- Level 3
- Posts: 54
- Joined: Sat Jul 15, 2023 5:40 pm
Re: Hi, im trying to install wine on linux mint 21.
awesome thanks.jkfloris wrote: ↑Fri Aug 11, 2023 10:29 am The wine-mono and wine-gecko packages are probably not available for Linux Mint. Both Mono and Gecko are automatically downloaded and installed the first time you use Wine.
In case you canceled the question the first time, you will be able to get it again with:You can also install them manually. How to do this is described on the WineHQ wiki:Code: Select all
wineboot -u
- Mono Wiki
- Gecko wiki