ooflet / Mi-Create

Unofficial watchface creator for Xiaomi wearables ~2021 and above
https://ooflet.github.io/docs
GNU General Public License v3.0
50 stars 5 forks source link

XML Document Error #33

Closed ESLGameDev closed 1 month ago

ESLGameDev commented 1 month ago

Describe the bug When i try to compile, the program gives the error "Failed to build watchface! XML Document Error (7, 255)". I then tried to manually edit the fprj file and take a look at it, but everything seems fine, i don't see any error.

To Reproduce Steps to reproduce the behavior:

  1. Open Mi Create
  2. Open project
  3. Try to compile project
  4. See error

Expected behavior The project should be compiled without errors

Troubleshooting

Screenshots

Captura de tela 2024-10-23 061152

Desktop (please complete the following information):

vonfritz commented 1 month ago

The erro is in the generated XML file shrek.fprj Visible_Src="None" should be Visible_Src="0"

Then you have others errors like Error in imageList: doisponto.png images in list must have the same width in the "month", "day", "hour" ...... widgets.

ESLGameDev commented 1 month ago

The erro is in the generated XML file shrek.fprj Visible_Src="None" should be Visible_Src="0"

Then you have others errors like Error in imageList: doisponto.png images in list must have the same width in the "month" widget.

Thanks, now it works and has compiled without problems :)