SharkPika
SharkPika
> > Def need a Folia support here. Thats the only way to go and yes we have enough hardware. That singlethread schedule is not performant enough for large servers....
024-05-26 23:18:58 191 [ main:3259]-[ ERROR ]cn.yang.server.netty.NettyServer.start(NettyServer.java:56) Cannot assign requested address: bind java.net.BindException: Cannot assign requested address: bind at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:555) at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337) at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294) at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:89) at...
> 一样的错误,请问你是在windows环境下运行吗 是的
The paths are all correct, but I manually deleted QQ\1127367472\FileRecv\Source\
The NDK version used is the latest stable version, r28b
and I used dex2c after "git clone"
I can run the command manually using CMD, but it seems to suddenly stop halfway through without any errors just like: E:\BaiduNetdiskDownload\Android\Ndk>ndk-build.cmd -j12 -C D:\QQ\1127367472\FileRecv\Source\dex2c\compile\jni make: Entering directory 'D:/QQ/1127367472/FileRecv/Source/dex2c/compile/jni' [armeabi-v7a]...
> > I can run the command manually using CMD > > You shouldn't do that I only did this for testing purposes
I am unable to upload the file, so I will only provide a verbal description start cmd: python dcc.py -a SkyCloudDriven.apk -o out.apk -p --filter filter.txt filter: cn/sky/app/.*;.* Application.mk change:...
> > filter: cn/sky/app/._;._ > > Your filter seems invalid. check out https://github.com/codehasan/dex2c#filters for guidance on creating valid filters. > > > "ndk_dir": "E:\BaiduNetdiskDownload\Android\Ndk", > > Kindly avoid using `\`...