Below is the attachement when I run the standalone plugin in debugging mode, If I run without debugging it doesn’t show any result or error….
this is nullptr as you can see on the left. So the rectangle doesn’t exist, and that in turn means that very likely the component you’re calling setBounds() on doesn’t exist either. You probably forgot to create that component.
Look at Line 161 in your editor code, that’s the component you need to look at.
1 Like

