happylun / SketchModeling

Source code for the Sketch Modeling project: reconstruct a 3D shape from line drawing sketches.
https://people.cs.umass.edu/~zlun/papers/SketchModeling/
GNU General Public License v3.0
143 stars 49 forks source link

ReadAccessViolation error #1

Open samueljlopes opened 6 years ago

samueljlopes commented 6 years ago

image

When I run the fusion part of the program, it throw up a ReadAccessViolation error. This leads me to believe that a string is being passed without reference somewhere in the code, I have followed the instructions in the ReadMe docs, and the only thing I have changed is setting the 'ReconstructMesh' part of the solution to the StartUp project in visual studio. Has anyone encountered this problem before, and if so, how would I go about fixing it?

happylun commented 6 years ago

Hi samueljlopes,

It might be the issue of incorrect input data setup. Can you check whether your working directory and command line argument is correct? Also make sure that the data within the working directory looks fine. Here is the command line arguments (it also indicates the necessary data to run the program): https://github.com/happylun/SketchModeling/tree/master/Fusion#command-line-arguments

Best, Zhaoliang.

bharadwajdhornala commented 4 years ago

Hi @samueljlopes Did you solve the problem. please guide #11