Différences
Ci-dessous, les différences entre deux révisions de la page.
lokigames:smac [2023/12/01 13:20] – créée - modification externe 127.0.0.1 | lokigames:smac [2024/04/22 17:57] (Version actuelle) – twolife | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Sid Meier' | ||
+ | |||
+ | ===== Install & patch the game ===== | ||
+ | |||
+ | To install the required 32 bits libraries : | ||
+ | < | ||
+ | # apt-get install libsdl-mixer1.2: | ||
+ | </ | ||
+ | |||
+ | To install the game, mount your CD & run the installer with '' | ||
+ | < | ||
+ | # mount /dev/cdrom / | ||
+ | $ linux32 bash / | ||
+ | </ | ||
+ | |||
+ | Apply the last released [[https:// | ||
+ | < | ||
+ | $ linux32 bash smac-6.0a-x86.run | ||
+ | </ | ||
+ | |||
+ | ===== Game crash ===== | ||
+ | '' | ||
+ | |||
+ | This is due to a change in '' | ||
+ | |||
+ | ==== Option a ==== | ||
+ | You can use a little [[https:// | ||
+ | |||
+ | < | ||
+ | LD_PRELOAD="/ | ||
+ | |||
+ | LD_PRELOAD="/ | ||
+ | </ | ||
+ | |||
+ | ==== Option b ==== | ||
+ | The missing function can be found in a //very// old '' | ||
+ | |||
+ | < | ||
+ | LD_PRELOAD=" | ||
+ | |||
+ | LD_PRELOAD=" | ||
+ | </ | ||