GDTaco
April 16, 2022, 9:55am
#1
Hey, so i don’t really have a lot of info to give you. I essentially have 1 scene the freezes my game and i don’t know why. The only difference from what I can tell is this scene has lighting and most of my other scenes don’t.
It has only five lights and it is in an older project (maybe 6 months old) and every other scene in the project works and a few of them also have minor lighting.
I was wondering if anyone had any insight or leads.
Any help is appreciated! Even a shot in the dark!
MrMen
April 16, 2022, 10:05am
#2
Is this run in preview? Then check the console tab in the game window (press ctrl + shift + i).
If that doesn’t respond, try the same (while the game is running) in GDevelop editor.
1 Like
GDTaco
April 18, 2022, 6:12am
#3
Failed to parse? It says. SourceMap?
MrMen
April 18, 2022, 8:06am
#4
Maybe a screen snip would be better, as there could be a few errors that could be red herrings.
1 Like
MrMen
April 19, 2022, 7:09am
#6
Looks like you have an issue with one of your layer effects. Check your layers, and remove any effects like this :
2 Likes
GDTaco
April 19, 2022, 7:32am
#7
You never fail to help me. Thank you it was that simple. I even thought i checked for that!
Bouh
April 19, 2022, 7:48am
#8
Thanks guys, I report this a an new bug, should be easy to fix
opened 07:53AM - 19 Apr 22 UTC
🐛 bug
😤Non optimal UI
## Describe the bug
Adding an effect on a layer, makes the game screen black an… d frozen.
This is due to the effect used, there is no effect by default when we add one.

https://user-images.githubusercontent.com/1670670/163953377-d8ce670f-551f-4b9e-a51c-55ec146e8c91.mp4
## Other details
* [5.0.132-beta1](https://github.com/4ian/GDevelop/releases/tag/v5.0.132-beta1)
3 Likes