CoACD icon indicating copy to clipboard operation
CoACD copied to clipboard

For certain parameters of example objs, there may be assert failed in the C++ Windows compiled version.

Open Zeppelin5 opened this issue 1 year ago • 3 comments

For example, using these parameters will result in an error (CDT's commit id is cf4df31): -i .\examples\Kettle.obj -o .\examples\Kettle_compiled.obj -t 0.05 -pm off -c 4 -pr 50 -s 1234 image

In addition, I found that setting breakpoints on the code of COACD is always ineffective when using VS or Rider on Windows. (breakpoints cannot be hit in the code of the submodule or CoACD itself.) image

If someone encounters a similar problem, I would really appreciate it if they could reply.

Zeppelin5 avatar Jan 23 '24 08:01 Zeppelin5

RelWutgDebInfo mode can hit breakpoints succesfully, but it needs to be added within the settings of the additional options in main and coacd subprojects with the /bigobj flag.

Zeppelin5 avatar Jan 23 '24 12:01 Zeppelin5

New error in lastest verison of CDT, params unchanged (-t 0.05 -pm off -c 4 -pr 50 -s 1234): image

Zeppelin5 avatar Jan 23 '24 12:01 Zeppelin5

i see same issue... do you have a solution? maybe a version of CDT that works?

eilat-inbal avatar Jun 24 '24 06:06 eilat-inbal