Page 43 of 44
Re: [Linux] How To Install Return of Reckoning
Posted: Sat Apr 05, 2025 9:54 am
by AcidDreamer
Starting today I have no luck getting patch notes and connect button is grayed out. Web server also seems to be yellow.
Tried updating lutris, reistalling the game and even installing on windows and copy pasting the updated files. Also tested everything mentioned in the front page.
Nothing seems to change.
Lutris logs seem fine - pasting all the warnings
Code: Select all
fsync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
info: Game: RoRLauncher.exe
info: DXVK: v2.4.1
info: Found config file: dxvk.conf
info: Effective configuration:
info: d3d9.shaderModel = 1
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fa838c0
info: Built-in extension providers:
info: Platform WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
Unable to read VR Path Registry from C:\users\makys\AppData\Local\openvr\openvrpaths.vrpath
warn: OpenVR: Failed to initialize OpenVR
warn: Skipping CPU adapter: llvmpipe (LLVM 18.1.8, 256 bits)
warn: DXVK: No state cache file found
any idea what might causing it?
Re: [Linux] How To Install Return of Reckoning
Posted: Sat Apr 05, 2025 10:36 am
by xpander
check the troubleshooting parts. ping group thing and gnutls package install.
also restart the launcher couple of times. some people report that it doesnt always launch correctly on first few times.
log looks fine
Re: [Linux] How To Install Return of Reckoning
Posted: Sun Apr 20, 2025 8:38 pm
by Ninaran
xpander wrote: Thu Jul 04, 2024 3:49 am
It seems to be problem for some people with this Installer version. Can you try the Wetransfer link to download it.
Hey there, sorry for poking such an old post, but I too have the same error, apparent loss of internet connection when downloading art.7z.001. The WeTransfer download however ends at 100-150 MB and says "complete", but the actual .zip is completely unusable since it should be a lot bigger.
I've also tried the alternate installer from the install guide here
install-linux but that didn't do anything.
Been trying the download from WeTransfer every now and then spaced out over the day. Do I just gotta try another day/week and it'll work? Or what is happening?
Thank you in advance for the help.
Re: [Linux] How To Install Return of Reckoning
Posted: Sun Apr 20, 2025 8:56 pm
by xpander
Try with different browser if you are using firefox to download it. At least windows users have issues downloading the zip with firefox. Might apply to Linux also.
another option is community shared torrent
Code: Select all
https://cdn.discordapp.com/attachments/329292495336767488/1360412031907528735/RoRInstaller-December2024.zip.torrent?ex=68063aaf&is=6804e92f&hm=58666e79236f7159655c0e048740501eebeddca211b39a1d523e51508801148e&
Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 11:23 am
by Ninaran
Hello and happy Easter, thank you for your help.
The torrent download looked nice, but the install now tells me it's missing "art.myp", even though I can literally see that file in the "data" folder by the installer. Wild.
Good hint with the Firefox issue, I can confirm that. Brave downloaded the file from WeTransfer without issue. However trying to install that one has the same error as the regular download: stopping at around -54% download of art.7z.001 with the "Internet connection dropped out" error.
It is a bit vexing, like I am missing something obvious.
Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 2:59 pm
by xpander
did you extract the zip file first? (it shouldn't download anything - all the files are in data folder)
make sure you have enough space on your /home also as i think it first uses cache to uncompress the files and then install
edit: basically you should have data folder and RoRinstaller.exe in the same directory for the installer to see all those files
Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 3:54 pm
by Ninaran
Yes I did. Here's my folder structure:
My /home still has ~720 GB free as well.
Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 4:36 pm
by xpander
Hmm.. are you using some sort of sandbox like flatpak version of lutris or something?
which might have path issues or permission problems.
files look correct, so i have no idea why the installer wont see them then. It shouldn't download anything during the installation.
Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 6:15 pm
by Ninaran
Oh no terribly sorry, I was using a Flatpak of Lutris. I am new to the Linux experience and it got drilled into my head to always use a Flatpak instead of a System Package whenever possible, so that is what I used.
Replacing that with a System Package version of Lutris made everything work. Thank you for your help and patience.

Re: [Linux] How To Install Return of Reckoning
Posted: Mon Apr 21, 2025 7:07 pm
by xpander
No worries. With flatpaks you want to use application called flatseal to grant drive permissions etc.
But yeah for complex applications like lutris, with multiple layers and needs to file access, its best to use distro packages.