ShadowTheAge / yafc

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
160 stars 48 forks source link

Unable to load google-ortools-native (mac) #210

Open markusstha opened 1 year ago

markusstha commented 1 year ago

Hello, I just installed yafc on mac and got it so far so that it could index my whole modpack (seablock if that matters), and everything seems to work so far, but then I get the error:

Unable to load shared library 'google-ortoolsnative'

Screenshot 2023-02-22 at 10 47 44

Any ideas on what I could try, or is this a bug?

DaleStan commented 1 year ago

My guess is that you need to install OR-Tools. brew install or-tools might do the trick.

If you have OR-Tools installed, I'd then try running DYLD_PRINT_LIBRARIES=1 ./YAFC.dll > ~/yafc.txt from a console, and seeing if either the (hopefully new) error or ~/yafc.txt contain more information.