Not a memory leak, Looks like process leak --register-allusers
just spawns a new process to register, which spawn a new process to register, which spawns a new process, but never actually makes…
Usually when this happens to me, my tests are out of date or out of sync, try merging main and running make update to grab the latest test files
People keep complaining about this, so dusting off this PR, incorporated your diff with the above change to autopep8_format_no_subprocess
I need a review from campbell and anthony, there's a few more open PR's i need their attention on, i'll do a survey today and poke them about them all.
Highly windows specific and i sadly don't have any time in my schedule this week, but since there's unlikely to be a generic solution here, here's how i would tackle it for windows:
1- call…
not my call to make, I just ran into the same problem in the past and figured i'd help you out
Excellent! happy to hear you got it working!
A string is a string, what's in there doesn't really matter, what's happening here is the UI is trying to draw some text from memory that has been freed, and it's pretty much a roll of the dice if…
kinda looks like what is being warned about in the manual
There is a known bug with using a callback, Python must keep a reference to the strings returned by the callback or Blender will…
Oof, that's a 14 year old (Terrascale 2 based) GPU, running a 10 year old driver. The [blender…
Can you run dxdiag /dontskip /whql:off /64bit /t c:\some\place\you\can\write\dxdiag.txt
and attach the resulting dxdiag.txt?
The command will return immediately, but it may take a bit for the…
rats, I really hoped i wouldn't need to, i can bump to 16.11.26 without disrupting the CI infra, fingers crossed it's close enough.
We're still building with vs2019 (v16.9.16) and it's having some template errors when building dpcpp
yeah we can ignore the .lib if it's not being used, it was being harvested due to ${SHAREDLIBEXT}
being .lib
on windows, since for linkage we need to link the import library, and not the…
Think this patch is not yet fully covering all needed changes for all platforms (see note below)?
You are correct, I covered windows, and did the generic house keeping, the respective…
Seems to have a happy time now, at-least with the few files i tried, looks like this be ready for review then