ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 288 forks source link

I cant run a java project #1357

Closed RoySalgadoM closed 2 weeks ago

RoySalgadoM commented 8 months ago

When i execute

java -jar myjar.jar

I get: Error: PltResolver: Symbol gdk_threads_add_idle_full(ver 0: gdk_threads_add_idle_fukk) not found, cannot apply R_X86_64_JUMO_SLOT in libglassgtk2.so

Can you help with that please

LukeShortCloud commented 2 weeks ago

This function has now been wrapped:

https://github.com/search?q=repo%3AptitSeb%2Fbox64%20gdk_threads_add_idle_full&type=code

Closing as resolved.