Carbene Hu

Results 7 comments of Carbene Hu

I encountered the same problem. By debugging the source code, I figured it out that this problem is probably due to non-utf8 system encoding instead of Windows 11. The error...

> Sorry, there have been some confilcts with others whose commitment include adding support for image texture type, I fix some confilcts, may you help to check it? Very sorry...

Thx for reviewing, I've applied all your suggestion. But the numpy test problem stills exists even if I used `ti.grouped`, I think it might be another bug and may open...

> Worked out a direct solution using GGUI interface. The thing is even if it's a gray-scale image, we have to fake a `ti.Vector.field(1, ...)` to make `set_image()` interface happy:...

> Hi Hyiker, Thanks so much for figuring out the problem & solution, this is awesome! > > Was also wondering if you may create a PR to merge your...

Ran into the same problem recently, I digged out that it may be related to `IOStreamBuffer::getNextLine`, refered from `PLY::Element::ParseElement`. This piece of code would eat all following '\n' and '\r'...

Same problem encoutered here when using `METIS_PartGraphKway`. Metis failed to free memory using `gk_free`, heap corruption error was trigger at the same time. Using commit id `e0f1b88b8efcb24ffa0ec55eabb78fbe61e58ae7` with small modified...