This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 197
bug: X86发送语音报错 #84
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
wontfix
This will not be worked on
Comments
两个架构都试试看? |
whitechi73
added
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Nov 25, 2023
尝试了 [22:49:55] INFO LoadExternalLibrary(name = ffmpegkit_abidetect)
[22:49:55] INFO LoadExternalLibrary(name = avutil)
[22:49:55] INFO LoadExternalLibrary(name = swscale)
[22:49:55] INFO LoadExternalLibrary(name = swresample)
[22:49:55] INFO LoadExternalLibrary(name = avcodec)
[22:49:55] INFO LoadExternalLibrary(name = avformat)
[22:49:55] INFO LoadExternalLibrary(name = avfilter)
[22:49:55] INFO LoadExternalLibrary(name = avdevice)
[22:49:55] INFO LoadExternalLibrary(name = ffmpegkit)
[22:49:55] INFO LoadExternalLibrary(name = ffmpegkit_abidetect)
[22:49:55] ERROR java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String com.arthenica.ffmpegkit.AbiDetect.getNativeAbi() (tried Java_com_arthenica_ffmpegkit_AbiDetect_getNativeAbi and Java_com_arthenica_ffmpegkit_AbiDetect_getNativeAbi__)
at com.arthenica.ffmpegkit.AbiDetect.getNativeAbi(Native Method)
at com.arthenica.ffmpegkit.NativeLoader.loadNativeAbi(NativeLoader.java:65)
at com.arthenica.ffmpegkit.NativeLoader.loadFFmpegKit(NativeLoader.java:173)
at com.arthenica.ffmpegkit.FFmpegKitConfig.<clinit>(FFmpegKitConfig.java:145)
at com.arthenica.ffmpegkit.FFmpegKitConfig.parseArguments(FFmpegKitConfig.java:1318)
at com.arthenica.ffmpegkit.FFmpegKit.execute(FFmpegKit.java:167)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
[22:49:55] ERROR java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String com.arthenica.ffmpegkit.AbiDetect.getNativeAbi() (tried Java_com_arthenica_ffmpegkit_AbiDetect_getNativeAbi and Java_com_arthenica_ffmpegkit_AbiDetect_getNativeAbi__)
at com.arthenica.ffmpegkit.AbiDetect.getNativeAbi(Native Method)
at com.arthenica.ffmpegkit.NativeLoader.loadNativeAbi(NativeLoader.java:65)
at com.arthenica.ffmpegkit.NativeLoader.loadFFmpegKit(NativeLoader.java:173)
at com.arthenica.ffmpegkit.FFmpegKitConfig.<clinit>(FFmpegKitConfig.java:145)
at com.arthenica.ffmpegkit.FFmpegKitConfig.parseArguments(FFmpegKitConfig.java:1318)
at com.arthenica.ffmpegkit.FFmpegKit.execute(FFmpegKit.java:167)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) |
遇到同样的问题,查了下似乎是因为缺依赖? |
看到了这个issue,解决了 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
wontfix
This will not be worked on
警告: 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭
描述 Bug
X86发送语音报错,无论群聊还是私聊,AudioLibrary的架构没有弄错
复现 Bug
安装 AudioLibrary-x64 后,发送语音文件,肯定没弄错架构
~/.../Shamrock/lib $ md5sum libffmpegkit.so c0dec9eef43e1b61339ebb8bef3a79e5 libffmpegkit.so
系统信息
The text was updated successfully, but these errors were encountered: