UE4 crash when click on Project Config -Platforms -Windows

So i just changed the loading screen for the first launch of the game and since i did that i cannot access to that option, also when i build the project and then i launch the .exe it just crash idk what can i do :c

Your .bmp file is probably not formatted correctly for the splash. Ive seen someone else with this same issue, and the cause was that the bmp doesn’t have the same color settings as the original.

The issue that time was their bitmap was set as 16bit color, when it needs 24bit. The engine never did anything after that but crash until they got the bmp fixed.

i thought it was that and i delete the image instead of set another image and it worked