You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, those fixes were already in my last code changes, but I had
forgotten to request an update for this plugin.
Will raise a request for an upgrade.
Op vr 3 dec. 2021 om 14:13 schreef cschol ***@***.***>:
Your plugin stores references to custom fonts across frames. This leads to
crashes in the VST when reloading a project.
For example (but there might be others):
AlgorithmDisplay::AlgorithmDisplay(Vec pos) {
box.pos = pos;
box.size.y = fh;
box.size.x = fh;
setColor(0xff, 0xff, 0xff, 0xff);
font = APP->window->loadFont(asset::plugin(pluginInstance, "res/DejaVuSansMono.ttf"));
}
Please see the following link on how to resolve this issue and re-submit
to the Library:
https://vcvrack.com/manual/Migrate2#2-1-Don-t-store-Font-and-Image-references-across-multiple-frames
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATNMDN32SYXZGL6IVP5YWTUPDGBLANCNFSM5JJZHFHQ>
.
Your plugin stores references to custom fonts across frames. This leads to crashes in the VST when reloading a project.
For example (but there might be others):
Please see the following link on how to resolve this issue and re-submit to the Library:
https://vcvrack.com/manual/Migrate2#2-1-Don-t-store-Font-and-Image-references-across-multiple-frames
The text was updated successfully, but these errors were encountered: