三河 发表于 2024-7-27 07:09:42

Fcl打开minecraft时进度条卡住不动崩溃

崩溃报告:
---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 2024-07-27 06:55:33
Description: Initializing game

java.lang.UnsatisfiedLinkError: /data/data/com.tungsten.fcl/cache/fclauncher/imgui-java-natives_1722034533567/libimgui-java64.so: dlopen failed: "/data/data/com.tungsten.fcl/cache/fclauncher/imgui-java-natives_1722034533567/libimgui-java64.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) (Possible cause: can't load AMD 64 .so on a AARCH64 platform)
        at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) ~[?:?] {}
        at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:?] {}
        at java.lang.Runtime.load0(Unknown Source) ~[?:?] {}
        at java.lang.System.load(Unknown Source) ~[?:?] {re:mixin}
        at imgui.ImGui.<clinit>(ImGui.java:56) ~ {re:classloading}
        at corgitaco.corgilib.client.imgui.ImGuiImpl.create(ImGuiImpl.java:27) ~ {re:mixin,re:classloading}
        at net.minecraft.client.Minecraft.handler$zhi000$initImGui(Minecraft.java:6432) ~ {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:589) ~ {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:182) ~ {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:126) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:114) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:24) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:108) ~ {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~ {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~ {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~ {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~ {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~ {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~ {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~ {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~ {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
        at mio.Wrapper.main(Wrapper.java:21) ~ {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
        at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) ~[?:?] {}
        at jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source) ~[?:?] {}
        at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:?] {}
        at java.lang.Runtime.load0(Unknown Source) ~[?:?] {}
        at java.lang.System.load(Unknown Source) ~[?:?] {re:mixin}
        at imgui.ImGui.<clinit>(ImGui.java:56) ~ {re:classloading}
        at corgitaco.corgilib.client.imgui.ImGuiImpl.create(ImGuiImpl.java:27) ~ {re:mixin,re:classloading}
        at net.minecraft.client.Minecraft.handler$zhi000$initImGui(Minecraft.java:6432) ~ {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:589) ~ {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
        Modules:
Stacktrace:
        at net.minecraft.client.main.Main.main(Main.java:182) ~ {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:126) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:114) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:24) ~ {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:108) ~ {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~ {}
        at cpw.mods.modlauncher.LaunchServiceHandler.laun

[哔哩_脱单][哔哩_脱单][哔哩_脱单]

鲤鱼74 发表于 2024-7-27 15:31:32

建议重装
页: [1]
查看完整版本: Fcl打开minecraft时进度条卡住不动崩溃