mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

Color (DirectWrite Styles) crashes #311

Open sebllll opened 7 years ago

sebllll commented 7 years ago

Color (DirectWrite Styles) help.v4p -> enable apply on textlayout -> play with values or just wait -> crash (no exception or sml.)

i tried to attach debugger, but even vs crashes hard when the error occurs.

any ideas on how to tackle that issue?

sebllll commented 7 years ago

tested again with revision 83333a7d13bf33795d77ec1487bcb3177454cca3 on x64 and the crash seems gone. a bit strange because i didn't discover any changes in the related nodes, but anyway closing this now.

sebllll commented 6 years ago

it happens again... though the whole thing is rebuilt using the sharpfontwrapper. When debugging ColorStylerNode.cs, i experienced a NULL in the FWColorStyler object's pointer here: https://github.com/mrvux/dx11-vvvv/blob/master/Nodes/VVVV.DX11.Nodes.Text/Lib/ColorStyler.cs#L16