Closed TheCompGeek closed 6 years ago
How did you install RoR?
This is where your RoR installation looks for resources:
[RoR|GVar] sys_resources_dir: SetActive(), new: "/home/the-computer-geek/rigs-of-rods"
Does the directory exist? Are there any data inside? If not, where are they?
I need to know how you installed RoR - it seems the package is broken. Also, please post your RoR.cfg
I installed RoR by using manually compiling it as per the instructions on RoR's GitHub page.
RoR.cfg is completely empty. Yes, /home/the-computer-geek/rigs-of-rods exists, and there's data inside.
On Tue, May 22, 2018 at 4:28 AM Petr Ohlídal notifications@github.com wrote:
This is where your RoR installation looks for resources:
[RoR|GVar] sys_resources_dir: SetActive(), new: "/home/the-computer-geek/rigs-of-rods"
Does the directory exist? Are there any data inside? If not, where are they?
I need to know where you installed RoR from - it seems the package is broken. Also, please post your RoR.cfg
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RigsOfRods/rigs-of-rods/issues/1505#issuecomment-390924756, or mute the thread https://github.com/notifications/unsubscribe-auth/Aln10aUhAvVHKK8d7ExTF-zOJjyVkmo8ks5t09olgaJpZM4UF8Iu .
-- Owner and operator of TheComputerGeek010101001 Studios
@TheCompGeek There should be a /home/the-computer-geek/rigs-of-rods/resources
subdirectory containing this data: https://github.com/RigsOfRods/rigs-of-rods/tree/master/resources. Apparently it's not there so RoR tries the parent directory and fails if the data still aren't found.
The /resources
directory should be created+populated by the build scripts. Check your build logs if you find any errors.
Also, after building, run RoRConfig first to populate RoR.cfg
@TheCompGeek Did you run make zip_and_copy_resources
after make
?
Hi all. Can't run RoR. When I try running it, it opens and immediately quits. Running it from a terminal gives me this:
I installed Ogre from the regular Ubuntu repos, should I use the dep repos?