AnkaChan / Gaia

Gaia Physics Engine
Apache License 2.0
552 stars 32 forks source link

visual studio running VBDDynamics.exe throw exception #9

Open YZXExusiai opened 2 weeks ago

YZXExusiai commented 2 weeks ago

Compile and build the VBD simulator successfully,but when trying to run the example using model and parameter json file in "\Simulator\VBDDynamics\ParameterGen\Parameters",the visual studio throws an exception in file 'InputHandler.h'. the error log is "Writing access permission conflict GAIA::VBDPhysics::physicsParams(...) return nullptr。" in code " if (outFolder == "noOutput") { physics.physicsParams().saveOutputs = false;//throw exception } " While I have tried to use cmd to input the parameter like provided example,but after it finishes running,it won't give any feedback. I am very looking forward to see the nice simulation video in your project,so could you give me some relevant suggestion to fix this problem

YZXExusiai commented 2 weeks ago

Well, if I dont use the parameter "noOutput" like example,it won't occur those problems,and running the twisting beam demo successfully. And the scene I most interested in the video is the split cloth,so hope there will more demonstration cases in the videos be provided to project in the future. Thanks for your working!