Crash on startup on Android 4.4.4

Questions about Wine on Android
Locked
Pop_Slime
Newbie
Newbie
Posts: 1
Joined: Fri Feb 14, 2020 11:27 pm

Crash on startup on Android 4.4.4

Post by Pop_Slime »

Wine arm 5.1 crashes on startup on Android 4.4.4

Crash-report:

Code: Select all

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__register_atfork" referenced by "libwine.so"...
	at java.lang.Runtime.load(Runtime.java:333)
	at java.lang.System.load(System.java:512)
	at org.winehq.wine.WineActivity.loadWine(WineActivity.java:147)
	at org.winehq.wine.WineActivity.access$000(WineActivity.java:55)
	at org.winehq.wine.WineActivity$1.run(WineActivity.java:78)
	at java.lang.Thread.run(Thread.java:841)
CPU info:

Code: Select all

processor	: 0
model name	: ARMv7 Processor rev 0 (v7l)
BogoMIPS	: 38.40
Features	: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 0

processor	: 1
model name	: ARMv7 Processor rev 0 (v7l)
BogoMIPS	: 38.40
Features	: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 0

processor	: 2
model name	: ARMv7 Processor rev 0 (v7l)
BogoMIPS	: 38.40
Features	: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 0

processor	: 3
model name	: ARMv7 Processor rev 0 (v7l)
BogoMIPS	: 38.40
Features	: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 0

Hardware	: Qualc
semidotinfotech
Newbie
Newbie
Posts: 1
Joined: Thu Feb 20, 2020 7:30 am

Re: Crash on startup on Android 4.4.4

Post by semidotinfotech »

I think it is no longer support in older version like Android 4.4
Xdareplyemail
Newbie
Newbie
Posts: 1
Joined: Wed Sep 02, 2020 9:01 am

Re: Crash on startup on Android 4.4.4

Post by Xdareplyemail »

From what I can gather it is indeed true that this error represents an attempt to use this program <api24. I find it really annoying that this is the case when the apk is listed as working on >=api17 and will install on such. If api 24 is required this should have been listed in the manifest and saved me from the waste of my time and data to download.
Locked