I just installed the latest release 2024r4.2 and now the function Log (10)
fails .
Looks like a bug to me, as it used to work in previous releases.
The debugger states:
“There is more than one method with this name but this does not match any of the available signatures.
Return Floor(log(dValue) / log(10))”
The function shouldn’t run when I try to start the app. Never had this before. yes dValue is a double.
In the debugger the part “Log(1” is highlighted in yellow, so I assumed there was the error:
I’m not sure, but we had once a weird bug affecting only people using some plugins. Like we could not write our function “Log”, but one existed somewhere in a plugin cache causing an unknown compilation error… something like that. Probably it wasn’t “Log”, but maybe we are seeing something similar?
Ah, yes! Some time ago I installed Bob Delaney’s “Decimal Plugin”, in order to experiment with it and maybe use it. Never gave me problems, but now it does.
Removing the plugin solves the issue. Thanks for the great help!