Crash with game folder selected as a symlink on Windows
Krantz-XRF opened this issue · 4 comments
I use the official minecraft launcher on Windows and I have limited storage on disk C, so I moved the whole game folder from %APPDATA%\.minecraft
to disk E and made a symlink to it (via mklink
in cmd
).
I found a weird behaviour: although the two path E:\Games\Minecraft
and %APPDATA%\.minecraft
point to the same directory, the game crashes with the latter and worked well with the former. This behaviour cannot be reproduced without OptiForge, nor with the OptiFine alone (so without Forge).
I looked into the game log, and found that the error was caused by missing classes/methods, and I guess that was due to a cached old-version Forge.
Therefore, I suspect that OptiForge or Forge did something that got affected when using a symlinked path as game folder. Does OptiFine/OptiForge use cache or anything might be affected by path name but not the actual contents of that folder?
I managed to run the game now with the real path as the game folder, but I really prefer to use the symlinked default path.
Log files from the logs
directory:
- This is the log file when the game crashes with no error reports:
[19六月2020 20:00:44.234] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, monad42, --version, 1.14.4-forge-28.2.19, --gameDir, C:\Users\krant\AppData\Roaming\.minecraft\home\create-1.14.4, --assetsDir, C:\Users\krant\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, fd7603239a974167a24d562e9cd00223, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.2.19, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755] [19六月2020 20:00:44.239] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_51 by Oracle Corporation [19六月2020 20:00:44.455] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad [19六月2020 20:00:44.457] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: E:\HugeGames\Minecraft\home\create-1.14.4\mods\OptiFine_1.14.4_HD_U_F5_MOD.jar [19六月2020 20:00:44.611] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [19六月2020 20:00:44.679] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize [19六月2020 20:00:44.963] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/E:/HugeGames/Minecraft/home/create-1.14.4/mods/MixinBootstrap-1.0.3.jar Service=ModLauncher Env=CLIENT [19六月2020 20:00:46.743] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers [19六月2020 20:00:46.866] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 244 [19六月2020 20:00:47.467] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.] [19六月2020 20:00:47.708] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [io.github.zekerzhayard.optiforge.asm.MixinConnector] [19六月2020 20:00:47.749] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.2.19, --gameDir, C:\Users\krant\AppData\Roaming\.minecraft\home\create-1.14.4, --assetsDir, C:\Users\krant\AppData\Roaming\.minecraft\assets, --uuid, fd7603239a974167a24d562e9cd00223, --username, monad42, --assetIndex, 1.14, --accessToken, ????????, --userType, mojang, --versionType, release] [19六月2020 20:00:47.785] [main/INFO] [OptiForge/]: - Add a transformer: io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer [19六月2020 20:00:47.785] [main/INFO] [OptiForge/]: Add 1 transformer(s) totally. [19六月2020 20:00:51.879] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Forge *** [19六月2020 20:00:52.004] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [19六月2020 20:00:52.094] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.event.world.ChunkEvent$Load, params: interface bxh [19六月2020 20:00:52.257] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre, params: class dcl, int, int, float [19六月2020 20:00:52.257] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post, params: class dcl, int, int, float [19六月2020 20:00:52.365] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors, params: class dnb, class dnc, class cxq, double, float, float, float [19六月2020 20:00:52.366] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.EntityViewRenderEvent$RenderFogEvent, params: class dnb, class dnc, class cxq, double, int, float [19六月2020 20:00:52.377] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.event.entity.EntityJoinWorldEvent, params: class aio, class bhr [19六月2020 20:00:52.675] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer, params: class cyp [19六月2020 20:00:52.687] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: dnv.getTexture [19六月2020 20:00:52.691] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: dpt.getModelData [19六月2020 20:00:52.693] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.common.extensions.IForgeBlockState.canRenderInLayer [19六月2020 20:00:52.693] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.common.extensions.IForgeBlockState.getLightValue [19六月2020 20:00:52.694] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.common.extensions.IForgeBlockState.getSoundType [19六月2020 20:00:52.695] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.common.extensions.IForgeBlockState.isAir [19六月2020 20:00:52.728] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.common.extensions.IForgeFluidState.canRenderInLayer [19六月2020 20:00:52.758] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.fluids.FluidAttributes.getColor [19六月2020 20:00:52.770] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: ais.getTags [19六月2020 20:00:52.794] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: aix.NAMETAG_DISTANCE [19六月2020 20:00:55.501] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: clj.getTags [19六月2020 20:00:55.797] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.ForgeHooksClient.applyTransform [19六月2020 20:00:55.798] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.ForgeHooksClient.getMatrix [19六月2020 20:00:55.891] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.model.IModel.bake [19六月2020 20:00:55.891] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.model.IModel.getTextures [19六月2020 20:00:55.893] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: cxz.setKeyConflictContext [19六月2020 20:00:55.894] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: cxz.setKeyModifierAndCode [19六月2020 20:00:55.894] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: cxz.getKeyModifier [19六月2020 20:00:55.918] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: dof.fromJson [19六月2020 20:00:55.955] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: cvd$b.preDraw [19六月2020 20:00:55.955] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: cvd$b.postDraw [19六月2020 20:00:55.965] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not found: World.tileEntitiesToBeRemoved [19六月2020 20:00:56.060] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.fml.client.gui.GuiModList, params: class dcl [19六月2020 20:00:56.070] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.ItemModelMesherForge, params: class dyt [19六月2020 20:00:56.115] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [19六月2020 20:00:56.128] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader [19六月2020 20:00:56.158] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.gui.NotificationModUpdateScreen.init [19六月2020 20:00:56.172] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.fml.client.registry.RenderingRegistry.loadEntityRenderers [19六月2020 20:00:56.212] [Client thread/INFO] [OptiForge/]: [PRE] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer" for class "net.minecraft.client.renderer.entity.ItemFrameRenderer" [19六月2020 20:00:56.236] [Client thread/INFO] [OptiForge/]: [POST] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer" for class "net.minecraft.client.renderer.entity.ItemFrameRenderer" [19六月2020 20:00:56.242] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.RenderItemInFrameEvent, params: class atn, class dsu [19六月2020 20:00:56.271] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.RenderLivingEvent$Pre, params: class aix, class dsz, float, double, double, double [19六月2020 20:00:56.281] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.RenderLivingEvent$Post, params: class aix, class dsz, float, double, double, double [19六月2020 20:00:56.302] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre, params: class aix, class dsz, double, double, double [19六月2020 20:00:56.315] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post, params: class aix, class dsz, double, double, double [19六月2020 20:00:56.384] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress [19六月2020 20:00:56.393] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Constructor not present: net.minecraftforge.event.world.WorldEvent$Load, params: interface bhs [19六月2020 20:00:56.393] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Vanilla *** [19六月2020 20:00:56.398] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: java.lang.VerifyError: Bad type on operand stack Exception Details: Location: dcp.init()V @389: putfield Reason: Type 'net/minecraft/realms/RealmsScreenProxy' (current frame, stack[1]) is not assignable to 'dcl' Current Frame: bci: @389 flags: { } locals: { 'dcp', integer, integer, 'czi', 'net/minecraft/realms/RealmsBridge' } stack: { 'dcp', 'net/minecraft/realms/RealmsScreenProxy' } Bytecode: 0x0000000: 2ab4 00b5 c700 112a 2ab4 0084 b600 b9b6 0x0000010: 00be b500 b52a 2ab4 00c2 12c4 b600 c9b5 0x0000020: 00cb 2a2a b400 ce2a b400 cb64 0564 b500 0x0000030: d010 183c 2ab4 00d3 076c 1030 603d 014e 0x0000040: 2ab4 0084 b600 d599 000d 2a1c 1018 b700 0x0000050: d8a7 0021 2a1c 1018 b700 dab2 00e0 b600 0x0000060: e599 0011 2a1c 1018 b800 eb4e 2a2d b600 0x0000070: ef57 2abb 00f1 592a b400 ce05 6c10 7c64 0x0000080: 1c10 4860 100c 6010 1410 1403 106a 1014 0x0000090: b200 f411 0100 1101 002a ba01 0500 0013 0x00000a0: 0107 03bd 0041 b801 0cb7 010f b600 ef57 0x00000b0: 2abb 000c 592a b400 ce05 6c10 6464 1c10 0x00000c0: 4860 100c 6010 6210 1413 0111 03bd 0041 0x00000d0: b801 0c2a ba01 1600 00b7 0119 b600 ef57 0x00000e0: 2abb 000c 592a b400 ce05 6c05 601c 1048 0x00000f0: 6010 0c60 1062 1014 1301 1b03 bd00 41b8 0x0000100: 010c 2aba 0120 0000 b701 19b6 00ef 572a 0x0000110: bb00 f159 2ab4 00ce 056c 1068 601c 1048 0x0000120: 6010 0c60 1014 1014 0303 1014 b201 2210 0x0000130: 2010 402a ba01 2700 0013 0129 03bd 0041 0x0000140: b801 0cb7 010f b600 ef57 2ab4 007f c600 0x0000150: 0b2a b400 7f1c b601 2c2a b400 8403 b601 0x0000160: 2e2a b400 84b4 008a b400 8f99 0022 2ab4 0x0000170: 0130 9a00 1bbb 0132 59b7 0133 3a04 2a19 0x0000180: 042a b601 37b5 0091 2a04 b501 302a b700 0x0000190: 9499 0016 2ab4 0091 2ab4 0084 2ab4 00ce 0x00001a0: 2ab4 00d3 b601 3ab2 013e b601 4199 001c 0x00001b0: 2ab2 013e 05bd 0041 5903 2a53 5904 2d53 0x00001c0: b801 45c0 0004 b501 47b1 Stackmap Table: same_frame(@21) append_frame(@84,Integer,Integer,Object[#12]) same_frame(@114) same_frame_extended(@345) same_frame(@397) same_frame(@423) same_frame(@457)[19六月2020 20:00:56.399] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at java.lang.Class.getDeclaredFields0(Native Method)
[19六月2020 20:00:56.399] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
[19六月2020 20:00:56.399] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at java.lang.Class.getDeclaredFields(Class.java:1916)
[19六月2020 20:00:56.399] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.FieldLocatorType.getField(FieldLocatorType.java:55)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.ReflectorField.getTargetField(ReflectorField.java:80)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.ReflectorField.(ReflectorField.java:70)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.ReflectorField.(ReflectorField.java:59)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.ReflectorField.(ReflectorField.java:45)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.ReflectorField.(ReflectorField.java:37)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.optifine.reflect.Reflector.(Reflector.java:510)
[19六月2020 20:00:56.400] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraft.client.renderer.vertex.DefaultVertexFormats.(DefaultVertexFormats.java:24)
[19六月2020 20:00:56.401] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraftforge.client.ForgeHooksClient$LightGatheringTransformer.(ForgeHooksClient.java:583)
[19六月2020 20:00:56.401] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraftforge.client.ForgeHooksClient.(ForgeHooksClient.java:626)
[19六月2020 20:00:56.401] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraft.client.Minecraft.(Minecraft.java:319)
[19六月2020 20:00:56.401] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraft.client.main.Main.main(SourceFile:155)
[19六月2020 20:00:56.401] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19六月2020 20:00:56.402] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19六月2020 20:00:56.402] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19六月2020 20:00:56.402] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at java.lang.reflect.Method.invoke(Method.java:497)
[19六月2020 20:00:56.402] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
[19六月2020 20:00:56.403] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/1225353990.call(Unknown Source)
[19六月2020 20:00:56.403] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[19六月2020 20:00:56.403] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[19六月2020 20:00:56.403] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[19六月2020 20:00:56.403] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
[19六月2020 20:00:56.404] [Client thread/INFO] [STDERR/]: [net.optifine.reflect.FieldLocatorType:getField:85]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
[19六月2020 20:00:56.418] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dho.(type: class djv, index: 0)
[19六月2020 20:00:56.425] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgo.(type: class djv, index: 0)
[19六月2020 20:00:56.425] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgo.(type: class djv, index: 1)
[19六月2020 20:00:56.425] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgo.(type: class djv, index: 2)
[19六月2020 20:00:56.425] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgo.(type: class djv, index: 3)
[19六月2020 20:00:56.426] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgp.(type: class djv, index: 0)
[19六月2020 20:00:56.426] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgp.(type: class djv, index: 1)
[19六月2020 20:00:56.427] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgp.(type: class djv, index: 2)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 0)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 1)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 2)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 3)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 4)
[19六月2020 20:00:56.428] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgq.(type: class djv, index: 5)
[19六月2020 20:00:56.431] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgu.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.431] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgu.(type: class [Ldjv;, index: 1)
[19六月2020 20:00:56.432] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgu.(type: class djv, index: 0)
[19六月2020 20:00:56.433] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgr.(type: class djv, index: 0)
[19六月2020 20:00:56.433] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgr.(type: class djv, index: 1)
[19六月2020 20:00:56.434] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgr.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.435] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgt.(type: class djv, index: 0)
[19六月2020 20:00:56.435] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgt.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.436] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 0)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 1)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 2)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 3)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 4)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 5)
[19六月2020 20:00:56.437] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgv.(type: class djv, index: 6)
[19六月2020 20:00:56.438] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgx.(type: class djv, index: 0)
[19六月2020 20:00:56.439] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgx.(type: class djv, index: 1)
[19六月2020 20:00:56.439] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgx.(type: class djv, index: 2)
[19六月2020 20:00:56.440] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 0)
[19六月2020 20:00:56.440] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 1)
[19六月2020 20:00:56.440] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 2)
[19六月2020 20:00:56.441] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 3)
[19六月2020 20:00:56.441] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 4)
[19六月2020 20:00:56.441] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 5)
[19六月2020 20:00:56.441] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 6)
[19六月2020 20:00:56.441] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dgz.(type: class djv, index: 7)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 0)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 1)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 2)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 3)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 4)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 5)
[19六月2020 20:00:56.443] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dha.(type: class djv, index: 6)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 0)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 1)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 2)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 3)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 4)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 5)
[19六月2020 20:00:56.445] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhc.(type: class djv, index: 6)
[19六月2020 20:00:56.447] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: drr.(type: class djv, index: 1)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 0)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 1)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 2)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 3)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 4)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 5)
[19六月2020 20:00:56.449] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 6)
[19六月2020 20:00:56.450] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 7)
[19六月2020 20:00:56.450] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 8)
[19六月2020 20:00:56.450] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 9)
[19六月2020 20:00:56.450] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 10)
[19六月2020 20:00:56.450] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djq.(type: class djv, index: 11)
[19六月2020 20:00:56.452] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djr.(type: class djv, index: 0)
[19六月2020 20:00:56.452] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djr.(type: class djv, index: 1)
[19六月2020 20:00:56.452] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djr.(type: class djv, index: 2)
[19六月2020 20:00:56.458] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhg.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.459] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhi.(type: class djv, index: 0)
[19六月2020 20:00:56.459] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhi.(type: class djv, index: 1)
[19六月2020 20:00:56.459] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhi.(type: class djv, index: 2)
[19六月2020 20:00:56.460] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhk.(type: class djv, index: 0)
[19六月2020 20:00:56.461] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhk.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.462] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhm.(type: class djv, index: 0)
[19六月2020 20:00:56.462] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhm.(type: class djv, index: 1)
[19六月2020 20:00:56.462] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhm.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.462] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhm.(type: class [Ldjv;, index: 1)
[19六月2020 20:00:56.463] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djp.(type: class djv, index: 0)
[19六月2020 20:00:56.464] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djp.(type: class djv, index: 1)
[19六月2020 20:00:56.469] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 0)
[19六月2020 20:00:56.469] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 1)
[19六月2020 20:00:56.470] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 2)
[19六月2020 20:00:56.470] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 3)
[19六月2020 20:00:56.470] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 4)
[19六月2020 20:00:56.470] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 5)
[19六月2020 20:00:56.470] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhn.(type: class djv, index: 6)
[19六月2020 20:00:56.474] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 0)
[19六月2020 20:00:56.474] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 1)
[19六月2020 20:00:56.474] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 2)
[19六月2020 20:00:56.474] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 3)
[19六月2020 20:00:56.475] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 4)
[19六月2020 20:00:56.475] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 5)
[19六月2020 20:00:56.475] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 6)
[19六月2020 20:00:56.475] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 7)
[19六月2020 20:00:56.475] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhq.(type: class djv, index: 8)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 0)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 1)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 2)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 3)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 4)
[19六月2020 20:00:56.476] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhr.(type: class djv, index: 5)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 0)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 1)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 2)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 3)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 4)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 5)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 6)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 7)
[19六月2020 20:00:56.479] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 8)
[19六月2020 20:00:56.480] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhj.(type: class djv, index: 9)
[19六月2020 20:00:56.481] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhu.(type: class djv, index: 0)
[19六月2020 20:00:56.483] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhx.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.486] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dht.(type: class djv, index: 0)
[19六月2020 20:00:56.486] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dht.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.487] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 0)
[19六月2020 20:00:56.488] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 1)
[19六月2020 20:00:56.488] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 2)
[19六月2020 20:00:56.489] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 3)
[19六月2020 20:00:56.489] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 4)
[19六月2020 20:00:56.489] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 5)
[19六月2020 20:00:56.490] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 6)
[19六月2020 20:00:56.490] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dhz.(type: class djv, index: 7)
[19六月2020 20:00:56.491] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 0)
[19六月2020 20:00:56.491] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 1)
[19六月2020 20:00:56.491] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 2)
[19六月2020 20:00:56.491] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 3)
[19六月2020 20:00:56.491] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 4)
[19六月2020 20:00:56.492] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 5)
[19六月2020 20:00:56.492] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 6)
[19六月2020 20:00:56.492] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dic.(type: class djv, index: 7)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 0)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 1)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 2)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 3)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 4)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 5)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 6)
[19六月2020 20:00:56.494] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 7)
[19六月2020 20:00:56.495] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 8)
[19六月2020 20:00:56.495] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 9)
[19六月2020 20:00:56.495] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dib.(type: class djv, index: 10)
[19六月2020 20:00:56.496] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 0)
[19六月2020 20:00:56.496] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 1)
[19六月2020 20:00:56.496] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 2)
[19六月2020 20:00:56.496] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 3)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 4)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 5)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 6)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 7)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 8)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 9)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 10)
[19六月2020 20:00:56.497] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 11)
[19六月2020 20:00:56.498] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dii.(type: class djv, index: 12)
[19六月2020 20:00:56.499] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 0)
[19六月2020 20:00:56.499] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 1)
[19六月2020 20:00:56.499] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 2)
[19六月2020 20:00:56.500] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 3)
[19六月2020 20:00:56.500] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 4)
[19六月2020 20:00:56.500] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 5)
[19六月2020 20:00:56.500] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 6)
[19六月2020 20:00:56.500] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 7)
[19六月2020 20:00:56.501] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 8)
[19六月2020 20:00:56.501] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 9)
[19六月2020 20:00:56.501] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dij.(type: class djv, index: 10)
[19六月2020 20:00:56.502] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 0)
[19六月2020 20:00:56.503] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 1)
[19六月2020 20:00:56.503] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 2)
[19六月2020 20:00:56.503] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 3)
[19六月2020 20:00:56.503] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 4)
[19六月2020 20:00:56.503] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dik.(type: class djv, index: 5)
[19六月2020 20:00:56.504] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 0)
[19六月2020 20:00:56.504] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 1)
[19六月2020 20:00:56.505] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 2)
[19六月2020 20:00:56.505] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 3)
[19六月2020 20:00:56.505] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 4)
[19六月2020 20:00:56.505] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dil.(type: class djv, index: 5)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 0)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 1)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 2)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 3)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 4)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 5)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 6)
[19六月2020 20:00:56.508] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 7)
[19六月2020 20:00:56.509] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 8)
[19六月2020 20:00:56.509] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 9)
[19六月2020 20:00:56.509] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 10)
[19六月2020 20:00:56.509] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dim.(type: class djv, index: 11)
[19六月2020 20:00:56.511] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 0)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 1)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 2)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 3)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 4)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 5)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 6)
[19六月2020 20:00:56.512] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: din.(type: class djv, index: 7)
[19六月2020 20:00:56.513] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 0)
[19六月2020 20:00:56.513] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 1)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 2)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 3)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 4)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 5)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 6)
[19六月2020 20:00:56.514] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dio.(type: class djv, index: 7)
[19六月2020 20:00:56.515] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dit.(type: class djv, index: 0)
[19六月2020 20:00:56.515] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dit.(type: class djv, index: 1)
[19六月2020 20:00:56.515] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dit.(type: class djv, index: 2)
[19六月2020 20:00:56.517] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dis.(type: class djv, index: 0)
[19六月2020 20:00:56.518] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diu.(type: class djv, index: 0)
[19六月2020 20:00:56.518] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diu.(type: class djv, index: 1)
[19六月2020 20:00:56.518] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dix.(type: class djv, index: 0)
[19六月2020 20:00:56.519] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: div.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.519] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: div.(type: class [Ldjv;, index: 1)
[19六月2020 20:00:56.520] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diy.(type: class djv, index: 0)
[19六月2020 20:00:56.521] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diy.(type: class djv, index: 1)
[19六月2020 20:00:56.521] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diy.(type: class djv, index: 2)
[19六月2020 20:00:56.521] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diy.(type: class djv, index: 3)
[19六月2020 20:00:56.522] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diz.(type: class djv, index: 0)
[19六月2020 20:00:56.523] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diz.(type: class djv, index: 1)
[19六月2020 20:00:56.523] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diz.(type: class djv, index: 2)
[19六月2020 20:00:56.523] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diz.(type: class djv, index: 3)
[19六月2020 20:00:56.523] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: diz.(type: class djv, index: 4)
[19六月2020 20:00:56.524] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 0)
[19六月2020 20:00:56.524] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 1)
[19六月2020 20:00:56.524] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 2)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 3)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 4)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 5)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 6)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 7)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 8)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 9)
[19六月2020 20:00:56.525] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dja.(type: class djv, index: 10)
[19六月2020 20:00:56.526] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djb.(type: class djv, index: 0)
[19六月2020 20:00:56.526] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djb.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.528] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djd.(type: class djv, index: 0)
[19六月2020 20:00:56.528] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djd.(type: class djv, index: 1)
[19六月2020 20:00:56.528] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djd.(type: class djv, index: 2)
[19六月2020 20:00:56.528] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djd.(type: class djv, index: 3)
[19六月2020 20:00:56.528] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djd.(type: class djv, index: 4)
[19六月2020 20:00:56.529] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 0)
[19六月2020 20:00:56.529] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 1)
[19六月2020 20:00:56.529] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 2)
[19六月2020 20:00:56.529] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 3)
[19六月2020 20:00:56.530] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 4)
[19六月2020 20:00:56.530] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dje.(type: class djv, index: 5)
[19六月2020 20:00:56.532] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djf.(type: class djv, index: 0)
[19六月2020 20:00:56.534] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dji.(type: class djv, index: 0)
[19六月2020 20:00:56.534] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: dji.(type: class djv, index: 1)
[19六月2020 20:00:56.536] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 0)
[19六月2020 20:00:56.536] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 1)
[19六月2020 20:00:56.536] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 2)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 3)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 4)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 5)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 6)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 7)
[19六月2020 20:00:56.537] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djj.(type: class djv, index: 8)
[19六月2020 20:00:56.538] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djk.(type: class djv, index: 0)
[19六月2020 20:00:56.540] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djl.(type: class [Ldjv;, index: 0)
[19六月2020 20:00:56.541] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djl.(type: class [Ldjv;, index: 1)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 0)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 1)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 2)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 3)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 4)
[19六月2020 20:00:56.544] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 5)
[19六月2020 20:00:56.545] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 6)
[19六月2020 20:00:56.545] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Field not present: djm.(type: class djv, index: 7)
[19六月2020 20:00:56.587] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[19六月2020 20:00:56.587] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[19六月2020 20:00:56.587] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[19六月2020 20:00:56.587] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19六月2020 20:00:56.588] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Method.invoke(Method.java:497)
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/1225353990.call(Unknown Source)
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more
[19六月2020 20:00:56.589] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NoSuchMethodError: net.optifine.shaders.SVertexFormat.duplicate(Lnet/minecraft/client/renderer/vertex/VertexFormat;)Lnet/minecraft/client/renderer/vertex/VertexFormat;
[19六月2020 20:00:56.590] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.client.renderer.vertex.DefaultVertexFormats.(DefaultVertexFormats.java:24)
[19六月2020 20:00:56.591] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraftforge.client.ForgeHooksClient$LightGatheringTransformer.(ForgeHooksClient.java:583)
[19六月2020 20:00:56.591] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraftforge.client.ForgeHooksClient.(ForgeHooksClient.java:626)
[19六月2020 20:00:56.591] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.client.Minecraft.(Minecraft.java:319)
[19六月2020 20:00:56.591] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.client.main.Main.main(SourceFile:155)
[19六月2020 20:00:56.591] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: ... 11 more
- This is the log file when the game runs quite well:
[19六月2020 20:04:19.366] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, monad42, --version, 1.14.4-forge-28.2.19, --gameDir, E:\HugeGames\Minecraft\home\create-1.14.4, --assetsDir, C:\Users\krant\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, fd7603239a974167a24d562e9cd00223, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.2.19, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755] [19六月2020 20:04:19.371] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_251 by Oracle Corporation [19六月2020 20:04:19.561] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad [19六月2020 20:04:19.563] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: E:\HugeGames\Minecraft\home\create-1.14.4\mods\OptiFine_1.14.4_HD_U_F5_MOD.jar [19六月2020 20:04:20.848] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [19六月2020 20:04:20.937] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize [19六月2020 20:04:21.323] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/E:/HugeGames/Minecraft/home/create-1.14.4/mods/MixinBootstrap-1.0.3.jar Service=ModLauncher Env=CLIENT [19六月2020 20:04:22.745] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers [19六月2020 20:04:22.795] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 244 [19六月2020 20:04:23.617] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.] [19六月2020 20:04:23.906] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [io.github.zekerzhayard.optiforge.asm.MixinConnector] [19六月2020 20:04:23.976] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.2.19, --gameDir, E:\HugeGames\Minecraft\home\create-1.14.4, --assetsDir, C:\Users\krant\AppData\Roaming\.minecraft\assets, --uuid, fd7603239a974167a24d562e9cd00223, --username, monad42, --assetIndex, 1.14, --accessToken, ????????, --userType, mojang, --versionType, release] [19六月2020 20:04:24.001] [main/INFO] [OptiForge/]: - Add a transformer: io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer [19六月2020 20:04:24.002] [main/INFO] [OptiForge/]: Add 1 transformer(s) totally. [19六月2020 20:04:28.256] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Forge *** [19六月2020 20:04:28.387] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [19六月2020 20:04:32.368] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.model.IModel.bake [19六月2020 20:04:32.368] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.model.IModel.getTextures [19六月2020 20:04:32.609] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [19六月2020 20:04:32.623] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader [19六月2020 20:04:32.697] [Client thread/INFO] [OptiForge/]: [PRE] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer" for class "net.minecraft.client.renderer.entity.ItemFrameRenderer" [19六月2020 20:04:32.720] [Client thread/INFO] [OptiForge/]: [POST] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.entity.ItemFrameRendererTransformer" for class "net.minecraft.client.renderer.entity.ItemFrameRenderer" [19六月2020 20:04:32.870] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress [19六月2020 20:04:32.878] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Vanilla *** [19六月2020 20:04:33.168] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: monad42 [19六月2020 20:04:43.280] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [19六月2020 20:04:43.314] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10 [19六月2020 20:04:44.141] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] [19六月2020 20:04:44.141] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.14.4_HD_U_F5 [19六月2020 20:04:44.143] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20191204-141250 [19六月2020 20:04:44.144] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [19六月2020 20:04:44.144] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_251, Oracle Corporation [19六月2020 20:04:44.144] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [19六月2020 20:04:44.144] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL [19六月2020 20:04:44.146] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: GeForce 940MX/PCIe/SSE2, version 4.6.0 NVIDIA 431.40, NVIDIA Corporation [19六月2020 20:04:44.158] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0 [19六月2020 20:04:44.255] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 16384x16384 [19六月2020 20:04:44.291] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version [19六月2020 20:04:44.311] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 431.40 [19六月2020 20:04:44.311] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor: NVIDIA Corporation [19六月2020 20:04:44.311] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: GeForce 940MX/PCIe/SSE2 [19六月2020 20:04:44.312] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [19六月2020 20:04:44.312] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [19六月2020 20:04:44.312] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [19六月2020 20:04:44.313] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [19六月2020 20:04:44.313] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration. [19六月2020 20:04:44.318] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] No shaderpack loaded. [19六月2020 20:04:44.620] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Removed resource pack mod_resources from options because it doesn't seem to exist anymore [19六月2020 20:04:45.486] [modloading-worker-2/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.2.19, for MC 1.14.4 with MCP 20190829.143755 [19六月2020 20:04:45.491] [modloading-worker-2/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.2.19 Initialized [19六月2020 20:04:48.350] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity contraption [19六月2020 20:04:48.351] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stationary_contraption [19六月2020 20:04:48.351] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity super_glue [19六月2020 20:04:50.134] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded [19六月2020 20:04:50.220] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures *** [19六月2020 20:04:50.220] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: Mod Resources, XeKr 原版红石显示EX1.14.zip [19六月2020 20:05:07.010] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system! [19六月2020 20:05:07.220] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [optiforge] Starting version check at https://raw.githubusercontent.com/ZekerZhayard/OptiForge/update/update.json [19六月2020 20:05:07.598] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false [19六月2020 20:05:07.660] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:07.676] [Server-Worker-2/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:07.676] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:07.717] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [19六月2020 20:05:07.782] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [19六月2020 20:05:07.796] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [19六月2020 20:05:07.798] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] java.net.ConnectException: Connection timed out: connect [19六月2020 20:05:07.868] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [19六月2020 20:05:07.882] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [19六月2020 20:05:07.898] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [19六月2020 20:05:07.941] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [19六月2020 20:05:07.957] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [19六月2020 20:05:07.996] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [19六月2020 20:05:08.016] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [19六月2020 20:05:08.063] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [19六月2020 20:05:08.075] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [19六月2020 20:05:08.104] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [19六月2020 20:05:08.147] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [19六月2020 20:05:08.157] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [19六月2020 20:05:08.170] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [19六月2020 20:05:08.199] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [19六月2020 20:05:08.211] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [19六月2020 20:05:08.225] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [19六月2020 20:05:08.238] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [19六月2020 20:05:08.255] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [19六月2020 20:05:08.284] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [19六月2020 20:05:08.307] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [19六月2020 20:05:08.350] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [19六月2020 20:05:08.361] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [19六月2020 20:05:08.374] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [19六月2020 20:05:08.403] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [19六月2020 20:05:08.416] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [19六月2020 20:05:08.426] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [19六月2020 20:05:08.467] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [19六月2020 20:05:08.479] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [19六月2020 20:05:08.492] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [19六月2020 20:05:08.534] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [19六月2020 20:05:08.546] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [19六月2020 20:05:08.572] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [19六月2020 20:05:08.574] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [19六月2020 20:05:08.575] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [19六月2020 20:05:08.593] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:08.602] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [19六月2020 20:05:08.777] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [optiforge] Found status: UP_TO_DATE Current: 0.1.1 Target: null [19六月2020 20:05:08.781] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [19六月2020 20:05:11.609] [Server-Worker-1/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:11.611] [Server-Worker-1/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:11.611] [Server-Worker-1/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:11.611] [Server-Worker-1/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:12.528] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false [19六月2020 20:05:12.538] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:12.548] [Server-Worker-1/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:12.548] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:12.558] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [19六月2020 20:05:12.571] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [19六月2020 20:05:12.583] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [19六月2020 20:05:12.595] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [19六月2020 20:05:12.604] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [19六月2020 20:05:12.612] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [19六月2020 20:05:12.620] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [19六月2020 20:05:12.629] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [19六月2020 20:05:12.637] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [19六月2020 20:05:12.645] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [19六月2020 20:05:12.653] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [19六月2020 20:05:12.663] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [19六月2020 20:05:12.670] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [19六月2020 20:05:12.680] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [19六月2020 20:05:12.687] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [19六月2020 20:05:12.693] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [19六月2020 20:05:12.700] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [19六月2020 20:05:12.706] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [19六月2020 20:05:12.714] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [19六月2020 20:05:12.721] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [19六月2020 20:05:12.729] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [19六月2020 20:05:12.737] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [19六月2020 20:05:12.744] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [19六月2020 20:05:12.751] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [19六月2020 20:05:12.761] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [19六月2020 20:05:12.768] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [19六月2020 20:05:12.775] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [19六月2020 20:05:12.783] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [19六月2020 20:05:12.790] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [19六月2020 20:05:12.798] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [19六月2020 20:05:12.804] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [19六月2020 20:05:12.812] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [19六月2020 20:05:12.818] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [19六月2020 20:05:12.824] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [19六月2020 20:05:12.832] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [19六月2020 20:05:12.833] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [19六月2020 20:05:12.835] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [19六月2020 20:05:12.836] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false [19六月2020 20:05:12.837] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [19六月2020 20:05:15.922] [Server-Worker-1/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4 [19六月2020 20:05:16.444] [Server-Worker-2/INFO] [net.optifine.Config/]: [OptiFine] Scaled non power of 2: jei:gui/icons/recipe_transfer, 7 -> 14 [19六月2020 20:05:19.177] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [19六月2020 20:05:19.539] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized. [19六月2020 20:05:19.541] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started [19六月2020 20:05:19.839] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512 textures-atlas [19六月2020 20:05:19.972] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0 [19六月2020 20:05:19.975] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 2048x1024 textures-atlas [19六月2020 20:05:20.006] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 25 [19六月2020 20:05:21.308] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas [19六月2020 20:05:21.311] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas [19六月2020 20:05:21.312] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas [19六月2020 20:05:21.312] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures *** [19六月2020 20:05:21.321] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.358] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.360] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.369] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.589] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.592] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: mod_resources [19六月2020 20:05:21.601] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline [19六月2020 20:05:21.603] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false [19六月2020 20:05:27.759] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: AHEAD Current: 28.2.19 Target: null [19六月2020 20:05:27.759] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [inventoryprofiles] Starting version check at http://myurl.me/ [19六月2020 20:05:28.870] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_251] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_251] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_251] at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_251] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_251] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] at java.lang.Iterable.forEach(Unknown Source) [?:1.8.0_251] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_251] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_251] at java.net.HttpURLConnection.getResponseCode(Unknown Source) ~[?:1.8.0_251] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] ... 3 more
This should be a known issue from forge, and fixed by this pr: MinecraftForge/MinecraftForge#6600, but forge 1.14.4 wasn't applied.
OptiForge can't do anything from this, and this forge issue will affect all mods which use ITransformationServices
, include OptiFine.