dilevin / DGPCompFab

This repository stores the the assignments and lecture notes for the University of Toronto Graduate Course Computational Design and Fabrication
7 stars 4 forks source link

couldn't run ComFabA4 #20

Closed Emilyeyang closed 5 years ago

Emilyeyang commented 5 years ago

When I was trying to run the bridge on A4, terminal gave me such an error:

IOError: /Users/dilevin/Documents/Teaching/CompFabUofT/2018b/Instructor/ThirdParty/GAUSS/data/meshesTetWild/archbridge.mesh could not be opened...Segmentation fault: 11

What does this error mean?

FreakingBarbarians commented 5 years ago

Re-pull, it's an error I fixed and it's been merged.

There's a hard coded path in the older version of the assignment.

FreakingBarbarians commented 5 years ago

Also be careful when re-updating your repo from source. The changes to libigl make re-compiling the underlying modules much more difficult. As long as you don't delete your build like I did you should be fine.

Emilyeyang commented 5 years ago

Thank you, it worked.