2019-04-21 06:57 AM
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.
Solved! Go to Solution.
2019-10-12 12:48 AM
@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
2019-04-23 01:07 AM
Hi,
Is this an error you're getting from the TouchGFX designer? Which version are you using?
Thanks!
Best regards,
Martin
2019-04-23 04:08 AM
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.
2019-04-23 04:13 AM
Can you show me a screenshot of the error?
Thanks
2019-05-13 06:34 AM
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!
2019-05-13 11:42 PM
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.
2019-05-14 03:53 AM
Also, can you share the log from your Visual Studio 2019 build?
2019-05-21 04:20 AM
Hi @Hhesa,
I'm really interested in resolving this issue. What's the status on your end? Can you share full logs? Maybe the project?
/Martin
2019-05-21 08:09 AM
2019-05-22 01:57 AM
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