APK Easy Tool problem

Questions about Wine on macOS.
Locked
The_SamminAter
Level 3
Level 3
Posts: 52
Joined: Sun Sep 09, 2018 6:16 pm

APK Easy Tool problem

Post by The_SamminAter »

I'm trying to run APK Easy Tool from the xda forums on macOS 10.12 (Wine Devel v4.16), and I keep getting this output (in Terminal):

Code: Select all

0043:err:ntdll:RtlpWaitForCriticalSection section 0x643d70a0 "../../../wine/dlls/mscoree/metahost.c: runtime_list_cs" wait timed out in thread 0043, blocked by 0041, retrying (60 sec)
It APK Easy Tool doesn't crash or visibly launch, and every 60 seconds it just prints that line.
Is there any easy fix to this or way to understand what's going wrong?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: APK Easy Tool problem

Post by DarkShadow44 »

That's a classical deadlock. Please report a bug for this, if there is no bugreport yet.
As workaround, try installing native .NET with winetricks.
Locked