[Solved] Frozen Loaded Preview

Hello,

Not sure if this is a bug, however its preventing me from continuing to work on my game. I recently installed an Extension Called “Homing Projectile”. when I did, my preview screen would freeze at different percentages like you can see on the attached pic.

I tried first to uninstall Gdevelop. that didn’t work. I also made sure I have the latest version… I do. I’ve also tried little things here and there, but to no avail.

Any help would be much appreciated :slightly_smiling_face:

Thank you

Hi,
Have you tried removing the extension? Does it solve the issue?

Ah yes, a few hours after i posted i wondered if the extention was the issue. So I uninstalled it. Now the preview works :stuck_out_tongue_winking_eye:

I never would have thought an extension could cripple the program like that, so i left it out as a possibility. But i see now that i should only use credible extensions.

Thank you!

Even without extensions, you can crash the preview if you don’t use the events properly. The While loop is an easy one. :grin:
It seems that you need to add the Physics2 behavior to your missile, even if you use the non-physics action.
@tristanrhodes Do you confirm?

Gotcha. Will do. I will try it again. Thanks a ton!