Changing splash image of IntelliJ

Hi,

 

I'm changing the source of IntelliJ 2015 to meet my needs and I want to change the splash image for my custom one. I changed the png image idea_community_logo.png in the folder community-resources\src to my own png, built the IntelliJ and tried to run the genereted exe (64bits), but right after I executed the exe the windows message of "This app can't run on your pc". The image is the only thing that for now is different.

 

What I can do? Is this image special or have any requirements?

 

Thanks

0

How did you generate *.exe file? Note that exe files must be signed and the part of build scripts which signs exe files using JetBrains certificate isn't available in the open sources. Did you implement your own signing procedure?

0
Avatar
Permanently deleted user

Yes I did. If I changed the stock splash png (edit the image in gimp or something) and then build, everything works. Then, if I changed the image for my image and built, the exe gives that error

0

The splash image is converted from PNG to BMP and injected into exe file. Maybe your image is too big, or too small or contains something specific which causes problems for exe file. Could you please create an issue in our tracker and attach your png file to it?

0
Avatar
Permanently deleted user

I will submit, but do you know the min and max size or how the image must be (how can I teste if the image is right since the windows can open)?

0

I don't know, it was just an assumption. But given that the problem reproduces only with your image and not with ours, it looks like there is some specific thing in your image which causes the problem.

0

请先登录再写评论。