box64
box64 copied to clipboard
Missing symbols when running electron app
When I go to run an x86_64 election app (closed source and not public yet, I might be able to get a test build to you if you need it, let me know) it fails to run with the following errors:
Error: Symbol gdk_pixbuf_new_from_bytes not found, cannot apply R_X86_64_JUMP_SLOT
Error: Symbol gdk_pixbuf_calculate_rowstride not found, cannot apply R_X86_64_JUMP_SLOT
Let me know if you need any more info!
Ok, I added the 2 missing functions (note that electron app often require the use of BOX64_MALLOC_HACK=2)