zixpo / candybar

Dashboard for Android Icon Packs. Supported by the community.
Apache License 2.0
288 stars 53 forks source link

Unable to build the icon request #178

Open walrus543 opened 7 months ago

walrus543 commented 7 months ago

Hello, Building the icon request doesn't work with some apps such as this one: https://play.google.com/store/apps/details?id=com.lab465.SmoreApp The name app in the icon request tool is $'more...

Pretty easy to identify here but it's not always obvious with other apps. I can't install the app since it's not available in my country so I don't have logs to share, sorry.

It seems to be related to the latest major update of Candybar since my user was able to send a request for this app before v3.19.0.

Thank you.

OSHeden commented 5 months ago

Log when trying to build the icon request:

1831  3934 D CoreBackPreview: Window{d44d923 u0 com.osheden.oscuro/com.osheden.oscuro.activities.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@8aaf9aa, mPriority=0, mIsAnimationCallback=false}
03-17 17:44:49.608 15369 15415 E OpenGLRenderer: Unable to match the desired swap behavior.
03-17 17:44:49.616 15369 15428 E Oscuro  : java.lang.IllegalArgumentException: Illegal group reference
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.regex.Matcher.appendExpandedReplacement(Matcher.java:1120)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.regex.Matcher.appendReplacementInternal(Matcher.java:888)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.regex.Matcher.appendReplacement(Matcher.java:1040)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.regex.Matcher.replaceAll(Matcher.java:1242)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.lang.String.replaceAll(String.java:2802)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.nz0$e.f(SourceFile:205)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.nz0$e.d(SourceFile:1)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.nz0.b(SourceFile:119)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.jz0$d.m(SourceFile:363)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.w7.j(SourceFile:5)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.w7.a(SourceFile:1)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at o.u7.run(SourceFile:1)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.concurrent.FutureTask.run(FutureTask.java:264)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
03-17 17:44:49.616 15369 15428 E Oscuro  :  at java.lang.Thread.run(Thread.java:1012)