I found 137, and installed it, and got this error message
" Program can't start because MSVCP.dll is missing from your computer. Try reinstalling to fix this problem"
I guess it's MSVCP140.dll. You need to download the VC++_UCRT_DLLs.7z archive:
https://github.com/Eclipse-Community/r3dfox/releases/download/v137.0.2-hotfix/VC++_UCRT_DLLs.7z
and to extract the correct version of the DLLs to the main folder of R3dfox where R3dfox.exe is.
If it still doesn't work then you may need to install the redistributable Visual Studio 2015, 2017, 2019, and 2022 runtime:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Now I've lost my entire profile---customizations, extensions, settings, bookmarks, the whole shebang. I managed to find Bitwarden extension and reinstall it.
How do I get my profile back? Or rather, how do I "tell" the browser where the profile is?
There is an issue about that:
https://github.com/Eclipse-Community/r3dfox/issues/291
Your profile should be in this folder: C:\Users\<username>\AppData\Roaming\EclipseCommunity\r3dfox
Where <username> is...your user name
You can tell the browser where your profile is by running it with the -p switch:
r3dfox.exe -p "C:\Users\<username>\AppData\Roaming\EclipseCommunity\r3dfox"