VishnuSanal / Quotes

Quotes Status Creator lets you share quotations as status images on social media
https://play.google.com/store/apps/details?id=phone.vishnu.quotes
GNU General Public License v3.0
50 stars 20 forks source link

App Crash(After Install Not opening) #132

Closed brnwlshubh closed 1 month ago

brnwlshubh commented 1 month ago

Describe the bug A clear and concise description of what the bug is. Can't open the app after installation To Reproduce Steps to reproduce the behavior:

  1. Go to App
  2. It causes error and deny to open

Expected behavior A clear and concise description of what you expected to happen. Open and can be used by the user seamlessly. Screenshots If applicable, add screenshots to help explain your problem.

Crash logs If possible, add crash logs to help us figure out the problem.

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

brnwlshubh commented 1 month ago

v3.1.0 is working well.

d4f5409d commented 1 month ago

Same issue here, got a crash report extracted

FATAL EXCEPTION: main
Process: phone.vishnu.quotes, PID: 30875
java.lang.ExceptionInInitializerError
    at phone.vishnu.quotes.controller.AppController.attachBaseContext(SourceFile:20)
    at android.app.Application.attach(Application.java:361)
    at android.app.Instrumentation.newApplication(Instrumentation.java:1252)
    at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1503)
    at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1439)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7213)
    at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2292)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:240)
    at android.os.Looper.loop(Looper.java:351)
    at android.app.ActivityThread.main(ActivityThread.java:8423)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
Caused by: java.lang.IllegalArgumentException: Q2.a is not an interface
    at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:635)
    at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:602)
    at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
    at java.lang.reflect.WeakCache.get(WeakCache.java:127)
    at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:438)
    at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:873)
    at F2.a.<clinit>(SourceFile:20)
    ... 15 more
VishnuSanal commented 1 month ago

Uh, oh! I'll check, thanks.

kaffeeringe commented 1 month ago

Same. 3.1.1 crashes after the installation. 3.1.0 works.

OxygeneOS 14 NE2213_14.0.0.900(EX01)

PumpkinJui commented 1 month ago

Same. Using Quotes 3.1.1 on OPPO R11s, with ColorOS v5.2.1 and Android 8.1.0.

With OPPO LogKit, I got a crash log. It seems that its main part is the same as the above one:

java.lang.ExceptionInInitializerError
    at phone.vishnu.quotes.controller.AppController.attachBaseContext(SourceFile:20)
    at android.app.Application.attach(Application.java:198)
    at android.app.Instrumentation.newApplication(Instrumentation.java:1104)
    at android.app.Instrumentation.newApplication(Instrumentation.java:1088)
    at android.app.LoadedApk.makeApplication(LoadedApk.java:1040)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6125)
    at android.app.ActivityThread.-wrap1(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1839)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:197)
    at android.app.ActivityThread.main(ActivityThread.java:7022)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:515)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)
Caused by: java.lang.IllegalArgumentException: Q2.a is not an interface
    at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:589)
    at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:566)
    at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
    at java.lang.reflect.WeakCache.get(WeakCache.java:127)
    at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
    at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:820)
    at F2.a.<clinit>(SourceFile:20)
    ... 14 more

The complete log is here. However, I don't think the extra info is useful...