json_sax_dom_parser
Suspected duplicate of issue #106540 , this one is also thrown from nlohmann
but no other detailed explanation.
json_sax_dom_parser
Hi @JessyBerbers Could you describe what action you are performing right before it crashed? Or if it's just randomly without a pattern?
From the crash log it suggests blender crashed while…
That sounds kinda weird. Cursor freeze seems to be your GPU constantly running some task.
Could you try blender -d --debug-all
and try to see if there are any output in the terminal during…
Hi @sanek122005 , I'm unable to reproduce the crash. Could you give us more information by doing
- Run Blender [with command](https://docs.blender.org/manual/en/3.6/advanced/command_line/launch/…
Hello @Dutch93 , this looks like to be an issue with the payware addon, it's advised that you consult support from the addon author. Or we could take a look at it if you could reproduce the same…
Hi @J-Nord , not quite sure what CTD means in this context, does it mean it hangs indefinitely, or crashes?
This looks very much like a graphics issue, try updating/downgrading the graphics…
Hi @hoanguk ! In your file, the third key frame actually has two fills, that's why it didn't appear to work because there's the original shape at the same place. After removing that extra circle…
This leads me to believe holding on the uv layer data after normal editing accesses freed memory or something like that?
I believe you can't really hold that pointer "for later" but from the…
@PratikPB2123 I can confirm the issue with ibus. (I believe fcitx a while ago is alright, but not sure) This should be the duplicate of that one as well.
@jashear Thanks for the info... Well then it's interesting, it could mean line art itself being not quite stable, I'll look into it.
@Phil-Sawa try starting blender with blender -d --debug-gpu
and see if it outputs anything weird during the freeze?
In addition to the Proportional Edit settings, other settings are saved in the scene, such as Snap Toggle. Is it important to bring this behavior back to Snap's Toggle as…
I'm not sure the design of vse would ever be able to support changing resolution, some video formats does allow that. But in this particular case, the resolution is fixed, just need to rotate the…
caused by 6b8bb26c457446875e0782a1701ec35c78b33308
Ctrl-R
doesn't work while from the tool bar loop cut works.
@TomasHenriques I guess you need to find out if that interferes. Or maybe it could be other programs, try stopping those program and see if it works. Thanks!
Apparently it's the tex->check_feedback_loop()
reporting repeatedly about `ERROR (gpu.debug): Eevee > Shadows > Cube Shadow Maps > psl->shadow_pass : Feedback loop: Trying to bind a texture…
@3di In that case I think it's a reasonable issue. I'll confirm it and see if video guys have any input on this.
Managed to read the rotation this way:
static double ffmpeg_get_stream_rotation(AVStream *st)
{
AVDictionaryEntry *rotate_tag = av_dict_get(st->metadata, "rotate", NULL, 0);
uint8_t…