gnutls_pubkey_export_dh_raw not found
While trying to run bizhawk with a Waterboxed core like melonds, this error message shows up in winlator which uses box64:
So I guess gnutls_pubkey_export_dh_raw is missing?
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"?
Waterbox is just something for sync stability. It saves the entire core in a savestate to prevent desyncs. It requires a specific setup.
bump to give more context on waterbox requirements: https://raw.githubusercontent.com/TASEmulators/BizHawk/master/waterbox/readme.txt
Apologizes if I sound pushy, but any update on this?
well, not really. As I wrote earlier, those symbols are wrapped in box64 but you native libs doesn't implement them. Either update them (if possible) or try to use the x86_64 version of them.
Unfortunately, I don't know really know how to do this.. have you managed to run bizhawk with a waterboxed core like melonds to work on an arm64 machine? I don't have one other than an android.
Just curious.
Ok, my best bet would be to wait for android 15 to come to my samsung galaxy s23fe so I can use google linux vm. It could just be android being very restricted and hard to debug.