Jump to content

Forge Crash Exit Code 1


Joequavius

Recommended Posts

Ive tried every result ive seen reinstalled forge numerous times java aswell dont know whats happening im quite stupid when it comes to technology

 

Crash Report:

---- Minecraft Crash Report ----
// There are four lights!

Time: 7/9/22, 5:35 PM
Description: Rendering overlay

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-client.toml of type CLIENT for modid forge
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading}
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:121) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:121) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:103) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2384!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2384!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2384!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2384!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2384!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2383!/:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2383!/:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    ... 26 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading}
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66) ~[forge-1.19-41.0.63-universal.jar%23149!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19-41.0.63.jar%23145!/:?] {}
-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1291) ~[client-1.19-20220607.102129-srg.jar%23144!/:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1070) ~[client-1.19-20220607.102129-srg.jar%23144!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:660) ~[client-1.19-20220607.102129-srg.jar%23144!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.19-20220607.102129-srg.jar%23144!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19-41.0.63.jar%2393!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.1.jar%2381!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.1.jar:?] {}


-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: No
    Packs: Mod Resources, Default, Faithful-Java-32x-1.19, Water+Improved.zip, Crops-3D_MC1.16.5_v1.0.0.zip, Fullbright 1.19 - vanilla.zip, Faithful-Addons (3).zip, Faithful-Addons (1).zip
    Recovery: Yes
    Recovery reason: java.util.concurrent.CompletionException: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-client.toml of type CLIENT for modid forge
    at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
    at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
    at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
    at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
    at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-client.toml of type CLIENT for modid forge
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at java.base/java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207)
    at java.base/java.util.Optional.ifPresent(Optional.java:178)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:121)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:121)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:103)
    at TRANSFORMER/forge@41.0.63/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
    ... 6 more
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
    at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
    at LAYER PLUGIN/fmlcore@1.19-41.0.63/net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43)
    ... 26 more


-- System Details --
Details:
    Minecraft Version: 1.19
    Minecraft Version ID: 1.19
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 1573556232 bytes (1500 MiB) / 1879048192 bytes (1792 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
    Identifier: Intel64 Family 6 Model 58 Stepping 9
    Microarchitecture: Ivy Bridge (Client)
    Frequency (GHz): 3.39
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 4
    Graphics card #0 name: Intel(R) HD Graphics
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MB): 2112.00
    Graphics card #0 deviceId: 0x0152
    Graphics card #0 versionInfo: DriverVersion=10.18.10.4358
    Memory slot #0 capacity (MB): 2048.00
    Memory slot #0 clockSpeed (GHz): 1.33
    Memory slot #0 type: DDR3
    Memory slot #1 capacity (MB): 2048.00
    Memory slot #1 clockSpeed (GHz): 1.33
    Memory slot #1 type: DDR3
    Memory slot #2 capacity (MB): 2048.00
    Memory slot #2 clockSpeed (GHz): 1.33
    Memory slot #2 type: DDR3
    Memory slot #3 capacity (MB): 2048.00
    Memory slot #3 clockSpeed (GHz): 1.33
    Memory slot #3 type: DDR3
    Virtual memory max (MB): 30594.13
    Virtual memory used (MB): 12049.30
    Swap memory total (MB): 22528.00
    Swap memory used (MB): 588.63
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Launched Version: 1.19-forge-41.0.63
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: Intel(R) HD Graphics 2500 GL version 3.2.0 - Build 10.18.10.4358, Intel
    Window size: 1920x1080
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Graphics mode: fast
    Resource Packs: 
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
    OptiFine Version: OptiFine_1.19_HD_U_H8
    OptiFine Build: 20220709-163719
    Render Distance Chunks: 7
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 3.2.0 - Build 10.18.10.4358
    OpenGlRenderer: Intel(R) HD Graphics 2500
    OpenGlVendor: Intel
    CpuCount: 4
    ModLauncher: 10.0.1+10.0.1+main.e9521dc3
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         slf4jfixer PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         OptiFine TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        lowcodefml@null
        javafml@null
    Mod List: 
        client-1.19-20220607.102129-srg.jar               |Minecraft                     |minecraft                     |1.19                |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        forge-1.19-41.0.63-universal.jar                  |Forge                         |forge                         |41.0.63             |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
    Crash Report UUID: e9cd1c28-1501-42f4-8f16-3db86f452c73
    FML: 41.0
    Forge: net.minecraftforge:41.0.63

Link to comment
Share on other sites

1 minute ago, diesieben07 said:

Post the debug.log from the logs folder.

what type of enchanting table language is this in?     ÿ½XmoÚHþ^©ÿaOº“îTblc›—StÍI©0‰ iîšTÑb/dS{íÛµI诿YÛSpB(´R‰½»3óÌûxo´æÇØÓU]GªÚR›-ÓPš¦ùÝø˜²jopzÏNø¨ø+ä‡cæÜ®ô³‡ª}ÞéŸ\ ÚºÃ/-dîbñ˜1ʦ-„ùT ›££XΰO*èc@þ‹ñŒÆ¢‚ŽŽf„°
Ò­y4    ø”š¢*VMnO¤Cyµ[·WÀBÜžîíIvp„o‡öAÊ­¿ÄáxI,‰Äk¨nS’œ¸Ç\ò”B’kqLÝ
2-Ý$ ã&©dlbSuH›f»®êš    µã!.ƒ¯4ú+û'7õ€Í¿×öã@<|>ëFÿêÑž«ª}=üÚ¿î>ÙßN"»c«öåTÿ|m«Ÿá¯¤~J èfÍ44M³,ø߬%¥Y/ç!˜Õ¸`Ït`Aäzê¼Kp#%vN1É͉ï)ÉÒ§…7
.›¾ó©è§š3Äa1- šl,‰ÃœZÆ›j©uESuMo~yûæfSZúžâPSAí]öGrTHÓÔ5ש!a%Aú€ge–CZÎÖ çèœcÇ#¨ð0à8‚í?Ñù]Sæ¸C|;÷û®e,€°Mz™ŠªæùÕéþ}uö¼b#ÂgÔ!0s½5%Oƒ˜¹(¥@"=    ‰öNÝê’Y¥èåe†$«2¯"""IIxrØ÷ÒRÙBFO.$N¾!—¯+'6âØÀ#}–V`,å }'µˆJjs9ƒüÛ¤bvlcÀcjõ­3 ž6Cˆš-¼Ã’:³ôNÝ>Hˆ2VíráÅSʶˆ09(@¾OŸ(«˜uXxãaBŸÀÜÁø8ÑÝ}ไ߹dBöè7RRQŸÜûwä)"PyÅÁ!SFó»H–»;ªg%­ÇL€|8›qp©ˆ ›0#¼Lý†¾•ú—æIJfž› ѡ      ¤'¢ºÜ1e`š{“zú•g±W†Mxà#7ƒ>Ï×ÓR¥Äõ01Á¾2$    sÈ ‰Yþkí½®[úØҵ͊iZã@Šœ¾õiÔAþ–øýˆ.K,ëØ…X(ò>ïG6‰à{$ýTâJ¬ñ“åw+ñºvxõ!ʤ¯uÇõ¡B‘EæÃ| ÈÆ‹jû|Ø̓ñÔîçc@ÞšË:óëeKöÒ°<—j÷%ÿl?r&‰†ÅAg¡a빑§“µ?L'é\(Kd @d¼³, %"#GmºcË­—ÁZëÉ»ÃêÊŽ÷w,
h,@£¾K3@MUkX1(3Lû¡lMj§±DdMÝŸ `Š%2˜i¤˜ý]ÇÄzS×ËÀ¬U‡Ýô?•G=bç+žDýÐ#>x(­Õ€<dèFݨ«e‘|0„"$P'X µíÆû©ÞåÕ³¶–Å?ÜCÛ›ÐiœÌNA˜¨~/Êw`ñ ¥ûGTÖÕ)ƒ‰JΫå•×ØnÄ•sz±%³Ü³ý¶¾6î'§«ò+V>dâÑM¡ÔAX '…v{Þƒ ‚¡å*9ž4±GÚr(Ocü}m¢«j£a” i~û“ƒ…›’‹àFMè;½z4ŠÇbI飬ý«JC1Ñ(ˆ¹CŽcK­j»UMn`ªg[Ín`ªÙ Lu™™UŽ9攈*¤^U$òÂT^5…‘pOŸ’gåóßôZSý¥Š2C[b—ÍŽÛý^wp¹Y_°E©õŽÒ±‰+Ð…‡eñ‘”„’ŠýÓ7„’wø&ËØ/‰$Ÿœ J ˜„¯´ö!xW¦bºõ{a«eLL«Xÿ£ÌZ=,h("Ì    ˆ‘ÇTÇ…Š'’½ðMR|ûBµö•·õÏÁàD~¦BîßVå¨^´U‡LpìE{5Ò¥a£|ùíÆ:hmyõ$îÅó°ž)è¥-XWw¤3@<˜ÑÂ2"‘¼›DqˆÆXP'™ãä•r)‡d­,ƒñê9•zä*¢žX‚ȨÄÙ‰Ýíô†¹è9ÌŽ[^­ï ¢Ý¿ÀÑ}ŽP¾ä¸¨øép^°DÕhG‹ÝÊ.ùvO²‹Ùà¶7Û~1½`»öùà´w¶«õœdf=¨ý– _aÁŸ€Sh¯Çu+™GAyeÛ`Ie[Ü9ÙÇER\ß¾ùç»íI  

Link to comment
Share on other sites

2 minutes ago, diesieben07 said:

Post the debug.log from the logs folder.

Sorry, i think this is the one

 

 

 

[19Jul2022 00:31:48.911] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Joequavius, --version, 1.19-forge-41.0.99, --gameDir, C:\Users\God\AppData\Roaming\.minecraft, --assetsDir, C:\Users\God\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 5625e84aa9e74eb5a50ce7a558add0d5, --accessToken, ????????, --clientId, YWMwN2NjZGEtNmUwMy00MWRkLWExMzAtMDM0MTg2ZWM0ZTg2, --xuid, 2535411166116935, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 41.0.99, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[19Jul2022 00:31:48.923] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.1 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0
[19Jul2022 00:31:48.967] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[19Jul2022 00:31:48.987] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[19Jul2022 00:31:49.012] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[19Jul2022 00:31:49.028] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[19Jul2022 00:31:49.044] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: 
[19Jul2022 00:31:49.084] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[19Jul2022 00:31:49.084] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[19Jul2022 00:31:49.086] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[19Jul2022 00:31:49.087] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[19Jul2022 00:31:49.087] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[19Jul2022 00:31:49.092] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 10.0.8+10.0.8+main.0ef7e830
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[19Jul2022 00:31:49.094] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 6.0.0+6.0.0+master.901864e5
[19Jul2022 00:31:49.095] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[19Jul2022 00:31:49.097] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[19Jul2022 00:31:49.097] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 6.0.0+6.0.0+master.42474703
[19Jul2022 00:31:49.098] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 5
[19Jul2022 00:31:49.100] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[19Jul2022 00:31:49.101] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[19Jul2022 00:31:49.112] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[19Jul2022 00:31:49.112] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[19Jul2022 00:31:49.129] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@226a82c4
[19Jul2022 00:31:49.147] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/God/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT
[19Jul2022 00:31:49.151] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[19Jul2022 00:31:49.152] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.153] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.153] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.154] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.154] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.156] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[19Jul2022 00:31:49.157] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[19Jul2022 00:31:49.157] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[19Jul2022 00:31:49.158] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\God\AppData\Roaming\.minecraft
[19Jul2022 00:31:49.158] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\God\AppData\Roaming\.minecraft
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\God\AppData\Roaming\.minecraft\mods
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\God\AppData\Roaming\.minecraft\mods
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\God\AppData\Roaming\.minecraft\config
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\God\AppData\Roaming\.minecraft\config
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\God\AppData\Roaming\.minecraft\config\fml.toml
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
 

Link to comment
Share on other sites

This is from a file called: debug there is not a file called dug.log in the logs folder if you are trying to tell me to look somewhere else please tell me


[19Jul2022 00:31:48.911] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Joequavius, --version, 1.19-forge-41.0.99, --gameDir, C:\Users\God\AppData\Roaming\.minecraft, --assetsDir, C:\Users\God\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 5625e84aa9e74eb5a50ce7a558add0d5, --accessToken, ????????, --clientId, YWMwN2NjZGEtNmUwMy00MWRkLWExMzAtMDM0MTg2ZWM0ZTg2, --xuid, 2535411166116935, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 41.0.99, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[19Jul2022 00:31:48.923] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.1 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0
[19Jul2022 00:31:48.967] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[19Jul2022 00:31:48.987] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[19Jul2022 00:31:49.012] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[19Jul2022 00:31:49.028] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[19Jul2022 00:31:49.044] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: 
[19Jul2022 00:31:49.084] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[19Jul2022 00:31:49.084] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[19Jul2022 00:31:49.086] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[19Jul2022 00:31:49.087] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[19Jul2022 00:31:49.087] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[19Jul2022 00:31:49.092] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 10.0.8+10.0.8+main.0ef7e830
[19Jul2022 00:31:49.093] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[19Jul2022 00:31:49.094] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 6.0.0+6.0.0+master.901864e5
[19Jul2022 00:31:49.095] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[19Jul2022 00:31:49.097] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[19Jul2022 00:31:49.097] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 6.0.0+6.0.0+master.42474703
[19Jul2022 00:31:49.098] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 5
[19Jul2022 00:31:49.100] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[19Jul2022 00:31:49.101] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[19Jul2022 00:31:49.112] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[19Jul2022 00:31:49.112] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[19Jul2022 00:31:49.129] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@226a82c4
[19Jul2022 00:31:49.147] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/God/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT
[19Jul2022 00:31:49.151] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[19Jul2022 00:31:49.152] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.153] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.153] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.154] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.154] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[19Jul2022 00:31:49.156] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[19Jul2022 00:31:49.157] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[19Jul2022 00:31:49.157] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[19Jul2022 00:31:49.158] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\God\AppData\Roaming\.minecraft
[19Jul2022 00:31:49.158] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\God\AppData\Roaming\.minecraft
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\God\AppData\Roaming\.minecraft\mods
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\God\AppData\Roaming\.minecraft\mods
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\God\AppData\Roaming\.minecraft\config
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\God\AppData\Roaming\.minecraft\config
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\God\AppData\Roaming\.minecraft\config\fml.toml
[19Jul2022 00:31:49.159] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
 

Link to comment
Share on other sites

3 minutes ago, Joequavius said:

debug there is not a file called dug.log in the logs folder if you are trying to tell me to look somewhere else please tell me

you have file extensions disabled, i would recommend you to enable them,
if this is the full content of the debug(.log), please post launcher_log(.txt) as well

Link to comment
Share on other sites

Just now, Luis_ST said:

you have file extensions disabled, i would recommend you to enable them,
if this is the full content of the debug(.log), please post launcher_log(.txt) as well

how would i go about enabling file extensions but just in case here

[Info: 2022-07-19 07:29:29.8668721: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:29:29.8677659: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:29:29.8678452: mainWindows.cpp(86)] Running launcher bootstrap (version 1.1.21)
[Info: 2022-07-19 07:29:29.8743748: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:29:29.8752905: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:29:29.8759330: Common.cpp(32)] Native Launcher Version: 1.1.21
[Info: 2022-07-19 07:29:29.8759751: Common.cpp(33)] Operating System: Windows 10 Enterprise
[Info: 2022-07-19 07:29:29.8760579: Common.cpp(34)] Application Data directory: C:\...\.minecraft
[Info: 2022-07-19 07:29:29.8762448: Common.cpp(35)] Executable Path: /:\...\MinecraftLauncher.exe
[Info: 2022-07-19 07:29:29.8762850: Common.cpp(36)] App Directory dir: C:\...\Minecraft Launcher
[Info: 2022-07-19 07:29:29.8763222: Common.cpp(37)] Game data directory: C:\...\.minecraft
[Info: 2022-07-19 07:29:29.8763577: Common.cpp(38)] Launcher dir: C:\...\game
[Info: 2022-07-19 07:29:29.8763933: Common.cpp(39)] Java dir: C:\...\jre-x64
[Info: 2022-07-19 07:29:29.8764272: Common.cpp(40)] TmpDir dir: C:\...\MinecraftLauncher
[Info: 2022-07-19 07:29:29.8764635: Common.cpp(41)] x64: true
[Info: 2022-07-19 07:29:29.8767053: LauncherConfiguration.cpp(301)] Using update preferences at path: C:\...\launcher_profiles.json
[Warning: 2022-07-19 07:29:29.8773717: LauncherConfiguration.cpp(112)] Failed to get clientToken from configuration, launcher updater will fall back to using stable versions instead of controlled experiment versions.
[Info: 2022-07-19 07:29:29.8774421: LauncherConfiguration.cpp(304)] Failed to read update preferences from C:\...\launcher_profiles.json
[Info: 2022-07-19 07:29:29.8774928: LauncherConfiguration.cpp(315)] Using update preferences at path: C:\...\launcher_settings.json
[Info: 2022-07-19 07:29:29.8779376: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:30.0147538: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:29:30.0148159: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:30.0148590: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:30.0153703: LauncherConfiguration.cpp(197)] Deciding on update with strategy 2 and clientID 1789880237
[Info: 2022-07-19 07:29:30.0154176: LauncherConfiguration.cpp(214)] Version of launcher-bootstrap-ado is current, no action is necessary.
[Info: 2022-07-19 07:29:30.0154548: LauncherConfiguration.cpp(247)] Bootstrap is current
[Info: 2022-07-19 07:29:30.0156628: LauncherConfiguration.cpp(197)] Deciding on update with strategy 2 and clientID 1789880237
[Info: 2022-07-19 07:29:30.0156995: LauncherConfiguration.cpp(214)] Version of launcher-core-ado is current, no action is necessary.
[Info: 2022-07-19 07:29:30.0157303: LauncherConfiguration.cpp(247)] Bootstrap is current
[Info: 2022-07-19 07:29:30.0157878: StartLibrary.cpp(61)] Starting C:\...\launcher.dll
[Info: 2022-07-19 07:29:30.0301435: StartLibrary.cpp(95)] Running launcher!
[Info: 2022-07-19 07:29:30.0301998: StartLibrary.cpp(97)] Logging is open, passing it to Launcher Core.
[Info: 2022-07-19 07:29:30.0308943: LauncherMain.cpp(113)] Initiated models
[Info: 2022-07-19 07:29:30.0328935: LauncherMain.cpp(296)] Initiated app arguments
[Info: 2022-07-19 07:29:30.0329369: LauncherMain.cpp(357)] Initiated directories
[Info: 2022-07-19 07:29:30.0330146: LauncherMain.cpp(378)] Initialized network
[Info: 2022-07-19 07:29:30.0330387: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:29:30.0334177: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:29:30.0335441: LauncherMain.cpp(399)] Initialized Sentry
[Info: 2022-07-19 07:29:30.0336430: LauncherMain.cpp(405)] workDir: %USERPROFILE%\AppData\Roaming\.minecraft
[Info: 2022-07-19 07:29:30.0336886: LauncherMain.cpp(413)] appDir: C:\...\Minecraft Launcher
[Info: 2022-07-19 07:29:30.0342679: LauncherMain.cpp(439)] Launcher core version: 2.3.280 (420153dd4d97cde894c594c99c4dbaaee5da3470)
[Info: 2022-07-19 07:29:30.0343027: LauncherMain.cpp(440)] Main process: true
[Info: 2022-07-19 07:29:30.0343802: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:29:30.0346380: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:29:30.0356620: NetQueue.cpp(656)] NetQueue: Starting net action https://www.xboxab.com/ab
[Info: 2022-07-19 07:29:30.0357113: LauncherController.cpp(494)] Constructing launcher controller with workDir: %USERPROFILE%\AppData\Roaming\.minecraft, isActive: 1
[Info: 2022-07-19 07:29:30.0374048: SecureTokenStorage_Windows.cpp(105)] Initing windows secure storage
[Info: 2022-07-19 07:29:30.0383601: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:29:30.0386895: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:29:30.0403783: XalStorage.cpp(438)] Parsing content from MSA File
[Info: 2022-07-19 07:29:30.0405849: XalContext.cpp(438)] ClockSkew is 1643072 (0 seconds)
[Info: 2022-07-19 07:29:30.0406716: Xal.lib(0)] XAL: Initializing Xal 2021.04.20210518.001, Win32 platform
[Info: 2022-07-19 07:29:30.0407091: Xal.lib(0)] XAL: Init args:
[Info: 2022-07-19 07:29:30.0407365: Xal.lib(0)] XAL:     sandbox: 
[Info: 2022-07-19 07:29:30.0407618: Xal.lib(0)] XAL:     disableDiagnosticTelemetry: false
[Info: 2022-07-19 07:29:30.0407887: Xal.lib(0)] XAL:     correlationVector: (null)
[Info: 2022-07-19 07:29:30.0408144: Xal.lib(0)] XAL:     flags: 91000000
[Info: 2022-07-19 07:29:30.0408385: Xal.lib(0)] XAL:     thirdPartyConsent (0)
[Info: 2022-07-19 07:29:30.0408624: Xal.lib(0)] XAL:     redirectUri: 
[Warning: 2022-07-19 07:29:30.0409324: Xal.lib(0)] XAL: Expected REG_SZ type for SOFTWARE\Microsoft\XboxLive\Sandbox, found 0 instead
[Info: 2022-07-19 07:29:30.0432761: Xal.lib(0)] XAL: Diagnostic telemetry disabled: false
[Info: 2022-07-19 07:29:30.0436924: Xal.lib(0)] XAL: [op 201148584] Operation UploadTelemetryEventsWithDelay is starting
[Info: 2022-07-19 07:29:30.0437363: Xal.lib(0)] XAL_TELEMETRY: AppActivation Version="2021.04.20210518.001"
[Info: 2022-07-19 07:29:30.0438803: Xal.lib(0)] XAL: [op 201148808] Operation InitializeComponents is starting
[Info: 2022-07-19 07:29:30.0439149: Xal.lib(0)] XAL: [op 201148808]     with CV 'e4LMdHXGbZvB7wqO.0.0'
[Info: 2022-07-19 07:29:30.0440399: Xal.lib(0)] XAL: [op 201313832] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:30.0440680: Xal.lib(0)] XAL: [op 201313832]     with CV 'e4LMdHXGbZvB7wqO.0.0'
[Info: 2022-07-19 07:29:30.0441802: Xal.lib(0)] XAL: [op 201149256] Operation LoadClockSkew is starting
[Info: 2022-07-19 07:29:30.0442084: Xal.lib(0)] XAL: [op 201149256]     with CV 'e4LMdHXGbZvB7wqO.0.0'
[Info: 2022-07-19 07:29:30.0442428: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation starting
[Error: 2022-07-19 07:29:30.0455798: PersistentReflectedStruct.h(42)] Data version 3 is greater than current version 0 but we don't support downgrading.
[Warning: 2022-07-19 07:29:30.0456324: PreferencesManager.cpp(567)] Unable to load profile settings.
[Info: 2022-07-19 07:29:30.0463532: PreferencesManager.cpp(116)] Removed %USERPROFILE%\AppData\Roaming\.minecraft\launcher_profiles_microsoft_store.json
[Info: 2022-07-19 07:29:30.0473347: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.0473957: Xal.lib(0)] XAL: [op 16271328] Added operation as handle 00F8484C with type 0F8E46FC
[Info: 2022-07-19 07:29:30.0474215: XalStorage.cpp(264)] [op 00F8484C] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.0474678: XalStorage.cpp(344)] [op 00F8484C] Xal Read callback - Failed
[Info: 2022-07-19 07:29:30.0477902: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Failure' (1)
[Info: 2022-07-19 07:29:30.0478275: Xal.lib(0)] XAL: [op 16271328] Cleared operation handle 00F8484C
[Info: 2022-07-19 07:29:30.0478596: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation failed with result 0x89235107: Client operation failed
[Warning: 2022-07-19 07:29:30.0894076: XalApi.cpp(191)] Failed to register user callback: -2147024846
[Info: 2022-07-19 07:29:30.0901369: GameVersionManager.cpp(267)] Reading local cache of the Mojang versions manifest (version_manifest_v2.json)...
[Info: 2022-07-19 07:29:30.0997956: GameVersionManager.cpp(307)] Looking for installed versions in %USERPROFILE%\AppData\Roaming\.minecraft\versions
[Info: 2022-07-19 07:29:30.1005881: GameVersionManager.cpp(348)] Parsing version 1.12.2
[Info: 2022-07-19 07:29:30.1020096: GameVersionManager.cpp(348)] Parsing version 1.17.1
[Info: 2022-07-19 07:29:30.1043314: GameVersionManager.cpp(348)] Parsing version 1.18.1
[Info: 2022-07-19 07:29:30.1065028: GameVersionManager.cpp(348)] Parsing version 1.18.2
[Info: 2022-07-19 07:29:30.1089945: GameVersionManager.cpp(348)] Parsing version 1.18.2-forge-40.0.4
[Warning: 2022-07-19 07:29:30.1094579: GameVersionManager.cpp(362)] 1.18.2-forge-40.0.4.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1099366: GameVersionManager.cpp(348)] Parsing version 1.18.2-forge-40.1.20
[Warning: 2022-07-19 07:29:30.1103874: GameVersionManager.cpp(362)] 1.18.2-forge-40.1.20.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1108041: GameVersionManager.cpp(348)] Parsing version 1.18.2-forge-40.1.25
[Warning: 2022-07-19 07:29:30.1112157: GameVersionManager.cpp(362)] 1.18.2-forge-40.1.25.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1116132: GameVersionManager.cpp(348)] Parsing version 1.18.2-forge-40.1.48
[Warning: 2022-07-19 07:29:30.1119936: GameVersionManager.cpp(362)] 1.18.2-forge-40.1.48.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1123816: GameVersionManager.cpp(348)] Parsing version 1.18.2-forge-40.1.54
[Warning: 2022-07-19 07:29:30.1127642: GameVersionManager.cpp(362)] 1.18.2-forge-40.1.54.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1131361: GameVersionManager.cpp(348)] Parsing version 1.18.2-OptiFine_HD_U_H7
[Info: 2022-07-19 07:29:30.1135045: GameVersionManager.cpp(348)] Parsing version 1.19
[Info: 2022-07-19 07:29:30.1154890: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.1
[Warning: 2022-07-19 07:29:30.1158705: GameVersionManager.cpp(362)] 1.19-forge-41.0.1.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1162718: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.100
[Warning: 2022-07-19 07:29:30.1166857: GameVersionManager.cpp(362)] 1.19-forge-41.0.100.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1171105: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.22
[Warning: 2022-07-19 07:29:30.1175265: GameVersionManager.cpp(362)] 1.19-forge-41.0.22.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1179676: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.34
[Warning: 2022-07-19 07:29:30.1183624: GameVersionManager.cpp(362)] 1.19-forge-41.0.34.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1187442: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.45
[Warning: 2022-07-19 07:29:30.1191516: GameVersionManager.cpp(362)] 1.19-forge-41.0.45.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1195569: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.63
[Warning: 2022-07-19 07:29:30.1199885: GameVersionManager.cpp(362)] 1.19-forge-41.0.63.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1203917: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.85
[Warning: 2022-07-19 07:29:30.1207891: GameVersionManager.cpp(362)] 1.19-forge-41.0.85.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1212649: GameVersionManager.cpp(348)] Parsing version 1.19-forge-41.0.99
[Warning: 2022-07-19 07:29:30.1216775: GameVersionManager.cpp(362)] 1.19-forge-41.0.99.json._comment_: Unknown key
[Info: 2022-07-19 07:29:30.1220702: GameVersionManager.cpp(348)] Parsing version 1.19-OptiFine_HD_U_H8
[Info: 2022-07-19 07:29:30.1224363: GameVersionManager.cpp(348)] Parsing version 1.19-pre1
[Info: 2022-07-19 07:29:30.1245158: GameVersionManager.cpp(348)] Parsing version 1.19-pre3
[Info: 2022-07-19 07:29:30.1267493: GameVersionManager.cpp(348)] Parsing version 1.19-pre4
[Info: 2022-07-19 07:29:30.1289078: GameVersionManager.cpp(348)] Parsing version 1.19-pre5
[Info: 2022-07-19 07:29:30.1309148: GameVersionManager.cpp(348)] Parsing version 1.19-rc1
[Info: 2022-07-19 07:29:30.1328791: GameVersionManager.cpp(348)] Parsing version 1.19-rc2
[Info: 2022-07-19 07:29:30.1349056: GameVersionManager.cpp(348)] Parsing version 1.19.1-pre1
[Info: 2022-07-19 07:29:30.1371766: GameVersionManager.cpp(348)] Parsing version 1.19.1-pre2
[Info: 2022-07-19 07:29:30.1392870: GameVersionManager.cpp(348)] Parsing version 1.19.1-pre3
[Info: 2022-07-19 07:29:30.1418723: GameVersionManager.cpp(348)] Parsing version 1.19.1-pre4
[Info: 2022-07-19 07:29:30.1438500: GameVersionManager.cpp(348)] Parsing version 1.19.1-pre5
[Info: 2022-07-19 07:29:30.1458793: GameVersionManager.cpp(348)] Parsing version 1.19.1-rc1
[Info: 2022-07-19 07:29:30.1480195: GameVersionManager.cpp(348)] Parsing version 1.6.3
[Info: 2022-07-19 07:29:30.1488952: GameVersionManager.cpp(348)] Parsing version 1.7.10
[Info: 2022-07-19 07:29:30.1499201: GameVersionManager.cpp(348)] Parsing version 1.7.10-Forge10.13.4.1614-1.7.10
[Warning: 2022-07-19 07:29:30.1501621: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[10].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1501865: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[10].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1502052: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[10].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1502227: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[11].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1502414: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[11].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1502589: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[11].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1502761: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[12].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1502933: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[12].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1503106: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[12].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1503276: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[13].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1503446: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[13].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1503617: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[13].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1503802: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[14].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1503976: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[15].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1504147: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[16].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1504316: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[17].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1504484: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[1].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1504702: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[2].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1504891: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[3].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1505066: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[3].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1505236: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[3].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1505405: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[4].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1505575: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[4].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1505745: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[4].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1505918: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[5].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1506088: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[5].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1506258: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[5].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1506429: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[6].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1506599: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[6].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1506768: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[6].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1506937: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[7].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1507106: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[7].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1507275: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[8].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1507443: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[8].serverreq: Unknown key
[Warning: 2022-07-19 07:29:30.1507612: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[9].checksums: Unknown key
[Warning: 2022-07-19 07:29:30.1507782: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[9].clientreq: Unknown key
[Warning: 2022-07-19 07:29:30.1507952: GameVersionManager.cpp(362)] 1.7.10-Forge10.13.4.1614-1.7.10.json.libraries[9].serverreq: Unknown key
[Info: 2022-07-19 07:29:30.1511416: GameVersionManager.cpp(348)] Parsing version 22w11a
[Info: 2022-07-19 07:29:30.1531593: GameVersionManager.cpp(348)] Parsing version 22w12a
[Info: 2022-07-19 07:29:30.1558673: GameVersionManager.cpp(348)] Parsing version 22w13a
[Info: 2022-07-19 07:29:30.1579540: GameVersionManager.cpp(348)] Parsing version 22w13oneblockatatime
[Info: 2022-07-19 07:29:30.1598640: GameVersionManager.cpp(348)] Parsing version 22w14a
[Info: 2022-07-19 07:29:30.1617192: GameVersionManager.cpp(348)] Parsing version 22w15a
[Info: 2022-07-19 07:29:30.1636066: GameVersionManager.cpp(348)] Parsing version 22w16b
[Info: 2022-07-19 07:29:30.1650132: GameVersionManager.cpp(348)] Parsing version 22w17a
[Info: 2022-07-19 07:29:30.1664586: GameVersionManager.cpp(348)] Parsing version 22w18a
[Info: 2022-07-19 07:29:30.1681923: GameVersionManager.cpp(348)] Parsing version 22w19a
[Info: 2022-07-19 07:29:30.1697664: GameVersionManager.cpp(348)] Parsing version 22w24a
[Info: 2022-07-19 07:29:30.1709323: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation continuing
[Warning: 2022-07-19 07:29:30.1709895: Xal.lib(0)] XAL: Clock skew failed to be read: 0x89235107 "Client operation failed"
[Warning: 2022-07-19 07:29:30.1710325: Xal.lib(0)] XAL: [op 201149256] Operation LoadClockSkew failed with result: 0x89235107 - Client operation failed
[Info: 2022-07-19 07:29:30.1712956: Xal.lib(0)] XAL: [op 211054688] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:30.1713341: Xal.lib(0)] XAL: [op 211054688]     with CV 'e4LMdHXGbZvB7wqO.0.0'
[Info: 2022-07-19 07:29:30.1713757: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:30.1714197: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:30.1714662: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.1714995: Xal.lib(0)] XAL: [op 16272384] Added operation as handle 00F84C6C with type 0F8E46FC
[Info: 2022-07-19 07:29:30.1715246: XalStorage.cpp(264)] [op 00F84C6C] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.1715598: XalStorage.cpp(356)] [op 00F84C6C] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:30.1717608: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:30.1717977: Xal.lib(0)] XAL: [op 16272384] Cleared operation handle 00F84C6C
[Info: 2022-07-19 07:29:30.1718367: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:30.1718521: GameVersionManager.cpp(348)] Parsing version fabric-loader-0.14.6-1.15.2
[Info: 2022-07-19 07:29:30.1722631: GameVersionManager.cpp(348)] Parsing version fabric-loader-0.14.6-1.18.2
[Info: 2022-07-19 07:29:30.2043124: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:30.2056251: NetQueue.cpp(484)] NetQueue: Primary ip: 13.107.5.91, Host: www.xboxab.com
[Info: 2022-07-19 07:29:30.2056762: NetQueue.cpp(570)] NetQueue: Action finished: https://www.xboxab.com/ab
[Info: 2022-07-19 07:29:30.2057079: NetQueue.cpp(602)] Action finalized: https://www.xboxab.com/ab
[Info: 2022-07-19 07:29:30.2927442: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:29:30.2928192: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:30.2928562: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:30.2929569: GameVersionManager.cpp(431)] Got available versions manifest from https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:30.2973365: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:30.2977650: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:30.2978434: Xal.lib(0)] XAL: [op 16272384] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:30.2979109: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.2979486: Xal.lib(0)] XAL: [op 16271328] Added operation as handle 00F8484C with type 0F8E46FC
[Info: 2022-07-19 07:29:30.2979765: XalStorage.cpp(264)] [op 00F8484C] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.3056057: XalStorage.cpp(356)] [op 00F8484C] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:30.3058854: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:30.3059346: Xal.lib(0)] XAL: [op 16271328] Cleared operation handle 00F8484C
[Info: 2022-07-19 07:29:30.3059734: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:30.3074224: ProductInstance.cpp(107)] Do not allow remote update check, time is not due, [dungeons-retail-Piston]
[Info: 2022-07-19 07:29:30.3079098: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/dungeons/f4c685912beb55eb2d5c9e0713fe1195164bba27/windows-x64.json
[Info: 2022-07-19 07:29:30.3126434: CefUI.cpp(123)] Web cache is compatible with current CEF version.
[Info: 2022-07-19 07:29:30.3127449: CefUI.cpp(145)] Web cache path: %USERPROFILE%\AppData\Roaming\.minecraft\webcache2
[Info: 2022-07-19 07:29:30.3280048: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: piston-meta.mojang.com
[Info: 2022-07-19 07:29:30.3280655: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/dungeons/f4c685912beb55eb2d5c9e0713fe1195164bba27/windows-x64.json
[Info: 2022-07-19 07:29:30.3280948: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/dungeons/f4c685912beb55eb2d5c9e0713fe1195164bba27/windows-x64.json
[Info: 2022-07-19 07:29:30.3283364: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/packages/654ce72c65f84b7243fc399c3b86616228ef7e52/manifest.json
[Info: 2022-07-19 07:29:30.3526953: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: piston-meta.mojang.com
[Info: 2022-07-19 07:29:30.3527597: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/packages/654ce72c65f84b7243fc399c3b86616228ef7e52/manifest.json
[Info: 2022-07-19 07:29:30.3527989: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/packages/654ce72c65f84b7243fc399c3b86616228ef7e52/manifest.json
[Info: 2022-07-19 07:29:30.3543139: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=gpu-process --no-sandbox --log-severity=info --lang=en-US --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft" /prefetch:2
[Info: 2022-07-19 07:29:30.3650341: ProductInstance.cpp(126)] Commited remote update check [dungeons-retail-Piston]
[Info: 2022-07-19 07:29:30.3808590: LauncherAppBrowser.cpp(64)] Work dir is %USERPROFILE%\AppData\Roaming\.minecraft
[Info: 2022-07-19 07:29:30.3813697: main_context.cpp(131)] CEF initialized successfully.
[Info: 2022-07-19 07:29:30.3814459: main_context.cpp(133)] CEF version: 99.2.14+g3f796b8+chromium-99.0.4844.84
[Info: 2022-07-19 07:29:30.3825863: UserIdentity.cpp(206)] Starting auto sign in
[Info: 2022-07-19 07:29:30.4040847: root_window_manager.cpp(62)] Main window has been opened: 0CD98EA0
[Info: 2022-07-19 07:29:30.4075579: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=utility --utility-sub-type=storage.mojom.StorageService --lang=en-US --service-sandbox-type=utility --no-sandbox --log-severity=info --lang=en-US --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft" /prefetch:8
[Info: 2022-07-19 07:29:30.4127678: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --no-sandbox --log-severity=info --lang=en-US --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft" /prefetch:8
[Info: 2022-07-19 07:29:30.4233175: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:30.4235062: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:30.4235737: Xal.lib(0)] XAL: [op 16271328] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:30.4236416: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.4236820: Xal.lib(0)] XAL: [op 215458168] Added operation as handle 0CD7A1E4 with type 0F8E46FC
[Info: 2022-07-19 07:29:30.4237096: XalStorage.cpp(264)] [op 0CD7A1E4] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.4243126: XalStorage.cpp(356)] [op 0CD7A1E4] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:30.4245525: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:30.4245922: Xal.lib(0)] XAL: [op 215458168] Cleared operation handle 0CD7A1E4
[Info: 2022-07-19 07:29:30.4246247: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:30.4370927: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=renderer --log-severity=info --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft"
[Info: 2022-07-19 07:29:30.4376071: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=renderer --log-severity=info --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft"
[Info: 2022-07-19 07:29:30.5502125: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:30.5503372: Xal.lib(0)] XAL: [op 211054688] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:30.5507472: Xal.lib(0)] XAL: [op 201146680] Operation NsalDb_LoadDefaultNsal is starting
[Info: 2022-07-19 07:29:30.5507845: Xal.lib(0)] XAL: [op 201146680]     with CV 'e4LMdHXGbZvB7wqO.0.0'
[Info: 2022-07-19 07:29:30.5509896: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:30.5511403: NetQueue.cpp(656)] NetQueue: Starting net action title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:30.5822063: ProductInstance.cpp(107)] Do not allow remote update check, time is not due, [dungeons-retail-Piston]
[Info: 2022-07-19 07:29:30.7792407: NetQueue.cpp(484)] NetQueue: Primary ip: 40.65.111.94, Host: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:30.7793070: NetQueue.cpp(570)] NetQueue: Action finished: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:30.7793890: NetQueue.cpp(602)] Action finalized: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:30.8026577: Xal.lib(0)] XAL: [op 201146680] Operation NsalDb_LoadDefaultNsal succeeded.
[Info: 2022-07-19 07:29:30.8028979: Xal.lib(0)] XAL: [op 216097280] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:30.8029338: Xal.lib(0)] XAL: [op 216097280]     with CV 'e4LMdHXGbZvB7wqO.0.1'
[Info: 2022-07-19 07:29:30.8029697: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159213EF3E788)
[Info: 2022-07-19 07:29:30.8030387: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:30.8020000Z, systemNow:2022-07-19T07:29:30.8020000Z}
[Info: 2022-07-19 07:29:30.8030849: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159213EF3E788)
[Info: 2022-07-19 07:29:30.8031180: Xal.lib(0)] XAL: [op 216097280] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:30.8032444: Xal.lib(0)] XAL: [op 201313832] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:30.8033621: Xal.lib(0)] XAL: [op 201148808] Operation InitializeComponents succeeded.
[Info: 2022-07-19 07:29:30.8034764: Xal.lib(0)] XAL: [op 213977080] Operation TryAddFirstUserSilently is starting
[Info: 2022-07-19 07:29:30.8035656: Xal.lib(0)] XAL: [op 213977080]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.8038975: Xal.lib(0)] XAL: [op 213800840] Operation GetDefaultUser is starting
[Info: 2022-07-19 07:29:30.8039350: Xal.lib(0)] XAL: [op 213800840]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.8040519: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:30.8040835: Xal.lib(0)] XAL: [op 213634616]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.8041921: Xal.lib(0)] XAL: [op 201148024] Operation LoadClockSkew is starting
[Info: 2022-07-19 07:29:30.8042226: Xal.lib(0)] XAL: [op 201148024]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.8042587: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:30.8042973: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.8043301: Xal.lib(0)] XAL: [op 216088200] Added operation as handle 0CE13EF4 with type 0F8E46FC
[Info: 2022-07-19 07:29:30.8043550: XalStorage.cpp(264)] [op 0CE13EF4] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.8043859: XalStorage.cpp(344)] [op 0CE13EF4] Xal Read callback - Failed
[Info: 2022-07-19 07:29:30.8045701: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Failure' (1)
[Info: 2022-07-19 07:29:30.8046034: Xal.lib(0)] XAL: [op 216088200] Cleared operation handle 0CE13EF4
[Info: 2022-07-19 07:29:30.8046344: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation failed with result 0x89235107: Client operation failed
[Info: 2022-07-19 07:29:30.9270088: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation continuing
[Warning: 2022-07-19 07:29:30.9270863: Xal.lib(0)] XAL: Clock skew failed to be read: 0x89235107 "Client operation failed"
[Warning: 2022-07-19 07:29:30.9271212: Xal.lib(0)] XAL: [op 201148024] Operation LoadClockSkew failed with result: 0x89235107 - Client operation failed
[Info: 2022-07-19 07:29:30.9273566: Xal.lib(0)] XAL: [op 215944032] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:30.9273915: Xal.lib(0)] XAL: [op 215944032]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.9274222: Xal.lib(0)] XAL: [op 215944032] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:30.9275471: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:30.9277490: Xal.lib(0)] XAL: [op 201207704] Operation LoadDefaultUser is starting
[Info: 2022-07-19 07:29:30.9277811: Xal.lib(0)] XAL: [op 201207704]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:30.9278206: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:30.9278602: Xal.lib(0)] XAL: [op 216088200] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:30.9279077: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:30.9279404: Xal.lib(0)] XAL: [op 215457816] Added operation as handle 0CD7A084 with type 0F8E46FC
[Info: 2022-07-19 07:29:30.9279738: XalStorage.cpp(264)] [op 0CD7A084] Xal Read callback - Started
[Info: 2022-07-19 07:29:30.9283827: XalStorage.cpp(356)] [op 0CD7A084] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:30.9285943: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:30.9286317: Xal.lib(0)] XAL: [op 215457816] Cleared operation handle 0CD7A084
[Info: 2022-07-19 07:29:30.9286620: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:31.0530607: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:31.0532055: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:31.0532667: Xal.lib(0)] XAL: [op 215457816] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:31.0533289: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:31.0533707: Xal.lib(0)] XAL: [op 215459048] Added operation as handle 0CD7A554 with type 0F8E46FC
[Info: 2022-07-19 07:29:31.0533989: XalStorage.cpp(264)] [op 0CD7A554] Xal Read callback - Started
[Info: 2022-07-19 07:29:31.0544998: XalStorage.cpp(356)] [op 0CD7A554] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:31.0547916: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:31.0548344: Xal.lib(0)] XAL: [op 215459048] Cleared operation handle 0CD7A554
[Info: 2022-07-19 07:29:31.0548653: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:30.9307410: LauncherMain.cpp(113)] Initiated models
[Info: 2022-07-19 07:29:30.9317686: LauncherController.cpp(494)] Constructing launcher controller with workDir: C:\...\.minecraft, isActive: 0
[Info: 2022-07-19 07:29:30.9579064: LauncherAppRenderer.cpp(172)] Javascript bridge extended in OnWebKitInitialized.
[Info: 2022-07-19 07:29:30.9886831: LauncherAppRenderer.cpp(320)] OnContextCreated: main frame. Url=mojang://launcher/index.html browser id=1
[Info: 2022-07-19 07:29:30.9888437: LauncherAppRenderer.cpp(325)] OnContextCreated: Create JS bindings in main browser.
[Info: 2022-07-19 07:29:30.9927944: LauncherAppRenderer.cpp(505)] Javascript bridge extended in OnContextCreated.
[Info: 2022-07-19 07:29:31.1809960: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:31.1811644: Xal.lib(0)] XAL: [op 201207704] Operation LoadDefaultUser succeeded.
[Info: 2022-07-19 07:29:31.1814414: Xal.lib(0)] XAL: [op 410465112] Operation LoadTokensForUser is starting
[Info: 2022-07-19 07:29:31.1814928: Xal.lib(0)] XAL: [op 410465112]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.1815431: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:31.1815879: Xal.lib(0)] XAL: [op 215459048] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:31.1816390: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:31.1816747: Xal.lib(0)] XAL: [op 215459576] Added operation as handle 0CD7A764 with type 0F8E46FC
[Info: 2022-07-19 07:29:31.1817000: XalStorage.cpp(264)] [op 0CD7A764] Xal Read callback - Started
[Info: 2022-07-19 07:29:31.1831742: XalStorage.cpp(356)] [op 0CD7A764] Xal Read callback - Succeeded
[Info: 2022-07-19 07:29:31.1834149: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:31.1834602: Xal.lib(0)] XAL: [op 215459576] Cleared operation handle 0CD7A764
[Info: 2022-07-19 07:29:31.1834941: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation succeeded
[Info: 2022-07-19 07:29:31.3079869: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation continuing
[Info: 2022-07-19 07:29:31.3081918: Xal.lib(0)] XAL: [op 410465112] Operation LoadTokensForUser succeeded.
[Info: 2022-07-19 07:29:31.3084494: Xal.lib(0)] XAL: [op 408163856] Operation GetXtoken is starting
[Info: 2022-07-19 07:29:31.3084930: Xal.lib(0)] XAL: [op 408163856]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.3086105: Xal.lib(0)] XAL: [op 213634088] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:31.3086435: Xal.lib(0)] XAL: [op 213634088]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.3087615: Xal.lib(0)] XAL: [op 201149480] Operation LoadClockSkew is starting
[Info: 2022-07-19 07:29:31.3087973: Xal.lib(0)] XAL: [op 201149480]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.3088358: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:31.3088786: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:31.3089396: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:31.3089902: Xal.lib(0)] XAL: [op 215458168] Added operation as handle 0CD7A1E4 with type 0F8E46FC
[Info: 2022-07-19 07:29:31.3090189: XalStorage.cpp(264)] [op 0CD7A1E4] Xal Read callback - Started
[Info: 2022-07-19 07:29:31.3090529: XalStorage.cpp(344)] [op 0CD7A1E4] Xal Read callback - Failed
[Info: 2022-07-19 07:29:31.3092544: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Failure' (1)
[Info: 2022-07-19 07:29:31.3092906: Xal.lib(0)] XAL: [op 215458168] Cleared operation handle 0CD7A1E4
[Info: 2022-07-19 07:29:31.3093226: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation failed with result 0x89235107: Client operation failed
[Info: 2022-07-19 07:29:31.4358520: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation continuing
[Warning: 2022-07-19 07:29:31.4359829: Xal.lib(0)] XAL: Clock skew failed to be read: 0x89235107 "Client operation failed"
[Warning: 2022-07-19 07:29:31.4360554: Xal.lib(0)] XAL: [op 201149480] Operation LoadClockSkew failed with result: 0x89235107 - Client operation failed
[Info: 2022-07-19 07:29:31.4364078: Xal.lib(0)] XAL: [op 215944872] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:31.4364525: Xal.lib(0)] XAL: [op 215944872]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4364869: Xal.lib(0)] XAL: [op 215944872] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:31.4367442: Xal.lib(0)] XAL: [op 499396360] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:31.4369942: Xal.lib(0)] XAL: [op 499396360]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4370793: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001592164BF8A6C)
[Info: 2022-07-19 07:29:31.4371345: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:31.4360000Z, systemNow:2022-07-19T07:29:31.4360000Z}
[Info: 2022-07-19 07:29:31.4371997: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001592164BF8A6C)
[Info: 2022-07-19 07:29:31.4372321: Xal.lib(0)] XAL: [op 499396360] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:31.4373821: Xal.lib(0)] XAL: [op 213634088] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:31.4377023: Xal.lib(0)] XAL: [op 499395160] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:31.4377379: Xal.lib(0)] XAL: [op 499395160]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4378208: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001592164CA1D74)
[Info: 2022-07-19 07:29:31.4379101: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:31.4370000Z, systemNow:2022-07-19T07:29:31.4370000Z}
[Info: 2022-07-19 07:29:31.4379484: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001592164CA1D74)
[Info: 2022-07-19 07:29:31.4379852: Xal.lib(0)] XAL: [op 499395160] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:31.4382335: Xal.lib(0)] XAL: [op 212740304] Operation GetMsaTicket is starting
[Info: 2022-07-19 07:29:31.4382869: Xal.lib(0)] XAL: [op 212740304]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4384175: Xal.lib(0)] XAL: [op 213631712] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:31.4384494: Xal.lib(0)] XAL: [op 213631712]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4385757: Xal.lib(0)] XAL: [op 201148024] Operation LoadClockSkew is starting
[Info: 2022-07-19 07:29:31.4386069: Xal.lib(0)] XAL: [op 201148024]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.4386607: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation starting
[Info: 2022-07-19 07:29:31.4387048: Xal.lib(0)] XAL: [op 215458168] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:31.4387543: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation calling platform handler
[Info: 2022-07-19 07:29:31.4388091: Xal.lib(0)] XAL: [op 215459576] Added operation as handle 0CD7A764 with type 0F8E46FC
[Info: 2022-07-19 07:29:31.4388350: XalStorage.cpp(264)] [op 0CD7A764] Xal Read callback - Started
[Info: 2022-07-19 07:29:31.4388763: XalStorage.cpp(344)] [op 0CD7A764] Xal Read callback - Failed
[Info: 2022-07-19 07:29:31.4391282: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Failure' (1)
[Info: 2022-07-19 07:29:31.4391809: Xal.lib(0)] XAL: [op 215459576] Cleared operation handle 0CD7A764
[Info: 2022-07-19 07:29:31.4392128: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation failed with result 0x89235107: Client operation failed
[Info: 2022-07-19 07:29:31.5628867: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation continuing
[Warning: 2022-07-19 07:29:31.5629854: Xal.lib(0)] XAL: Clock skew failed to be read: 0x89235107 "Client operation failed"
[Warning: 2022-07-19 07:29:31.5630381: Xal.lib(0)] XAL: [op 201148024] Operation LoadClockSkew failed with result: 0x89235107 - Client operation failed
[Info: 2022-07-19 07:29:31.5632994: Xal.lib(0)] XAL: [op 215947392] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:31.5633378: Xal.lib(0)] XAL: [op 215947392]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.5633702: Xal.lib(0)] XAL: [op 215947392] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:31.5635704: Xal.lib(0)] XAL: [op 499394560] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:31.5636037: Xal.lib(0)] XAL: [op 499394560]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.5636347: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C4AA938)
[Info: 2022-07-19 07:29:31.5636829: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:31.5620000Z, systemNow:2022-07-19T07:29:31.5620000Z}
[Info: 2022-07-19 07:29:31.5637175: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C4AA938)
[Info: 2022-07-19 07:29:31.5637476: Xal.lib(0)] XAL: [op 499394560] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:31.5638650: Xal.lib(0)] XAL: [op 213631712] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:31.5639917: Xal.lib(0)] XAL: >>> Xal::Auth::MsaTicketSet::GetTicket (000159216C501A94)
[Info: 2022-07-19 07:29:31.5640419: Xal.lib(0)] XAL: Found requested token in cache: [firstScope:service::user.auth.xboxlive.com::MBI_SSL]:{expiry:2022-07-20T07:01:26.8230000Z, now:2022-07-19T07:29:31.5630000Z, systemNow:2022-07-19T07:29:31.5630000Z}
[Info: 2022-07-19 07:29:31.5640741: Xal.lib(0)] XAL: <<< Xal::Auth::MsaTicketSet::GetTicket (000159216C501A94)
[Info: 2022-07-19 07:29:31.5641111: Xal.lib(0)] XAL: [op 212740304] Operation GetMsaTicket succeeded.
[Info: 2022-07-19 07:29:31.5642319: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C53C608)
[Info: 2022-07-19 07:29:31.5642828: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Utoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.3500000Z, now:2022-07-19T07:29:31.5630000Z, systemNow:2022-07-19T07:29:31.5630000Z}
[Info: 2022-07-19 07:29:31.5643164: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C53C608)
[Info: 2022-07-19 07:29:31.5643454: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C558420)
[Info: 2022-07-19 07:29:31.5643886: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Ttoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.2450000Z, now:2022-07-19T07:29:31.5630000Z, systemNow:2022-07-19T07:29:31.5630000Z}
[Info: 2022-07-19 07:29:31.5644221: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159216C558420)
[Info: 2022-07-19 07:29:31.5645394: Xal.lib(0)] XAL: [op 410465112] Refresh Xtoken running with user: true.
[Info: 2022-07-19 07:29:31.5645704: Xal.lib(0)] XAL: [op 410465112] Operation RefreshXtoken is starting
[Info: 2022-07-19 07:29:31.5645988: Xal.lib(0)] XAL: [op 410465112]     with CV 'e4LMdHXGbZvB7wqO.4.0'
[Info: 2022-07-19 07:29:31.5646308: Xal.lib(0)] XAL: [op 410465112] RefreshXtoken token fetch started.
[Info: 2022-07-19 07:29:31.5658003: Xal.lib(0)] XAL: [op 215459576] Client operation StorageReadPlatformOperation destroyed
[Info: 2022-07-19 07:29:31.5659866: NetQueue.cpp(656)] NetQueue: Starting net action xsts.auth.xboxlive.com
[Info: 2022-07-19 07:29:31.5816925: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:29:31.5922850: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:29:31.5929182: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.versions");
[Info: 2022-07-19 07:29:31.5948889: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.credits");
[Info: 2022-07-19 07:29:31.5954156: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.constants");
[Info: 2022-07-19 07:29:31.5982230: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:29:31.5987785: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.launcherSettings");
[Info: 2022-07-19 07:29:31.5993375: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.systemInfo");
[Info: 2022-07-19 07:29:31.6002292: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.productInfo");
[Info: 2022-07-19 07:29:31.6121063: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.skins");
[Info: 2022-07-19 07:29:31.6128378: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.treatmentTags");
[Info: 2022-07-19 07:29:31.6147079: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:29:31.6153056: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.productInfo");
[Info: 2022-07-19 07:29:31.6187541: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.modelInfo");
[Info: 2022-07-19 07:29:31.6192234: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:29:31.9734552: NetQueue.cpp(484)] NetQueue: Primary ip: 52.156.147.113, Host: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:29:31.9735054: NetQueue.cpp(570)] NetQueue: Action finished: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:29:31.9735939: NetQueue.cpp(602)] Action finalized: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:29:32.0659556: Xal.lib(0)] XAL: Clock skew updated. Server time: 2022-07-19T07:29:32.2570000Z - System time: 2022-07-19T07:29:32.0650000Z = skew (seconds) 0
[Info: 2022-07-19 07:29:32.0661128: Xal.lib(0)] XAL: [op 214400256] Operation SaveClockSkew is starting
[Info: 2022-07-19 07:29:32.0661495: Xal.lib(0)] XAL: [op 214400256]     with CV 'e4LMdHXGbZvB7wqO.4.1'
[Info: 2022-07-19 07:29:32.0661905: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:29:32.0662570: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:29:32.0662917: Xal.lib(0)] XAL: [op 215459048] Added operation as handle 0CD7A554 with type 0F8E46F4
[Info: 2022-07-19 07:29:32.0663371: XalStorage.cpp(205)] [op 0CD7A554] Xal Write callback - Started
[Info: 2022-07-19 07:29:32.0666080: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:32.0666502: Xal.lib(0)] XAL: [op 215459048] Cleared operation handle 0CD7A554
[Info: 2022-07-19 07:29:32.0666827: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:29:32.0667950: XalStorage.cpp(258)] [op 0CD7A554] Xal Write callback - Succeeded
[Info: 2022-07-19 07:29:32.1903413: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:29:32.1904411: Xal.lib(0)] XAL: [op 214400256] Operation SaveClockSkew succeeded.
[Info: 2022-07-19 07:29:32.1907272: Xal.lib(0)] XAL: [op 215526176] Operation WriteCacheData is starting
[Info: 2022-07-19 07:29:32.1907639: Xal.lib(0)] XAL: [op 215526176]     with CV 'e4LMdHXGbZvB7wqO.4.1'
[Info: 2022-07-19 07:29:32.1908027: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:29:32.1908410: Xal.lib(0)] XAL: [op 215459048] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:29:32.1908899: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:29:32.1909230: Xal.lib(0)] XAL: [op 216088200] Added operation as handle 0CE13EF4 with type 0F8E46F4
[Info: 2022-07-19 07:29:32.1909476: XalStorage.cpp(205)] [op 0CE13EF4] Xal Write callback - Started
[Info: 2022-07-19 07:29:32.2455807: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:29:32.2456420: Xal.lib(0)] XAL: [op 216088200] Cleared operation handle 0CE13EF4
[Info: 2022-07-19 07:29:32.2456754: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:29:32.2457907: XalStorage.cpp(246)] [op 0CE13EF4] Xal Write callback - Succeeded
[Info: 2022-07-19 07:29:32.3633156: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:29:32.3633894: Xal.lib(0)] XAL: [op 215526176] Operation WriteCacheData succeeded.
[Info: 2022-07-19 07:29:32.3635396: Xal.lib(0)] XAL: [op 410465112] RefreshXtoken token fetch done.
[Info: 2022-07-19 07:29:32.3635734: Xal.lib(0)] XAL: [op 410465112] Operation RefreshXtoken succeeded.
[Info: 2022-07-19 07:29:32.3648218: Xal.lib(0)] XAL: [op 201148808] Operation NsalDb_LoadTitleNsal is starting
[Info: 2022-07-19 07:29:32.3648621: Xal.lib(0)] XAL: [op 201148808]     with CV 'e4LMdHXGbZvB7wqO.4.1'
[Info: 2022-07-19 07:29:32.3650259: Xal.lib(0)] XAL: [op 216088200] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:29:32.3651598: NetQueue.cpp(656)] NetQueue: Starting net action title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:32.4194348: NetQueue.cpp(484)] NetQueue: Primary ip: 40.65.111.94, Host: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:32.4195062: NetQueue.cpp(570)] NetQueue: Action finished: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:32.4195810: NetQueue.cpp(602)] Action finalized: title.mgt.xboxlive.com
[Info: 2022-07-19 07:29:32.4891492: Xal.lib(0)] XAL: No signature policies found in NSAL document
[Info: 2022-07-19 07:29:32.4892288: Xal.lib(0)] XAL: [op 201148808] Operation NsalDb_LoadTitleNsal succeeded.
[Info: 2022-07-19 07:29:32.4893533: Xal.lib(0)] XAL: [op 408163856] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:29:32.4894778: Xal.lib(0)] XAL: [op 213800840] Operation GetDefaultUser succeeded.
[Info: 2022-07-19 07:29:32.4896908: Xal.lib(0)] XAL: [op 215270704] Operation PresenceHeartbeat is starting
[Info: 2022-07-19 07:29:32.4897250: Xal.lib(0)] XAL: [op 215270704]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4898638: Xal.lib(0)] XAL: [op 410509496] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:29:32.4898964: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:29:32.4899370: Xal.lib(0)] XAL: [op 410509496]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4900584: Xal.lib(0)] XAL: [op 213626960] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.4900956: Xal.lib(0)] XAL: [op 213626960]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4902179: Xal.lib(0)] XAL: [op 215947952] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.4902677: Xal.lib(0)] XAL: [op 215947952]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4903034: Xal.lib(0)] XAL: [op 215947952] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.4905000: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.4905367: Xal.lib(0)] XAL: [op 216100280]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4905725: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A38A83C8)
[Info: 2022-07-19 07:29:32.4906247: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.6810000Z, systemNow:2022-07-19T07:29:32.4890000Z}
[Info: 2022-07-19 07:29:32.4906640: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A38A83C8)
[Info: 2022-07-19 07:29:32.4906991: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.4908170: Xal.lib(0)] XAL: [op 213626960] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.4918826: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A39E74DC)
[Info: 2022-07-19 07:29:32.4919493: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:http://xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:true hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:29:32.2570000Z, now:2022-07-19T07:29:32.6830000Z, systemNow:2022-07-19T07:29:32.4910000Z}
[Info: 2022-07-19 07:29:32.4919906: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A39E74DC)
[Info: 2022-07-19 07:29:32.4921107: Xal.lib(0)] XAL: [op 408164344] Operation GetXtoken is starting
[Info: 2022-07-19 07:29:32.4921472: Xal.lib(0)] XAL: [op 408164344]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4922631: Xal.lib(0)] XAL: [op 213630128] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.4923004: Xal.lib(0)] XAL: [op 213630128]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4924214: Xal.lib(0)] XAL: [op 215943752] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.4924583: Xal.lib(0)] XAL: [op 215943752]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4925013: Xal.lib(0)] XAL: [op 215943752] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.4927005: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.4927376: Xal.lib(0)] XAL: [op 216100280]     with CV 'e4LMdHXGbZvB7wqO.14.0'
[Info: 2022-07-19 07:29:32.4927731: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3AC177C)
[Info: 2022-07-19 07:29:32.4928239: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.6830000Z, systemNow:2022-07-19T07:29:32.4910000Z}
[Info: 2022-07-19 07:29:32.4928619: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3AC177C)
[Info: 2022-07-19 07:29:32.4928968: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.4930543: Xal.lib(0)] XAL: [op 213630128] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.4931888: Xal.lib(0)] XAL: [op 408164344] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:29:32.4933331: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:29:32.4935916: Xal.lib(0)] XAL: [op 213977080] Operation TryAddFirstUserSilently succeeded.
[Info: 2022-07-19 07:29:32.4938732: Xal.lib(0)] XAL: [op 216097280] Operation TryRefreshUser is starting
[Info: 2022-07-19 07:29:32.4939171: Xal.lib(0)] XAL: [op 216097280]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4941119: Xal.lib(0)] XAL: [op 410509496] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:29:32.4941504: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:29:32.4941852: Xal.lib(0)] XAL: [op 410509496]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4943049: Xal.lib(0)] XAL: [op 213633032] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.4943433: Xal.lib(0)] XAL: [op 213633032]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4944628: Xal.lib(0)] XAL: [op 215947392] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.4945000: Xal.lib(0)] XAL: [op 215947392]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4945348: Xal.lib(0)] XAL: [op 215947392] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.4947285: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.4947650: Xal.lib(0)] XAL: [op 216100280]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4948006: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3CB0894)
[Info: 2022-07-19 07:29:32.4948520: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.6850000Z, systemNow:2022-07-19T07:29:32.4930000Z}
[Info: 2022-07-19 07:29:32.4948911: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3CB0894)
[Info: 2022-07-19 07:29:32.4949830: Xal.lib(0)] XAL: [op 216100280] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.4948330: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:29:32.4951192: Xal.lib(0)] XAL: [op 213633032] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.4962004: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3E04A60)
[Info: 2022-07-19 07:29:32.4962752: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:http://xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:true hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:29:32.2570000Z, now:2022-07-19T07:29:32.6870000Z, systemNow:2022-07-19T07:29:32.4950000Z}
[Info: 2022-07-19 07:29:32.4964255: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3E04A60)
[Info: 2022-07-19 07:29:32.4965644: Xal.lib(0)] XAL: [op 408164344] Operation GetXtoken is starting
[Info: 2022-07-19 07:29:32.4966031: Xal.lib(0)] XAL: [op 408164344]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4967225: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.4967595: Xal.lib(0)] XAL: [op 213634616]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4968843: Xal.lib(0)] XAL: [op 215947112] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.4970286: Xal.lib(0)] XAL: [op 215947112]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4970669: Xal.lib(0)] XAL: [op 215947112] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.4972687: Xal.lib(0)] XAL: [op 216098280] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.4973062: Xal.lib(0)] XAL: [op 216098280]     with CV 'e4LMdHXGbZvB7wqO.15.0'
[Info: 2022-07-19 07:29:32.4973423: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3F1D0B4)
[Info: 2022-07-19 07:29:32.4973936: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.6880000Z, systemNow:2022-07-19T07:29:32.4960000Z}
[Info: 2022-07-19 07:29:32.4974337: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921A3F1D0B4)
[Info: 2022-07-19 07:29:32.4974688: Xal.lib(0)] XAL: [op 216098280] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.4975865: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.4977093: Xal.lib(0)] XAL: [op 408164344] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:29:32.4978359: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:29:32.4980005: Xal.lib(0)] XAL: [op 216097280] Operation TryRefreshUser succeeded.
[Info: 2022-07-19 07:29:32.4982186: Xal.lib(0)] XAL: [op 215178432] Operation UploadTelemetryEvents is starting
[Info: 2022-07-19 07:29:32.4983166: Xal.lib(0)] XAL: XalTryAddDefaultUserSilentlyAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:29:32.4987221: NetQueue.cpp(656)] NetQueue: Starting net action userpresence.xboxlive.com
[Info: 2022-07-19 07:29:32.4997556: Xal.lib(0)] XAL: Handle 5E800001 to user 1209797042088443905 created
[Info: 2022-07-19 07:29:32.4999275: UserIdentity.cpp(275)] Sign-in success - cleared token
[Info: 2022-07-19 07:29:32.5000085: UnifiedMSAAccounts.cpp(170)] Successfully Auto Signed in
[Info: 2022-07-19 07:29:32.5000680: UserIdentity.cpp(1221)] Retrieving token due to [first]
[Info: 2022-07-19 07:29:32.5003987: Xal.lib(0)] XAL: [op 213976248] Operation StateGetTokenAndSignature is starting
[Info: 2022-07-19 07:29:32.5004619: Xal.lib(0)] XAL: [op 213976248]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.5044793: NetQueue.cpp(656)] NetQueue: Starting net action vortex.data.microsoft.com
[Info: 2022-07-19 07:29:32.5078438: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:29:32.5083095: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.versions");
[Info: 2022-07-19 07:29:32.5096946: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.credits");
[Info: 2022-07-19 07:29:32.5100980: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.constants");
[Info: 2022-07-19 07:29:32.5118149: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:29:32.5121049: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.users");
[Info: 2022-07-19 07:29:32.5123255: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.launcherSettings");
[Info: 2022-07-19 07:29:32.5125425: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.systemInfo");
[Info: 2022-07-19 07:29:32.5130288: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.productInfo");
[Info: 2022-07-19 07:29:32.5241782: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.skins");
[Info: 2022-07-19 07:29:32.5247266: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.volumes");
[Info: 2022-07-19 07:29:32.5250145: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.msiPatch");
[Info: 2022-07-19 07:29:32.5252425: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.treatmentTags");
[Info: 2022-07-19 07:29:32.6302588: Xal.lib(0)] XAL: [op 410509496] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:29:32.6303547: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:29:32.6304077: Xal.lib(0)] XAL: [op 410509496]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6305501: Xal.lib(0)] XAL: [op 213629336] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.6305954: Xal.lib(0)] XAL: [op 213629336]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6307309: Xal.lib(0)] XAL: [op 215945152] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.6307741: Xal.lib(0)] XAL: [op 215945152]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6308126: Xal.lib(0)] XAL: [op 215945152] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.6310206: Xal.lib(0)] XAL: [op 499526160] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.6310632: Xal.lib(0)] XAL: [op 499526160]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6311013: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABEACC1C)
[Info: 2022-07-19 07:29:32.6311561: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.8220000Z, systemNow:2022-07-19T07:29:32.6310000Z}
[Info: 2022-07-19 07:29:32.6311980: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABEACC1C)
[Info: 2022-07-19 07:29:32.6312351: Xal.lib(0)] XAL: [op 499526160] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.6313567: Xal.lib(0)] XAL: [op 213629336] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.6314991: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABF0DF30)
[Info: 2022-07-19 07:29:32.6315533: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:rp://api.minecraftservices.com/, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:28:45.1380000Z, now:2022-07-19T07:29:32.8220000Z, systemNow:2022-07-19T07:29:32.6310000Z}
[Info: 2022-07-19 07:29:32.6316004: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABF0DF30)
[Info: 2022-07-19 07:29:32.6317193: Xal.lib(0)] XAL: [op 408164832] Operation GetXtoken is starting
[Info: 2022-07-19 07:29:32.6317567: Xal.lib(0)] XAL: [op 408164832]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6318724: Xal.lib(0)] XAL: [op 213629336] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:32.6319094: Xal.lib(0)] XAL: [op 213629336]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6320338: Xal.lib(0)] XAL: [op 215945152] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:32.6320762: Xal.lib(0)] XAL: [op 215945152]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6321158: Xal.lib(0)] XAL: [op 215945152] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:32.6323156: Xal.lib(0)] XAL: [op 499525960] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:32.6323532: Xal.lib(0)] XAL: [op 499525960]     with CV 'e4LMdHXGbZvB7wqO.18.0'
[Info: 2022-07-19 07:29:32.6323890: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABFE735C)
[Info: 2022-07-19 07:29:32.6324410: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:32.8230000Z, systemNow:2022-07-19T07:29:32.6320000Z}
[Info: 2022-07-19 07:29:32.6324807: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921ABFE735C)
[Info: 2022-07-19 07:29:32.6325158: Xal.lib(0)] XAL: [op 499525960] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:32.6326352: Xal.lib(0)] XAL: [op 213629336] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:32.6327599: Xal.lib(0)] XAL: [op 408164832] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:29:32.6328868: Xal.lib(0)] XAL: [op 410509496] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:29:32.6330119: Xal.lib(0)] XAL: [op 213976248] Operation StateGetTokenAndSignature succeeded.
[Info: 2022-07-19 07:29:32.6332155: Xal.lib(0)] XAL: XalUserGetTokenAndSignatureSilentlyAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:29:32.6333159: UserIdentity.cpp(675)] Successfully retrieved token
[Info: 2022-07-19 07:29:32.6333882: UserIdentity.cpp(1225)] Attempted to retrieved token - [normal] - [notnull] - 0
[Info: 2022-07-19 07:29:32.6335781: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:29:32.8292761: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:29:32.8312378: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:29:32.8661904: NetQueue.cpp(484)] NetQueue: Primary ip: 40.86.103.106, Host: userpresence.xboxlive.com
[Info: 2022-07-19 07:29:32.8663281: NetQueue.cpp(570)] NetQueue: Action finished: userpresence.xboxlive.com
[Info: 2022-07-19 07:29:32.8665045: NetQueue.cpp(602)] Action finalized: userpresence.xboxlive.com
[Info: 2022-07-19 07:29:32.8871264: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:29:32.8872293: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:29:32.8873712: MinecraftServicesApi.cpp(440)] Signed in to minecraft services with user 5ab0a8dd-119d-497b-8046-9ac44da169d2
[Info: 2022-07-19 07:29:32.8874357: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:29:32.8874787: UserIdentity.cpp(1281)] Using new token
[Info: 2022-07-19 07:29:32.8875423: UserIdentity.cpp(1290)] Current token [with-refresh:true] - [notnull]
[Info: 2022-07-19 07:29:32.8876113: UnifiedMSAAccounts.cpp(340)] Added/Updated account : [not empty][not empty][null][null]
[Info: 2022-07-19 07:29:32.8876687: UserIdentity.cpp(544)] Got gamer tag - [0][not empty]
[Info: 2022-07-19 07:29:32.8879929: Xal.lib(0)] XAL: [op 212963480] Operation GetGamerPicture is starting
[Info: 2022-07-19 07:29:32.8880490: Xal.lib(0)] XAL: [op 212963480]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:32.9072155: ControllerInterface.cpp(106)] Running method checkForUpdates
[Info: 2022-07-19 07:29:32.9077320: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:29:32.9094343: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:32.9094966: MSIPatchInstaller.cpp(262)] Sending telemetry product id: {628CFCD3-DAF5-4667-8553-7A2D16310343}, MSI version: 2.0.0.0 , default location: 1
[Info: 2022-07-19 07:29:32.9097178: MSIPatchInstaller.cpp(298)] Not patching installs in default location.
[Info: 2022-07-19 07:29:32.9213354: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:29:32.9278904: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/games.json
[Info: 2022-07-19 07:29:32.9441755: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:29:32.9442463: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:32.9446833: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:29:33.0016513: ControllerInterface.cpp(106)] Running method gamecoreLauncherInstallState
[Info: 2022-07-19 07:29:33.0054586: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/news.json
[Info: 2022-07-19 07:29:33.0073462: Xal.lib(0)] XAL: [op 215506992] Operation FetchGamerpicOperation is starting
[Info: 2022-07-19 07:29:33.0074252: Xal.lib(0)] XAL: [op 215506992]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0075694: Xal.lib(0)] XAL: [op 499508312] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:29:33.0076096: Xal.lib(0)] XAL: [op 499508312] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:29:33.0076465: Xal.lib(0)] XAL: [op 499508312]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0077668: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:33.0078292: Xal.lib(0)] XAL: [op 213634616]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0079681: Xal.lib(0)] XAL: [op 215944312] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:33.0080085: Xal.lib(0)] XAL: [op 215944312]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0080474: Xal.lib(0)] XAL: [op 215944312] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:33.0082499: Xal.lib(0)] XAL: [op 499526560] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:33.0082897: Xal.lib(0)] XAL: [op 499526560]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0083547: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C266F894)
[Info: 2022-07-19 07:29:33.0084160: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:33.1990000Z, systemNow:2022-07-19T07:29:33.0080000Z}
[Info: 2022-07-19 07:29:33.0084563: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C266F894)
[Info: 2022-07-19 07:29:33.0084916: Xal.lib(0)] XAL: [op 499526560] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:33.0086156: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:33.0097414: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C27C2C50)
[Info: 2022-07-19 07:29:33.0098228: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:http://xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:true hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:29:32.2570000Z, now:2022-07-19T07:29:33.2000000Z, systemNow:2022-07-19T07:29:33.0090000Z}
[Info: 2022-07-19 07:29:33.0098641: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C27C2C50)
[Info: 2022-07-19 07:29:33.0100028: Xal.lib(0)] XAL: [op 408165320] Operation GetXtoken is starting
[Info: 2022-07-19 07:29:33.0100440: Xal.lib(0)] XAL: [op 408165320]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0101619: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:29:33.0101981: Xal.lib(0)] XAL: [op 213634616]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0103531: Xal.lib(0)] XAL: [op 215942352] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:29:33.0104021: Xal.lib(0)] XAL: [op 215942352]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0104409: Xal.lib(0)] XAL: [op 215942352] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:29:33.0106506: Xal.lib(0)] XAL: [op 499395760] Operation GetDtoken is starting
[Info: 2022-07-19 07:29:33.0106904: Xal.lib(0)] XAL: [op 499395760]     with CV 'e4LMdHXGbZvB7wqO.19.0'
[Info: 2022-07-19 07:29:33.0107305: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C28B71B0)
[Info: 2022-07-19 07:29:33.0107835: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:29:33.2010000Z, systemNow:2022-07-19T07:29:33.0100000Z}
[Info: 2022-07-19 07:29:33.0108223: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015921C28B71B0)
[Info: 2022-07-19 07:29:33.0108574: Xal.lib(0)] XAL: [op 499395760] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:29:33.0109773: Xal.lib(0)] XAL: [op 213634616] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:29:33.0111005: Xal.lib(0)] XAL: [op 408165320] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:29:33.0112274: Xal.lib(0)] XAL: [op 499508312] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:29:33.0129466: GamecoreClientApi_win32.cpp(148)] Did not find matching amuid
[Info: 2022-07-19 07:29:33.0130447: LauncherController.cpp(1317)] Windows Store Launcher is NotInstalled
[Info: 2022-07-19 07:29:33.0132823: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:29:33.0226340: NetQueue.cpp(656)] NetQueue: Starting net action profile.xboxlive.com
[Info: 2022-07-19 07:29:33.0335606: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/launcherPatchNotes_v2.json
[Info: 2022-07-19 07:29:33.0336510: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/alertMessaging.json
[Info: 2022-07-19 07:29:33.0374651: NetQueue.cpp(484)] NetQueue: Primary ip: 23.96.225.71, Host: vortex.data.microsoft.com
[Info: 2022-07-19 07:29:33.0375337: NetQueue.cpp(570)] NetQueue: Action finished: vortex.data.microsoft.com
[Info: 2022-07-19 07:29:33.0376145: NetQueue.cpp(602)] Action finalized: vortex.data.microsoft.com
[Info: 2022-07-19 07:29:33.0392345: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.versions");
[Info: 2022-07-19 07:29:33.0920712: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:33.0921298: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/games.json
[Info: 2022-07-19 07:29:33.0921733: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/games.json
[Info: 2022-07-19 07:29:33.1106906: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:29:33.1322162: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/6sg2QSFEIdPpvZ9DQBcOV2-javaBedrockCrown.jpeg
[Info: 2022-07-19 07:29:33.1335179: Xal.lib(0)] XAL: [op 215178432] Operation UploadTelemetryEvents succeeded.
[Info: 2022-07-19 07:29:33.1335987: Xal.lib(0)] XAL: [op 214723848] Operation UploadTelemetryEvents is starting
[Info: 2022-07-19 07:29:33.1336386: Xal.lib(0)] XAL: [op 214723848] Operation UploadTelemetryEvents succeeded.
[Info: 2022-07-19 07:29:33.1658358: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:33.1659131: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/news.json
[Info: 2022-07-19 07:29:33.1659784: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/news.json
[Info: 2022-07-19 07:29:33.1673925: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:29:33.1947396: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:33.1948173: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/launcherPatchNotes_v2.json
[Info: 2022-07-19 07:29:33.1948814: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/launcherPatchNotes_v2.json
[Info: 2022-07-19 07:29:33.1963011: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:33.1963752: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/alertMessaging.json
[Info: 2022-07-19 07:29:33.1964386: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/alertMessaging.json
[Info: 2022-07-19 07:29:33.2114270: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:29:33.2118007: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:29:33.2626839: NetQueue.cpp(484)] NetQueue: Primary ip: 20.80.180.59, Host: profile.xboxlive.com
[Info: 2022-07-19 07:29:33.2627581: NetQueue.cpp(570)] NetQueue: Action finished: profile.xboxlive.com
[Info: 2022-07-19 07:29:33.2629378: NetQueue.cpp(602)] Action finalized: profile.xboxlive.com
[Info: 2022-07-19 07:29:33.3141930: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:33.3142624: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/6sg2QSFEIdPpvZ9DQBcOV2-javaBedrockCrown.jpeg
[Info: 2022-07-19 07:29:33.3144128: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/6sg2QSFEIdPpvZ9DQBcOV2-javaBedrockCrown.jpeg
[Info: 2022-07-19 07:29:33.3839366: NetQueue.cpp(656)] NetQueue: Starting net action images-eds-ssl.xboxlive.com
[Info: 2022-07-19 07:29:33.5145787: NetQueue.cpp(484)] NetQueue: Primary ip: 2600:1406:bc00:5bb::57, Host: images-eds-ssl.xboxlive.com
[Info: 2022-07-19 07:29:33.5146442: NetQueue.cpp(570)] NetQueue: Action finished: images-eds-ssl.xboxlive.com
[Info: 2022-07-19 07:29:33.5147384: NetQueue.cpp(602)] Action finalized: images-eds-ssl.xboxlive.com
[Warning: 2022-07-19 07:29:33.6353771: Xal.lib(0)] XAL: Received a different CV on service response. original:'e4LMdHXGbZvB7wqO.19.1' received:'L4aahPCZvd9HC3lK.19.1.0'
[Info: 2022-07-19 07:29:33.6354487: Xal.lib(0)] XAL: [op 215506992] Operation FetchGamerpicOperation succeeded.
[Info: 2022-07-19 07:29:33.6355789: Xal.lib(0)] XAL: [op 212963480] Operation GetGamerPicture succeeded.
[Info: 2022-07-19 07:29:33.6357840: Xal.lib(0)] XAL: XalUserGetGamerPictureAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:29:33.6397569: UnifiedMSAAccounts.cpp(358)] Has valid token, going to fetch profile
[Info: 2022-07-19 07:29:33.6399134: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:29:33.7506479: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:29:33.7507222: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:29:33.7508458: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:29:33.7508643: UnifiedMSAAccounts.cpp(364)] Profile fetch successful
[Info: 2022-07-19 07:29:33.7509249: UnifiedMSAAccounts.cpp(637)] Starting to get entitlements[force:true] for account
[Info: 2022-07-19 07:29:33.9453031: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:29:33.9454764: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/entitlements/license?requestId=3b460c5e-a364-4b77-8c8a-3cb661628cd2
[Info: 2022-07-19 07:29:33.9464074: ControllerInterface.cpp(106)] Running method onInternetStateChange
[Info: 2022-07-19 07:29:34.2533612: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:34.2740433: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:29:34.2741244: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/entitlements/license?requestId=3b460c5e-a364-4b77-8c8a-3cb661628cd2
[Info: 2022-07-19 07:29:34.2742448: MinecraftServicesApi.cpp(540)] Got entitlements response!
[Info: 2022-07-19 07:29:34.2760992: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/entitlements/license?requestId=3b460c5e-a364-4b77-8c8a-3cb661628cd2
[Info: 2022-07-19 07:29:34.3408895: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:29:34.3409595: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:34.3409894: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:34.3410888: GameVersionManager.cpp(431)] Got available versions manifest from https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:29:34.4069191: UnifiedMSAAccounts.cpp(566)] Broadcasting change due to new [forced:1] Entitlements for 6de4fb2980b24c8583998bd19591eac6
[Info: 2022-07-19 07:29:34.4743115: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:29:34.4751044: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/6WWaMcudZ3EtDeDFMNfU6Z-NewonRealms:Destruction,Terror&Mayhem.jpeg
[Info: 2022-07-19 07:29:34.5017045: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/4L6FlD4T8oAyzDG00rk2ih-Legends700x466.jpeg
[Info: 2022-07-19 07:29:34.5018231: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/6P4Ye41sThC4isdv72jgKI-JB.jpeg
[Info: 2022-07-19 07:29:34.5018666: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/M3ArkxnyHYzyvVqcmAhOR-twu700x466.jpeg
[Info: 2022-07-19 07:29:34.5019019: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/1Uj59TZkhcIl8z7PxYNWk8-warden700x466.jpeg
[Info: 2022-07-19 07:29:34.5019346: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/7rDfURlGDtQKLDOuzVaGmp-camp700x466.jpeg
[Info: 2022-07-19 07:29:34.5333554: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.5334952: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/6WWaMcudZ3EtDeDFMNfU6Z-NewonRealms:Destruction,Terror&Mayhem.jpeg
[Info: 2022-07-19 07:29:34.5337941: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/6WWaMcudZ3EtDeDFMNfU6Z-NewonRealms:Destruction,Terror&Mayhem.jpeg
[Info: 2022-07-19 07:29:34.5342752: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/6kIjYZ5JVQRrcwFCzYszLl-frogs-launcher-700x466.jpeg
[Info: 2022-07-19 07:29:34.5779762: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.5780585: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/6P4Ye41sThC4isdv72jgKI-JB.jpeg
[Info: 2022-07-19 07:29:34.5781210: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/6P4Ye41sThC4isdv72jgKI-JB.jpeg
[Info: 2022-07-19 07:29:34.5781949: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/2vYqvTZOaAU46psOuI0dvs-NewonRealms:HardcoreParkour.jpeg
[Info: 2022-07-19 07:29:34.5805727: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.5806465: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/4L6FlD4T8oAyzDG00rk2ih-Legends700x466.jpeg
[Info: 2022-07-19 07:29:34.5807262: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/4L6FlD4T8oAyzDG00rk2ih-Legends700x466.jpeg
[Info: 2022-07-19 07:29:34.5807928: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/1FDwQaVEYWjpJVo7YE1TpJ-allay700x446.jpeg
[Info: 2022-07-19 07:29:34.5882719: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.5883419: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/6kIjYZ5JVQRrcwFCzYszLl-frogs-launcher-700x466.jpeg
[Info: 2022-07-19 07:29:34.5883966: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/6kIjYZ5JVQRrcwFCzYszLl-frogs-launcher-700x466.jpeg
[Info: 2022-07-19 07:29:34.5884600: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/images/5bXWHcL7ASbaHqNMpJKl9r-wild700x466.jpeg
[Info: 2022-07-19 07:29:34.6275677: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.6276411: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/5bXWHcL7ASbaHqNMpJKl9r-wild700x466.jpeg
[Info: 2022-07-19 07:29:34.6277011: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/5bXWHcL7ASbaHqNMpJKl9r-wild700x466.jpeg
[Info: 2022-07-19 07:29:34.6315675: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.6316372: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/2vYqvTZOaAU46psOuI0dvs-NewonRealms:HardcoreParkour.jpeg
[Info: 2022-07-19 07:29:34.6316911: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/2vYqvTZOaAU46psOuI0dvs-NewonRealms:HardcoreParkour.jpeg
[Info: 2022-07-19 07:29:34.6534605: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.6535355: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/1FDwQaVEYWjpJVo7YE1TpJ-allay700x446.jpeg
[Info: 2022-07-19 07:29:34.6535946: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/1FDwQaVEYWjpJVo7YE1TpJ-allay700x446.jpeg
[Info: 2022-07-19 07:29:34.6916258: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.6917053: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/1Uj59TZkhcIl8z7PxYNWk8-warden700x466.jpeg
[Info: 2022-07-19 07:29:34.6917735: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/1Uj59TZkhcIl8z7PxYNWk8-warden700x466.jpeg
[Info: 2022-07-19 07:29:34.6974282: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.6974997: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/7rDfURlGDtQKLDOuzVaGmp-camp700x466.jpeg
[Info: 2022-07-19 07:29:34.6975572: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/7rDfURlGDtQKLDOuzVaGmp-camp700x466.jpeg
[Info: 2022-07-19 07:29:34.7019245: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:29:34.7020003: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/images/M3ArkxnyHYzyvVqcmAhOR-twu700x466.jpeg
[Info: 2022-07-19 07:29:34.7020696: NetQueue.cpp(602)] Action finalized: https://launchercontent.mojang.com/images/M3ArkxnyHYzyvVqcmAhOR-twu700x466.jpeg
[Info: 2022-07-19 07:29:35.1588845: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:29:35.1810394: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:29:35.1811467: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:29:35.1811888: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:29:35.2752526: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:29:35.3923109: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:29:36.6949767: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:29:40.0600179: Xal.lib(0)] XAL: [op 214724880] Operation UploadTelemetryEvents is starting
[Info: 2022-07-19 07:29:40.0602093: Xal.lib(0)] XAL: [op 214724880] Operation UploadTelemetryEvents succeeded.
[Info: 2022-07-19 07:29:40.0602762: Xal.lib(0)] XAL: [op 201148584] Operation UploadTelemetryEventsWithDelay succeeded.
[Info: 2022-07-19 07:29:41.6992770: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:29:41.7004490: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:29:41.7005608: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:29:41.9262823: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:29:41.9263459: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:29:41.9264657: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:01.4285356: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/
[Info: 2022-07-19 07:30:01.6128096: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:30:01.6128634: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/
[Warning: 2022-07-19 07:30:01.6129343: NetQueue.cpp(594)] Action https://launchercontent.mojang.com/ failed in response handler. response code: 404 - error string: '
[Info: 2022-07-19 07:30:32.1572928: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/
[Info: 2022-07-19 07:30:32.3467111: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:30:32.3467850: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/
[Warning: 2022-07-19 07:30:32.3468332: NetQueue.cpp(594)] Action https://launchercontent.mojang.com/ failed in response handler. response code: 404 - error string: '
[Info: 2022-07-19 07:30:35.7254107: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:30:35.7388149: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:30:37.3240161: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:30:37.9061911: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:30:39.0818082: ControllerInterface.cpp(106)] Running method downloadConfiguration
[Info: 2022-07-19 07:30:39.0819813: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.19-forge-41.0.99 to 1.19-forge-41.0.99
[Info: 2022-07-19 07:30:39.0820420: GameVersionManager.cpp(512)] Request version details for: 1.19-forge-41.0.99
[Info: 2022-07-19 07:30:39.0821783: GameVersionManager.cpp(512)] Request version details for: 1.19
[Info: 2022-07-19 07:30:39.0825335: UserIdentity.cpp(1221)] Retrieving token due to [forced]
[Info: 2022-07-19 07:30:39.0828657: Xal.lib(0)] XAL: [op 501243784] Operation StateGetTokenAndSignature is starting
[Info: 2022-07-19 07:30:39.0829140: Xal.lib(0)] XAL: [op 501243784]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1034161: Xal.lib(0)] XAL: [op 506784336] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:30:39.1035020: Xal.lib(0)] XAL: [op 506784336] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:30:39.1035402: Xal.lib(0)] XAL: [op 506784336]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1036794: Xal.lib(0)] XAL: [op 214096280] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:30:39.1037161: Xal.lib(0)] XAL: [op 214096280]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1038515: Xal.lib(0)] XAL: [op 501261560] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:30:39.1038943: Xal.lib(0)] XAL: [op 501261560]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1039343: Xal.lib(0)] XAL: [op 501261560] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:30:39.1041387: Xal.lib(0)] XAL: [op 503515096] Operation GetDtoken is starting
[Info: 2022-07-19 07:30:39.1041745: Xal.lib(0)] XAL: [op 503515096]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1042147: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593125FF50E0)
[Info: 2022-07-19 07:30:39.1042907: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:30:39.2950000Z, systemNow:2022-07-19T07:30:39.1040000Z}
[Info: 2022-07-19 07:30:39.1043296: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593125FF50E0)
[Info: 2022-07-19 07:30:39.1043636: Xal.lib(0)] XAL: [op 503515096] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:30:39.1044809: Xal.lib(0)] XAL: [op 214096280] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:30:39.1046406: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312605D280)
[Info: 2022-07-19 07:30:39.1046939: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:rp://api.minecraftservices.com/, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:28:45.1380000Z, now:2022-07-19T07:30:39.2950000Z, systemNow:2022-07-19T07:30:39.1040000Z}
[Info: 2022-07-19 07:30:39.1047344: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312605D280)
[Info: 2022-07-19 07:30:39.1048548: Xal.lib(0)] XAL: [op 506319888] Operation GetXtoken is starting
[Info: 2022-07-19 07:30:39.1048930: Xal.lib(0)] XAL: [op 506319888]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1050051: Xal.lib(0)] XAL: [op 214095488] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:30:39.1050400: Xal.lib(0)] XAL: [op 214095488]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1051552: Xal.lib(0)] XAL: [op 501258200] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:30:39.1051902: Xal.lib(0)] XAL: [op 501258200]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1052420: Xal.lib(0)] XAL: [op 501258200] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:30:39.1054289: Xal.lib(0)] XAL: [op 503517096] Operation GetDtoken is starting
[Info: 2022-07-19 07:30:39.1054644: Xal.lib(0)] XAL: [op 503517096]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1054978: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312612E8E4)
[Info: 2022-07-19 07:30:39.1055461: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:30:39.2960000Z, systemNow:2022-07-19T07:30:39.1050000Z}
[Info: 2022-07-19 07:30:39.1055895: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312612E8E4)
[Info: 2022-07-19 07:30:39.1056327: Xal.lib(0)] XAL: [op 503517096] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:30:39.1057458: Xal.lib(0)] XAL: [op 214095488] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:30:39.1059337: Xal.lib(0)] XAL: [op 503515696] Operation GetDtoken is starting
[Info: 2022-07-19 07:30:39.1059688: Xal.lib(0)] XAL: [op 503515696]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1060029: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015931261A9DF0)
[Info: 2022-07-19 07:30:39.1060513: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:30:39.2960000Z, systemNow:2022-07-19T07:30:39.1050000Z}
[Info: 2022-07-19 07:30:39.1060874: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015931261A9DF0)
[Info: 2022-07-19 07:30:39.1061210: Xal.lib(0)] XAL: [op 503515696] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:30:39.1063655: Xal.lib(0)] XAL: [op 212728040] Operation GetMsaTicket is starting
[Info: 2022-07-19 07:30:39.1064062: Xal.lib(0)] XAL: [op 212728040]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1065169: Xal.lib(0)] XAL: [op 214097072] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:30:39.1065522: Xal.lib(0)] XAL: [op 214097072]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1066668: Xal.lib(0)] XAL: [op 501263240] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:30:39.1067018: Xal.lib(0)] XAL: [op 501263240]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1067373: Xal.lib(0)] XAL: [op 501263240] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:30:39.1069232: Xal.lib(0)] XAL: [op 503516696] Operation GetDtoken is starting
[Info: 2022-07-19 07:30:39.1069585: Xal.lib(0)] XAL: [op 503516696]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1069920: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312629B538)
[Info: 2022-07-19 07:30:39.1070447: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:30:39.2970000Z, systemNow:2022-07-19T07:30:39.1060000Z}
[Info: 2022-07-19 07:30:39.1070821: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159312629B538)
[Info: 2022-07-19 07:30:39.1071245: Xal.lib(0)] XAL: [op 503516696] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:30:39.1072635: Xal.lib(0)] XAL: [op 214097072] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:30:39.1073900: Xal.lib(0)] XAL: >>> Xal::Auth::MsaTicketSet::GetTicket (00015931262FC7E8)
[Info: 2022-07-19 07:30:39.1074444: Xal.lib(0)] XAL: Found requested token in cache: [firstScope:service::user.auth.xboxlive.com::MBI_SSL]:{expiry:2022-07-20T07:01:26.8230000Z, now:2022-07-19T07:30:39.2980000Z, systemNow:2022-07-19T07:30:39.1070000Z}
[Info: 2022-07-19 07:30:39.1074813: Xal.lib(0)] XAL: <<< Xal::Auth::MsaTicketSet::GetTicket (00015931262FC7E8)
[Info: 2022-07-19 07:30:39.1075146: Xal.lib(0)] XAL: [op 212728040] Operation GetMsaTicket succeeded.
[Info: 2022-07-19 07:30:39.1076329: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593126337C58)
[Info: 2022-07-19 07:30:39.1076833: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Utoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.3500000Z, now:2022-07-19T07:30:39.2980000Z, systemNow:2022-07-19T07:30:39.1070000Z}
[Info: 2022-07-19 07:30:39.1077227: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593126337C58)
[Info: 2022-07-19 07:30:39.1077590: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593126356950)
[Info: 2022-07-19 07:30:39.1078068: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Ttoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.2450000Z, now:2022-07-19T07:30:39.2980000Z, systemNow:2022-07-19T07:30:39.1070000Z}
[Info: 2022-07-19 07:30:39.1078426: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593126356950)
[Info: 2022-07-19 07:30:39.1079594: Xal.lib(0)] XAL: [op 504818520] Refresh Xtoken running with user: true.
[Info: 2022-07-19 07:30:39.1079952: Xal.lib(0)] XAL: [op 504818520] Operation RefreshXtoken is starting
[Info: 2022-07-19 07:30:39.1080286: Xal.lib(0)] XAL: [op 504818520]     with CV 'e4LMdHXGbZvB7wqO.21.0'
[Info: 2022-07-19 07:30:39.1080648: Xal.lib(0)] XAL: [op 504818520] RefreshXtoken token fetch started.
[Info: 2022-07-19 07:30:39.1100522: NetQueue.cpp(656)] NetQueue: Starting net action xsts.auth.xboxlive.com
[Info: 2022-07-19 07:30:39.5104215: NetQueue.cpp(484)] NetQueue: Primary ip: 52.156.147.113, Host: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:30:39.5104879: NetQueue.cpp(570)] NetQueue: Action finished: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:30:39.5105714: NetQueue.cpp(602)] Action finalized: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:30:39.5982306: Xal.lib(0)] XAL: Clock skew updated. Server time: 2022-07-19T07:30:39.7880000Z - System time: 2022-07-19T07:30:39.5970000Z = skew (seconds) 0
[Info: 2022-07-19 07:30:39.5984148: Xal.lib(0)] XAL: [op 213573000] Operation SaveClockSkew is starting
[Info: 2022-07-19 07:30:39.5984647: Xal.lib(0)] XAL: [op 213573000]     with CV 'e4LMdHXGbZvB7wqO.21.1'
[Info: 2022-07-19 07:30:39.5985197: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:30:39.5986200: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:30:39.5986737: Xal.lib(0)] XAL: [op 505628512] Added operation as handle 1E2347CC with type 0F8E46F4
[Info: 2022-07-19 07:30:39.5987265: XalStorage.cpp(205)] [op 1E2347CC] Xal Write callback - Started
[Info: 2022-07-19 07:30:39.5990507: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:30:39.5991019: Xal.lib(0)] XAL: [op 505628512] Cleared operation handle 1E2347CC
[Info: 2022-07-19 07:30:39.5991365: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:30:39.5992647: XalStorage.cpp(258)] [op 1E2347CC] Xal Write callback - Succeeded
[Info: 2022-07-19 07:30:39.7219118: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:30:39.7220079: Xal.lib(0)] XAL: [op 213573000] Operation SaveClockSkew succeeded.
[Info: 2022-07-19 07:30:39.7223271: Xal.lib(0)] XAL: [op 506999592] Operation WriteCacheData is starting
[Info: 2022-07-19 07:30:39.7223675: Xal.lib(0)] XAL: [op 506999592]     with CV 'e4LMdHXGbZvB7wqO.21.1'
[Info: 2022-07-19 07:30:39.7224111: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:30:39.7224634: Xal.lib(0)] XAL: [op 505628512] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:30:39.7225157: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:30:39.7225602: Xal.lib(0)] XAL: [op 505628160] Added operation as handle 1E23466C with type 0F8E46F4
[Info: 2022-07-19 07:30:39.7225929: XalStorage.cpp(205)] [op 1E23466C] Xal Write callback - Started
[Info: 2022-07-19 07:30:39.7387244: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:30:39.7540497: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:39.7835558: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:30:39.7836257: Xal.lib(0)] XAL: [op 505628160] Cleared operation handle 1E23466C
[Info: 2022-07-19 07:30:39.7836645: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:30:39.7838411: XalStorage.cpp(246)] [op 1E23466C] Xal Write callback - Succeeded
[Info: 2022-07-19 07:30:39.9097979: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:30:39.9098835: Xal.lib(0)] XAL: [op 506999592] Operation WriteCacheData succeeded.
[Info: 2022-07-19 07:30:39.9100457: Xal.lib(0)] XAL: [op 504818520] RefreshXtoken token fetch done.
[Info: 2022-07-19 07:30:39.9100830: Xal.lib(0)] XAL: [op 504818520] Operation RefreshXtoken succeeded.
[Info: 2022-07-19 07:30:39.9102033: Xal.lib(0)] XAL: [op 506319888] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:30:39.9103421: Xal.lib(0)] XAL: [op 506784336] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:30:39.9104579: Xal.lib(0)] XAL: [op 501243784] Operation StateGetTokenAndSignature succeeded.
[Info: 2022-07-19 07:30:39.9106489: Xal.lib(0)] XAL: XalUserGetTokenAndSignatureSilentlyAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:30:39.9107021: Xal.lib(0)] XAL: [op 505628160] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:30:39.9108436: UserIdentity.cpp(675)] Successfully retrieved token
[Info: 2022-07-19 07:30:39.9109109: UserIdentity.cpp(1225)] Attempted to retrieved token - [forced] - [notnull] - 0
[Info: 2022-07-19 07:30:39.9110817: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:30:40.0738363: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:30:40.0738925: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:30:40.0739639: MinecraftServicesApi.cpp(440)] Signed in to minecraft services with user 5ab0a8dd-119d-497b-8046-9ac44da169d2
[Info: 2022-07-19 07:30:40.0740064: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:30:40.0740254: UserIdentity.cpp(1281)] Using new token
[Info: 2022-07-19 07:30:40.0740792: UserIdentity.cpp(1290)] Current token [with-refresh:true] - [notnull]
[Info: 2022-07-19 07:30:40.0741270: UnifiedMSAAccounts.cpp(313)] Refreshed token : [not empty]
[Info: 2022-07-19 07:30:40.0741778: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:30:40.0742414: UnifiedMSAAccounts.cpp(340)] Added/Updated account : [not empty][not empty][null][null]
[Info: 2022-07-19 07:30:40.0742908: UserIdentity.cpp(544)] Got gamer tag - [0][not empty]
[Info: 2022-07-19 07:30:40.0781580: UnifiedMSAAccounts.cpp(358)] Has valid token, going to fetch profile
[Info: 2022-07-19 07:30:40.0782959: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:30:40.2023128: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:30:40.2023789: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:30:40.2024719: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:30:40.2024995: UnifiedMSAAccounts.cpp(364)] Profile fetch successful
[Info: 2022-07-19 07:30:40.2638597: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.19-forge-41.0.99 to 1.19-forge-41.0.99
[Info: 2022-07-19 07:30:40.2640490: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/entitlements/license?requestId=f9b3f616-0ffd-4ca7-accc-0ccdccb4f335
[Warning: 2022-07-19 07:30:40.2645008: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: io.netty:netty-transport-native-epoll
[Warning: 2022-07-19 07:30:40.2649368: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:30:40.2650003: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:30:40.2650478: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:30:40.2650931: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:30:40.2651413: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:30:40.2652394: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:30:40.2652902: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:30:40.2653365: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:30:40.2653819: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:30:40.2654302: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:30:40.2654941: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:30:40.2655703: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:30:40.2656305: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:30:40.2657032: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:30:40.2657709: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:30:40.2658535: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:30:40.2659023: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:30:40.2659669: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:30:40.2660194: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:30:40.2660700: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:30:40.2661358: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:30:40.2661852: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:30:40.2663338: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:30:40.2665131: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:30:40.2665813: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:30:40.2666985: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:30:40.2667655: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:30:40.2668151: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:30:40.2668619: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:30:40.2669112: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:30:40.2669775: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:30:40.2670272: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:30:40.2670756: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:30:40.2671216: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:30:40.2671703: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:30:40.2672394: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: com.mojang:text2speech
[Warning: 2022-07-19 07:30:40.2672876: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: com.mojang:text2speech
[Info: 2022-07-19 07:30:40.2737063: GameController.cpp(370)] Creating ClientStarter with id 1
[Info: 2022-07-19 07:30:40.2737921: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:30:40.2741854: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:30:40.2746650: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Preparing to launch minecraft client for 1.19-forge-41.0.99
[Info: 2022-07-19 07:30:40.2761632: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Prepared asset index
[Info: 2022-07-19 07:30:40.3149012: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Have 3446 total files to check or download
[Info: 2022-07-19 07:30:40.3389956: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:30:40.3576616: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:40.3691358: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:40.3697552: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:40.4211558: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:40.5729818: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:30:40.5730394: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/entitlements/license?requestId=f9b3f616-0ffd-4ca7-accc-0ccdccb4f335
[Info: 2022-07-19 07:30:40.5731506: MinecraftServicesApi.cpp(540)] Got entitlements response!
[Info: 2022-07-19 07:30:40.5744355: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/entitlements/license?requestId=f9b3f616-0ffd-4ca7-accc-0ccdccb4f335
[Info: 2022-07-19 07:30:40.6366858: UnifiedMSAAccounts.cpp(566)] Broadcasting change due to new [forced:1] Entitlements for 6de4fb2980b24c8583998bd19591eac6
[Info: 2022-07-19 07:30:40.6425935: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:40.6438819: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:30:40.6439680: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:30:40.6440190: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:30:40.8430356: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:41.0452894: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:41.2512005: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:41.4552495: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:41.6544569: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:42.0581896: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:42.3368724: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:30:42.3371118: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:30:42.3371716: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:42.4478876: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:30:42.4479466: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:42.4480067: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:42.6793597: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:42.8149761: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:42.8154501: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Minecraft client 1.19-forge-41.0.99 is ready to start.
[Info: 2022-07-19 07:30:42.8155383: GameController.cpp(461)] Starting game with token 1
[Info: 2022-07-19 07:30:42.8155923: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Starting!
[Info: 2022-07-19 07:30:42.8156623: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Nothing to download!
[Info: 2022-07-19 07:30:42.8157031: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Nothing to extract!
[Info: 2022-07-19 07:30:42.8157267: GameCallbacks.cpp(177)] Launcher/launcher (main) Warn Version does not support log configuration, will assume one plaintext entry per line
[Warning: 2022-07-19 07:30:42.8162973: ClientStarter.cpp(770)] Missing java check : C:\...\JavaCheck.jar
[Info: 2022-07-19 07:30:42.8163421: ClientStarter.cpp(940)] Java argument:-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
[Info: 2022-07-19 07:30:42.8163639: ClientStarter.cpp(940)] Java argument:-Dos.name=Windows 10
[Info: 2022-07-19 07:30:42.8163828: ClientStarter.cpp(940)] Java argument:-Dos.version=10.0
[Info: 2022-07-19 07:30:42.8164010: ClientStarter.cpp(940)] Java argument:-Xss1M
[Info: 2022-07-19 07:30:42.8164210: ClientStarter.cpp(940)] Java argument:-Djava.library.path=.
[Info: 2022-07-19 07:30:42.8164394: ClientStarter.cpp(940)] Java argument:-Dminecraft.launcher.brand=minecraft-launcher
[Info: 2022-07-19 07:30:42.8164582: ClientStarter.cpp(940)] Java argument:-Dminecraft.launcher.version=2.3.280
[Info: 2022-07-19 07:30:42.8164752: ClientStarter.cpp(940)] Java argument:-cp
[Info: 2022-07-19 07:30:42.8164978: ClientStarter.cpp(940)] Java argument:C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\2.1.4\securejarhandler-2.1.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.3\asm-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.3\asm-commons-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.3\asm-tree-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.3\asm-util-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.3\asm-analysis-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\6.0.0\eventbus-6.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\6.0.0\forgespi-6.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\5.0.1\coremods-5.0.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\10.0.8\modlauncher-10.0.8.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.8.3\typetools-0.8.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.2.0\terminalconsoleappender-1.2.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.12.1\jline-reader-3.12.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.12.1\jline-terminal-3.12.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\spongepowered\mixin\0.8.5\mixin-0.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.3\nashorn-core-15.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJar\0.3.0\JarJar-0.3.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\1.1.2\bootstraplauncher-1.1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlloader\1.19-41.0.99\fmlloader-1.19-41.0.99.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\2.2.10\patchy-2.2.10.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\3.5.41\authlib-3.5.41.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\versions\1.19-forge-41.0.99\1.19-forge-41.0.99.jar
[Info: 2022-07-19 07:30:42.8165567: ClientStarter.cpp(940)] Java argument:-Djava.net.preferIPv6Addresses=system
[Info: 2022-07-19 07:30:42.8165790: ClientStarter.cpp(940)] Java argument:-DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,1.19-forge-41.0.99.jar
[Info: 2022-07-19 07:30:42.8165976: ClientStarter.cpp(940)] Java argument:-DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar,java-objc-bridge-1.0.0.jar
[Info: 2022-07-19 07:30:42.8166199: ClientStarter.cpp(940)] Java argument:-DlibraryDirectory=C:\Users\God\AppData\Roaming\.minecraft\libraries
[Info: 2022-07-19 07:30:42.8166377: ClientStarter.cpp(940)] Java argument:-p
[Info: 2022-07-19 07:30:42.8166779: ClientStarter.cpp(940)] Java argument:C:\Users\God\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.3/asm-9.3.jar
[Info: 2022-07-19 07:30:42.8166970: ClientStarter.cpp(940)] Java argument:--add-modules
[Info: 2022-07-19 07:30:42.8167143: ClientStarter.cpp(940)] Java argument:ALL-MODULE-PATH
[Info: 2022-07-19 07:30:42.8167312: ClientStarter.cpp(940)] Java argument:--add-opens
[Info: 2022-07-19 07:30:42.8167478: ClientStarter.cpp(940)] Java argument:java.base/java.util.jar=cpw.mods.securejarhandler
[Info: 2022-07-19 07:30:42.8167653: ClientStarter.cpp(940)] Java argument:--add-opens
[Info: 2022-07-19 07:30:42.8167823: ClientStarter.cpp(940)] Java argument:java.base/java.lang.invoke=cpw.mods.securejarhandler
[Info: 2022-07-19 07:30:42.8167990: ClientStarter.cpp(940)] Java argument:--add-exports
[Info: 2022-07-19 07:30:42.8168159: ClientStarter.cpp(940)] Java argument:java.base/sun.security.util=cpw.mods.securejarhandler
[Info: 2022-07-19 07:30:42.8168326: ClientStarter.cpp(940)] Java argument:--add-exports
[Info: 2022-07-19 07:30:42.8168493: ClientStarter.cpp(940)] Java argument:jdk.naming.dns/com.sun.jndi.dns=java.naming
[Info: 2022-07-19 07:30:42.8168658: ClientStarter.cpp(940)] Java argument:-Xmx6G
[Info: 2022-07-19 07:30:42.8168826: ClientStarter.cpp(940)] Java argument:-XX:+UnlockExperimentalVMOptions
[Info: 2022-07-19 07:30:42.8168992: ClientStarter.cpp(940)] Java argument:-XX:+UseG1GC
[Info: 2022-07-19 07:30:42.8169169: ClientStarter.cpp(940)] Java argument:-XX:G1NewSizePercent=20
[Info: 2022-07-19 07:30:42.8169337: ClientStarter.cpp(940)] Java argument:-XX:G1ReservePercent=20
[Info: 2022-07-19 07:30:42.8169505: ClientStarter.cpp(940)] Java argument:-XX:MaxGCPauseMillis=50
[Info: 2022-07-19 07:30:42.8169673: ClientStarter.cpp(940)] Java argument:-XX:G1HeapRegionSize=32M
[Info: 2022-07-19 07:30:42.8170168: ClientStarter.cpp(963)] Starting game in folder %USERPROFILE%\AppData\Roaming\.minecraft using java executable C:\...\javaw.exe
[Info: 2022-07-19 07:30:42.8170896: Process_Windows.cpp(33)] Creating process C:\...\javaw.exe
[Info: 2022-07-19 07:30:42.8178137: NetQueue.cpp(212)] NetQueue: Initiating shutdown.
[Info: 2022-07-19 07:30:42.8178621: NetQueue.cpp(226)] NetQueue: Waiting for worker thread to finish...
[Info: 2022-07-19 07:30:42.8179132: NetQueue.cpp(774)] NetQueue: Worker thread shutting down.
[Info: 2022-07-19 07:30:42.8182346: NetQueue.cpp(229)] NetQueue: Done.
[Info: 2022-07-19 07:30:42.8184668: Process_Windows.cpp(102)] Starting process C:\...\javaw.exe
[Info: 2022-07-19 07:30:42.8203870: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:42.8433117: Process_Windows.cpp(153)] Read thread is 44036
[Info: 2022-07-19 07:30:42.8433372: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:30:42.8444417: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:30:42.8448726: ControllerInterface.cpp(106)] Running method updateForcedMigrationStates
[Info: 2022-07-19 07:30:42.8473871: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:30:42.8505988: client_handler.cpp(851)] NotifyBrowserClosing
[Info: 2022-07-19 07:30:42.8509123: browser_window.cpp(61)] OnBrowserClosing
[Info: 2022-07-19 07:30:42.8761672: client_handler.cpp(880)] NotifyBrowserClosed
[Info: 2022-07-19 07:30:42.8762563: browser_window.cpp(68)] OnBrowserClosed (with delegate)
[Info: 2022-07-19 07:30:42.8765710: root_window_manager.cpp(335)] Main window has been closed: 0CD98EA0
[Info: 2022-07-19 07:30:42.8766314: root_window_manager.cpp(367)] All windows are gone.
[Info: 2022-07-19 07:30:42.8766708: root_window_manager.cpp(369)] Checking if we can close the application...
[Info: 2022-07-19 07:30:42.8767214: main_context.cpp(349)] Hiding launcher!
[Info: 2022-07-19 07:30:47.8279596: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:30:47.8282211: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:30:47.8282820: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:47.9474114: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:30:47.9474717: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:47.9475411: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:30:48.8255362: GameCallbacks.cpp(177)] Game/game () Info 2022-07-19 00:30:48,779 main WARN Advanced terminal features are not available in this environment
[Info: 2022-07-19 07:30:49.1969922: GameCallbacks.cpp(177)] Game/game () Info [00:30:49] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Joequavius, --version, 1.19-forge-41.0.99, --gameDir, C:\Users\God\AppData\Roaming\.minecraft, --assetsDir, C:\Users\God\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 5625e84aa9e74eb5a50ce7a558add0d5, --accessToken, ????????, --clientId, YWMwN2NjZGEtNmUwMy00MWRkLWExMzAtMDM0MTg2ZWM0ZTg2, --xuid, 2535411166116935, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 41.0.99, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[Info: 2022-07-19 07:30:49.2163652: GameCallbacks.cpp(177)] Game/game () Info [00:30:49] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.2 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0
[Info: 2022-07-19 07:30:49.4255377: GameCallbacks.cpp(177)] Game/game () Info [00:30:49] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/God/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT
[Info: 2022-07-19 07:30:49.5272421: GameCallbacks.cpp(177)] Game/game () Info Exception in thread "main" java.lang.RuntimeException: Failed to load FML config from C:\Users\God\AppData\Roaming\.minecraft\config\fml.toml
[Info: 2022-07-19 07:30:49.5273527: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:50)
[Info: 2022-07-19 07:30:49.5274078: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:63)
[Info: 2022-07-19 07:30:49.5274366: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:65)
[Info: 2022-07-19 07:30:49.5274666: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
[Info: 2022-07-19 07:30:49.5274904: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:92)
[Info: 2022-07-19 07:30:49.5275125: GameCallbacks.cpp(177)] Game/game () Info at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
[Info: 2022-07-19 07:30:49.5275391: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:92)
[Info: 2022-07-19 07:30:49.5275643: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:51)
[Info: 2022-07-19 07:30:49.5275853: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:87)
[Info: 2022-07-19 07:30:49.5276051: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
[Info: 2022-07-19 07:30:49.5276305: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[Info: 2022-07-19 07:30:49.5276514: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[Info: 2022-07-19 07:30:49.5276710: GameCallbacks.cpp(177)] Game/game () Info at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
[Info: 2022-07-19 07:30:49.5277414: GameCallbacks.cpp(177)] Game/game () Info Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
[Info: 2022-07-19 07:30:49.5277847: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
[Info: 2022-07-19 07:30:49.5278092: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
[Info: 2022-07-19 07:30:49.5278446: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
[Info: 2022-07-19 07:30:49.5278677: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
[Info: 2022-07-19 07:30:49.5278883: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
[Info: 2022-07-19 07:30:49.5279137: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
[Info: 2022-07-19 07:30:49.5279353: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
[Info: 2022-07-19 07:30:49.5279593: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
[Info: 2022-07-19 07:30:49.5279988: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
[Info: 2022-07-19 07:30:49.5280265: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
[Info: 2022-07-19 07:30:49.5280475: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
[Info: 2022-07-19 07:30:49.5280673: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
[Info: 2022-07-19 07:30:49.5280925: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
[Info: 2022-07-19 07:30:49.5281342: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41)
[Info: 2022-07-19 07:30:49.5281977: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
[Info: 2022-07-19 07:30:49.5282579: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:46)
[Info: 2022-07-19 07:30:49.5283123: GameCallbacks.cpp(177)] Game/game () Info ... 12 more
[Info: 2022-07-19 07:30:53.9661242: GameCallbacks.cpp(177)] Launcher/monitor (Process Monitor) Fatal Process crashed with exit code 1
[Info: 2022-07-19 07:30:53.9662595: GameController.cpp(508)] Game closed with id 1
[Info: 2022-07-19 07:30:53.9665865: NetQueue.cpp(656)] NetQueue: Starting net action http://hopper.minecraft.net/crashes/submit_report/
[Info: 2022-07-19 07:30:54.2359177: NetQueue.cpp(484)] NetQueue: Primary ip: 35.168.97.233, Host: hopper.minecraft.net
[Info: 2022-07-19 07:30:54.2359699: NetQueue.cpp(570)] NetQueue: Action finished: http://hopper.minecraft.net/crashes/submit_report/
[Info: 2022-07-19 07:30:54.2361207: GameCallbacks.cpp(39)] Destroying GameCallbacks!
[Info: 2022-07-19 07:30:54.2361788: Process_Windows.cpp(76)] Exiting process C:\...\javaw.exe
[Info: 2022-07-19 07:30:54.2362375: Process_Windows.cpp(80)] Joining stdout thread
[Warning: 2022-07-19 07:30:54.2363459: Process_Windows.cpp(82)] The io_service is still running work so signal it to stop..
[Info: 2022-07-19 07:30:54.2367240: Process_Windows.cpp(86)] Joined!
[Info: 2022-07-19 07:30:54.2494233: root_window_manager.cpp(62)] Main window has been opened: 1E248568
[Info: 2022-07-19 07:30:54.2500786: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=renderer --log-severity=info --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft"
[Info: 2022-07-19 07:29:31.3837497: LauncherMain.cpp(113)] Initiated models
[Info: 2022-07-19 07:29:31.3847634: LauncherController.cpp(494)] Constructing launcher controller with workDir: C:\...\.minecraft, isActive: 0
[Info: 2022-07-19 07:29:31.4144564: LauncherAppRenderer.cpp(172)] Javascript bridge extended in OnWebKitInitialized.
[Info: 2022-07-19 07:30:54.6963930: LauncherAppRenderer.cpp(320)] OnContextCreated: main frame. Url=mojang://launcher/index.html browser id=2
[Info: 2022-07-19 07:30:54.6965373: LauncherAppRenderer.cpp(325)] OnContextCreated: Create JS bindings in main browser.
[Info: 2022-07-19 07:30:55.1012762: LauncherAppRenderer.cpp(505)] Javascript bridge extended in OnContextCreated.
[Info: 2022-07-19 07:30:55.3748656: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:30:55.3768328: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:30:55.4400035: ControllerInterface.cpp(106)] Running method checkForUpdates
[Info: 2022-07-19 07:30:55.4402429: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:30:55.4411913: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:30:55.4521407: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:30:55.4522361: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:30:55.4522746: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:30:55.5283765: ControllerInterface.cpp(106)] Running method gamecoreLauncherInstallState
[Info: 2022-07-19 07:30:55.5353046: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:30:55.5353693: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:30:55.5356499: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:30:55.5417623: GamecoreClientApi_win32.cpp(148)] Did not find matching amuid
[Info: 2022-07-19 07:30:55.5418704: LauncherController.cpp(1317)] Windows Store Launcher is NotInstalled
[Info: 2022-07-19 07:30:55.5422510: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:30:55.5497724: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:30:55.5618435: ControllerInterface.cpp(106)] Running method onInternetStateChange
[Info: 2022-07-19 07:30:55.5620486: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:30:55.5968455: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:30:55.5969150: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:30:55.5969441: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:30:55.5970237: GameVersionManager.cpp(431)] Got available versions manifest from https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:30:55.7046133: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.versions");
[Info: 2022-07-19 07:30:56.2717756: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:30:56.2838059: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:30:56.2840926: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:30:56.2844268: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:30:56.3698867: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:30:56.9697369: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:31:01.3762180: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:31:01.3766881: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:31:01.3767715: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:01.4911943: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:01.4912696: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:01.4913353: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:05.5308339: ControllerInterface.cpp(106)] Running method clearInstance
[Info: 2022-07-19 07:31:05.5437766: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:06.6481274: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:31:11.6544788: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:31:11.6547367: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:31:11.6565957: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:11.7622473: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:11.7622988: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:11.7623899: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:27.5143583: NetQueue.cpp(656)] NetQueue: Starting net action https://launchercontent.mojang.com/
[Info: 2022-07-19 07:31:27.7034774: NetQueue.cpp(484)] NetQueue: Primary ip: 2620:1ec:27::cafe:1615, Host: launchercontent.mojang.com
[Info: 2022-07-19 07:31:27.7035462: NetQueue.cpp(570)] NetQueue: Action finished: https://launchercontent.mojang.com/
[Warning: 2022-07-19 07:31:27.7035985: NetQueue.cpp(594)] Action https://launchercontent.mojang.com/ failed in response handler. response code: 404 - error string: '
[Info: 2022-07-19 07:31:30.3690757: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=gpu-process --disable-gpu-sandbox --use-gl=disabled --gpu-vendor-id=32902 --gpu-device-id=338 --gpu-sub-system-id=865538108 --gpu-revision=9 --gpu-driver-version=10.18.10.4358 --no-sandbox --log-severity=info --lang=en-US --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft" /prefetch:2
[Info: 2022-07-19 07:31:30.6035287: ProductInstance.cpp(107)] Do not allow remote update check, time is not due, [dungeons-retail-Piston]
[Info: 2022-07-19 07:31:30.7458909: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:30.8705527: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.productInfo");
[Info: 2022-07-19 07:31:36.2397590: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:31:36.2535063: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:31:37.5691966: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:31:38.1597476: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:31:39.1933109: ControllerInterface.cpp(106)] Running method downloadConfiguration
[Info: 2022-07-19 07:31:39.1934823: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.19-forge-41.0.99 to 1.19-forge-41.0.99
[Info: 2022-07-19 07:31:39.1935518: GameVersionManager.cpp(512)] Request version details for: 1.19-forge-41.0.99
[Info: 2022-07-19 07:31:39.1936755: GameVersionManager.cpp(512)] Request version details for: 1.19
[Info: 2022-07-19 07:31:39.1939691: UserIdentity.cpp(1221)] Retrieving token due to [forced]
[Info: 2022-07-19 07:31:39.1942561: Xal.lib(0)] XAL: [op 501559960] Operation StateGetTokenAndSignature is starting
[Info: 2022-07-19 07:31:39.1943063: Xal.lib(0)] XAL: [op 501559960]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2258159: Xal.lib(0)] XAL: [op 504219288] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:31:39.2259192: Xal.lib(0)] XAL: [op 504219288] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:31:39.2259644: Xal.lib(0)] XAL: [op 504219288]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2260888: Xal.lib(0)] XAL: [op 213630128] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:31:39.2261270: Xal.lib(0)] XAL: [op 213630128]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2262886: Xal.lib(0)] XAL: [op 501500200] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:31:39.2263406: Xal.lib(0)] XAL: [op 501500200]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2263795: Xal.lib(0)] XAL: [op 501500200] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:31:39.2265866: Xal.lib(0)] XAL: [op 506547864] Operation GetDtoken is starting
[Info: 2022-07-19 07:31:39.2267441: Xal.lib(0)] XAL: [op 506547864]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2267867: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F258EE5CC)
[Info: 2022-07-19 07:31:39.2268411: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:31:39.4160000Z, systemNow:2022-07-19T07:31:39.2260000Z}
[Info: 2022-07-19 07:31:39.2269021: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F258EE5CC)
[Info: 2022-07-19 07:31:39.2269402: Xal.lib(0)] XAL: [op 506547864] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:31:39.2270702: Xal.lib(0)] XAL: [op 213630128] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:31:39.2272103: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F259560C8)
[Info: 2022-07-19 07:31:39.2272679: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:rp://api.minecraftservices.com/, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:30:39.7880000Z, now:2022-07-19T07:31:39.4160000Z, systemNow:2022-07-19T07:31:39.2260000Z}
[Info: 2022-07-19 07:31:39.2273067: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F259560C8)
[Info: 2022-07-19 07:31:39.2274234: Xal.lib(0)] XAL: [op 505822232] Operation GetXtoken is starting
[Info: 2022-07-19 07:31:39.2274595: Xal.lib(0)] XAL: [op 505822232]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2275717: Xal.lib(0)] XAL: [op 213629072] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:31:39.2276078: Xal.lib(0)] XAL: [op 213629072]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2277279: Xal.lib(0)] XAL: [op 501500760] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:31:39.2277641: Xal.lib(0)] XAL: [op 501500760]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2277983: Xal.lib(0)] XAL: [op 501500760] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:31:39.2279862: Xal.lib(0)] XAL: [op 506549264] Operation GetDtoken is starting
[Info: 2022-07-19 07:31:39.2280221: Xal.lib(0)] XAL: [op 506549264]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2280566: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25A24B6C)
[Info: 2022-07-19 07:31:39.2281066: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:31:39.4170000Z, systemNow:2022-07-19T07:31:39.2270000Z}
[Info: 2022-07-19 07:31:39.2281437: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25A24B6C)
[Info: 2022-07-19 07:31:39.2281818: Xal.lib(0)] XAL: [op 506549264] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:31:39.2282984: Xal.lib(0)] XAL: [op 213629072] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:31:39.2284900: Xal.lib(0)] XAL: [op 506547664] Operation GetDtoken is starting
[Info: 2022-07-19 07:31:39.2285282: Xal.lib(0)] XAL: [op 506547664]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2285730: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25AA2C38)
[Info: 2022-07-19 07:31:39.2286599: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:31:39.4170000Z, systemNow:2022-07-19T07:31:39.2270000Z}
[Info: 2022-07-19 07:31:39.2287143: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25AA2C38)
[Info: 2022-07-19 07:31:39.2287673: Xal.lib(0)] XAL: [op 506547664] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:31:39.2289954: Xal.lib(0)] XAL: [op 212733296] Operation GetMsaTicket is starting
[Info: 2022-07-19 07:31:39.2290372: Xal.lib(0)] XAL: [op 212733296]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2291511: Xal.lib(0)] XAL: [op 213629072] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:31:39.2291950: Xal.lib(0)] XAL: [op 213629072]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2293145: Xal.lib(0)] XAL: [op 501500200] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:31:39.2293535: Xal.lib(0)] XAL: [op 501500200]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2293908: Xal.lib(0)] XAL: [op 501500200] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:31:39.2295806: Xal.lib(0)] XAL: [op 506547264] Operation GetDtoken is starting
[Info: 2022-07-19 07:31:39.2296343: Xal.lib(0)] XAL: [op 506547264]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2296719: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25BAF004)
[Info: 2022-07-19 07:31:39.2297246: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:31:39.4190000Z, systemNow:2022-07-19T07:31:39.2290000Z}
[Info: 2022-07-19 07:31:39.2297642: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25BAF004)
[Info: 2022-07-19 07:31:39.2298081: Xal.lib(0)] XAL: [op 506547264] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:31:39.2299223: Xal.lib(0)] XAL: [op 213629072] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:31:39.2300433: Xal.lib(0)] XAL: >>> Xal::Auth::MsaTicketSet::GetTicket (0001593F25C09D88)
[Info: 2022-07-19 07:31:39.2300943: Xal.lib(0)] XAL: Found requested token in cache: [firstScope:service::user.auth.xboxlive.com::MBI_SSL]:{expiry:2022-07-20T07:01:26.8230000Z, now:2022-07-19T07:31:39.4190000Z, systemNow:2022-07-19T07:31:39.2290000Z}
[Info: 2022-07-19 07:31:39.2301356: Xal.lib(0)] XAL: <<< Xal::Auth::MsaTicketSet::GetTicket (0001593F25C09D88)
[Info: 2022-07-19 07:31:39.2301697: Xal.lib(0)] XAL: [op 212733296] Operation GetMsaTicket succeeded.
[Info: 2022-07-19 07:31:39.2302936: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25C46FA8)
[Info: 2022-07-19 07:31:39.2303448: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Utoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.3500000Z, now:2022-07-19T07:31:39.4190000Z, systemNow:2022-07-19T07:31:39.2290000Z}
[Info: 2022-07-19 07:31:39.2303884: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25C46FA8)
[Info: 2022-07-19 07:31:39.2304263: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25C67474)
[Info: 2022-07-19 07:31:39.2304759: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Ttoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.2450000Z, now:2022-07-19T07:31:39.4190000Z, systemNow:2022-07-19T07:31:39.2290000Z}
[Info: 2022-07-19 07:31:39.2305127: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001593F25C67474)
[Info: 2022-07-19 07:31:39.2306463: Xal.lib(0)] XAL: [op 504816728] Refresh Xtoken running with user: true.
[Info: 2022-07-19 07:31:39.2306840: Xal.lib(0)] XAL: [op 504816728] Operation RefreshXtoken is starting
[Info: 2022-07-19 07:31:39.2307192: Xal.lib(0)] XAL: [op 504816728]     with CV 'e4LMdHXGbZvB7wqO.24.0'
[Info: 2022-07-19 07:31:39.2307623: Xal.lib(0)] XAL: [op 504816728] RefreshXtoken token fetch started.
[Info: 2022-07-19 07:31:39.2335090: NetQueue.cpp(656)] NetQueue: Starting net action xsts.auth.xboxlive.com
[Info: 2022-07-19 07:31:39.4179175: NetQueue.cpp(484)] NetQueue: Primary ip: 52.156.147.113, Host: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:31:39.4179937: NetQueue.cpp(570)] NetQueue: Action finished: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:31:39.4180665: NetQueue.cpp(602)] Action finalized: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:31:39.4737800: Xal.lib(0)] XAL: Clock skew updated. Server time: 2022-07-19T07:31:39.6960000Z - System time: 2022-07-19T07:31:39.4730000Z = skew (seconds) 0
[Info: 2022-07-19 07:31:39.4739374: Xal.lib(0)] XAL: [op 503478160] Operation SaveClockSkew is starting
[Info: 2022-07-19 07:31:39.4739783: Xal.lib(0)] XAL: [op 503478160]     with CV 'e4LMdHXGbZvB7wqO.24.1'
[Info: 2022-07-19 07:31:39.4740244: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:31:39.4740877: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:31:39.4741279: Xal.lib(0)] XAL: [op 412977088] Added operation as handle 189D882C with type 0F8E46F4
[Info: 2022-07-19 07:31:39.4741599: XalStorage.cpp(205)] [op 189D882C] Xal Write callback - Started
[Info: 2022-07-19 07:31:39.4743993: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:31:39.4744402: Xal.lib(0)] XAL: [op 412977088] Cleared operation handle 189D882C
[Info: 2022-07-19 07:31:39.4744876: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:31:39.4746372: XalStorage.cpp(258)] [op 189D882C] Xal Write callback - Succeeded
[Info: 2022-07-19 07:31:39.6004478: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:31:39.6005427: Xal.lib(0)] XAL: [op 503478160] Operation SaveClockSkew succeeded.
[Info: 2022-07-19 07:31:39.6008527: Xal.lib(0)] XAL: [op 507000656] Operation WriteCacheData is starting
[Info: 2022-07-19 07:31:39.6008933: Xal.lib(0)] XAL: [op 507000656]     with CV 'e4LMdHXGbZvB7wqO.24.1'
[Info: 2022-07-19 07:31:39.6009383: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:31:39.6009831: Xal.lib(0)] XAL: [op 412977088] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:31:39.6010392: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:31:39.6010788: Xal.lib(0)] XAL: [op 505606952] Added operation as handle 1E22F394 with type 0F8E46F4
[Info: 2022-07-19 07:31:39.6011095: XalStorage.cpp(205)] [op 1E22F394] Xal Write callback - Started
[Info: 2022-07-19 07:31:39.6634433: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:31:39.6635161: Xal.lib(0)] XAL: [op 505606952] Cleared operation handle 1E22F394
[Info: 2022-07-19 07:31:39.6635575: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:31:39.6636836: XalStorage.cpp(246)] [op 1E22F394] Xal Write callback - Succeeded
[Info: 2022-07-19 07:31:39.7883270: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:31:39.7884179: Xal.lib(0)] XAL: [op 507000656] Operation WriteCacheData succeeded.
[Info: 2022-07-19 07:31:39.7885668: Xal.lib(0)] XAL: [op 504816728] RefreshXtoken token fetch done.
[Info: 2022-07-19 07:31:39.7886063: Xal.lib(0)] XAL: [op 504816728] Operation RefreshXtoken succeeded.
[Info: 2022-07-19 07:31:39.7887340: Xal.lib(0)] XAL: [op 505822232] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:31:39.7888614: Xal.lib(0)] XAL: [op 504219288] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:31:39.7889827: Xal.lib(0)] XAL: [op 501559960] Operation StateGetTokenAndSignature succeeded.
[Info: 2022-07-19 07:31:39.7892105: Xal.lib(0)] XAL: XalUserGetTokenAndSignatureSilentlyAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:31:39.7892855: Xal.lib(0)] XAL: [op 505606952] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:31:39.7893700: UserIdentity.cpp(675)] Successfully retrieved token
[Info: 2022-07-19 07:31:39.7894219: UserIdentity.cpp(1225)] Attempted to retrieved token - [forced] - [notnull] - 0
[Info: 2022-07-19 07:31:39.7895763: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:31:39.8810493: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:31:39.8936605: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:39.9345549: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:39.9346244: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:31:39.9346869: MinecraftServicesApi.cpp(440)] Signed in to minecraft services with user 5ab0a8dd-119d-497b-8046-9ac44da169d2
[Info: 2022-07-19 07:31:39.9347349: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:31:39.9347627: UserIdentity.cpp(1281)] Using new token
[Info: 2022-07-19 07:31:39.9348325: UserIdentity.cpp(1290)] Current token [with-refresh:true] - [notnull]
[Info: 2022-07-19 07:31:39.9348743: UnifiedMSAAccounts.cpp(313)] Refreshed token : [not empty]
[Info: 2022-07-19 07:31:39.9349163: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:31:39.9349639: UnifiedMSAAccounts.cpp(340)] Added/Updated account : [not empty][not empty][null][null]
[Info: 2022-07-19 07:31:39.9350029: UserIdentity.cpp(544)] Got gamer tag - [0][not empty]
[Info: 2022-07-19 07:31:39.9388960: UnifiedMSAAccounts.cpp(358)] Has valid token, going to fetch profile
[Info: 2022-07-19 07:31:39.9390736: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:31:40.0665235: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:40.0665881: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:31:40.0666764: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:31:40.0667003: UnifiedMSAAccounts.cpp(364)] Profile fetch successful
[Info: 2022-07-19 07:31:40.1097529: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.19-forge-41.0.99 to 1.19-forge-41.0.99
[Info: 2022-07-19 07:31:40.1098358: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/entitlements/license?requestId=fe7aa25a-8566-4261-a776-8e6e7272d2f6
[Warning: 2022-07-19 07:31:40.1105099: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: io.netty:netty-transport-native-epoll
[Warning: 2022-07-19 07:31:40.1109144: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:31:40.1109686: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:31:40.1110143: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:31:40.1112026: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:31:40.1112602: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:31:40.1113662: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:31:40.1114172: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:31:40.1114623: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:31:40.1115063: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:31:40.1115538: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:31:40.1116170: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:31:40.1116649: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:31:40.1117107: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:31:40.1117551: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:31:40.1118030: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:31:40.1118665: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:31:40.1119137: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:31:40.1119580: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:31:40.1120025: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:31:40.1121670: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:31:40.1122775: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:31:40.1124029: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:31:40.1125172: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:31:40.1125664: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:31:40.1126162: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:31:40.1126804: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:31:40.1127283: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:31:40.1127791: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:31:40.1128271: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:31:40.1128764: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:31:40.1129405: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:31:40.1129884: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:31:40.1130322: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:31:40.1130783: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:31:40.1131482: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:31:40.1132234: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: com.mojang:text2speech
[Warning: 2022-07-19 07:31:40.1132689: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: com.mojang:text2speech
[Info: 2022-07-19 07:31:40.1205674: GameController.cpp(370)] Creating ClientStarter with id 2
[Info: 2022-07-19 07:31:40.1206359: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:31:40.1210208: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:31:40.1214611: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Preparing to launch minecraft client for 1.19-forge-41.0.99
[Info: 2022-07-19 07:31:40.1228813: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Prepared asset index
[Info: 2022-07-19 07:31:40.1594628: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Have 3446 total files to check or download
[Info: 2022-07-19 07:31:40.4068560: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:40.4069095: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/entitlements/license?requestId=fe7aa25a-8566-4261-a776-8e6e7272d2f6
[Info: 2022-07-19 07:31:40.4070161: MinecraftServicesApi.cpp(540)] Got entitlements response!
[Info: 2022-07-19 07:31:40.4082299: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/entitlements/license?requestId=fe7aa25a-8566-4261-a776-8e6e7272d2f6
[Info: 2022-07-19 07:31:40.4604122: UnifiedMSAAccounts.cpp(566)] Broadcasting change due to new [forced:1] Entitlements for 6de4fb2980b24c8583998bd19591eac6
[Info: 2022-07-19 07:31:40.6531515: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:31:40.6774729: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:40.6869796: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:40.6876995: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:40.6947269: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:40.6953295: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:40.6962170: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:31:40.6962997: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:31:40.6963352: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:31:40.7082874: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:40.8696719: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:41.0708987: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:41.2775989: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:41.4734202: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:41.6773400: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:42.0842090: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:42.5019186: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:42.5787108: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:31:42.5789615: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:31:42.5800911: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:42.6838834: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:42.6839384: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:42.6840028: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:42.7048625: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:42.7053183: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Minecraft client 1.19-forge-41.0.99 is ready to start.
[Info: 2022-07-19 07:31:42.7053681: GameController.cpp(461)] Starting game with token 2
[Info: 2022-07-19 07:31:42.7054105: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Starting!
[Info: 2022-07-19 07:31:42.7054651: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Nothing to download!
[Info: 2022-07-19 07:31:42.7055022: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Nothing to extract!
[Info: 2022-07-19 07:31:42.7055289: GameCallbacks.cpp(177)] Launcher/launcher (main) Warn Version does not support log configuration, will assume one plaintext entry per line
[Warning: 2022-07-19 07:31:42.7060491: ClientStarter.cpp(770)] Missing java check : C:\...\JavaCheck.jar
[Info: 2022-07-19 07:31:42.7060837: ClientStarter.cpp(940)] Java argument:-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
[Info: 2022-07-19 07:31:42.7061040: ClientStarter.cpp(940)] Java argument:-Dos.name=Windows 10
[Info: 2022-07-19 07:31:42.7061225: ClientStarter.cpp(940)] Java argument:-Dos.version=10.0
[Info: 2022-07-19 07:31:42.7061399: ClientStarter.cpp(940)] Java argument:-Xss1M
[Info: 2022-07-19 07:31:42.7061599: ClientStarter.cpp(940)] Java argument:-Djava.library.path=.
[Info: 2022-07-19 07:31:42.7061782: ClientStarter.cpp(940)] Java argument:-Dminecraft.launcher.brand=minecraft-launcher
[Info: 2022-07-19 07:31:42.7061965: ClientStarter.cpp(940)] Java argument:-Dminecraft.launcher.version=2.3.280
[Info: 2022-07-19 07:31:42.7062332: ClientStarter.cpp(940)] Java argument:-cp
[Info: 2022-07-19 07:31:42.7062582: ClientStarter.cpp(940)] Java argument:C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\2.1.4\securejarhandler-2.1.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.3\asm-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.3\asm-commons-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.3\asm-tree-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.3\asm-util-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.3\asm-analysis-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\6.0.0\eventbus-6.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\6.0.0\forgespi-6.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\5.0.1\coremods-5.0.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\10.0.8\modlauncher-10.0.8.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.8.3\typetools-0.8.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.2.0\terminalconsoleappender-1.2.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.12.1\jline-reader-3.12.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.12.1\jline-terminal-3.12.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\spongepowered\mixin\0.8.5\mixin-0.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.3\nashorn-core-15.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJar\0.3.0\JarJar-0.3.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\1.1.2\bootstraplauncher-1.1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlloader\1.19-41.0.99\fmlloader-1.19-41.0.99.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\2.2.10\patchy-2.2.10.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\3.5.41\authlib-3.5.41.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9-natives-windows.jar;C:\Users\God\AppData\Roaming\.minecraft\versions\1.19-forge-41.0.99\1.19-forge-41.0.99.jar
[Info: 2022-07-19 07:31:42.7063925: ClientStarter.cpp(940)] Java argument:-Djava.net.preferIPv6Addresses=system
[Info: 2022-07-19 07:31:42.7064169: ClientStarter.cpp(940)] Java argument:-DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,1.19-forge-41.0.99.jar
[Info: 2022-07-19 07:31:42.7064360: ClientStarter.cpp(940)] Java argument:-DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar,java-objc-bridge-1.0.0.jar
[Info: 2022-07-19 07:31:42.7064587: ClientStarter.cpp(940)] Java argument:-DlibraryDirectory=C:\Users\God\AppData\Roaming\.minecraft\libraries
[Info: 2022-07-19 07:31:42.7064762: ClientStarter.cpp(940)] Java argument:-p
[Info: 2022-07-19 07:31:42.7065167: ClientStarter.cpp(940)] Java argument:C:\Users\God\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar;C:\Users\God\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.3/asm-9.3.jar
[Info: 2022-07-19 07:31:42.7065366: ClientStarter.cpp(940)] Java argument:--add-modules
[Info: 2022-07-19 07:31:42.7065540: ClientStarter.cpp(940)] Java argument:ALL-MODULE-PATH
[Info: 2022-07-19 07:31:42.7065791: ClientStarter.cpp(940)] Java argument:--add-opens
[Info: 2022-07-19 07:31:42.7065963: ClientStarter.cpp(940)] Java argument:java.base/java.util.jar=cpw.mods.securejarhandler
[Info: 2022-07-19 07:31:42.7066138: ClientStarter.cpp(940)] Java argument:--add-opens
[Info: 2022-07-19 07:31:42.7066308: ClientStarter.cpp(940)] Java argument:java.base/java.lang.invoke=cpw.mods.securejarhandler
[Info: 2022-07-19 07:31:42.7066477: ClientStarter.cpp(940)] Java argument:--add-exports
[Info: 2022-07-19 07:31:42.7066646: ClientStarter.cpp(940)] Java argument:java.base/sun.security.util=cpw.mods.securejarhandler
[Info: 2022-07-19 07:31:42.7066815: ClientStarter.cpp(940)] Java argument:--add-exports
[Info: 2022-07-19 07:31:42.7066982: ClientStarter.cpp(940)] Java argument:jdk.naming.dns/com.sun.jndi.dns=java.naming
[Info: 2022-07-19 07:31:42.7067150: ClientStarter.cpp(940)] Java argument:-Xmx6G
[Info: 2022-07-19 07:31:42.7067319: ClientStarter.cpp(940)] Java argument:-XX:+UnlockExperimentalVMOptions
[Info: 2022-07-19 07:31:42.7067491: ClientStarter.cpp(940)] Java argument:-XX:+UseG1GC
[Info: 2022-07-19 07:31:42.7067664: ClientStarter.cpp(940)] Java argument:-XX:G1NewSizePercent=20
[Info: 2022-07-19 07:31:42.7067832: ClientStarter.cpp(940)] Java argument:-XX:G1ReservePercent=20
[Info: 2022-07-19 07:31:42.7068000: ClientStarter.cpp(940)] Java argument:-XX:MaxGCPauseMillis=50
[Info: 2022-07-19 07:31:42.7068168: ClientStarter.cpp(940)] Java argument:-XX:G1HeapRegionSize=32M
[Info: 2022-07-19 07:31:42.7068662: ClientStarter.cpp(963)] Starting game in folder %USERPROFILE%\AppData\Roaming\.minecraft using java executable C:\...\javaw.exe
[Info: 2022-07-19 07:31:42.7069331: Process_Windows.cpp(33)] Creating process C:\...\javaw.exe
[Info: 2022-07-19 07:31:42.7076034: NetQueue.cpp(212)] NetQueue: Initiating shutdown.
[Info: 2022-07-19 07:31:42.7076411: NetQueue.cpp(226)] NetQueue: Waiting for worker thread to finish...
[Info: 2022-07-19 07:31:42.7076738: NetQueue.cpp(774)] NetQueue: Worker thread shutting down.
[Info: 2022-07-19 07:31:42.7079339: NetQueue.cpp(229)] NetQueue: Done.
[Info: 2022-07-19 07:31:42.7081654: Process_Windows.cpp(102)] Starting process C:\...\javaw.exe
[Info: 2022-07-19 07:31:42.7095526: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:42.7243279: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:31:42.7259562: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:31:42.7262413: ControllerInterface.cpp(106)] Running method updateForcedMigrationStates
[Info: 2022-07-19 07:31:42.7343283: Process_Windows.cpp(153)] Read thread is 47236
[Info: 2022-07-19 07:31:42.7377639: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:31:42.7638086: client_handler.cpp(851)] NotifyBrowserClosing
[Info: 2022-07-19 07:31:42.7640710: browser_window.cpp(61)] OnBrowserClosing
[Info: 2022-07-19 07:31:42.7908722: client_handler.cpp(880)] NotifyBrowserClosed
[Info: 2022-07-19 07:31:42.7909540: browser_window.cpp(68)] OnBrowserClosed (with delegate)
[Info: 2022-07-19 07:31:42.7914339: root_window_manager.cpp(335)] Main window has been closed: 1E248568
[Info: 2022-07-19 07:31:42.7915374: root_window_manager.cpp(367)] All windows are gone.
[Info: 2022-07-19 07:31:42.7915790: root_window_manager.cpp(369)] Checking if we can close the application...
[Info: 2022-07-19 07:31:42.7916550: main_context.cpp(349)] Hiding launcher!
[Info: 2022-07-19 07:31:47.7147770: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:31:47.7150254: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:31:47.7150990: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:47.8380020: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:31:47.8380642: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:47.8381231: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:31:48.6129775: GameCallbacks.cpp(177)] Game/game () Info 2022-07-19 00:31:48,596 main WARN Advanced terminal features are not available in this environment
[Info: 2022-07-19 07:31:48.9143987: GameCallbacks.cpp(177)] Game/game () Info [00:31:48] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Joequavius, --version, 1.19-forge-41.0.99, --gameDir, C:\Users\God\AppData\Roaming\.minecraft, --assetsDir, C:\Users\God\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 5625e84aa9e74eb5a50ce7a558add0d5, --accessToken, ????????, --clientId, YWMwN2NjZGEtNmUwMy00MWRkLWExMzAtMDM0MTg2ZWM0ZTg2, --xuid, 2535411166116935, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 41.0.99, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[Info: 2022-07-19 07:31:48.9248376: GameCallbacks.cpp(177)] Game/game () Info [00:31:48] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.1 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0
[Info: 2022-07-19 07:31:49.1483238: GameCallbacks.cpp(177)] Game/game () Info [00:31:49] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/God/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2390!/ Service=ModLauncher Env=CLIENT
[Info: 2022-07-19 07:31:49.1979868: GameCallbacks.cpp(177)] Game/game () Info Exception in thread "main" java.lang.RuntimeException: Failed to load FML config from C:\Users\God\AppData\Roaming\.minecraft\config\fml.toml
[Info: 2022-07-19 07:31:49.1981788: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:50)
[Info: 2022-07-19 07:31:49.1982312: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:63)
[Info: 2022-07-19 07:31:49.1982632: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:65)
[Info: 2022-07-19 07:31:49.1982969: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
[Info: 2022-07-19 07:31:49.1983211: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:92)
[Info: 2022-07-19 07:31:49.1983428: GameCallbacks.cpp(177)] Game/game () Info at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
[Info: 2022-07-19 07:31:49.1983697: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:92)
[Info: 2022-07-19 07:31:49.1983940: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:51)
[Info: 2022-07-19 07:31:49.1984147: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:87)
[Info: 2022-07-19 07:31:49.1984417: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
[Info: 2022-07-19 07:31:49.1984651: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[Info: 2022-07-19 07:31:49.1984851: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[Info: 2022-07-19 07:31:49.1985087: GameCallbacks.cpp(177)] Game/game () Info at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
[Info: 2022-07-19 07:31:49.1985816: GameCallbacks.cpp(177)] Game/game () Info Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
[Info: 2022-07-19 07:31:49.1986149: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
[Info: 2022-07-19 07:31:49.1986405: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
[Info: 2022-07-19 07:31:49.1986709: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
[Info: 2022-07-19 07:31:49.1986920: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
[Info: 2022-07-19 07:31:49.1987161: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
[Info: 2022-07-19 07:31:49.1987368: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
[Info: 2022-07-19 07:31:49.1987630: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
[Info: 2022-07-19 07:31:49.1987876: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
[Info: 2022-07-19 07:31:49.1988139: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.toml@3.6.4/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
[Info: 2022-07-19 07:31:49.1988348: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
[Info: 2022-07-19 07:31:49.1988594: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
[Info: 2022-07-19 07:31:49.1988799: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
[Info: 2022-07-19 07:31:49.1988995: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
[Info: 2022-07-19 07:31:49.1989606: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41)
[Info: 2022-07-19 07:31:49.1990323: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/com.electronwill.nightconfig.core@3.6.4/com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
[Info: 2022-07-19 07:31:49.1990972: GameCallbacks.cpp(177)] Game/game () Info at MC-BOOTSTRAP/fmlloader@1.19-41.0.99/net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:46)
[Info: 2022-07-19 07:31:49.1991637: GameCallbacks.cpp(177)] Game/game () Info ... 12 more
[Info: 2022-07-19 07:31:53.5623555: GameCallbacks.cpp(177)] Launcher/monitor (Process Monitor) Fatal Process crashed with exit code 1
[Info: 2022-07-19 07:31:53.5624816: GameController.cpp(508)] Game closed with id 2
[Info: 2022-07-19 07:31:53.5627256: NetQueue.cpp(656)] NetQueue: Starting net action http://hopper.minecraft.net/crashes/submit_report/
[Info: 2022-07-19 07:31:53.7532626: NetQueue.cpp(484)] NetQueue: Primary ip: 35.168.97.233, Host: hopper.minecraft.net
[Info: 2022-07-19 07:31:53.7533303: NetQueue.cpp(570)] NetQueue: Action finished: http://hopper.minecraft.net/crashes/submit_report/
[Info: 2022-07-19 07:31:53.7534538: GameCallbacks.cpp(39)] Destroying GameCallbacks!
[Info: 2022-07-19 07:31:53.7535407: Process_Windows.cpp(76)] Exiting process C:\...\javaw.exe
[Info: 2022-07-19 07:31:53.7536228: Process_Windows.cpp(80)] Joining stdout thread
[Warning: 2022-07-19 07:31:53.7536708: Process_Windows.cpp(82)] The io_service is still running work so signal it to stop..
[Info: 2022-07-19 07:31:53.7540396: Process_Windows.cpp(86)] Joined!
[Info: 2022-07-19 07:31:53.7656141: root_window_manager.cpp(62)] Main window has been opened: 1E201150
[Info: 2022-07-19 07:31:53.7661289: LauncherAppBrowser.cpp(83)] Will launch a Chromium subprocess with command line string: "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe" --type=renderer --log-severity=info --user-data-dir="C:\Users\God\AppData\Local\CEF\User Data" --launcherui --workdir="C:\Users\God\AppData\Roaming\.minecraft"
[Info: 2022-07-19 07:30:54.5870142: LauncherMain.cpp(113)] Initiated models
[Info: 2022-07-19 07:30:54.5881246: LauncherController.cpp(494)] Constructing launcher controller with workDir: C:\...\.minecraft, isActive: 0
[Info: 2022-07-19 07:30:54.6114959: LauncherAppRenderer.cpp(172)] Javascript bridge extended in OnWebKitInitialized.
[Info: 2022-07-19 07:31:54.1969220: LauncherAppRenderer.cpp(320)] OnContextCreated: main frame. Url=mojang://launcher/index.html browser id=3
[Info: 2022-07-19 07:31:54.1970044: LauncherAppRenderer.cpp(325)] OnContextCreated: Create JS bindings in main browser.
[Info: 2022-07-19 07:31:54.5738819: LauncherAppRenderer.cpp(505)] Javascript bridge extended in OnContextCreated.
[Info: 2022-07-19 07:31:54.8328150: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:31:54.8347335: ControllerInterface.cpp(106)] Running method getStore
[Info: 2022-07-19 07:31:54.8939849: ControllerInterface.cpp(106)] Running method checkForUpdates
[Info: 2022-07-19 07:31:54.8942118: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:31:54.8942629: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:31:54.9018591: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:31:54.9019589: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:31:54.9020070: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:31:54.9125203: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:31:54.9125827: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:31:54.9128492: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/launcher/d03cf0cf95cce259fa9ea3ab54b65bd28bb0ae82/windows-x86.json
[Info: 2022-07-19 07:31:54.9691322: ControllerInterface.cpp(106)] Running method gamecoreLauncherInstallState
[Info: 2022-07-19 07:31:54.9818549: GamecoreClientApi_win32.cpp(148)] Did not find matching amuid
[Info: 2022-07-19 07:31:54.9819553: LauncherController.cpp(1317)] Windows Store Launcher is NotInstalled
[Info: 2022-07-19 07:31:54.9822915: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:31:54.9853402: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:31:54.9913301: ControllerInterface.cpp(106)] Running method onInternetStateChange
[Info: 2022-07-19 07:31:54.9915291: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:31:55.0212255: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:31:55.0213006: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:31:55.0213310: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:31:55.0214151: GameVersionManager.cpp(431)] Got available versions manifest from https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
[Info: 2022-07-19 07:31:55.1256553: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.versions");
[Info: 2022-07-19 07:31:55.6522813: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:31:55.6630538: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:31:55.6634642: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:31:55.6636448: ControllerInterface.cpp(106)] Running method reportLatency
[Info: 2022-07-19 07:31:55.7425607: client_handler.cpp(423)] Handling PostTelemetryEvent message
[Info: 2022-07-19 07:31:56.3275341: ControllerInterface.cpp(106)] Running method setStore
[Info: 2022-07-19 07:31:57.7169888: ControllerInterface.cpp(106)] Running method clearInstance
[Info: 2022-07-19 07:31:57.7300075: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:32:00.7496160: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:32:00.7501111: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:32:00.7502174: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:00.8639689: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:32:00.8640339: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:00.8641089: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:02.1330230: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:32:02.1398521: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:32:02.5138068: ControllerInterface.cpp(106)] Running method downloadConfiguration
[Info: 2022-07-19 07:32:02.5139349: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.18.2-forge-40.1.54 to 1.18.2-forge-40.1.54
[Info: 2022-07-19 07:32:02.5139813: GameVersionManager.cpp(512)] Request version details for: 1.18.2-forge-40.1.54
[Info: 2022-07-19 07:32:02.5140847: GameVersionManager.cpp(512)] Request version details for: 1.18.2
[Info: 2022-07-19 07:32:02.5143385: UserIdentity.cpp(1221)] Retrieving token due to [forced]
[Info: 2022-07-19 07:32:02.5145989: Xal.lib(0)] XAL: [op 422916800] Operation StateGetTokenAndSignature is starting
[Info: 2022-07-19 07:32:02.5146822: Xal.lib(0)] XAL: [op 422916800]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6205703: Xal.lib(0)] XAL: [op 508929160] GetTokenAndSignature being run for usertype: User
[Info: 2022-07-19 07:32:02.6206522: Xal.lib(0)] XAL: [op 508929160] Operation GetTokenAndSignature is starting
[Info: 2022-07-19 07:32:02.6206912: Xal.lib(0)] XAL: [op 508929160]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6208137: Xal.lib(0)] XAL: [op 413002952] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:32:02.6208514: Xal.lib(0)] XAL: [op 413002952]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6209787: Xal.lib(0)] XAL: [op 513927080] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:32:02.6210168: Xal.lib(0)] XAL: [op 513927080]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6210526: Xal.lib(0)] XAL: [op 513927080] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:32:02.6212509: Xal.lib(0)] XAL: [op 503515296] Operation GetDtoken is starting
[Info: 2022-07-19 07:32:02.6212888: Xal.lib(0)] XAL: [op 503515296]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6213255: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594497F8E3C4)
[Info: 2022-07-19 07:32:02.6213792: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:32:02.8420000Z, systemNow:2022-07-19T07:32:02.6200000Z}
[Info: 2022-07-19 07:32:02.6214244: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594497F8E3C4)
[Info: 2022-07-19 07:32:02.6214604: Xal.lib(0)] XAL: [op 503515296] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:32:02.6215788: Xal.lib(0)] XAL: [op 413002952] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:32:02.6217193: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594497FEE6D4)
[Info: 2022-07-19 07:32:02.6217731: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Xtoken, relyingParty:rp://api.minecraftservices.com/, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-19T23:31:39.6960000Z, now:2022-07-19T07:32:02.8430000Z, systemNow:2022-07-19T07:32:02.6210000Z}
[Info: 2022-07-19 07:32:02.6218122: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594497FEE6D4)
[Info: 2022-07-19 07:32:02.6219299: Xal.lib(0)] XAL: [op 505820768] Operation GetXtoken is starting
[Info: 2022-07-19 07:32:02.6219818: Xal.lib(0)] XAL: [op 505820768]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6220978: Xal.lib(0)] XAL: [op 412998992] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:32:02.6221348: Xal.lib(0)] XAL: [op 412998992]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6222526: Xal.lib(0)] XAL: [op 513924840] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:32:02.6222889: Xal.lib(0)] XAL: [op 513924840]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6223239: Xal.lib(0)] XAL: [op 513924840] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:32:02.6225350: Xal.lib(0)] XAL: [op 503514096] Operation GetDtoken is starting
[Info: 2022-07-19 07:32:02.6225725: Xal.lib(0)] XAL: [op 503514096]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6226074: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944980C74C0)
[Info: 2022-07-19 07:32:02.6226573: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:32:02.8440000Z, systemNow:2022-07-19T07:32:02.6220000Z}
[Info: 2022-07-19 07:32:02.6226947: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944980C74C0)
[Info: 2022-07-19 07:32:02.6227290: Xal.lib(0)] XAL: [op 503514096] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:32:02.6228426: Xal.lib(0)] XAL: [op 412998992] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:32:02.6230336: Xal.lib(0)] XAL: [op 503514096] Operation GetDtoken is starting
[Info: 2022-07-19 07:32:02.6230701: Xal.lib(0)] XAL: [op 503514096]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6231047: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594498140B54)
[Info: 2022-07-19 07:32:02.6231541: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:32:02.8440000Z, systemNow:2022-07-19T07:32:02.6220000Z}
[Info: 2022-07-19 07:32:02.6231910: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (0001594498140B54)
[Info: 2022-07-19 07:32:02.6232261: Xal.lib(0)] XAL: [op 503514096] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:32:02.6234287: Xal.lib(0)] XAL: [op 212733296] Operation GetMsaTicket is starting
[Info: 2022-07-19 07:32:02.6234664: Xal.lib(0)] XAL: [op 212733296]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6235874: Xal.lib(0)] XAL: [op 412996088] Operation InitializeTokenStack is starting
[Info: 2022-07-19 07:32:02.6236232: Xal.lib(0)] XAL: [op 412996088]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6237391: Xal.lib(0)] XAL: [op 513925400] Operation LoadDeviceIdentity is starting
[Info: 2022-07-19 07:32:02.6237754: Xal.lib(0)] XAL: [op 513925400]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6238095: Xal.lib(0)] XAL: [op 513925400] Operation LoadDeviceIdentity succeeded.
[Info: 2022-07-19 07:32:02.6239979: Xal.lib(0)] XAL: [op 503515896] Operation GetDtoken is starting
[Info: 2022-07-19 07:32:02.6240339: Xal.lib(0)] XAL: [op 503515896]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6240686: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159449822C02C)
[Info: 2022-07-19 07:32:02.6241180: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Dtoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:02.1890000Z, now:2022-07-19T07:32:02.8450000Z, systemNow:2022-07-19T07:32:02.6230000Z}
[Info: 2022-07-19 07:32:02.6241580: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (000159449822C02C)
[Info: 2022-07-19 07:32:02.6241947: Xal.lib(0)] XAL: [op 503515896] Operation GetDtoken succeeded.
[Info: 2022-07-19 07:32:02.6243092: Xal.lib(0)] XAL: [op 412996088] Operation InitializeTokenStack succeeded.
[Info: 2022-07-19 07:32:02.6244402: Xal.lib(0)] XAL: >>> Xal::Auth::MsaTicketSet::GetTicket (0001594498286CE8)
[Info: 2022-07-19 07:32:02.6245005: Xal.lib(0)] XAL: Found requested token in cache: [firstScope:service::user.auth.xboxlive.com::MBI_SSL]:{expiry:2022-07-20T07:01:26.8230000Z, now:2022-07-19T07:32:02.8460000Z, systemNow:2022-07-19T07:32:02.6240000Z}
[Info: 2022-07-19 07:32:02.6245370: Xal.lib(0)] XAL: <<< Xal::Auth::MsaTicketSet::GetTicket (0001594498286CE8)
[Info: 2022-07-19 07:32:02.6245712: Xal.lib(0)] XAL: [op 212733296] Operation GetMsaTicket succeeded.
[Info: 2022-07-19 07:32:02.6246873: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944982C3288)
[Info: 2022-07-19 07:32:02.6247388: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Utoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.3500000Z, now:2022-07-19T07:32:02.8460000Z, systemNow:2022-07-19T07:32:02.6240000Z}
[Info: 2022-07-19 07:32:02.6247762: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944982C3288)
[Info: 2022-07-19 07:32:02.6248108: Xal.lib(0)] XAL: >>> Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944982E1490)
[Info: 2022-07-19 07:32:02.6248591: Xal.lib(0)] XAL: Returning requested cache: [hasSignInDisplayClaims:false identityType:Ttoken, relyingParty:http://auth.xboxlive.com, subRelyingParty:, tokenType:JWT]:{HasSignInDisplayClaims:false hasData:true, isValid:true, xerr:0, expiry:2022-07-28T10:28:18.2450000Z, now:2022-07-19T07:32:02.8460000Z, systemNow:2022-07-19T07:32:02.6240000Z}
[Info: 2022-07-19 07:32:02.6248969: Xal.lib(0)] XAL: <<< Xal::Auth::InMemoryXboxTokenCache::GetTokenInternal (00015944982E1490)
[Info: 2022-07-19 07:32:02.6250107: Xal.lib(0)] XAL: [op 504815448] Refresh Xtoken running with user: true.
[Info: 2022-07-19 07:32:02.6250471: Xal.lib(0)] XAL: [op 504815448] Operation RefreshXtoken is starting
[Info: 2022-07-19 07:32:02.6250812: Xal.lib(0)] XAL: [op 504815448]     with CV 'e4LMdHXGbZvB7wqO.27.0'
[Info: 2022-07-19 07:32:02.6251148: Xal.lib(0)] XAL: [op 504815448] RefreshXtoken token fetch started.
[Info: 2022-07-19 07:32:02.6263497: NetQueue.cpp(656)] NetQueue: Starting net action xsts.auth.xboxlive.com
[Info: 2022-07-19 07:32:02.7884582: NetQueue.cpp(484)] NetQueue: Primary ip: 52.156.147.113, Host: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:32:02.7885067: NetQueue.cpp(570)] NetQueue: Action finished: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:32:02.7885799: NetQueue.cpp(602)] Action finalized: xsts.auth.xboxlive.com
[Info: 2022-07-19 07:32:02.8705404: Xal.lib(0)] XAL: Clock skew updated. Server time: 2022-07-19T07:32:03.0570000Z - System time: 2022-07-19T07:32:02.8700000Z = skew (seconds) 0
[Info: 2022-07-19 07:32:02.8707071: Xal.lib(0)] XAL: [op 508880752] Operation SaveClockSkew is starting
[Info: 2022-07-19 07:32:02.8707481: Xal.lib(0)] XAL: [op 508880752]     with CV 'e4LMdHXGbZvB7wqO.27.1'
[Info: 2022-07-19 07:32:02.8707943: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:32:02.8708634: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:32:02.8709054: Xal.lib(0)] XAL: [op 505605544] Added operation as handle 1E22EE14 with type 0F8E46F4
[Info: 2022-07-19 07:32:02.8709365: XalStorage.cpp(205)] [op 1E22EE14] Xal Write callback - Started
[Info: 2022-07-19 07:32:02.8711774: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:32:02.8712346: Xal.lib(0)] XAL: [op 505605544] Cleared operation handle 1E22EE14
[Info: 2022-07-19 07:32:02.8712857: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:32:02.8714234: XalStorage.cpp(258)] [op 1E22EE14] Xal Write callback - Succeeded
[Info: 2022-07-19 07:32:02.9952302: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:32:02.9953054: Xal.lib(0)] XAL: [op 508880752] Operation SaveClockSkew succeeded.
[Info: 2022-07-19 07:32:02.9956228: Xal.lib(0)] XAL: [op 482217352] Operation WriteCacheData is starting
[Info: 2022-07-19 07:32:02.9956733: Xal.lib(0)] XAL: [op 482217352]     with CV 'e4LMdHXGbZvB7wqO.27.1'
[Info: 2022-07-19 07:32:02.9957282: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation starting
[Info: 2022-07-19 07:32:02.9957793: Xal.lib(0)] XAL: [op 505605544] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:32:02.9958336: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation calling platform handler
[Info: 2022-07-19 07:32:02.9958735: Xal.lib(0)] XAL: [op 505608184] Added operation as handle 1E22F864 with type 0F8E46F4
[Info: 2022-07-19 07:32:02.9959050: XalStorage.cpp(205)] [op 1E22F864] Xal Write callback - Started
[Info: 2022-07-19 07:32:03.0679958: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation platform handler reported completion status 'XalPlatformOperationResult_Success' (0)
[Info: 2022-07-19 07:32:03.0680704: Xal.lib(0)] XAL: [op 505608184] Cleared operation handle 1E22F864
[Info: 2022-07-19 07:32:03.0681106: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation succeeded
[Info: 2022-07-19 07:32:03.0682771: XalStorage.cpp(246)] [op 1E22F864] Xal Write callback - Succeeded
[Info: 2022-07-19 07:32:03.0818118: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:32:03.0935500: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:32:03.1992275: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation continuing
[Info: 2022-07-19 07:32:03.1993183: Xal.lib(0)] XAL: [op 482217352] Operation WriteCacheData succeeded.
[Info: 2022-07-19 07:32:03.1994716: Xal.lib(0)] XAL: [op 504815448] RefreshXtoken token fetch done.
[Info: 2022-07-19 07:32:03.1995118: Xal.lib(0)] XAL: [op 504815448] Operation RefreshXtoken succeeded.
[Info: 2022-07-19 07:32:03.1996462: Xal.lib(0)] XAL: [op 505820768] Operation GetXtoken succeeded.
[Info: 2022-07-19 07:32:03.1997708: Xal.lib(0)] XAL: [op 508929160] Operation GetTokenAndSignature succeeded.
[Info: 2022-07-19 07:32:03.1998889: Xal.lib(0)] XAL: [op 422916800] Operation StateGetTokenAndSignature succeeded.
[Info: 2022-07-19 07:32:03.2000937: Xal.lib(0)] XAL: XalUserGetTokenAndSignatureSilentlyAsync calling back to client with result 'Ok' (0x00000000)
[Info: 2022-07-19 07:32:03.2001505: Xal.lib(0)] XAL: [op 505608184] Client operation StorageWritePlatformOperation destroyed
[Info: 2022-07-19 07:32:03.2002615: UserIdentity.cpp(675)] Successfully retrieved token
[Info: 2022-07-19 07:32:03.2003361: UserIdentity.cpp(1225)] Attempted to retrieved token - [forced] - [notnull] - 0
[Info: 2022-07-19 07:32:03.2005275: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:32:03.3471042: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:32:03.3471691: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:32:03.3472287: MinecraftServicesApi.cpp(440)] Signed in to minecraft services with user 5ab0a8dd-119d-497b-8046-9ac44da169d2
[Info: 2022-07-19 07:32:03.3472730: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/launcher/login
[Info: 2022-07-19 07:32:03.3473116: UserIdentity.cpp(1281)] Using new token
[Info: 2022-07-19 07:32:03.3473714: UserIdentity.cpp(1290)] Current token [with-refresh:true] - [notnull]
[Info: 2022-07-19 07:32:03.3474121: UnifiedMSAAccounts.cpp(313)] Refreshed token : [not empty]
[Info: 2022-07-19 07:32:03.3474539: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:32:03.3474998: UnifiedMSAAccounts.cpp(340)] Added/Updated account : [not empty][not empty][null][null]
[Info: 2022-07-19 07:32:03.3475397: UserIdentity.cpp(544)] Got gamer tag - [0][not empty]
[Info: 2022-07-19 07:32:03.3517896: UnifiedMSAAccounts.cpp(358)] Has valid token, going to fetch profile
[Info: 2022-07-19 07:32:03.3519649: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:32:03.4799273: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:32:03.4799906: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:32:03.4800804: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/minecraft/profile
[Info: 2022-07-19 07:32:03.4801075: UnifiedMSAAccounts.cpp(364)] Profile fetch successful
[Info: 2022-07-19 07:32:03.5454068: GameVersionManager.cpp(768)] resolveVersionID: Resolved custom:1.18.2-forge-40.1.54 to 1.18.2-forge-40.1.54
[Info: 2022-07-19 07:32:03.5455013: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/entitlements/license?requestId=af56a425-6b68-4c93-b770-3550c38780c5
[Warning: 2022-07-19 07:32:03.5461907: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:32:03.5462783: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:32:03.5463391: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:32:03.5463973: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:32:03.5464549: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:32:03.5465120: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Warning: 2022-07-19 07:32:03.5465700: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:32:03.5466665: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl
[Warning: 2022-07-19 07:32:03.5467286: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-jemalloc
[Warning: 2022-07-19 07:32:03.5467881: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-openal
[Warning: 2022-07-19 07:32:03.5468480: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-opengl
[Warning: 2022-07-19 07:32:03.5469064: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-glfw
[Warning: 2022-07-19 07:32:03.5469842: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-tinyfd
[Warning: 2022-07-19 07:32:03.5470226: JavaLaunchConfiguration.cpp(154)] Detected duplicate libraries in version file: org.lwjgl:lwjgl-stb
[Info: 2022-07-19 07:32:03.5523184: GameController.cpp(370)] Creating ClientStarter with id 3
[Info: 2022-07-19 07:32:03.5523890: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-07-19 07:32:03.5528781: NetQueue.cpp(646)] NetQueue: worker thread started.
[Info: 2022-07-19 07:32:03.5532645: GameCallbacks.cpp(177)] Launcher/launcher (main) Info Preparing to launch minecraft client for 1.18.2-forge-40.1.54
[Info: 2022-07-19 07:32:03.5861696: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameVersions");
[Info: 2022-07-19 07:32:03.6018902: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:32:03.6090458: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:32:03.6115403: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Prepared asset index
[Info: 2022-07-19 07:32:03.6446321: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/products/java-runtime/2ec0cc96c44e5a76b9c8b7c39df7210883d12871/all.json
[Info: 2022-07-19 07:32:03.6455079: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.downloads");
[Info: 2022-07-19 07:32:03.6490538: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.gameInstances");
[Info: 2022-07-19 07:32:03.7275061: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:32:03.7276397: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/products/java-runtime/2ec0cc96c44e5a76b9c8b7c39df7210883d12871/all.json
[Info: 2022-07-19 07:32:03.7276712: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/products/java-runtime/2ec0cc96c44e5a76b9c8b7c39df7210883d12871/all.json
[Info: 2022-07-19 07:32:03.7283031: NetQueue.cpp(656)] NetQueue: Starting net action https://piston-meta.mojang.com/v1/packages/b180218a447157cfd0b639aa94b0fa1fc522f80e/manifest.json
[Info: 2022-07-19 07:32:03.7613648: NetQueue.cpp(484)] NetQueue: Primary ip: 2606:2800:11f:1cb7:261b:1f9c:2074:3c, Host: launchermeta.mojang.com
[Info: 2022-07-19 07:32:03.7614374: NetQueue.cpp(570)] NetQueue: Action finished: https://piston-meta.mojang.com/v1/packages/b180218a447157cfd0b639aa94b0fa1fc522f80e/manifest.json
[Info: 2022-07-19 07:32:03.7614668: NetQueue.cpp(602)] Action finalized: https://piston-meta.mojang.com/v1/packages/b180218a447157cfd0b639aa94b0fa1fc522f80e/manifest.json
[Info: 2022-07-19 07:32:03.7722441: PistonInstaller.cpp(267)] Inspecting files in C:\...\java-runtime-beta
[Info: 2022-07-19 07:32:03.7723233: PistonInstaller.cpp(268)] Using Sha1Cacher from thread 47360
[Error: 2022-07-19 07:32:03.8076755: Sha1Cacher.cpp(58)] Error reading cached SHA-1: bin/jabswitch.exe /#//  16465517675133980
[Info: 2022-07-19 07:32:03.8303892: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-console-l1-1-0.dll, internal: /:\...\api-ms-win-core-console-l1-1-0.dll
[Info: 2022-07-19 07:32:03.8360380: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:32:03.8361044: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/entitlements/license?requestId=af56a425-6b68-4c93-b770-3550c38780c5
[Info: 2022-07-19 07:32:03.8362190: MinecraftServicesApi.cpp(540)] Got entitlements response!
[Info: 2022-07-19 07:32:03.8374251: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/entitlements/license?requestId=af56a425-6b68-4c93-b770-3550c38780c5
[Info: 2022-07-19 07:32:03.8750668: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-console-l1-2-0.dll, internal: /:\...\api-ms-win-core-console-l1-2-0.dll
[Info: 2022-07-19 07:32:03.8918181: UnifiedMSAAccounts.cpp(566)] Broadcasting change due to new [forced:1] Entitlements for 6de4fb2980b24c8583998bd19591eac6
[Info: 2022-07-19 07:32:03.8928030: ControllerInterface.cpp(106)] Running method getAccountData
[Info: 2022-07-19 07:32:03.8928847: UnifiedAccounts.cpp(314)] Internet state in main process: online=1
[Info: 2022-07-19 07:32:03.8929200: ProductManager.cpp(350)] Changing product game_minecraft_bedrock to product source PURCHASE
[Info: 2022-07-19 07:32:03.8949405: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-datetime-l1-1-0.dll, internal: /:\...\api-ms-win-core-datetime-l1-1-0.dll
[Info: 2022-07-19 07:32:03.9157937: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-debug-l1-1-0.dll, internal: /:\...\api-ms-win-core-debug-l1-1-0.dll
[Info: 2022-07-19 07:32:03.9305442: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-errorhandling-l1-1-0.dll, internal: /:\...\api-ms-win-core-errorhandling-l1-1-0.dll
[Info: 2022-07-19 07:32:03.9512094: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-file-l1-1-0.dll, internal: /:\...\api-ms-win-core-file-l1-1-0.dll
[Info: 2022-07-19 07:32:03.9871033: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-file-l1-2-0.dll, internal: /:\...\api-ms-win-core-file-l1-2-0.dll
[Info: 2022-07-19 07:32:04.0009215: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-file-l2-1-0.dll, internal: /:\...\api-ms-win-core-file-l2-1-0.dll
[Info: 2022-07-19 07:32:04.0575248: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-handle-l1-1-0.dll, internal: /:\...\api-ms-win-core-handle-l1-1-0.dll
[Info: 2022-07-19 07:32:04.0774802: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-heap-l1-1-0.dll, internal: /:\...\api-ms-win-core-heap-l1-1-0.dll
[Info: 2022-07-19 07:32:04.0914541: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-interlocked-l1-1-0.dll, internal: /:\...\api-ms-win-core-interlocked-l1-1-0.dll
[Info: 2022-07-19 07:32:04.1179940: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-libraryloader-l1-1-0.dll, internal: /:\...\api-ms-win-core-libraryloader-l1-1-0.dll
[Info: 2022-07-19 07:32:04.1355468: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-localization-l1-2-0.dll, internal: /:\...\api-ms-win-core-localization-l1-2-0.dll
[Info: 2022-07-19 07:32:04.1599764: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-memory-l1-1-0.dll, internal: /:\...\api-ms-win-core-memory-l1-1-0.dll
[Info: 2022-07-19 07:32:04.1754296: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-namedpipe-l1-1-0.dll, internal: /:\...\api-ms-win-core-namedpipe-l1-1-0.dll
[Info: 2022-07-19 07:32:04.1950221: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-processenvironment-l1-1-0.dll, internal: /:\...\api-ms-win-core-processenvironment-l1-1-0.dll
[Info: 2022-07-19 07:32:04.2157684: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-processthreads-l1-1-0.dll, internal: /:\...\api-ms-win-core-processthreads-l1-1-0.dll
[Info: 2022-07-19 07:32:04.2287321: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-processthreads-l1-1-1.dll, internal: /:\...\api-ms-win-core-processthreads-l1-1-1.dll
[Info: 2022-07-19 07:32:04.2520443: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-profile-l1-1-0.dll, internal: /:\...\api-ms-win-core-profile-l1-1-0.dll
[Info: 2022-07-19 07:32:04.2702648: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-rtlsupport-l1-1-0.dll, internal: /:\...\api-ms-win-core-rtlsupport-l1-1-0.dll
[Info: 2022-07-19 07:32:04.2884568: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-string-l1-1-0.dll, internal: /:\...\api-ms-win-core-string-l1-1-0.dll
[Info: 2022-07-19 07:32:04.3275459: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-synch-l1-1-0.dll, internal: /:\...\api-ms-win-core-synch-l1-1-0.dll
[Info: 2022-07-19 07:32:04.3680258: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-synch-l1-2-0.dll, internal: /:\...\api-ms-win-core-synch-l1-2-0.dll
[Info: 2022-07-19 07:32:04.3869982: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-sysinfo-l1-1-0.dll, internal: /:\...\api-ms-win-core-sysinfo-l1-1-0.dll
[Info: 2022-07-19 07:32:04.4252381: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-timezone-l1-1-0.dll, internal: /:\...\api-ms-win-core-timezone-l1-1-0.dll
[Info: 2022-07-19 07:32:04.4482065: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-core-util-l1-1-0.dll, internal: /:\...\api-ms-win-core-util-l1-1-0.dll
[Info: 2022-07-19 07:32:04.4610585: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-conio-l1-1-0.dll, internal: /:\...\api-ms-win-crt-conio-l1-1-0.dll
[Info: 2022-07-19 07:32:04.4877434: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-convert-l1-1-0.dll, internal: /:\...\api-ms-win-crt-convert-l1-1-0.dll
[Info: 2022-07-19 07:32:04.5000325: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-environment-l1-1-0.dll, internal: /:\...\api-ms-win-crt-environment-l1-1-0.dll
[Info: 2022-07-19 07:32:04.5477548: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-filesystem-l1-1-0.dll, internal: /:\...\api-ms-win-crt-filesystem-l1-1-0.dll
[Info: 2022-07-19 07:32:04.5793833: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-heap-l1-1-0.dll, internal: /:\...\api-ms-win-crt-heap-l1-1-0.dll
[Info: 2022-07-19 07:32:04.6048872: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-locale-l1-1-0.dll, internal: /:\...\api-ms-win-crt-locale-l1-1-0.dll
[Info: 2022-07-19 07:32:04.6248549: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-math-l1-1-0.dll, internal: /:\...\api-ms-win-crt-math-l1-1-0.dll
[Info: 2022-07-19 07:32:04.6458784: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-multibyte-l1-1-0.dll, internal: /:\...\api-ms-win-crt-multibyte-l1-1-0.dll
[Info: 2022-07-19 07:32:04.6728568: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-private-l1-1-0.dll, internal: /:\...\api-ms-win-crt-private-l1-1-0.dll
[Info: 2022-07-19 07:32:04.6853801: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-process-l1-1-0.dll, internal: /:\...\api-ms-win-crt-process-l1-1-0.dll
[Info: 2022-07-19 07:32:04.7266718: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-runtime-l1-1-0.dll, internal: /:\...\api-ms-win-crt-runtime-l1-1-0.dll
[Info: 2022-07-19 07:32:04.7467776: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-stdio-l1-1-0.dll, internal: /:\...\api-ms-win-crt-stdio-l1-1-0.dll
[Info: 2022-07-19 07:32:04.7652962: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-string-l1-1-0.dll, internal: /:\...\api-ms-win-crt-string-l1-1-0.dll
[Info: 2022-07-19 07:32:04.8061034: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-time-l1-1-0.dll, internal: /:\...\api-ms-win-crt-time-l1-1-0.dll
[Info: 2022-07-19 07:32:04.8255724: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\api-ms-win-crt-utility-l1-1-0.dll, internal: /:\...\api-ms-win-crt-utility-l1-1-0.dll
[Info: 2022-07-19 07:32:04.8542897: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\attach.dll, internal: /:\...\attach.dll
[Info: 2022-07-19 07:32:04.9473950: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\awt.dll, internal: /:\...\awt.dll
[Info: 2022-07-19 07:32:04.9837599: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\dt_shmem.dll, internal: /:\...\dt_shmem.dll
[Info: 2022-07-19 07:32:05.0415699: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\dt_socket.dll, internal: /:\...\dt_socket.dll
[Info: 2022-07-19 07:32:05.0711561: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\fontmanager.dll, internal: /:\...\fontmanager.dll
[Info: 2022-07-19 07:32:05.1069987: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\freetype.dll, internal: /:\...\freetype.dll
[Info: 2022-07-19 07:32:05.1392511: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\instrument.dll, internal: /:\...\instrument.dll
[Info: 2022-07-19 07:32:05.1640704: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\j2gss.dll, internal: /:\...\j2gss.dll
[Info: 2022-07-19 07:32:05.1914416: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\j2pcsc.dll, internal: /:\...\j2pcsc.dll
[Info: 2022-07-19 07:32:05.2177512: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\j2pkcs11.dll, internal: /:\...\j2pkcs11.dll
[Info: 2022-07-19 07:32:05.2485279: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jaas.dll, internal: /:\...\jaas.dll
[Info: 2022-07-19 07:32:05.2776032: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jabswitch.exe, internal: /:\...\jabswitch.exe
[Info: 2022-07-19 07:32:05.3089130: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jaccessinspector.exe, internal: /:\...\jaccessinspector.exe
[Info: 2022-07-19 07:32:05.3396756: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jaccesswalker.exe, internal: /:\...\jaccesswalker.exe
[Info: 2022-07-19 07:32:05.3651818: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jar.exe, internal: /:\...\jar.exe
[Info: 2022-07-19 07:32:05.3810489: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jarsigner.exe, internal: /:\...\jarsigner.exe
[Info: 2022-07-19 07:32:05.4164940: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\java.dll, internal: /:\...\java.dll
[Info: 2022-07-19 07:32:05.4628045: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\java.exe, internal: /:\...\java.exe
[Info: 2022-07-19 07:32:05.5164152: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javaaccessbridge.dll, internal: /:\...\javaaccessbridge.dll
[Info: 2022-07-19 07:32:05.5321790: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javac.exe, internal: /:\...\javac.exe
[Info: 2022-07-19 07:32:05.5479078: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javadoc.exe, internal: /:\...\javadoc.exe
[Info: 2022-07-19 07:32:05.6052681: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javajpeg.dll, internal: /:\...\javajpeg.dll
[Info: 2022-07-19 07:32:05.6223465: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javap.exe, internal: /:\...\javap.exe
[Info: 2022-07-19 07:32:05.6227403: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\javaw.exe, internal: /:\...\javaw.exe
[Info: 2022-07-19 07:32:05.6550446: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jawt.dll, internal: /:\...\jawt.dll
[Info: 2022-07-19 07:32:05.6782395: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jcmd.exe, internal: /:\...\jcmd.exe
[Info: 2022-07-19 07:32:05.7099239: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jconsole.exe, internal: /:\...\jconsole.exe
[Info: 2022-07-19 07:32:05.7261431: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jdb.exe, internal: /:\...\jdb.exe
[Info: 2022-07-19 07:32:05.7551480: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jdeprscan.exe, internal: /:\...\jdeprscan.exe
[Info: 2022-07-19 07:32:05.8285101: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jdeps.exe, internal: /:\...\jdeps.exe
[Info: 2022-07-19 07:32:05.8793973: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jdwp.dll, internal: /:\...\jdwp.dll
[Info: 2022-07-19 07:32:05.9268918: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jfr.exe, internal: /:\...\jfr.exe
[Info: 2022-07-19 07:32:05.9645457: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jhsdb.exe, internal: /:\...\jhsdb.exe
[Info: 2022-07-19 07:32:05.9932243: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jimage.dll, internal: /:\...\jimage.dll
[Info: 2022-07-19 07:32:06.0242436: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jimage.exe, internal: /:\...\jimage.exe
[Info: 2022-07-19 07:32:06.0400676: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jinfo.exe, internal: /:\...\jinfo.exe
[Info: 2022-07-19 07:32:06.0784326: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jli.dll, internal: /:\...\jli.dll
[Info: 2022-07-19 07:32:06.1084456: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jlink.exe, internal: /:\...\jlink.exe
[Info: 2022-07-19 07:32:06.1435054: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jmap.exe, internal: /:\...\jmap.exe
[Info: 2022-07-19 07:32:06.1749584: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jmod.exe, internal: /:\...\jmod.exe
[Info: 2022-07-19 07:32:06.2383609: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jpackage.dll, internal: /:\...\jpackage.dll
[Info: 2022-07-19 07:32:06.2685748: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jpackage.exe, internal: /:\...\jpackage.exe
[Info: 2022-07-19 07:32:06.3057495: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jps.exe, internal: /:\...\jps.exe
[Info: 2022-07-19 07:32:06.3454682: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jrunscript.exe, internal: /:\...\jrunscript.exe
[Info: 2022-07-19 07:32:06.3729446: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jshell.exe, internal: /:\...\jshell.exe
[Info: 2022-07-19 07:32:06.4272240: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jsound.dll, internal: /:\...\jsound.dll
[Info: 2022-07-19 07:32:06.4607797: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jstack.exe, internal: /:\...\jstack.exe
[Info: 2022-07-19 07:32:06.4979125: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jstat.exe, internal: /:\...\jstat.exe
[Info: 2022-07-19 07:32:06.5279616: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jstatd.exe, internal: /:\...\jstatd.exe
[Info: 2022-07-19 07:32:06.5684897: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\keytool.exe, internal: /:\...\keytool.exe
[Info: 2022-07-19 07:32:06.5839408: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\kinit.exe, internal: /:\...\kinit.exe
[Info: 2022-07-19 07:32:06.5993004: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\klist.exe, internal: /:\...\klist.exe
[Info: 2022-07-19 07:32:06.6153847: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ktab.exe, internal: /:\...\ktab.exe
[Info: 2022-07-19 07:32:06.6786867: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\lcms.dll, internal: /:\...\lcms.dll
[Info: 2022-07-19 07:32:06.7090333: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\le.dll, internal: /:\...\le.dll
[Info: 2022-07-19 07:32:06.7346749: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\management.dll, internal: /:\...\management.dll
[Info: 2022-07-19 07:32:06.7583007: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\management_agent.dll, internal: /:\...\management_agent.dll
[Info: 2022-07-19 07:32:06.7883864: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\management_ext.dll, internal: /:\...\management_ext.dll
[Info: 2022-07-19 07:32:06.8153313: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\mlib_image.dll, internal: /:\...\mlib_image.dll
[Info: 2022-07-19 07:32:06.8724181: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\msvcp140.dll, internal: /:\...\msvcp140.dll
[Info: 2022-07-19 07:32:06.9014900: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\net.dll, internal: /:\...\net.dll
[Info: 2022-07-19 07:32:06.9238365: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\nio.dll, internal: /:\...\nio.dll
[Info: 2022-07-19 07:32:06.9469172: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\prefs.dll, internal: /:\...\prefs.dll
[Info: 2022-07-19 07:32:06.9725597: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\rmi.dll, internal: /:\...\rmi.dll
[Info: 2022-07-19 07:32:07.0028953: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\rmiregistry.exe, internal: /:\...\rmiregistry.exe
[Info: 2022-07-19 07:32:07.0268009: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\saproc.dll, internal: /:\...\saproc.dll
[Info: 2022-07-19 07:32:07.0441193: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\serialver.exe, internal: /:\...\serialver.exe
[Info: 2022-07-19 07:32:07.2144867: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jvm.dll, internal: /:\...\jvm.dll
[Info: 2022-07-19 07:32:07.2505132: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\splashscreen.dll, internal: /:\...\splashscreen.dll
[Info: 2022-07-19 07:32:07.2795814: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\sspi_bridge.dll, internal: /:\...\sspi_bridge.dll
[Info: 2022-07-19 07:32:07.3366797: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\sunmscapi.dll, internal: /:\...\sunmscapi.dll
[Info: 2022-07-19 07:32:07.3875025: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\svml.dll, internal: /:\...\svml.dll
[Info: 2022-07-19 07:32:07.4560463: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ucrtbase.dll, internal: /:\...\ucrtbase.dll
[Info: 2022-07-19 07:32:07.4891061: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\vcruntime140.dll, internal: /:\...\vcruntime140.dll
[Info: 2022-07-19 07:32:07.5329083: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\vcruntime140_1.dll, internal: /:\...\vcruntime140_1.dll
[Info: 2022-07-19 07:32:07.5827377: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\verify.dll, internal: /:\...\verify.dll
[Info: 2022-07-19 07:32:07.6110604: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\w2k_lsa_auth.dll, internal: /:\...\w2k_lsa_auth.dll
[Info: 2022-07-19 07:32:07.6452654: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\windowsaccessbridge-64.dll, internal: /:\...\windowsaccessbridge-64.dll
[Info: 2022-07-19 07:32:07.6793063: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\WinFallbackLookup.dll, internal: /:\...\WinFallbackLookup.dll
[Info: 2022-07-19 07:32:07.7142895: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\zip.dll, internal: /:\...\zip.dll
[Info: 2022-07-19 07:32:07.7322466: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\logging.properties, internal: /:\...\logging.properties
[Info: 2022-07-19 07:32:07.7418828: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jmxremote.access, internal: /:\...\jmxremote.access
[Info: 2022-07-19 07:32:07.7564523: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jmxremote.password.template, internal: /:\...\jmxremote.password.template
[Info: 2022-07-19 07:32:07.7752633: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\management.properties, internal: /:\...\management.properties
[Info: 2022-07-19 07:32:07.7763800: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\net.properties, internal: /:\...\net.properties
[Info: 2022-07-19 07:32:07.7859005: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\java.policy, internal: /:\...\java.policy
[Info: 2022-07-19 07:32:07.8057163: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\java.security, internal: /:\...\java.security
[Info: 2022-07-19 07:32:07.8169831: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default_local.policy, internal: /:\...\default_local.policy
[Info: 2022-07-19 07:32:07.8252907: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default_US_export.policy, internal: /:\...\default_US_export.policy
[Info: 2022-07-19 07:32:07.8262514: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\exempt_local.policy, internal: /:\...\exempt_local.policy
[Info: 2022-07-19 07:32:07.8385870: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\README.txt, internal: /:\...\README.txt
[Info: 2022-07-19 07:32:07.8398199: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default_local.policy, internal: /:\...\default_local.policy
[Info: 2022-07-19 07:32:07.8405415: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default_US_export.policy, internal: /:\...\default_US_export.policy
[Info: 2022-07-19 07:32:07.8409181: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\sound.properties, internal: /:\...\sound.properties
[Info: 2022-07-19 07:32:07.8763766: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:07.8911615: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\aes.md, internal: /:\...\aes.md
[Info: 2022-07-19 07:32:07.9175637: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\asm.md, internal: /:\...\asm.md
[Info: 2022-07-19 07:32:07.9180039: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:07.9191791: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\c-libutl.md, internal: /:\...\c-libutl.md
[Info: 2022-07-19 07:32:07.9717262: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\cldr.md, internal: /:\...\cldr.md
[Info: 2022-07-19 07:32:07.9792940: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\icu.md, internal: /:\...\icu.md
[Info: 2022-07-19 07:32:07.9797166: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:07.9954266: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\public_suffix.md, internal: /:\...\public_suffix.md
[Info: 2022-07-19 07:32:08.0162697: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\unicode.md, internal: /:\...\unicode.md
[Info: 2022-07-19 07:32:08.0247779: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\wepoll.md, internal: /:\...\wepoll.md
[Info: 2022-07-19 07:32:08.0387902: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\zlib.md, internal: /:\...\zlib.md
[Info: 2022-07-19 07:32:08.0435285: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.0479244: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.0527343: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.0539689: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.0546364: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.0552955: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.0562753: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.0572675: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.0580229: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\colorimaging.md, internal: /:\...\colorimaging.md
[Info: 2022-07-19 07:32:08.0981590: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\freetype.md, internal: /:\...\freetype.md
[Info: 2022-07-19 07:32:08.1136656: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\giflib.md, internal: /:\...\giflib.md
[Info: 2022-07-19 07:32:08.1243235: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\harfbuzz.md, internal: /:\...\harfbuzz.md
[Info: 2022-07-19 07:32:08.1347462: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jpeg.md, internal: /:\...\jpeg.md
[Info: 2022-07-19 07:32:08.1432068: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\lcms.md, internal: /:\...\lcms.md
[Info: 2022-07-19 07:32:08.1586115: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\libpng.md, internal: /:\...\libpng.md
[Info: 2022-07-19 07:32:08.1598676: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.1724670: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\mesa3d.md, internal: /:\...\mesa3d.md
[Info: 2022-07-19 07:32:08.1736004: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.1742937: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.1749977: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.1758273: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.1764189: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.1769946: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.1778013: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.1784749: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.1790757: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.1800470: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.1806362: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.1812277: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.1820396: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.1826989: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2118715: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2129367: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2137165: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2146603: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2164149: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2174026: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2181569: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2191004: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2200760: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2207374: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2216217: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2222911: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2230700: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2239184: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2245453: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2251891: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2262080: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2268794: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2275748: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2284647: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2294492: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2302026: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2311041: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2318827: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2329475: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2341383: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2349607: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2356198: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2366838: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2374112: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2380084: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2388829: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2397119: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2403246: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.2411535: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.2418164: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.2651262: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\bcel.md, internal: /:\...\bcel.md
[Info: 2022-07-19 07:32:08.2772596: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\dom.md, internal: /:\...\dom.md
[Info: 2022-07-19 07:32:08.2878822: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jcup.md, internal: /:\...\jcup.md
[Info: 2022-07-19 07:32:08.2887024: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3157444: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\xalan.md, internal: /:\...\xalan.md
[Info: 2022-07-19 07:32:08.3379057: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\xerces.md, internal: /:\...\xerces.md
[Info: 2022-07-19 07:32:08.3392146: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3400461: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3411007: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3492324: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\santuario.md, internal: /:\...\santuario.md
[Info: 2022-07-19 07:32:08.3505577: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3514888: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3524402: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3533175: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3539303: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3547227: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3558490: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3564369: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3570293: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3578461: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3586294: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3593138: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3603093: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3611502: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3620161: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3758548: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\pkcs11cryptotoken.md, internal: /:\...\pkcs11cryptotoken.md
[Info: 2022-07-19 07:32:08.3947264: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\pkcs11wrapper.md, internal: /:\...\pkcs11wrapper.md
[Info: 2022-07-19 07:32:08.3962031: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3970495: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.3976658: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.3985458: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.3993954: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4004828: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4016851: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4024071: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4115452: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\dynalink.md, internal: /:\...\dynalink.md
[Info: 2022-07-19 07:32:08.4125173: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4134968: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4141995: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4150049: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4161890: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4170296: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4179915: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4193453: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4203410: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4210185: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4218737: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4225678: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4232887: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4241191: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4247715: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4253895: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4264761: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4271621: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4277405: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4285535: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4292618: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4299536: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4308282: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4314520: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4394317: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jline.md, internal: /:\...\jline.md
[Info: 2022-07-19 07:32:08.4402788: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4412046: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4418734: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4516272: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jopt-simple.md, internal: /:\...\jopt-simple.md
[Info: 2022-07-19 07:32:08.4524313: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4533055: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4539068: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4700959: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4714501: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4723422: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4730609: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4854414: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4861338: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4868525: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4877606: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4884905: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.4891051: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.4899529: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.4906319: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5053012: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jquery.md, internal: /:\...\jquery.md
[Info: 2022-07-19 07:32:08.5141181: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jqueryUI.md, internal: /:\...\jqueryUI.md
[Info: 2022-07-19 07:32:08.5150695: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5161357: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5172958: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5181134: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5191608: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5199518: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5207607: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5216070: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5222066: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5228952: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5239402: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5245857: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5251646: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5260108: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5268000: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5274160: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5281655: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5288109: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5557369: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5566955: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5574352: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5580827: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5593933: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5601143: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5608830: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5618933: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5630058: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5637129: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5646445: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5654606: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5665505: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5678047: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5686909: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5694645: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5710055: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5716310: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5755193: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\cldr.md, internal: /:\...\cldr.md
[Info: 2022-07-19 07:32:08.5763433: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5919448: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\thaidict.md, internal: /:\...\thaidict.md
[Info: 2022-07-19 07:32:08.5930618: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5937017: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5942708: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5953752: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5959560: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5965350: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5974076: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.5981566: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.5988655: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.5999856: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6010001: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6019518: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6029591: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6035630: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6042661: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6053361: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6059546: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6065867: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6074683: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6082597: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6088862: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6099554: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6107264: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6115757: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6124632: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6132037: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6138625: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6150173: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6158176: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6164218: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6177167: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6187875: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6196493: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6206266: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6213222: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6221533: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6230739: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6236993: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6243880: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6254980: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6260808: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6267180: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6274682: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ADDITIONAL_LICENSE_INFO, internal: /:\...\ADDITIONAL_LICENSE_INFO
[Info: 2022-07-19 07:32:08.6282440: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ASSEMBLY_EXCEPTION, internal: /:\...\ASSEMBLY_EXCEPTION
[Info: 2022-07-19 07:32:08.6287922: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\LICENSE, internal: /:\...\LICENSE
[Info: 2022-07-19 07:32:08.6531373: ControllerInterface.cpp(106)] Running method updateConfiguration
[Info: 2022-07-19 07:32:08.6602851: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\classlist, internal: /:\...\classlist
[Info: 2022-07-19 07:32:08.6602199: LauncherAppRenderer.cpp(289)] MCLauncher.triggerUpdateEvent("coreEvent.configurationData");
[Info: 2022-07-19 07:32:08.6908631: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\ct.sym, internal: /:\...\ct.sym
[Info: 2022-07-19 07:32:08.7165033: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\fontconfig.bfc, internal: /:\...\fontconfig.bfc
[Info: 2022-07-19 07:32:08.7508783: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\fontconfig.properties.src, internal: /:\...\fontconfig.properties.src
[Info: 2022-07-19 07:32:08.7710438: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jawt.lib, internal: /:\...\jawt.lib
[Info: 2022-07-19 07:32:08.7971759: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default.jfc, internal: /:\...\default.jfc
[Info: 2022-07-19 07:32:08.8298716: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\profile.jfc, internal: /:\...\profile.jfc
[Info: 2022-07-19 07:32:08.8839130: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jrt-fs.jar, internal: /:\...\jrt-fs.jar
[Info: 2022-07-19 07:32:08.8852891: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jvm.cfg, internal: /:\...\jvm.cfg
[Info: 2022-07-19 07:32:08.9088494: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\jvm.lib, internal: /:\...\jvm.lib
[Info: 2022-07-19 07:32:08.9307888: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\modules, internal: /:\...\modules
[Info: 2022-07-19 07:32:08.9311995: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\psfont.properties.ja, internal: /:\...\psfont.properties.ja
[Info: 2022-07-19 07:32:08.9317155: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\psfontj2d.properties, internal: /:\...\psfontj2d.properties
[Info: 2022-07-19 07:32:08.9575847: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\blocked.certs, internal: /:\...\blocked.certs
[Info: 2022-07-19 07:32:09.0093684: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\cacerts, internal: /:\...\cacerts
[Info: 2022-07-19 07:32:09.0353917: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\default.policy, internal: /:\...\default.policy
[Info: 2022-07-19 07:32:09.0363414: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\public_suffix_list.dat, internal: /:\...\public_suffix_list.dat
[Info: 2022-07-19 07:32:09.0370926: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\tzdb.dat, internal: /:\...\tzdb.dat
[Info: 2022-07-19 07:32:09.0836457: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\tzmappings, internal: /:\...\tzmappings
[Info: 2022-07-19 07:32:09.1077567: Sha1Cacher.cpp(112)] SHA1 cacher get C:\...\release, internal: /:\...\release
[Info: 2022-07-19 07:32:09.3900055: PistonInstaller.cpp(270)] Finished using Sha1Cacher from thread 47360
[Info: 2022-07-19 07:32:09.3931819: GameCallbacks.cpp(177)] Launcher/launcher (main) Debug Have 3119 total files to check or download
[Info: 2022-07-19 07:32:10.2049272: client_handler.cpp(851)] NotifyBrowserClosing
[Info: 2022-07-19 07:32:10.2051750: browser_window.cpp(61)] OnBrowserClosing
[Info: 2022-07-19 07:32:10.2198711: client_handler.cpp(880)] NotifyBrowserClosed
[Info: 2022-07-19 07:32:10.2200135: browser_window.cpp(68)] OnBrowserClosed (with delegate)
[Info: 2022-07-19 07:32:10.2203326: root_window_manager.cpp(335)] Main window has been closed: 1E201150
[Info: 2022-07-19 07:32:10.2204093: root_window_manager.cpp(367)] All windows are gone.
[Info: 2022-07-19 07:32:10.2204516: root_window_manager.cpp(369)] Checking if we can close the application...
[Info: 2022-07-19 07:32:10.2205064: main_context.cpp(354)] Will shutdown!
[Info: 2022-07-19 07:32:10.2206368: ProductManager.cpp(269)] Stopping ~ProductManager..
[Info: 2022-07-19 07:32:10.2578922: ProductManager.cpp(285)] ~ProductManager was stopped successfully
[Info: 2022-07-19 07:32:10.2581077: UserIdentity.cpp(1290)] Current token [with-refresh:false] - [notnull]
[Info: 2022-07-19 07:32:10.2585144: Telemetry.cpp(260)] Posting 0 events.
[Info: 2022-07-19 07:32:10.2585873: NetQueue.cpp(656)] NetQueue: Starting net action https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:10.2585808: Xal.lib(0)] XAL: Cleanup starting
[Warning: 2022-07-19 07:32:10.3214489: Xal.lib(0)] XAL: Trying to cleanup while there are users signed in
[Warning: 2022-07-19 07:32:10.3215284: Xal.lib(0)] XAL: [op 215270704] Operation PresenceHeartbeat failed with result: 0x80004004 - Operation was canceled
[Info: 2022-07-19 07:32:10.3216708: Xal.lib(0)] XAL: @@@ Terminating with 1 queues
[Info: 2022-07-19 07:32:10.3217248: Xal.lib(0)] XAL: Cleanup pending
[Info: 2022-07-19 07:32:10.3217663: Xal.lib(0)] XAL: All queues terminated
[Info: 2022-07-19 07:32:10.3762187: NetQueue.cpp(484)] NetQueue: Primary ip: 52.84.150.36, Host: api.minecraftservices.com
[Info: 2022-07-19 07:32:10.3763234: NetQueue.cpp(570)] NetQueue: Action finished: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:10.3763837: NetQueue.cpp(602)] Action finalized: https://api.minecraftservices.com/events
[Info: 2022-07-19 07:32:10.6376157: StartLibrary.cpp(104)] Launcher ended with 0
[Info: 2022-07-19 07:32:10.6377011: NetQueue.cpp(212)] NetQueue: Initiating shutdown.
[Info: 2022-07-19 07:32:10.6377223: NetQueue.cpp(226)] NetQueue: Waiting for worker thread to finish...
[Info: 2022-07-19 07:32:10.6384221: NetQueue.cpp(774)] NetQueue: Worker thread shutting down.
[Info: 2022-07-19 07:32:10.6392739: NetQueue.cpp(229)] NetQueue: Done.
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.