Please tell me what these dForce Log Errors mean

2020-05-20 22:51:39.350 Shortest spring had length: 0.017373
2020-05-20 22:53:00.508 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): peer performed orderly shutdown errno=0
2020-05-20 22:54:53.056 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): peer performed orderly shutdown errno=0
2020-05-20 22:56:12.893 WARNING: ..\..\..\src\dzdynamicsengine.cpp(3166): ERROR: clFinish (-36)
2020-05-20 22:56:13.000 Total Simulation Time: 5 minutes 1.62 seconds
2020-05-20 22:56:49.553 WARNING: ..\..\..\..\..\src\sdksource\cloud\dzcloudtasknotifier.cpp(178): peer performed orderly shutdown errno=0

I applied a dForce Modifier and ran the simulation.  It concluded as expected to my mind, but there was an error flagged by Daz Studio.

It just a collision of a t-shirt against a ground plane.  It worked as far as I am concerned, so why does Daz Studio flagg an error ?

dForce test.png
800 x 400 - 271K

Comments

  • Richard HaseltineRichard Haseltine Posts: 100,781

    Ignore the orderly shutdown bits - they are not dForce.

    The springs are the edge lengths of the dForce model, having them shorter than the Dynamic Offset can cause issues as the simulation has to stretch the edge to match the offset and then wants to pull it back to the rest length, which can slow the process and even lead to explosions. The clfinish(-36) does look like an actual error, but I'm not sur what it means

  • kenshaw011267kenshaw011267 Posts: 3,805

    Looks to me like an error reported from the OpenCL lib propogated out. In laymen's terms the software dForce is based on reported an error and the dForce software ignored it so it got to the logging system and got recorded. 

    Since the simulation completed and the result looks right don't worry about it. I see logs full of this sort of stuff all the time in my day job. A lot of times errors get reported that don't prevent the software from working.

  • Richard HaseltineRichard Haseltine Posts: 100,781

    Generally if it says WARNING rather than ERROR it's not going to be fatal (at leastb as far as the application is concerned, it may stop you from getting the desired result).

  • Thank you, All.  Noted.

Sign In or Register to comment.