Its been a while since this post showed how to use lightburn on box64. since then a lot has changed in both lightburn and box64, for one the sign-in is now working properly, but unfortunately lightburn now needs more libraries.
So here I will try to make a practical guide to running lightburn on a raspberry pi.
Step 1: Install box64 from here.
Step 2: Download the Lighburn 7z package and extract it(can be downloaded from here).
Step 3: Download this file and remove the .txt extension and extract it. Then put the libraries in a new directory named “lib2” inside the lightburn directory. Then download this file pulseaudio.tar.gz.txt (202.2 KB) do the same thing with this file wile keeping the directory “pulsaudio” (warning these are binary files I am probably not to be trusted and you should use these with caution).
Step 4: Run lightburn by typing BOX64_ALLOWMISSINGLIBS=1 BOX64_LD_LIBRARY_PATH=lib2 ./LightBurn in the lightburn directory.
Step 5: Use your registration key to sign in and… you know the rest (note: you will need to close the console window for lightburn to shut down because for some reason box 64 wont shut it down automatically).
We still need to use BOX64_ALLOWMISSINGLIBS=1 because libsystemd.so1 goes
Error: Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_JUMP_SLOT @0x10716c900 (0x100c0) in lib2/libsystemd.so.0
Error: Symbol gcry_md_close not found, cannot apply R_X86_64_JUMP_SLOT @0x10716c960 (0x10180) in lib2/libsystemd.so.0
Error: Symbol gcry_md_read not found, cannot apply R_X86_64_JUMP_SLOT @0x10716c9d0 (0x10260) in lib2/libsystemd.so.0
Error: Symbol gcry_md_open not found, cannot apply R_X86_64_JUMP_SLOT @0x10716ca20 (0x10300) in lib2/libsystemd.so.0
Error: Symbol gcry_md_write not found, cannot apply R_X86_64_JUMP_SLOT @0x10716ca40 (0x10340) in lib2/libsystemd.so.0
Error: Symbol gcry_md_setkey not found, cannot apply R_X86_64_JUMP_SLOT @0x10716cca0 (0x10800) in lib2/libsystemd.so.0
Error: Symbol gcry_md_reset not found, cannot apply R_X86_64_JUMP_SLOT @0x10716cd48 (0x10950) in lib2/libsystemd.so.0
Error: Symbol gcry_md_ctl not found, cannot apply R_X86_64_JUMP_SLOT @0x10716ce40 (0x10b40) in lib2/libsystemd.so.0
Error: Symbol gcry_md_copy not found, cannot apply R_X86_64_JUMP_SLOT @0x10716ce60 (0x10b80) in lib2/libsystemd.so.0
Error: Symbol gcry_control not found, cannot apply R_X86_64_JUMP_SLOT @0x10716ceb8 (0x10c30) in lib2/libsystemd.so.0
Error: relocating Plt symbols in elf libsystemd.so.0
Error initializing needed lib libsystemd.so.0
If anyone knows how to fix this, it will be greatly appreciated