Open par5er opened 9 months ago
The required libraries are already installed with dnf install webkit2gtk4.0
Thos library are not wrapped yet on box64, that's why you get this error. I need to check but I'm afraid those are big library to wrap, so that might take a lot of time to do!
@par5er get these libs as x86_64 and put in /usr/lib/x86_64-linux-gnu
or to executable dir
@mcagabe19 then I get:
...
Cannot create memory map (@0x7fff04c51000 0x2e3000/0xfff) for elf "libwebkit2gtk-4.0.so.37" error=22/Invalid argument
Error: loading for elf libwebkit2gtk-4.0.so.37
Cannot create memory map (@0x7fff08c51000 0x2e3000/0xfff) for elf "./libwebkit2gtk-4.0.so.37" error=22/Invalid argument
Error: loading for elf ./libwebkit2gtk-4.0.so.37
Error loading needed lib libwebkit2gtk-4.0.so.37
...
Thos library are not wrapped yet on box64, that's why you get this error. I need to check but I'm afraid those are big library to wrap, so that might take a lot of time to do!
What does wrapping a library entail and can I help? Tired of having to boot into macOS just to use this software :D
What does wrapping a library entail and can I help? Tired of having to boot into macOS just to use this software :D
Here is an article to (try to) explain how to do it: https://box86.org/2024/02/how-to-create-a-wrapping/ (Yes, it was published just now. :p)
I get this error when trying to run Orca Slicer on Fedora Asahi Remix:
I'm on aea10492232746e5181a8ee7bc09127cda3ef32b (latest commit as of this issue). Please help.