Title is pretty self-explanatory; I have a Maxon One subscription yet c4dpy recognizes it as
"net.maxon.license.app.cinema4d-release~trialv"
(which I'm assuming means trial)
It then throws the error:
Error: Invalid License
,
then stops working immediately unless I reset my preferences. Just tried updating to R23.010, but that has not helped. Am I overlooking something?
0
Reputation
3
Posts
20
Profile views
0
Followers
0
Following
Best posts made by ResolveDZN
This user does not have any upvoted posts yet.
Latest posts made by ResolveDZN
Maxon One License comes up as "Trial" in c4dpy, making it unusable.
posted in General Talk •
RE: GeMemGetFreePhysicalMemoryEstimate()?
posted in Cinema 4D SDK •
@zipit said in GeMemGetFreePhysicalMemoryEstimate()?:
To convert the value to a reasonable order of magnitude, you have to do the math on your own, there always two ways. Interpreting byte measurements as powers of 2 or as powers of 10 (most modern hardware does the latter).
Those both were my initial thoughts, but the machine I'm using has 4GB total of memory, and there is no way that 3.78 of it is free. That's why I had thought there might've been something more at play here.
GeMemGetFreePhysicalMemoryEstimate()?
posted in Cinema 4D SDK •
Whenever running c4d.storage.GeMemGetFreePhysicalMemoryEstimate(), it returns 4062424101L. Forgive me if I'm overlooking the obvious, but what does this mean?