Wiki source code of Video games
Version 3.3 by Alexandru Pentilescu on 2024/05/03 08:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="jumbotron" %) | ||
2 | ((( | ||
3 | (% class="container" %) | ||
4 | ((( | ||
5 | = Bugs that I've encountered while trying to install video games = | ||
6 | This covers both Linux and Windows video games | ||
7 | ))) | ||
8 | ))) | ||
9 | |||
10 | (% class="row" %) | ||
11 | ((( | ||
12 | |||
13 | (% class="col-xs-12 col-sm-4" %) | ||
14 | ((( | ||
15 | {{box title="**Contents**"}}{{toc /}}{{/box}} | ||
16 | |||
17 | ))) | ||
18 | (% class="col-xs-12 col-sm-8" %) | ||
19 | ((( | ||
20 | |||
21 | = Linux = | ||
22 | |||
23 | == Magic the Gathering Forge == | ||
24 | |||
25 | === Behavior === | ||
26 | When starting a the game from the start script, nothing happens. | ||
27 | |||
28 | === Encountered on === | ||
29 | Fedora 40 | ||
30 | |||
31 | === How to solve? === | ||
32 | I made sure to install the javac compiler. Once javac was globally available in the terminal, then starting the game would work. | ||
33 | |||
34 | |||
35 | == Distance == | ||
36 | === Behavior === | ||
37 | When starting the game, I would encounter a dark blue screen for a couple of seconds, before the application would crash. | ||
38 | |||
39 | === Encountered on === | ||
40 | Fedora 40 | ||
41 | |||
42 | === How to solve? === | ||
43 | I installed wine on my system. This seems to have fixed the issue (please note that I also installed the Steam client via flatpak as well, which might have been the actual fix. I don't know which of these solved the issue) | ||
44 | |||
45 | ))) |