Game crashes a few seconds after starting (stacktrace included)

Harnick

New Member
Joined
21/10/2019
Messages
2
Latest version of the app from Google Play Store, running on Android Pie. LineageOS 16 on Samsung S8.

The game launches and functions normally for around 10 seconds, then crashes without warning. Stacktrace is posted below. Seems to be related to analytics? Possibly a MicroG-related issue? Happy to post more info if needed.

Code:
FATAL EXCEPTION: Failed Connect
Process: net.fdgames.ek.android, PID: 18491
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient;
	at com.google.android.gms.analytics.zzag.<init>(Unknown Source:37)
	at com.google.android.gms.analytics.zzag.<init>(Unknown Source:8)
	at com.google.android.gms.analytics.zzv.zzE(Unknown Source:39)
	at com.google.android.gms.analytics.zzw.zzfP(Unknown Source:71)
	at com.google.android.gms.analytics.zzw.zzc(Unknown Source:0)
	at com.google.android.gms.analytics.zzw$zzc.run(Unknown Source:12)
	at java.util.TimerThread.mainLoop(Timer.java:562)
	at java.util.TimerThread.run(Timer.java:512)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.apache.http.impl.client.DefaultHttpClient" on path: DexPathList[[zip file "/data/app/net.fdgames.ek.android-hlRFV05-et7_e5T-hyeiTA==/base.apk"],nativeLibraryDirectories=[/data/app/net.fdgames.ek.android-hlRFV05-et7_e5T-hyeiTA==/lib/arm64, /data/app/net.fdgames.ek.android-hlRFV05-et7_e5T-hyeiTA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/vendor/lib64]]
	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
	... 8 more
 

VDX_360

Staff member
Moderator
Joined
20/01/2017
Messages
6,126
Standard trouble shooting questions:
1) Re-start your device?
2) How's the memory (total and ram) on your device?
3) Any other apps interfering with the game (like a game hacking app?)
 

Harnick

New Member
Joined
21/10/2019
Messages
2
VDX_360":2wrps88i said:
1) Re-start your device?
Yessir. Done that multiple times.
VDX_360":2wrps88i said:
2) How's the memory (total and ram) on your device?
Samsung S8. 6GB of RAM. 37GB of Internal Memory remaining.
VDX_360":2wrps88i said:
3) Any other apps interfering with the game (like a game hacking app?)
Nope.
 

DavidBVal

Developer
Staff member
Administrator
Joined
28/02/2015
Messages
7,427
Please try to export your data to a file (Continue Game, Export, export to file), then remove the game and install it again. Restore the file and try to reload.
 

Top