ERROR showed in logger: Scripting.ScriptManager.project

I have realize at client diagnostics logger that every time the client starts I get a error shower at logger:
image
image

These comes from .translate and .initialize
Why is this caused and how can I fix it?

V8.0.12

That would be two different modules trying to supply those functions. Seems like a bug.

do you consider it a harmless bug?

No idea. Seems to me that one or the other module will not get expected behavior from those functions. Whether that matters almost certainly depends on the project, as built-in stuff will call Java APIs.

1 Like

I see, I think I must go in deep to try to understand why is this happening. This is even happening with full empty projects. That makes me think the problems is at the gateway, but I don’t see any log about it.