ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.35k stars 238 forks source link

gnutls_pubkey_export_dh_raw not found #1592

Open InfamousKnight opened 1 week ago

InfamousKnight commented 1 week ago

While trying to run bizhawk with a Waterboxed core like melonds, this error message shows up in winlator which uses box64:

Screenshot_20240617_124311_Winlator

So I guess gnutls_pubkey_export_dh_raw is missing?

ptitSeb commented 1 week ago

Those symbols are already wrapped but are absent from the libs. I plan to have a look at this later on, to check if it's normal or not (and probably suppress the message if it's normal).

Also, what is "Waterboxed"?

InfamousKnight commented 1 week ago

Waterbox is just something for sync stability. It saves the entire core in a savestate to prevent desyncs. It requires a specific setup.

InfamousKnight commented 1 week ago

bump to give more context on waterbox requirements: https://raw.githubusercontent.com/TASEmulators/BizHawk/master/waterbox/readme.txt