Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
573 stars 50 forks source link

`ninja: build stopped: subcommand failed` when building on Linux (Fedora 38) #129

Closed christ31 closed 1 year ago

christ31 commented 1 year ago

Hi, just started out learning how to build things from source. When trying to build, there's certain modules(?) that have failed such as mupen64plus-rsp-parallel, mupen64plus-video-angrylion-plus, and another one which I don't know yet what is it.

Is there something wrong with my pc config? seems all the dependencies already met.


PC Used - OS: Fedora 38 (Gnome) - Dependencies: as instructed + cargo
Dependencies Version - ninja-build = 1.11.1 - gcc = gcc (GCC) 13.0.1 20230401 (Red Hat 13.0.1-0) - git = git version 2.40.0 - nasm = NASM version 2.16.01 compiled on Jan 19 2023
Installing Dependencies Log ``` [christ@fc31 Script]$ sudo dnf install hidapi-devel libsamplerate-devel minizip-compat-devel SDL2-devel freetype-devel mesa-libGL-devel mesa-libGLU-devel zlib-ng-devel binutils-devel speexdsp-devel qt6-qtbase-devel qt6-qtsvg-devel gcc-c++ nasm git ninja-build [sudo] password for christ: Last metadata expiration check: 2:48:59 ago on Mon 24 Apr 2023 10:58:09 AM WIB. Package hidapi-devel-0.13.1-1.fc38.x86_64 is already installed. Package libsamplerate-devel-0.2.2-4.fc38.x86_64 is already installed. Package minizip-compat-devel-1.2.13-3.fc38.x86_64 is already installed. Package SDL2-devel-2.26.3-1.fc38.x86_64 is already installed. Package freetype-devel-2.13.0-2.fc38.x86_64 is already installed. Package mesa-libGL-devel-23.0.2-2.fc38.x86_64 is already installed. Package mesa-libGLU-devel-9.0.1-8.fc38.x86_64 is already installed. Package zlib-ng-devel-2.0.6-3.fc38.x86_64 is already installed. Package binutils-devel-2.39-9.fc38.x86_64 is already installed. Package speexdsp-devel-1.2.1-3.fc38.x86_64 is already installed. Package qt6-qtbase-devel-6.4.3-2.fc38.x86_64 is already installed. Package qt6-qtsvg-devel-6.4.3-1.fc38.x86_64 is already installed. Package gcc-c++-13.0.1-0.12.fc38.x86_64 is already installed. Package nasm-2.16.01-3.fc38.x86_64 is already installed. Package git-2.40.0-1.fc38.x86_64 is already installed. Package ninja-build-1.11.1-2.fc38.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! ```
Log File for > Performing build step for 'mupen64plus-rsp-parallel' ``` [64/90] Performing build step for 'mupen64plus-rsp-parallel' FAILED: Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build Source/3rdParty/mupen64plus-rsp-parallel/mupen64plus-rsp-parallel.so /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/mupen64plus-rsp-parallel.so cd /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel && /usr/bin/cmake --build . && /usr/bin/cmake -E touch /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build [1/3] Linking C static library liblightning.a [2/3] Building CXX object CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o FAILED: CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o /usr/bin/c++ -DM64P_PLUGIN_API -DPARALLEL_INTEGRATION -DPARALLEL_RSP_LIGHTNING -Dmupen64plus_rsp_parallel_EXPORTS -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/../mupen64plus-core/src/api -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/arch/simd/rsp -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/api -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/lightning/include -O3 -DNDEBUG -std=gnu++14 -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-empty-body -ffast-math -Wno-unused-parameter -MD -MT CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o -MF CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o.d -o CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o -c /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp In file included from /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:1: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:25: error: ‘uint32_t’ was not declared in this scope 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:5:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 4 | #include +++ |+#include 5 | /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:38: error: ‘uint32_t’ was not declared in this scope 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:38: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:13: error: redefinition of ‘std::string RSP::disassemble’ 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:13: note: ‘std::string RSP::disassemble’ previously declared here 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:25: error: ‘uint32_t’ was not declared in this scope 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:3:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 2 | #include +++ |+#include 3 | /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:38: error: ‘uint32_t’ was not declared in this scope 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:38: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? ninja: build stopped: subcommand failed. ```
Log File for > Performing build step for 'mupen64plus-video-angrylion-plus' ``` [71/90] Performing build step for 'mupen64plus-video-angrylion-plus' FAILED: Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build Source/3rdParty/mupen64plus-video-angrylion-plus/mupen64plus-video-angrylion-plus.so /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/mupen64plus-video-angrylion-plus.so cd /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus && /usr/bin/cmake --build . && /usr/bin/cmake -E touch /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build [1/16] Automatic MOC and UIC for target alp-output [2/16] Generate Git version -- Found Git: /usr/bin/git (found version "2.40.0") [3/16] Building CXX object CMakeFiles/alp-output.dir/alp-output_autogen/mocs_compilation.cpp.o [4/16] Building C object CMakeFiles/alp-output.dir/src/output/vdac.c.o [5/16] Building CXX object CMakeFiles/alp-core.dir/src/core/parallel.cpp.o FAILED: CMakeFiles/alp-core.dir/src/core/parallel.cpp.o /usr/bin/c++ -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src -O3 -DNDEBUG -std=gnu++14 -fPIC -MD -MT CMakeFiles/alp-core.dir/src/core/parallel.cpp.o -MF CMakeFiles/alp-core.dir/src/core/parallel.cpp.o.d -o CMakeFiles/alp-core.dir/src/core/parallel.cpp.o -c /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp: In member function ‘void Parallel::run(std::function&&)’: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp:73:24: error: ‘runtime_error’ is not a member of ‘std’ 73 | throw std::runtime_error("Workers are exiting and no longer accept work"); | ^~~~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp:11:1: note: ‘std::runtime_error’ is defined in header ‘’; did you forget to ‘#include ’? 10 | #include +++ |+#include 11 | [6/16] Building C object CMakeFiles/alp-output.dir/src/output/gl_core_3_3.c.o [7/16] Building C object CMakeFiles/alp-core.dir/src/core/n64video.c.o ninja: build stopped: subcommand failed. ```

Full Log Files ``` [christ@fc31 Script]$ ./Build.sh Release ++ dirname ./Build.sh + script_dir=. ++ realpath ./../../ + toplvl_dir=/home/christ/C31/github/RMG + build_config=Release + build_dir=/home/christ/C31/github/RMG/Build/Release ++ nproc + threads=8 + '[' Release = --help ']' + '[' Release = -h ']' + mkdir -p /home/christ/C31/github/RMG/Build/Release + cmake -S /home/christ/C31/github/RMG -B /home/christ/C31/github/RMG/Build/Release -DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=ON -G Ninja CMake Warning at CMakeLists.txt:51 (message): Only AppImage updater is supported on linux, disabling UPDATER! -- Configuring done (0.9s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release + cmake --build /home/christ/C31/github/RMG/Build/Release --parallel 8 [16/93] Performing configure step for 'discord-rpc' -- Configuring done (0.0s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/discord-rpc [19/93] Performing build step for 'discord-rpc' ninja: no work to do. [24/91] Performing build step for 'mupen64plus-core' make: Nothing to be done for 'all'. [45/90] Performing build step for 'mupen64plus-rsp-cxd4' make: Nothing to be done for 'all'. [46/90] Performing build step for 'mupen64plus-input-raphnetraw' make: Nothing to be done for 'all'. [48/90] Performing build step for 'mupen64plus-rsp-hle' make: Nothing to be done for 'all'. [55/90] Performing build step for 'mupen64plus-input-gca' Finished release [optimized] target(s) in 0.15s [58/90] Performing configure step for 'mupen64plus-rsp-parallel' Interprocedural optimizations enabled -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel [59/90] Performing configure step for 'mupen64plus-video-GLideN64' Interprocedural optimizations enabled -- Configuring done (0.9s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-GLideN64/projects/cmake [60/90] Performing build step for 'mupen64plus-video-GLideN64' ninja: no work to do. [62/90] Performing configure step for 'mupen64plus-video-angrylion-plus' Interprocedural optimizations enabled -- Configuring done (0.8s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus [64/90] Performing build step for 'mupen64plus-rsp-parallel' FAILED: Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build Source/3rdParty/mupen64plus-rsp-parallel/mupen64plus-rsp-parallel.so /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/mupen64plus-rsp-parallel.so cd /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel && /usr/bin/cmake --build . && /usr/bin/cmake -E touch /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel-prefix/src/mupen64plus-rsp-parallel-stamp/mupen64plus-rsp-parallel-build [1/3] Linking C static library liblightning.a [2/3] Building CXX object CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o FAILED: CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o /usr/bin/c++ -DM64P_PLUGIN_API -DPARALLEL_INTEGRATION -DPARALLEL_RSP_LIGHTNING -Dmupen64plus_rsp_parallel_EXPORTS -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/../mupen64plus-core/src/api -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/arch/simd/rsp -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/api -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/lightning/include -O3 -DNDEBUG -std=gnu++14 -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-empty-body -ffast-math -Wno-unused-parameter -MD -MT CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o -MF CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o.d -o CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o -c /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp In file included from /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:1: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:25: error: ‘uint32_t’ was not declared in this scope 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:5:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 4 | #include +++ |+#include 5 | /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:38: error: ‘uint32_t’ was not declared in this scope 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:38: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:13: error: redefinition of ‘std::string RSP::disassemble’ 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.hpp:8:13: note: ‘std::string RSP::disassemble’ previously declared here 8 | std::string disassemble(uint32_t pc, uint32_t instr); | ^~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:25: error: ‘uint32_t’ was not declared in this scope 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:3:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 2 | #include +++ |+#include 3 | /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:38: error: ‘uint32_t’ was not declared in this scope 30 | std::string disassemble(uint32_t pc, uint32_t instr) | ^~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel/rsp_disasm.cpp:30:38: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? ninja: build stopped: subcommand failed. [67/90] Performing configure step for 'mupen64plus-video-parallel' -- The CXX compiler identification is GNU 13.0.1 -- The C compiler identification is GNU 13.0.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done Interprocedural optimizations enabled -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenGL: /usr/lib64/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /usr/lib64/libxkbcommon.so (found suitable version "1.5.0", minimum required is "0.5.0") -- Found WrapVulkanHeaders: /usr/include -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Configuring done (2.6s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-parallel [71/90] Performing build step for 'mupen64plus-video-angrylion-plus' FAILED: Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build Source/3rdParty/mupen64plus-video-angrylion-plus/mupen64plus-video-angrylion-plus.so /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/mupen64plus-video-angrylion-plus.so cd /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus && /usr/bin/cmake --build . && /usr/bin/cmake -E touch /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus-prefix/src/mupen64plus-video-angrylion-plus-stamp/mupen64plus-video-angrylion-plus-build [1/16] Automatic MOC and UIC for target alp-output [2/16] Generate Git version -- Found Git: /usr/bin/git (found version "2.40.0") [3/16] Building CXX object CMakeFiles/alp-output.dir/alp-output_autogen/mocs_compilation.cpp.o [4/16] Building C object CMakeFiles/alp-output.dir/src/output/vdac.c.o [5/16] Building CXX object CMakeFiles/alp-core.dir/src/core/parallel.cpp.o FAILED: CMakeFiles/alp-core.dir/src/core/parallel.cpp.o /usr/bin/c++ -I/home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src -O3 -DNDEBUG -std=gnu++14 -fPIC -MD -MT CMakeFiles/alp-core.dir/src/core/parallel.cpp.o -MF CMakeFiles/alp-core.dir/src/core/parallel.cpp.o.d -o CMakeFiles/alp-core.dir/src/core/parallel.cpp.o -c /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp: In member function ‘void Parallel::run(std::function&&)’: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp:73:24: error: ‘runtime_error’ is not a member of ‘std’ 73 | throw std::runtime_error("Workers are exiting and no longer accept work"); | ^~~~~~~~~~~~~ /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus/src/core/parallel.cpp:11:1: note: ‘std::runtime_error’ is defined in header ‘’; did you forget to ‘#include ’? 10 | #include +++ |+#include 11 | [6/16] Building C object CMakeFiles/alp-output.dir/src/output/gl_core_3_3.c.o [7/16] Building C object CMakeFiles/alp-core.dir/src/core/n64video.c.o ninja: build stopped: subcommand failed. ninja: build stopped: subcommand failed. ```
Rosalie241 commented 1 year ago

Does adding those includes as suggested by the error messages fix the build?

christ31 commented 1 year ago

@Rosalie241

Does adding those includes as suggested by the error messages fix the build?

Yes, adding line as sugested works (Full Log below). Is it intended? Looks like I need to do this every time I need to recompile on update(?)

image


Full Log ``` [christ@fc31 Script]$ ./Build.sh Release ++ dirname ./Build.sh + script_dir=. ++ realpath ./../../ + toplvl_dir=/home/christ/C31/github/RMG + build_config=Release + build_dir=/home/christ/C31/github/RMG/Build/Release ++ nproc + threads=8 + '[' Release = --help ']' + '[' Release = -h ']' + mkdir -p /home/christ/C31/github/RMG/Build/Release + cmake -S /home/christ/C31/github/RMG -B /home/christ/C31/github/RMG/Build/Release -DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=ON -G Ninja CMake Warning at CMakeLists.txt:51 (message): Only AppImage updater is supported on linux, disabling UPDATER! -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release + cmake --build /home/christ/C31/github/RMG/Build/Release --parallel 8 [16/88] Performing configure step for 'discord-rpc' -- Configuring done (0.0s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/discord-rpc [19/88] Performing build step for 'discord-rpc' ninja: no work to do. [24/86] Performing build step for 'mupen64plus-core' make: Nothing to be done for 'all'. [46/85] Performing build step for 'mupen64plus-rsp-cxd4' make: Nothing to be done for 'all'. [47/85] Performing build step for 'mupen64plus-rsp-hle' make: Nothing to be done for 'all'. [48/85] Performing build step for 'mupen64plus-input-raphnetraw' make: Nothing to be done for 'all'. [53/85] Performing build step for 'mupen64plus-input-gca' Finished release [optimized] target(s) in 0.10s [58/85] Performing configure step for 'mupen64plus-rsp-parallel' Interprocedural optimizations enabled -- Configuring done (0.7s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-rsp-parallel [59/85] Performing configure step for 'mupen64plus-video-parallel' Interprocedural optimizations enabled -- Configuring done (1.0s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-parallel [60/85] Performing configure step for 'mupen64plus-video-angrylion-plus' Interprocedural optimizations enabled -- Configuring done (1.1s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-angrylion-plus [61/85] Performing configure step for 'mupen64plus-video-GLideN64' Interprocedural optimizations enabled -- Configuring done (1.7s) -- Generating done (0.0s) -- Build files have been written to: /home/christ/C31/github/RMG/Build/Release/Source/3rdParty/mupen64plus-video-GLideN64/projects/cmake [63/85] Performing build step for 'mupen64plus-video-GLideN64' ninja: no work to do. [73/85] Performing build step for 'mupen64plus-video-angrylion-plus' [1/10] Linking CXX static library libalp-output.a [2/10] Building CXX object CMakeFiles/alp-core.dir/src/core/parallel.cpp.o [3/10] Linking CXX static library libalp-core.a [4/10] Automatic MOC and UIC for target mupen64plus-video-angrylion-plus [5/10] Building C object CMakeFiles/mupen64plus-video-angrylion-plus.dir/src/plugin/mupen64plus/msg.c.o [6/10] Building C object CMakeFiles/mupen64plus-video-angrylion-plus.dir/src/plugin/mupen64plus/screen.c.o [7/10] Building CXX object CMakeFiles/mupen64plus-video-angrylion-plus.dir/mupen64plus-video-angrylion-plus_autogen/mocs_compilation.cpp.o [8/10] Building CXX object CMakeFiles/mupen64plus-video-angrylion-plus.dir/src/plugin/mupen64plus/gfx_m64p.cpp.o [9/10] Building CXX object CMakeFiles/mupen64plus-video-angrylion-plus.dir/src/plugin/mupen64plus/UserInterface/MainDialog.cpp.o [10/10] Linking CXX shared library mupen64plus-video-angrylion-plus.so [77/85] Performing build step for 'mupen64plus-rsp-parallel' [1/3] Building CXX object CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_disasm.cpp.o [2/3] Building CXX object CMakeFiles/mupen64plus-rsp-parallel.dir/rsp_jit.cpp.o [3/3] Linking CXX shared library mupen64plus-rsp-parallel.so [81/85] Performing build step for 'mupen64plus-video-parallel' [1/41] Automatic MOC and UIC for target mupen64plus-video-parallel [2/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel-rdp/rdp_dump_write.cpp.o [3/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/command_buffer.cpp.o [4/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel-rdp/command_ring.cpp.o [5/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/command_pool.cpp.o [6/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/context.cpp.o [7/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/buffer_pool.cpp.o [8/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/buffer.cpp.o [9/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/mupen64plus-video-parallel_autogen/mocs_compilation.cpp.o [10/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/cookie.cpp.o [11/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel-rdp/video_interface.cpp.o [12/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel-rdp/rdp_device.cpp.o [13/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/event_manager.cpp.o [14/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel-rdp/rdp_renderer.cpp.o [15/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/fence.cpp.o [16/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/fence_manager.cpp.o [17/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/image.cpp.o [18/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/descriptor_set.cpp.o [19/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/texture_format.cpp.o [20/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/pipeline_event.cpp.o [21/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/logging.cpp.o [22/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/thread_id.cpp.o [23/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/arena_allocator.cpp.o [24/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/timer.cpp.o [25/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/memory_allocator.cpp.o [26/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/semaphore_manager.cpp.o [27/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/sampler.cpp.o [28/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/thread_name.cpp.o [29/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/aligned_alloc.cpp.o [30/41] Building C object CMakeFiles/mupen64plus-video-parallel.dir/glguts.c.o [31/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/render_pass.cpp.o [32/41] Building C object CMakeFiles/mupen64plus-video-parallel.dir/volk/volk.c.o [33/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/semaphore.cpp.o [34/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/query_pool.cpp.o [35/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/shader.cpp.o [36/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/util/timeline_trace_file.cpp.o [37/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/parallel_imp.cpp.o [38/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/vulkan/device.cpp.o [39/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/gfx_m64p.cpp.o [40/41] Building CXX object CMakeFiles/mupen64plus-video-parallel.dir/UserInterface/MainDialog.cpp.o [41/41] Linking CXX shared library mupen64plus-video-parallel.so [85/85] Linking CXX executable Source/RMG/RMG + cmake --install /home/christ/C31/github/RMG/Build/Release --prefix=/home/christ/C31/github/RMG -- Install configuration: "Release" -- Installing: /home/christ/C31/github/RMG/Bin/Release/RMG -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/Audio/RMG-Audio.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/Input/RMG-Input.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Core/libmupen64plus.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/mupen64plus.ini -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/font.ttf -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/gamecontrollerdb.txt -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/001A3BD0-AFB3DE1A-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0198A651-FC219D84-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/02B1538F-C94B88D0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/02D8366A-6CABEF9C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0304C48E-AC4001B8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/033F4C13-319EE7A7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/03571182-892FD06D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/036897CE-E0D4FA54-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0375CF67-56A93FAA-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0414CA61-2E57B8AA-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/04DAF07F-0D18E688-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0549765A-93B9D042-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0553AE9D-EAD8E0C1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/056EAB63-C215FCD5-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0578F24F-9175BF17-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0684FBFB-5D3EA8A5-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/07861842-A12EBC9F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/079501B9-AB0232AB-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/07A69D01-9A7D41A1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/07C1866E-5775CCDE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/07F3B276-EC8F3D39-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/08123595-0510F1DE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0894909C-DAD4D82D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/08D49262-03763D39-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/08FFA4B7-01F453B6-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/09465AC3-F8CB501B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/096A40EA-8ABE0A10-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/09CC4801-E42EE491-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/09D53E16-3AB268B9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0A1667C7-293346A6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0A5D8F83-98C5371A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0AA0055B-7637DF65-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0AC61D39-ABFA03A6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0ADAECA7-B17F9795-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0B58B8CD-B7B291D2-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0B6B4DDB-9671E682-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0B93051B-603D81F9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0C41F9C2-01717A0D-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0C581C7A-3D6E20E4-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0C5EE085-A167DD3E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0C814EC4-58FE5CA8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0CAD17E6-71A5B797-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0CB81686-5FD85A81-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0CEBC4C7-0C9CE932-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0D93BA11-683868A6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0DD4ABAB-B5A2A91E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0DE2CE36-D41D29E6-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0E31EDF0-C37249D5-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0E652C21-F19AD3DE-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0EC158F5-FB3E6896-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0F1FA987-BFC1AFA6-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0F743195-D8A6DB95-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/102888BF-434888CA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/112051D2-68BEF8AC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1145443D-11610EDB-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1185EC85-4B5A7731-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/11936D8C-6F2C4B43-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/12737DA5-23969159-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/132D2732-C70E9118-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/13836389-265B3C76-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/142A17AA-13028D96-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/147E0EDB-36C5B12C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/151F79F4-8EEDC8E5-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/155B7CDF-F0DA7325-55.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/16931D74-65DC6D34-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1938525C-586E9656-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/19AB29AF-C71BCD28-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/19F55D46-73A27B34-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1A122D43-C17DAF0F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1A7F70B5-00B7B9FD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1AA05AD5-46F52D80-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1B598BF1-ECA29B45-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1CC06338-87388926-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1D4136F3-AF63EEA9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1D4136F3-AF63EEA9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1E0E96E8-4E28826B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1E12883D-D3B92718-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1EA26214-E790900F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1FA056E0-A4B9946A-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1FB5D932-3BA9481B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1FBAF161-2C1C54F1-41.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1FC21532-0B6466D4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/202A8EE4-83F88B89-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/204489C1-1286CF2B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/204EC022-B119D185-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/20B53662-7B61899F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/214CAD94-BE1A3B24-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2153143F-992D6351-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/21548CA9-9059F32C-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/219191C1-33183C61-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2256ECDA-71AB1B9C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/22E9623F-B60E52AD-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2337D8E8-6B8E7CEC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/23749578-80DC58FD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/237E73B4-D63B6B37-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2388984C-DA7B3CC5-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2483F22B-136E025E-55.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2500267E-2A7EC3CE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/255018DF-57D6AE3A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2577C7D4-D18FAAAE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/259F7F84-7C9EED26-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/26035CF8-802B9135-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/264D7E5C-18874622-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2655BB70-667D9925-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/26809B20-39A516A4-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/26CD0F54-53EBEFE0-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/277B129D-DD3879FF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/27A3831D-B505A533-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/27C425D0-8C2D99C1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/27C985A8-ED7CE5C6-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2829657E-A0621877-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2857674D-CC4337DA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/28784622-FFB22985-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/28D5562D-E4D5AE50-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2952369C-B6E4C3A8-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/29A045CE-ABA9060E-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/29CE7692-71C58579-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2A49018D-D0034A02-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2A6B1820-6ABCF466-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2AF9B65C-85E2A2D7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2B38AEC0-6350B810-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2B4F4EFB-43C511FE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2B6FA7C0-09A71225-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2BC1FCF2-7B9A0DF4-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2BCCF9C4-403D9F6F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2C739EAC-9EF77726-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2DC4FFCC-C8FF5A21-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2E0E7749-B8B49D59-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2E359339-3FA5EDA6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2E955ECD-F3000884-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F493DD0-2E64DFD9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F57C9F7-F1E29CA6-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F7009DD-FC3BAC53-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F700DCD-176CC5C9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F700DCD-176CC5C9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/2F70F10D-5C4187FF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/30C7AC50-7704072D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/315C7466-3A453265-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/319093EC-0FC209EF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3261D479-ED0DBC25-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/32CA974B-B2C29C50-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/32EFC7CB-C3EA3F20-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/33BE8CD6-EC186912-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/36281F23-009756CF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/36F1C74B-F2029939-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/36FA35EB-E85E2E36-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/373F5889-9A6CA80A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/37FA8F16-5F824D37-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/39119872-07722E9F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3918834A-15B50C29-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/392A0C42-B790E77D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/399B9B81-D533AD11-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3A089BBC-54AB2C06-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3A4760B5-2D74D410-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3A6C42B5-1ACADA1B-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3B941695-F90A5EEB-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3C059038-C8BF2182-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3C1FDABE-02A4E0BA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3CC77150-21CDB987-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3CECBCB8-6126BF07-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3DF17480-193DED5A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3E198D9E-F2E1267E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3E5055B6-2E92DA52-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3EDC7E12-E26C1CC9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/40DFEDA0-3AA09CB2-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/41380792-A167E045-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4147B091-63251060-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/417DD4F4-1B482FE2-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/418BDA98-248A0F58-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/41B25DC4-1B726786-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/41F2B98F-B458B466-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4222D89F-AFE0B637-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/423E96F4-CE88F05B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4248BA87-99BE605D-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4252A5AD-AE6FBF4E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/42CF5EA3-9A1334DF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4446FDD6-E3788208-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/44995484-20A5FC5E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/46039FB4-0337822C-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/46A3F7AF-0F7591D0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/49088A11-6494957E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/492B9DE8-C6CCC81C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/492F4B61-04E5146A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4998DDBB-F7B7AEBC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/49E46C2D-7B1A110C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4A997C74-E2087F99-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4BCDFF47-AAA3AF8F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4C261323-4F295E1A-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4C52BBB2-CEAB0F6B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4D3ADFDA-7598FCAE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4D3E622E-9B828B4E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4D486681-AB7D9245-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4D79D316-E8501B33-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4DD7ED54-74F9287D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4E4A7643-A37439D7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4E4B0640-1B49BCFB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4E69B487-FE18E290-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4EAA3D0E-74757C24-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4F1E88F7-4A5A3F96-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4F48B0FD-8E7173F4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4F8AFC3A-F7912DF2-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4FF5976F-ACF559D8-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5001CF4F-F30CB3BD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/503EA760-E1300E96-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5129B6DA-9DEF3C8C-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/514B6900-B4B19881-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5168D520-CA5FCD0D-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/519EA4E1-EB7584E8-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/51D29418-D5B46AE3-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/52F78805-8B8FCAB7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5306CF45-CBC49250-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5326696F-FE9A99C3-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5354631C-03A2DEF0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/535DF3E2-609789F1-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/53D440E7-7519B011-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/53ED2DC4-06258002-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/54310E7D-6B5430D8-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/55D4C4CE-7753C78A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/569433AD-F7E13561-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5753720D-2A8A884D-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/57BFF74D-DE747743-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/580162EC-E3108BF1-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/58FD3F25-D92EAA8D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/596E145B-F7D9879F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5A160336-BC7B37B0-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5A9D3859-97AAE710-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5AC383E1-D712E387-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5C1B5FBD-7E961634-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5C9191D6-B30AC306-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5CD4150B-470CC2F1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5D40ED2C-10D6ABCF-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5E547A4D-90E60795-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5F25B0EE-6227C1DB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5F3F49C6-0DC714B0-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5F6A04E2-D4FA070D-53.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5FD7CDA0-D9BB51AD-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/60460680-305F0E72-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/60C437E5-A2251EE3-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/60D5E10B-8BEDED46-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/61D116B0-FA24D60C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/61F5B152-046122AB-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/62269B3D-FE11B1E8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/62E957D0-7FC15A5D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/62F6BE95-F102D6D6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/630AA37D-896BD7DB-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/635A2BFF-8B022326-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/636E6B19-E57DDC5F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/63E7391C-E6CCEA33-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/641D3A7F-86820466-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6420535A-50028062-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/64F1B7CA-71A23755-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/650EFA96-30DDF9A7-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/65234451-EBD3346F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/65EEE53A-ED7D733C-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/661B45F3-9ED6266D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/664BA3D4-678A80B7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/66572080-28E348E1-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/665FD963-B5CC6612-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/66751A57-54A29D6E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/66CF0FFE-AD697F9C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/673D099B-A4C808DE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/67D20729-F696774C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/67D21868-C5424061-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/67FF12CC-76BF0212-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/68D7A1DE-0079834A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/68E8A875-0CE7A486-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/68FCF726-49658CBC-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/69256460-B9A3F586-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/693BA2AE-B7F14E9F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/693BA2AE-B7F14E9F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/69458B9E-FC95F936-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/69AE0438-2C63F3F3-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6A121930-665CC274-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6A162FF2-2093704C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6AA4DDE7-E3E2F4E7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6AECEC4F-F0924814-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6B45223F-F00E5C56-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6B700750-29D621FE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6BFF4758-E5FF5D5E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6C2C6C49-9BE5CA66-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6C45B60C-DCE50E30-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6D8DF08E-D008C3CF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6D9D1FE4-84D10BEA-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/6DFDCDC3-4DE701C8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/70B0260E-6716D04C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7188F445-84410A68-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/72611D7D-9919BDD2-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/729B5E32-B728D980-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/72F70398-6556A98B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/73036F3B-CE0D69E9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/733FCCB1-444892F9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7365D8F8-9ED9326F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/736657F6-3C88A702-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/736AE6AF-4117E9C7-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/73A88E3D-3AC5C571-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/73ABB1FB-9CCA6093-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7433D9D7-2C4322D0-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/74E87A70-6293AED4-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/75A4E247-6008963D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/75B61647-7ADABF78-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/75FA0E14-C9B3D105-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/769147F3-2033C10E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/776646F6-06B9AC2B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/782A9075-E552631D-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7928FE93-135A30CB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7A65FDEC-50296300-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7AA65B36-FDCEE5AD-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7BB18D40-83138559-55.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7C3829D9-6E8247CE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7C647C25-D9D901E6-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7C647E65-1948D305-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7C64E6DB-55B924DB-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7CD08B12-1153FF89-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7DE11F53-74872F9D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7EAE2488-9D40A35A-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7ECBE939-3C331795-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7ED67CD4-B4415E6D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7EE0E8BB-49E411AA-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7F3CEB77-8981030A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7F43E701-536328D1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7F9345D3-841ECADE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8066D58A-C3DECAC1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/80C8564A-929C65AB-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/80F41131-384645F6-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/810729F6-E03FCFC1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/812289D0-C2E53296-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/817D286A-EF417416-53.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/82B3248B-E73E244D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/82DC04FD-CF2D82F4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/82EFDC30-806A2461-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/839F3AD5-406D15FA-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/83F33AA9-A901D40D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/83F3931E-CB72223D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/84077275-57315B9C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8473D0C1-23120666-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/84D5FD75-BBFD3CDF-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/84EAB557-C88A190F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/84FC04FF-B1253CE9-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/85AE781A-C756F05D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/85C18B16-DF9622AF-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/862C0657-8DFD896D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/870611BA-D8B1226C-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8979169C-F189F6A0-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/89A579F1-667E97EF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/89FED774-CAAFE21B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8A6009B6-94ACE150-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8A86F073-CD45E54B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8A97A197-272DF6C1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8BD4A334-1E138B05-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8C138BE0-95700E46-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8C3D1192-BEF172E1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8D2BAE98-D73725BF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8E6E01FF-CCB4F948-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8E9692B3-4264BB2A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8E9D834E-1E8B29A9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8ECC02F0-7F8BDE81-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8F0CC36D-C738259E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8F12C096-45DC17E1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8F50B845-D729D22F-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/906C3F77-CE495EA1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/90A59003-31089864-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/90AF8D2C-E1AC1B37-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/90F5D9B3-9D0EDCF0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/91691C3D-F4AC5B4D-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/916AE6B8-8817AB22-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/916B8B5B-780B85A4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/918E2D60-F865683E-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/91B66D42-16AC4E46-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/93053075-261E0F43-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/930C29EA-939245BF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/931AEF3F-EF196B90-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/93945F48-5C0F2E30-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/93EB3F7E-81675E44-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/944FAFC4-B288266A-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/94807E6B-60CC62E4-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/95286EB4-B76AD58F-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/95B2B30B-2B6415C1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/964ADD0B-B29213DB-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/96747EB4-104BB243-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/979B263E-F8470004-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/98DF9DFC-6606C189-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/98F9F2D0-03D9F09C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/99150E18-1266E6A5-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/99179359-2FE7EBC3-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9AB3B50A-BC666105-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9B500E8E-E90550B3-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9C40016E-63BFFE91-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9C663069-80F24A80-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9C7318D2-24AE0DC1-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9C8FB2FA-9B84A09B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9C961069-F5EA488D-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9CAB6AEA-87C61C00-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9CCE5B1D-6351E283-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9CE02E22-206EF1B0-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9D7E3C4B-E60F4A6C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9E330C01-8C0314BA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9E8FCDFA-49F5652B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9E8FE2BA-8B270770-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9EA95858-AF72B618-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9F1ECAF0-EEC48A0E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9F5BF79C-D2FE08A0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9F8926A5-0587B409-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9FD375F8-45F32DC8-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9FE6162D-E97E4037-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/9FF69D4F-195F0059-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A03CF036-BCC1C5D2-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A08D0F77-6F82E38C-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A150743E-CF2522CD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A1B64A61-D014940B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A1F51C25-16D61291-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A24F4CF1-A82327BA-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A273AB56-DA33DB9A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A292524F-3D6C2A49-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A2C54BE7-6719CBB2-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A2E8F35B-C9DC87D9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A3A044B5-6DB1BF5E-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A3F6876A-DB943BD5-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A47D4AD4-8BFA81F9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A47D4AD4-F5B0C6CB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A4A52B58-23759841-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A4BF9306-BF0CDFD1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A4F2F521-F0EB168E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A5533106-B9F25E5B-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A60ED171-3D85D06E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A62230C3-F0834488-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A7941528-61F1199D-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A7D015F8-2289AA43-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A8275140-B9B056E8-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A83E101A-E937B69D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A92D52E5-1D26B655-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AA18B1A5-07DB6AEB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AA7B0658-9C96937B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AB7C101D-EC58C8B0-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/ABA51D09-C668BAD9-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AC16400E-CF5D071A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AC8E4B32-E7B47326-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AC976B38-C3A9C97A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AC9F7DA7-A8C029D8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/ADA815BE-6028622F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/ADB9498B-DAF28F55-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AE4992C9-9253B253-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AE5B9465-C54D6576-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AE82687A-9A3F388D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AE90DBEB-79B89123-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AEBCDD54-15FF834A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AEBE463E-CC71464B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AEEF2F45-F97E30F1-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AF7C97CF-24755D18-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AF8679B6-5E1011BF-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B00903C9-3916C146-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B044B569-373C1985-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B088FBB4-441E4B1D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B19AD999-7E585118-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B2055FBD-0BAB4E0C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B20F73B6-2975FC34-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B210DF19-98B58D1A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B2242748-FFBD61DA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B30ED978-3003C9F9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B323E37C-BBC35EC4-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B3402554-7340C004-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B35FEBB0-7427B204-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B3D451C6-E1CB58E2-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B443EB08-4DB31193-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B44CAB74-07029A29-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B54CE881-BCCB6126-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B58988E9-B1FC4BE8-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B6524461-ED6D04B1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B6951A94-63C849AF-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B6BC0FB0-E3812198-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B703EB23-28AAE53A-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B73AB6F6-296267DD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B7CF2136-FA0AA715-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B7F40BCF-553556A5-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B8F0BD03-4479189E-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B9A9ECA2-17AAE48E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B9AF8CC6-DEC9F19F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BA6C293A-9FAFA338-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BA780BA0-0F21DB34-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BADDF714-A1FF1B80-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BB30B1A5-FCF712CE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BBC99D32-117DAA80-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BCB1F89F-060752A2-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BCFACCAA-B814D8EF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BD636D6A-5D1F54BA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BD8E206D-98C35E1C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BDA8F143-B1AF2D62-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BDF9766D-BD068D70-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BE5973E0-89B0EDB8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BE76EDFF-20452D09-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BEBAB677-51B0B5E4-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BFA526B4-0691E430-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BFE23884-EF48EAAF-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/BFF7B1C2-AEBF148E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C00CA948-8E60D34B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C0C85046-61051B05-49.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C0F6DB17-80E0D532-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C151AD61-280FFF22-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C16C421B-A21580F7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C1D702BD-6D416547-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C2751D1A-F8C19BFF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C29FF9E4-264BFE7D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C2E9AA9A-475D70AA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C34304AC-2D79C021-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C3B6DE9D-65D2DE76-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C3CD76FF-9B9DCBDE-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C3E7E29E-5D7251CC-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C3F19159-65D2BC5A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C43E23A7-40B1681A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C49ADCA2-F1501B62-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C5674160-0F5F453C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C71353BE-AA09A6EE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C7C98F8E-42145DDE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C83CEB83-FDC56219-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C851961C-78FCAAFA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C8BB4DD9-CC5F430B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C8DC65EB-3D8C8904-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C9176D39-EA4779D1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/C9C3A987-5810344C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CA12B547-71FA4EE4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CA1BB86F-41CCA5C5-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CA2A7444-71DAB71C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CB93DB97-7F5C63D5-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CBFE69C7-F2C0AB2A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CCEB3858-26952D97-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CCEDB696-D3883DB4-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CD538CE4-618AFCF9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CD5BEC0F-86FD1008-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CD7559AC-B26CF5AE-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CEA8B54F-7F21D503-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CEA8B54F-7F21D503-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CEDCDE1E-513A0502-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/CF8957AD-96D57EA9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D0151AB0-FE5CA14B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D09BA538-1C1A5489-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D124DBB7-7C9FF5E5-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D1A78A07-52A3DD3E-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D1F7D8AB-293B0446-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D25C1211-13EEBF67-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D2BE2F14-38453788-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D3F97D49-6924135B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D43DA81F-021E1E19-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D43DA81F-021E1E19-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D48944D1-B0D93A0E-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D52FE29D-8EA6A759-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D543BCD6-2BA5E256-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D571C883-822D3FCF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D5898CAF-6007B65B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D5B2339C-CABCCAED-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D614E5BF-A76DBCC1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D666593B-D7A25C07-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D692CC5E-EC58D072-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D6FBA4A8-6326AA2C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D715CC70-271CF5D6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D741CD80-ACA9B912-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D7C762B6-F83D9642-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D81963C7-4271A3AA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D83045C8-F29D3A36-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D84EEA84-45B2F1B4-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D85C4E29-88E276AF-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D889EB0F-277614F0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D889EB0F-277614F0-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D89E0E55-B17AA99A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D9EDD54D-6BB8E274-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D9F75C12-A8859B59-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DBF4EA9D-333E82C0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DC36626A-3F3770CB-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DCB6EAFA-C6BBCFA3-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DCBC50D1-09FD1AA3-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DCCF2134-9DD63578-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DD26FDA1-CB4A6BE3-55.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DD318CE2-B73798BA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DDD93C85-DAE381E8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DDF460CC-3CA634C0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DEB78BBA-52F6BD9D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DED0DD9A-E78225A7-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DEE584A2-0F161187-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DEE596AB-AF3B7AE7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DF331A18-5FD4E044-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DF574191-9EB5123D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DF6FF0F4-29D14238-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DF98B95D-58840978-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DFD784AD-AE426603-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DFE61153-D76118E6-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/DFF227D9-0D4D8169-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E0144180-650B78C9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E0B92B94-80E87CBD-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E0B92B94-B9A7E025-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E0C4F72F-769E1506-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E13AE2DC-4FB65CE8-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E185E291-4E50766D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E1EF93F7-14908B0B-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E2D37CF0-F57E4EAE-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E328B4FA-004A28E1-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E340A49C-74318D41-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E3AB4ED0-83040DD2-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E3BD221D-3C0834D3-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E3D6A795-2A1C5D3C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E402430D-D2FCFC9D-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E436467A-82DE8F9B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E43C9765-05B1C1BE-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E4906679-9F243F05-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E4B08007-A602FF33-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E616B5BC-C9658B88-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E6419BC5-69011DE3-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E688A5B8-B14B3F18-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E68A000E-639166DD-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E6A95A4F-BAD2EA23-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E73C7C4F-AF93B838-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E7D20193-C1158E93-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E86415A6-98395B53-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E896092B-DC244D4E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E8C95AFC-35D121DA-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E8C95AFC-35D121DA-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E8E5B179-44AA30E8-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E8FC8EA1-9F738391-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E9219533-13FBAFBD-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E97955C6-BC338D38-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EA06F8C3-07C2DEED-46.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EA71056A-E4214847-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EAB7B429-BAC92C57-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EAE6ACE2-020B4384-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EB38F792-190EA246-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EBA949DC-39BAECBD-49.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EBEEA8DB-F2ECB23C-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EBFE2397-FF74DA34-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EC0F690D-32A7438C-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EC417312-EB31DE5F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EC58EABF-AD7C7169-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EC7011B7-7616D72B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EC7011B7-7616D72B-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/ED98957E-8242DCAC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EDD6E031-68136013-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EDF419A8-BF1904CC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EE4A0E33-8FD588C9-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EE802DC4-690BD57D-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F00F2D4E-340FAAF4-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F03C24CA-C5237BCC-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F050746C-247B820B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F1850C35-ACE07912-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F255D6F1-B65D6728-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F2A653CB-60633B3B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F35D5335-B7667CB7-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F35D5F95-8AFE3D69-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F3C5BF9B-160F33E2-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F41B6343-C10661E6-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F478D8B3-9716DD6D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F4CBE92C-B392ED12-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F5237301-99E3EE93-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F5360FBE-2BF1691D-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F5363349-DBF9D21B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F568D51E-7E49BA1E-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F5C5866D-052713D9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F63B89CE-4582D57D-49.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F7FE28F6-C3F2ACC3-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F82DD377-8C3FB347-58.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F908CA4C-36464327-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F9D411E3-7CB29BC0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FA5A3DFF-B4C9CDB9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FA8C4571-BBE7F9C0-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FB3C48D0-8D28F69F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FBB9F1FA-6BF88689-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FC70E272-08FFE7AA-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FC74D475-9A0278AB-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FC7797BF-4A95E83C-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FCBCCB21-72903C6B-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FCE0D799-65316C54-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FD73F775-9724755A-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FDA245D2-A74A3D47-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FE94E570-E4873A9C-44.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FEE97010-4E94A9A0-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FF14C1DA-167FDE92-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/FF2F2FB4-D161149A-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0A69DC75-D134FF02-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0CA6AEDA-BB9CFDD9-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/0F2CF814-145BD26D-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/1F83663B2C84512FC3706A6CACC1A9F3.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/29047FBA820695BD14C5BD7AA1AA4400.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/3DB79532-CAB986D5-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/4024477AAED7DD5FF5EA60BF568123B7.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/45ED1621-3B83BB39-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/49552381-CD856CE8-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5BA3AA2953C47C8B2E615B21E60F2F17.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/5EA0ED74CF1DDAAA964D728A129E7CF9.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7331A7C7-B5C2937C-43.cht -- Up-to-date: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7365D8F8-9ED9326F-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/76F623A0-4BF72D22-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/78771BEB349D481E69BAA9225B36D63A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7B815846EC91E6C4A8B8BAA0CE4078F0.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/7BD65F9E-76B6A083-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8825E18B-3297746B-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/8EAA1A2C-61C09930-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A92E0966-341C3912-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/A94DA89B-30EDCFE9-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AAA7D336-0428D610-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/AE775EA4-B5712EE9-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B1E1E07B-051269DD-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B2242070800BF82E78CE33DC92A1DB84.cht -- Up-to-date: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B3D451C6-E1CB58E2-4A.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/B6BBEE96-61A68F52-43.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/D0E29F11-E029063F-50.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/E48E01F5-E6E51F9B-59.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/EF62A343-11E41E37-00.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F1642508-BEE60CF6-45.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F4B41863440137C6A3BA22942F3E0DA2.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Data/Cheats/F7AA4F819F41CB4236792A8145684627.cht -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/RSP/mupen64plus-rsp-cxd4.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/RSP/mupen64plus-rsp-hle.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/RSP/mupen64plus-rsp-parallel.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/Input/mupen64plus-input-raphnetraw.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/Input/libmupen64plus_input_gca.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/mupen64plus-video-angrylion-plus.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/mupen64plus-video-GLideN64.so -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_de.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_es.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_fr.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_it.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_ja.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_pl.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/gliden64_pt_BR.qm -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/GLideN64.custom.ini -- Installing: /home/christ/C31/github/RMG/Bin/Release/Plugin/GFX/mupen64plus-video-parallel.so ++ uname -s + [[ Linux = *MINGW64* ]] ```
Rosalie241 commented 1 year ago

should be fixed with 0da4becd46df4ea054af38f93238c92183b6c3a5 and 0dd297f0f880b474b993a587340d0334c33590de, can you please test building with current master?

christ31 commented 1 year ago

should be fixed with 0da4bec and 0dd297f, can you please test building with current master?

Confirmed working with current master, and closing this. But I still wondering what changes make it unable to build? Is it specific to Fedora or linux or some dependencies things? image

Rosalie241 commented 1 year ago

I think it's a toolchain thing that differs per distro, I'm not sure what caused it though but I'm glad it's fixed now :heart:, thanks for the report and the testing!