-
Notifications
You must be signed in to change notification settings - Fork 21
Doc issue re: error R-1 on Fedora #80
Comments
Hi! Do you mind giving more information about your OS? Could be really useful to find out what the issue was. Because extracting the AppImage is more a workaround than a real fix to me ^^ Thanks for the reporting though :) |
Sure. It's a Fedora 33 box (although F32 was the same for me). I tracked it down to the following:
If I remove the libcrypto.so.1.1 out of Root cause:
With the native libcrypto I see:
So including a libk5crypto.so.3 (and libs that might have a similar version issue) that were linked against the older libcrypto/openssl in the Let me know if you need any other info. Thanks! I personally am fine with running |
I have confirmed removing the conflicting libcrypto.so.1.1 file on the stable version also corrects the R-1 error on Fedora 33 |
Maybe the AppImage ships too much library, and it starts to be outdated or is in conflict with the current libraries you have. I guess I'll give this issue to a dev to check why it bugs like that. I don't like to mess with the libraries ^^ |
Thank you so much ! I extracted the AppImage, removed the faulty crypto library and add the other one, then repack it all as a AppImage. It works like a charm under Fedora 33 ! |
When there is an update, it erases all changes so, I have made a script to automatically apply the fix :
If it can help someone ;) |
I have a laptop that has an nvidia card and the builtin intel HD 530. I kept getting this R-1 issue under both pure nvidia and intel.
Solution was:
./ShadowBeta.AppImage --appimage-extract
cd squashfs-root
./shadow-preprod
This works for both intel and nvidia.
Maybe could add as a known issue? Happy to troubleshoot further.
The text was updated successfully, but these errors were encountered: