box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Missing symbols when running electron app

Open acb opened this issue 10 months ago • 1 comments

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!

acb avatar Mar 22 '25 22:03 acb

Ok, I added the 2 missing functions (note that electron app often require the use of BOX64_MALLOC_HACK=2)

ptitSeb avatar Mar 31 '25 09:03 ptitSeb