You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to start the game, I get the following console output:
cargo run --release
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib/libJPEG.dylib
in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
The text was updated successfully, but these errors were encountered:
The thread I linked above mentions DYLD_LIBRARY_PATH. Have you tried setting that? My LIBRARY_PATH, LD_LIBRARY_PATH, and DYLD_LIBRARY_PATH are all set to /usr/local/lib:/usr/lib.
When trying to start the game, I get the following console output:
The text was updated successfully, but these errors were encountered: