-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
PATCHOPENSSL is an option meant for Linux distributions that don't offer OpenSSL 1.0.0 (because it's old and insecure). 5d8b7d9
When using the new 64 bit AM2R 1.6 beta, however, the executable is patched incorrectly.
EDIT: Forgot to specify that I'm also using NOAPPIMAGE.
Expected behavior
The executable is patched correctly, and can be launched.
To Reproduce
Steps to reproduce the behavior:
- Be on Linux
- Compile the launcher with
PATCHOPENSSL - Use the new 1.6 beta (which is 64 bit)
- Patch it with the launcher, and try to launch it
Platform
- OS: Linux NixOS 23.11
- AM2RLauncher Version: commit 5d8b7d9
Log file
When the runner is launched, it logs (to gather the logs, I launched it outside the launcher):
/home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped: /lib64/libcurl.so: no version information available (required by /home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped)
/home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped: /lib64/libcurl.so: no version information available (required by /home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped)
/home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped: /lib64/libcurl.so: no version information available (required by /home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped)
/home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped: symbol lookup error: /home/user/.local/share/AM2RLauncher/Profiles/AM2R 1.6 Beta/.runner-unwrapped: undefined symbol: X509_free, version OPENSSL_1.0.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working