Skip to main content
Hhesa
Associate II
April 21, 2019
Solved

Error in touchgfx (zip entry size is too large)

  • April 21, 2019
  • 5 replies
  • 3361 views

Hello,

I am using Touch GFX on my hardware (STM32F429).

When I create a text area and change the name of text,i encounter error that say "error during code generation" then opens a window that say" ZIP entry size is too large"

It was working better before but It does not work officiantly now.

could you please help me to solve this problems?

thanks in advance.

This topic has been closed for replies.
Best answer by pyuci.37

@Hhesa​ 

hello hojat, i had this problem now and i fix it

try change default language format to english from here:

Control Panel > Region > Format Tab > Format dropdown list

and restart PC, then create new project.

the error should be gone

i think you setting this option to persian because you had persian name, i am iranian too

5 replies

Martin KJELDSEN
Principal III
April 23, 2019

Hi,

Is this an error you're getting from the TouchGFX designer? Which version are you using?

Thanks!

Best regards,

Martin

Hhesa
HhesaAuthor
Associate II
April 23, 2019

Hello,

yes,I'm using TouchGFX designer v 4.10.0

when I change label of button with label or text of text area for Three numbers or more button or text area I'm getting this error

Thanks.

Martin KJELDSEN
Principal III
April 23, 2019

Can you show me a screenshot of the error?

Thanks

Hhesa
HhesaAuthor
Associate II
May 13, 2019

Hello

I am changing windows and touchgfx designer works well.

but when I run "Myapplication.sln" in visual studio 2019 , an error happening in touchgfx.

After that, when create a project in touchgfx and add two TextArea and change text of them, a small window opens and says: zip entry size is to large.

in log I see this error:

Converting images

Zip end of central directory signature not found

an error occurred in converting texts:

Zip end of central directory signature not found

simulator/gcc/Makefile:247: recipe for target 'generated/texts/include/texts/TextKeysAndLanguages.hpp' failed

make[1]: *** [generated/texts/include/texts/TextKeysAndLanguages.hpp] Error 1

simulator/gcc/Makefile:37: recipe for target 'assets' failed

make: *** [assets] Error 2  

I guess that the excel file with name texts.xlsx is destroyed (I can't open excel file after happen this error) , but I can't repair this error

Thank you!

Martin KJELDSEN
Principal III
May 14, 2019

I've just had a word with the designer team and i'll create this as a bug - They've never seen it before. Could you please let me know if this somehow goes away or if you continuously experience it?

Which version of windows are you using?

I'll try to keep this ticket updated.

Hhesa
HhesaAuthor
Associate II
May 21, 2019

Hi

I create second user account in window 10 and it' better there but in in first account I can't solve the problem.

I'm sorry, I uninstall visual studio and delete all visual studio folders.

Thanks.

Martin KJELDSEN
Principal III
May 22, 2019

Hi,

Took a look at your project. The error message is difficult to analyze for a regular user, but it comes from an excel parsing lib. Your excel file is corrupt - Did you do anything to it? Try copying one from a newly created application.

/Martin

pyuci.37
pyuci.37Best answer
Visitor II
October 12, 2019

@Hhesa​ 

hello hojat, i had this problem now and i fix it

try change default language format to english from here:

Control Panel > Region > Format Tab > Format dropdown list

and restart PC, then create new project.

the error should be gone

i think you setting this option to persian because you had persian name, i am iranian too

Hhesa
HhesaAuthor
Associate II
October 12, 2019

Hello,

I made these adjustments and the problem was resolved.

Thank you very much for your help.