E2150 - Linux Installation: Difference between revisions

From InsideEARTH
Content added Content deleted
(update)
(addition from Debian 11 experience)
Line 23: Line 23:
'''Troubleshooting:'''
'''Troubleshooting:'''


If you have no in game music, then run this command:
If you have no in-game music/video, then run this command:
winetricks quartz
winetricks quartz
winetricks directmusic
winetricks amstream
winetricks cinepak
winetricks icodecs


If the above doesn't correct the music issue, you may also need to run the following commands;
If the above doesn't correct the music issue, you may also need to run the following commands;

Revision as of 14:24, 9 May 2023

At this page you should get an answer about how to get Earth2150 running on Linux Mint 20.2 (using WINE).

Earth 2150 - Linux Mint (20.2) Install

1. Setup wine: https://linuxhint.com/installing_wine_linux_mint/

2. install Earth 2150 via ISO or Steam

Installs for Multiplayer

Multiplayer

1. Install Direct Play service:

winetricks directplay

GameRanger

2. Install mfc42 - it is required for GameRanger

winetricks mfc42 

3. Download Gameranger from: https://www.gameranger.com/download/ and install with Wine.


Troubleshooting:

If you have no in-game music/video, then run this command:

winetricks quartz
winetricks directmusic 
winetricks amstream 
winetricks cinepak
winetricks icodecs

If the above doesn't correct the music issue, you may also need to run the following commands;

WINEPREFIX=<path-to-wine> wine regsvr32 'c:\windows\system32\amstream.dll' 
WINEPREFIX=<path-to-wine> wine regsvr32 'c:\windows\system32\quartz.dll'