luan_xiao_fei
本帖最后由 luan_xiao_fei 于 2021-7-5 16:49 编辑



luan_xiao_fei
版本是1.17安了fabric

Flowers_花花
请上传客户端logs文件夹内的最新log文件

Wudji
发.minecraft\logs\latest.log

luan_xiao_fei
Wudji 发表于 2021-7-5 16:48
发.minecraft\logs\latest.log

ok上传好了

luan_xiao_fei
Flowers_花花 发表于 2021-7-5 16:41
请上传客户端logs文件夹内的最新log文件

ok上传好了

Flowers_花花

你是在用正版验证吗 提示是身份验证失败 所以导致的启动失败 用离线登录 或者核对你的账号密码
  1. Failed to verify authentication
  2. com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
复制代码



luan_xiao_fei
Flowers_花花 发表于 2021-7-5 16:57
你是在用正版验证吗 提示是身份验证失败 所以导致的启动失败 用离线登录 或者核对你的账号密码

...

我用的离线模式啊

luan_xiao_fei

不是秒闪退,是进游戏玩一会才闪退

Flowers_花花

有装材质包什么的吗 去掉试试

luan_xiao_fei
Flowers_花花 发表于 2021-7-5 17:12
有装材质包什么的吗 去掉试试

有可能是因为材质包,我试试

Flowers_花花
本帖最后由 Flowers_花花 于 2021-7-5 17:17 编辑
luan_xiao_fei 发表于 2021-7-5 17:13
有可能是因为材质包,我试试

后面提到过材质问题 你先去掉试试吧
  1. [21:15:04] [Render thread/INFO]: Created: 2048x1024x3 minecraft:textures/atlas/blocks.png-atlas
  2. [21:15:04] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
  3. [21:15:04] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/banner_patterns.png-atlas
  4. [21:15:04] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  5. [21:15:04] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  6. [21:15:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  7. [21:15:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  8. [21:15:07] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  9. [21:15:07] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  10. [21:15:07] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
复制代码


酥子白
把材质包删了再试试

luan_xiao_fei
Flowers_花花 发表于 2021-7-5 17:13
后面提到过材质问题 你先去掉试试吧

不行,我去掉材质包玩了一会还是闪退

luan_xiao_fei
Wudji 发表于 2021-7-5 16:48
发.minecraft\logs\latest.log

装了一个小地图和一键整理还有游戏内切换账号,还有fabric全家桶

luan_xiao_fei
酥子白 发表于 2021-7-5 17:16
把材质包删了再试试

试了没用一样闪退

Flowers_花花
luan_xiao_fei 发表于 2021-7-5 18:03
不行,我去掉材质包玩了一会还是闪退

新的logs发上来

水星难民
内存设置一下试试

道家深湖
看下有没有crash-report,发一下。目前你唯一一个报错是
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
        at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-2.3.31.jar:?]
        at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.checkPrivileges(YggdrasilSocialInteractionsService.java:112) ~[authlib-2.3.31.jar:?]


        at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.<init>(YggdrasilSocialInteractionsService.java:42) ~[authlib-2.3.31.jar:?]
        at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createSocialInteractionsService(YggdrasilAuthenticationService.java:151) ~[authlib-2.3.31.jar:?]
        at net.minecraft.class_310.method_31382(class_310.java:672) [intermediary-1.17.jar:?]
        at net.minecraft.class_310.<init>(class_310.java:431) [intermediary-1.17.jar:?]
        at net.minecraft.client.main.Main.main(Main.java:179) [intermediary-1.17.jar:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
        at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
        at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
        at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
        at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:77) ~[authlib-2.3.31.jar:?]
        at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:47) ~[authlib-2.3.31.jar:?]
        at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.checkPrivileges(YggdrasilSocialInteractionsService.java:104) ~[authlib-2.3.31.jar:?]


游戏仍在试图链接正版服务器进行鉴权,但鉴权失败,不过看起来这不是导致崩溃的致命错误。

第一页 上一页 下一页 最后一页