Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
863 stars 254 forks source link

Proguard error #542

Closed Arashvscode closed 1 year ago

Arashvscode commented 1 year ago

With regards and respect, the result of your last github action test regarding ProGuard running in Java 11 is as follows. The program works well with ProGuard, but it doesn't run. Test it yourself if you need it. Do you prefer a heavy and professional project or here? Tell me to send you the error

Tnks sir

zensukiidev commented 1 year ago

the program is working but not running???

xbzyaw commented 1 year ago

the program is working but not running???

Yes that's what he said

Arashvscode commented 1 year ago

Yes tesing

Arashvscode commented 1 year ago

The blocks are extracted, but we face this error when importing

IMG_20220819_191137_287

JavkhlanK commented 1 year ago

With regards and respect, the result of your last github action test regarding ProGuard running in Java 11 is as follows. The program works well with ProGuard, but it doesn't run. Test it yourself if you need it. Do you prefer a heavy and professional project or here? Tell me to send you the error

Tnks sir

Yeah, the error message would definitely be needed.

JavkhlanK commented 1 year ago

The blocks are extracted, but we face this error when importing

IMG_20220819_191137_287

Read the error message. A Custom Block has an invalid or no associated block palette. Anyway, it's not related to the initial issue of this GitHub Issue, why did you report/ask here?

Arashvscode commented 1 year ago

Erro.txt debug.txt

See in file

JavkhlanK commented 1 year ago

You added Gson as Local library (again!), but didn't include its ProGuard rules. I'm not sure what exactly's missing, but this is not a Sketchware Pro bug.

Arashvscode commented 1 year ago

This is not possible. I don't have this library at all in local libraries

JavkhlanK commented 1 year ago

Line 2652 in debug.txt says otherwise.

Arashvscode commented 1 year ago

Line 2652 in debug.txt says otherwise. Yes, I realized that I deleted it, but still the same error as before

Arashvscode commented 1 year ago

Fixed

JavkhlanK commented 1 year ago

Alright, good.