CorgiTaco / CorgiLib

A library of common code used across Corgi Taco's projects
GNU Lesser General Public License v3.0
7 stars 6 forks source link

[macOS] Missing imgui dylib causes crash #30

Closed kalkafox closed 6 months ago

kalkafox commented 6 months ago

When attempting to load CorgiLib 4.0.1.0 on macOS, the client crashes shortly before attempting to load resources. The resulting error is the imgui dylib which does not exist in the folder.

java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/xc/y6t34tms1pv1hptzwlzrrscc0000gn/T/imgui-java-natives_1710030216506/libimgui-java64.dylib

crash-2024-03-09_19.23.36-client.txt

JT122406 commented 6 months ago

28 fixes this