CoppeliaSim Status Bar Warning

Typically: "How do I... ", "How can I... " questions
Post Reply
Abhinav
Posts: 2
Joined: 21 Jan 2024, 13:34

CoppeliaSim Status Bar Warning

Post by Abhinav »

I recently updated to CoppeliaSim Version 4.7.0. I am calling script functions in CoppeliaSim Scene from MATLAB client using Legacy Remote API. However, unlike in earlier version now I am getting the following warning:

"C API call to 'simCallScriptFunctionEx': support for legacy call arguments will be dropped in next release. Please adjust your code."

These warnings clutter up my status bar making it difficult for me to debug my code. Please provide me with a solution for this issue.

Regards.
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: CoppeliaSim Status Bar Warning

Post by coppelia »

Hello,

either upgrade to V4.8, or change the verbosity to exclude warnings with:

Code: Select all

sim.setInt32Param(sim.intparam_verbosity, sim.verbosity_errors)
Cheers
Post Reply