Does anybody know what could be causing this?
Without changing anything on a .c3p file, it suddenly stopped previewing - in Debug it shows loading 100%, if I click on watch or the GPU profiler it tells me that these features are not in the free edition, even though I have an active and running subscription and I am logged in. Logging out and back in didn't fix it.
Even if I try to start a completely empty layout it does the same thing!
I feel very much lost with this.
Using C3 in Standalone mode, but it doesn't work with C3 in browser either. Previous versions of it work fine.
SOLUTION:
The problem was caused by a Function using the built-in functions, which was disabled but ther was an action calling it. This broke the file, even thought the function wasn't actually called, just by virtue of there being this action. enabling the function but disabling it getting called solved problem, as did deleting the function.
I found it by copying my project and deleting stuff from it until the bug stopped happening!