RoR Development builds (For Windows and Linux!)

I'm trying to compile like stated here but I'm getting following error
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- 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
-- 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
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Error at cmake/DependenciesConfig.cmake:6 (find_package):
By not providing "FindOGRE.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OGRE", but
CMake did not find one.

Could not find a package configuration file provided by "OGRE" (requested
version 1.11) with any of the following names:

OGREConfig.cmake
ogre-config.cmake

Add the installation prefix of "OGRE" to CMAKE_PREFIX_PATH or set
"OGRE_DIR" to a directory containing one of the above files. If "OGRE"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:111 (include)


-- Configuring incomplete, errors occurred!
See also "/home/slobodan/ROR-latest-git/rigs-of-rods/CMakeFiles/CMakeOutput.log"
You just didn't compile/download ogre.
 
what is the ror.cfg and ogre.cfg, when i try and run it in the terminal is says "./RunRoR: no such file or directory"
Likely not in the correct directory. Most file managers allow you to open the current folder in a terminal by right clicking;
vmware_2024-07-30_21-21-32.png
 
i put chmod +x RunRoR in the terminal and it gave me this: cannot access 'RunRoR' : no such file or directory
You need to use cd to navigate to where you have downloaded Rigs of Rods and then execute the commands. You can always use ls to see where you are, make sure you can see RunRoR and RoR before using chmod.
 
today it opened and closed immediately and gave the error thingy: exit code 0x8b (193) for (RunRoR) on itch, using linux version if it helps, I also tried re installing it but it didn't work, any ideas?

edit
it was something with my monitor so yeah, no real issues there
 
Last edited:
Did itch say anything about firejail?
if so, launch ror directly
1.1: go to game page
1.2: click settings, manage, open folder in explorer
1.3: right click-->open in terminal
1.4: run this: chmod +x ./RunRoR && ./RunRoR
If you get an error about shared libraries, switch versions
2.1: go to game page
2.2: click settings, manage, switch version
2.3: select version from November 28 (that's the latest one I could run, otherwise I get error, which is in bad.txt)
2.4: try launching from itch, otherwise, launch directly (excluding chmod +x ./RunRoR &&)
If you have to run RoR directly, I've attached a script.sh.zip(extract it wherever) to easily launch it without terminal(click "run" if you get dialog)
If you don't have RoR installed in the default directory, replace ~/.config/itch/apps/rigs-of-rods-dev/with wherever you installed it(open folder in explorer, click top bar, and copy that string)
 

Attachments

oh
Well, while waiting for someone smarter than me to fix this, you could probably use the stable(2022.12) version for now
 
Back
Top