Jump to content

Recommended Posts

Posted

Yesterday I played minecraft on the essential mod without any problems but when I tried to play minecraft (on the essential mod) today, it suddenly crashed and showed me this crash report:                                                                                                        I've spent hours searching for a solution but nothing worked.

The game crashed whilst rendering overlay Error:                                                                                                                                                                                                                              net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-common.toml of type COMMON for modid forge

Exit-Code: -1

 

This is the rest:

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 2023-05-01 19:09:37
Description: Rendering overlay

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-common.toml of type COMMON for modid forge
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:68) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:201) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:201) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:185) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:185) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:120) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:120) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:102) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.4-45.0.49-universal.jar%23163!/:?] {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%2390!/:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2391!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2391!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2391!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2391!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2391!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2390!/:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2390!/:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    ... 24 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.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.4-45.0.49.jar%23159!/:?] {}
-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1368) ~[client-1.19.4-20230314.122934-srg.jar%23158!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:mixins.essential.json:client.renderer.MixinEntityRenderer,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:mixins.essential.json:events.Mixin_GuiDrawScreenEvent_Priority,pl:mixin:A}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1160) ~[client-1.19.4-20230314.122934-srg.jar%23158!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:731) ~[client-1.19.4-20230314.122934-srg.jar%23158!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[1.19.4-forge-45.0.49-wrapper.jar:?] {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.4-45.0.49.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
    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 io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) ~[?:?] {}


-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: No
    Packs: vanilla, mod_resources, essential

-- System Details --
Details:
    Minecraft Version: 1.19.4
    Minecraft Version ID: 1.19.4
    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: 305287584 bytes (291 MiB) / 954204160 bytes (910 MiB) up to 3730833408 bytes (3558 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 5600G with Radeon Graphics         
    Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
    Microarchitecture: Zen 3
    Frequency (GHz): 3.89
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: AMD Radeon(TM) Graphics
    Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
    Graphics card #0 VRAM (MB): 2048.00
    Graphics card #0 deviceId: 0x1638
    Graphics card #0 versionInfo: DriverVersion=31.0.12027.7000
    Graphics card #1 name: AMD Radeon RX 6600
    Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
    Graphics card #1 VRAM (MB): 4095.00
    Graphics card #1 deviceId: 0x73ff
    Graphics card #1 versionInfo: DriverVersion=31.0.12027.7000
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.67
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.67
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 26517.73
    Virtual memory used (MB): 14398.68
    Swap memory total (MB): 12288.00
    Swap memory used (MB): 505.49
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
    Launched Version: 1.19.4-forge-45.0.49-wrapper
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: AMD Radeon RX 6600 GL version 3.2.0 Core Profile Context 22.20.27.07.221020, ATI Technologies Inc.
    Window size: 854x480
    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: fancy
    Resource Packs: 
    Current Language: en_us
    CPU: 12x AMD Ryzen 5 5600G with Radeon Graphics 
    OptiFine Version: OptiFine_1.19.4_HD_U_I4
    OptiFine Build: 20230408-043701
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: BSL_v8.2.03.zip
    OpenGlVersion: 3.2.0 Core Profile Context 22.20.27.07.221020
    OpenGlRenderer: AMD Radeon RX 6600
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 12
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.4-45.0.49.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.4-45.0.49.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.4-45.0.49.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.4-45.0.49.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.4-45.0.49.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar essential-loader TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        lowcodefml@null
        kotlinforforge@3.6.0
        javafml@null
    Mod List: 
        client-1.19.4-20230314.122934-srg.jar             |Minecraft                     |minecraft                     |1.19.4              |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.4-45.0.49-universal.jar                |Forge                         |forge                         |45.0.49             |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
        Essential (forge_1.19.4).jar                      |Essential                     |essential                     |12266+deploy-staging|COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: f3560f7b-dd2d-4731-adcc-fd1290fb1c00
    FML: 45.0
    Forge: net.minecraftforge:45.0.49

Posted
  Quote

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-common.toml of type COMMON for modid forge

Expand  

Broken config file.

If you don't have a backup, delete the file and it will be recreated with default values.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted
  On 5/1/2023 at 5:22 PM, warjort said:

Broken config file.

If you don't have a backup, delete the file and it will be recreated with default values.

Expand  

Well I already tried it before and did it again now, but it still says    "Failed loading config file forge-common.toml of type COMMON for modid forge".     Maybe it didn't get recreated. Do you maybe have another idea?

(still thanks for helping!)

Posted (edited)

If you really did delete the file, it wouldn't give that parse error message because there would be nothing for it to parse.

Are you sure you are removing the correct file?

You don't post your debug.log so I can't tell you the exact location.

 

Also you don't post the updated error.

When this happens its usually because you didn't shutdown your computer properly and the changed files don't get flushed to disk.

So the problem can happen with multiple config files. Check the new error message for the file name. It's probably a different config file.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)
  On 5/5/2023 at 7:50 PM, warjort said:

If you really did delete the file, it wouldn't give that parse error message because there would be nothing for it to parse.

Are you sure you are removing the correct file?

You don't post your debug.log so I can't tell you the exact location.

Expand  

Is it this one?:

[01Mai2023 15:32:58.113] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Dsc0pe, --version, 1.19.4-forge-45.0.50, --gameDir, C:\Users\m158\AppData\Roaming\.minecraft, --assetsDir, C:\Users\m158\AppData\Roaming\.minecraft\assets, --assetIndex, 3, --uuid, e1718313019741cb885c7b018d7c4d0d, --accessToken, ????????, --clientId, YmNkNDlkMGUtMGE0My00N2FmLWIyZDYtMTlhMzUxZTdhNmRi, --xuid, 2535451539814392, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 45.0.50, --fml.mcVersion, 1.19.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230314.122934]
[01Mai2023 15:32:58.117] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0
[01Mai2023 15:32:58.139] [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]
[01Mai2023 15:32:58.149] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[01Mai2023 15:32:58.160] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[01Mai2023 15:32:58.169] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[01Mai2023 15:32:58.175] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: 
[01Mai2023 15:32:58.183] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[01Mai2023 15:32:58.183] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[01Mai2023 15:32:58.183] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[01Mai2023 15:32:58.183] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[01Mai2023 15:32:58.183] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[01Mai2023 15:32:58.186] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[01Mai2023 15:32:58.186] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading
[01Mai2023 15:32:58.186] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 10.0.8+10.0.8+main.0ef7e830
[01Mai2023 15:32:58.186] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[01Mai2023 15:32:58.186] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 6.0.3+6.0.3+master.039e4ea9
[01Mai2023 15:32:58.187] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[01Mai2023 15:32:58.188] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[01Mai2023 15:32:58.188] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 6.0.0+6.0.0+master.42474703
[01Mai2023 15:32:58.188] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 5
[01Mai2023 15:32:58.190] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[01Mai2023 15:32:58.190] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[01Mai2023 15:32:58.195] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[01Mai2023 15:32:58.196] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[01Mai2023 15:32:58.207] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@ae13544
[01Mai2023 15:32:58.220] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/m158/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2397!/ Service=ModLauncher Env=CLIENT
[01Mai2023 15:32:58.223] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[01Mai2023 15:32:58.223] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[01Mai2023 15:32:58.223] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[01Mai2023 15:32:58.224] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[01Mai2023 15:32:58.224] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[01Mai2023 15:32:58.224] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[01Mai2023 15:32:58.226] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[01Mai2023 15:32:58.227] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[01Mai2023 15:32:58.227] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\m158\AppData\Roaming\.minecraft
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\m158\AppData\Roaming\.minecraft
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\m158\AppData\Roaming\.minecraft\mods
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\m158\AppData\Roaming\.minecraft\mods
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\m158\AppData\Roaming\.minecraft\config
[01Mai2023 15:32:58.228] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\m158\AppData\Roaming\.minecraft\config
[01Mai2023 15:32:58.229] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\m158\AppData\Roaming\.minecraft\config\fml.toml
[01Mai2023 15:32:58.229] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[01Mai2023 15:32:58.260] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\m158\AppData\Roaming\.minecraft\defaultconfigs
[01Mai2023 15:32:58.260] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile
[01Mai2023 15:32:58.263] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[01Mai2023 15:32:58.263] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using forgeclient as launch service
[01Mai2023 15:32:58.276] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : VersionInfo[forgeVersion=45.0.50, mcVersion=1.19.4, mcpVersion=20230314.122934, forgeGroup=net.minecraftforge]
[01Mai2023 15:32:58.278] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[01Mai2023 15:32:58.278] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[01Mai2023 15:32:58.279] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[01Mai2023 15:32:58.279] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[01Mai2023 15:32:58.279] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[01Mai2023 15:32:58.280] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[01Mai2023 15:32:58.280] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[01Mai2023 15:32:58.280] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[01Mai2023 15:32:58.289] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[01Mai2023 15:32:58.292] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null)
[01Mai2023 15:32:58.292] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null)
[01Mai2023 15:32:58.449] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.19.4-20230314.122934-srg.jar with {minecraft} mods - versions {1.19.4}
[01Mai2023 15:32:58.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19.4-45.0.50\fmlcore-1.19.4-45.0.50.jar
[01Mai2023 15:32:58.454] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19.4-45.0.50\fmlcore-1.19.4-45.0.50.jar is missing mods.toml file
[01Mai2023 15:32:58.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19.4-45.0.50\javafmllanguage-1.19.4-45.0.50.jar
[01Mai2023 15:32:58.458] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19.4-45.0.50\javafmllanguage-1.19.4-45.0.50.jar is missing mods.toml file
[01Mai2023 15:32:58.461] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19.4-45.0.50\lowcodelanguage-1.19.4-45.0.50.jar
[01Mai2023 15:32:58.461] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19.4-45.0.50\lowcodelanguage-1.19.4-45.0.50.jar is missing mods.toml file
[01Mai2023 15:32:58.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19.4-45.0.50\mclanguage-1.19.4-45.0.50.jar
[01Mai2023 15:32:58.464] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19.4-45.0.50\mclanguage-1.19.4-45.0.50.jar is missing mods.toml file
[01Mai2023 15:32:58.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.19.4-45.0.50\forge-1.19.4-45.0.50-universal.jar
[01Mai2023 15:32:58.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.19.4-45.0.50-universal.jar with {forge} mods - versions {45.0.50}
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from client-1.19.4-20230314.122934-srg.jar, it does not contain dependency information.
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.19.4-45.0.50-universal.jar, it does not contain dependency information.
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.19.4-45.0.50.jar, it does not contain dependency information.
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.19.4-45.0.50.jar, it does not contain dependency information.
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.19.4-45.0.50.jar, it does not contain dependency information.
[01Mai2023 15:32:58.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.19.4-45.0.50.jar, it does not contain dependency information.
[01Mai2023 15:32:58.533] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[01Mai2023 15:32:58.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.19.4-20230314.122934-srg.jar with {minecraft} mods - versions {1.19.4}
[01Mai2023 15:32:58.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.19.4-20230314.122934\client-1.19.4-20230314.122934-srg.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
[01Mai2023 15:32:58.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.19.4-45.0.50\forge-1.19.4-45.0.50-universal.jar
[01Mai2023 15:32:58.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.19.4-45.0.50-universal.jar with {forge} mods - versions {45.0.50}
[01Mai2023 15:32:58.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.19.4-45.0.50\forge-1.19.4-45.0.50-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]
[01Mai2023 15:32:58.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js
[01Mai2023 15:32:58.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod intrinsic_tag_appender_binary_compat with Javascript path coremods/intrinsic_tag_appender_binary_compat.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod method_redirector with Javascript path coremods/method_redirector.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_method.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/intrinsic_tag_appender_binary_compat.js
[01Mai2023 15:32:58.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/method_redirector.js
[01Mai2023 15:32:58.569] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[01Mai2023 15:32:58.577] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 3 language providers
[01Mai2023 15:32:58.578] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0
[01Mai2023 15:32:58.579] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 45
[01Mai2023 15:32:58.579] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 45
[01Mai2023 15:32:58.582] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Configured system mods: [minecraft, forge]
[01Mai2023 15:32:58.582] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: minecraft
[01Mai2023 15:32:58.582] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: forge
[01Mai2023 15:32:58.586] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mod requirements (0 mandatory, 0 optional)
[01Mai2023 15:32:58.586] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
[01Mai2023 15:32:58.905] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[01Mai2023 15:32:58.905] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[01Mai2023 15:32:58.906] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[01Mai2023 15:32:58.906] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[01Mai2023 15:32:58.906] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[01Mai2023 15:32:58.906] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js
[01Mai2023 15:32:59.048] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[01Mai2023 15:32:59.048] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js
[01Mai2023 15:32:59.095] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[01Mai2023 15:32:59.095] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js
[01Mai2023 15:32:59.122] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[01Mai2023 15:32:59.122] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/intrinsic_tag_appender_binary_compat.js
[01Mai2023 15:32:59.133] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[01Mai2023 15:32:59.134] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/method_redirector.js
[01Mai2023 15:32:59.176] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[01Mai2023 15:32:59.183] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@b46e103 to Target : CLASS {Lnet/minecraft/world/level/biome/Biome;} {} {V}
[01Mai2023 15:32:59.184] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5cbd94b2 to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V}
[01Mai2023 15:32:59.184] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6824b913 to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V}
[01Mai2023 15:32:59.184] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@756aadfc to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V}
[01Mai2023 15:32:59.184] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@705a8dbc to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@40729f01 to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@d535a3d to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2d760326 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@9e54c59 to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5dbb50f3 to Target : CLASS {Lnet/minecraftforge/common/extensions/IForgeIntrinsicHolderTagAppender;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/NaturalSpawner;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V}
[01Mai2023 15:32:59.185] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/monster/Spider;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/monster/Zombie;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/server/commands/SummonCommand;} {} {V}
[01Mai2023 15:32:59.186] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/npc/Villager;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/server/commands/RaidCommand;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/EntityType;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/monster/Strider;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4a2e7bcb to Target : CLASS {Lnet/minecraft/world/entity/raid/Raid;} {} {V}
[01Mai2023 15:32:59.187] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[01Mai2023 15:32:59.349] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(forge)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(forge)
[01Mai2023 15:32:59.350] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(forge)
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(forge)
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(forge)
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: inject() running with 3 agents
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[01Mai2023 15:32:59.351] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[01Mai2023 15:32:59.351] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclient' with arguments [--version, 1.19.4-forge-45.0.50, --gameDir, C:\Users\m158\AppData\Roaming\.minecraft, --assetsDir, C:\Users\m158\AppData\Roaming\.minecraft\assets, --uuid, e1718313019741cb885c7b018d7c4d0d, --username, Dsc0pe, --assetIndex, 3, --accessToken, ????????, --clientId, YmNkNDlkMGUtMGE0My00N2FmLWIyZDYtMTlhMzUxZTdhNmRi, --xuid, 2535451539814392, --userType, msa, --versionType, release]
[01Mai2023 15:32:59.433] [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out
[01Mai2023 15:32:59.435] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[01Mai2023 15:32:59.450] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework
[01Mai2023 15:32:59.452] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple
[01Mai2023 15:32:59.452] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4
[01Mai2023 15:32:59.617] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@d5bb1c4
[01Mai2023 15:32:59.804] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@d5bb1c4
[01Mai2023 15:33:00.412] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/EntityType
[01Mai2023 15:33:00.698] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/LiquidBlock
[01Mai2023 15:33:00.725] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/StairBlock
[01Mai2023 15:33:00.777] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/FlowerPotBlock
[01Mai2023 15:33:01.265] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/ItemStack
[01Mai2023 15:33:01.572] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/animal/frog/Tadpole
[01Mai2023 15:33:01.600] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/BucketItem
[01Mai2023 15:33:02.124] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/monster/Spider
[01Mai2023 15:33:02.155] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 180 Datafixer optimizations took 86 milliseconds
[01Mai2023 15:33:02.162] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/monster/Zombie
[01Mai2023 15:33:02.195] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/monster/ZombieVillager
[01Mai2023 15:33:02.235] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal
[01Mai2023 15:33:02.339] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/animal/horse/SkeletonTrapGoal
[01Mai2023 15:33:02.354] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/monster/Strider
[01Mai2023 15:33:02.451] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/npc/Villager
[01Mai2023 15:33:02.513] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/effect/MobEffectInstance
[01Mai2023 15:33:02.936] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/Structure
[01Mai2023 15:33:02.977] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece
[01Mai2023 15:33:02.986] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece
[01Mai2023 15:33:02.993] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece
[01Mai2023 15:33:03.007] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece
[01Mai2023 15:33:03.097] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/biome/Biome
[01Mai2023 15:33:03.572] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/m158/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.4-20230314.122934/client-1.19.4-20230314.122934-srg.jar%23152!/assets/.mcassetsroot' uses unexpected schema
[01Mai2023 15:33:03.572] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/m158/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.4-20230314.122934/client-1.19.4-20230314.122934-srg.jar%23152!/data/.mcassetsroot' uses unexpected schema
[01Mai2023 15:33:03.587] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[01Mai2023 15:33:04.004] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dsc0pe
[01Mai2023 15:33:04.097] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.1 build 7
[01Mai2023 15:33:04.477] [Render thread/DEBUG] [net.minecraftforge.common.ForgeI18n/CORE]: Loading I18N data entries: 6268
[01Mai2023 15:33:04.500] [Render thread/DEBUG] [net.minecraftforge.fml.ModWorkManager/LOADING]: Using 12 threads for parallel mod-loading
[01Mai2023 15:33:04.510] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@d5bb1c4 - got cpw.mods.cl.ModuleClassLoader@2e140e59
[01Mai2023 15:33:04.511] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod
[01Mai2023 15:33:04.553] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 45.0 from cpw.mods.modlauncher.TransformingClassLoader@d5bb1c4
[01Mai2023 15:33:04.554] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 45.0.50
[01Mai2023 15:33:04.554] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 45.0
[01Mai2023 15:33:04.554] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[01Mai2023 15:33:04.555] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: MCP Version package package net.minecraftforge.versions.mcp, Minecraft, version 1.19.4 from cpw.mods.modlauncher.TransformingClassLoader@d5bb1c4
[01Mai2023 15:33:04.555] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.19.4
[01Mai2023 15:33:04.555] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20230314.122934
[01Mai2023 15:33:04.555] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 45.0.50, for MC 1.19.4 with MCP 20230314.122934
[01Mai2023 15:33:04.558] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v45.0.50 Initialized
[01Mai2023 15:33:04.624] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false
[01Mai2023 15:33:04.624] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 17
[01Mai2023 15:33:04.625] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available
[01Mai2023 15:33:04.625] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available
[01Mai2023 15:33:04.625] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available
[01Mai2023 15:33:04.626] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available
[01Mai2023 15:33:04.626] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
    at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:288) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:282) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:333) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.ConstantPool.<init>(ConstantPool.java:34) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.AttributeKey$1.<init>(AttributeKey.java:27) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.AttributeKey.<clinit>(AttributeKey.java:27) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at net.minecraftforge.network.NetworkConstants.<clinit>(NetworkConstants.java:34) ~[forge-1.19.4-45.0.50-universal.jar%23157!/:?]
    at net.minecraftforge.common.ForgeMod.<init>(ForgeMod.java:439) ~[forge-1.19.4-45.0.50-universal.jar%23157!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.4-45.0.50.jar%23154!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.4-45.0.50.jar%23153!/:?]
    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) ~[?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
[01Mai2023 15:33:04.627] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true
[01Mai2023 15:33:04.628] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$7 (in module io.netty.common) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.common
    at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[?:?]
    at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:560) ~[?:?]
    at io.netty.util.internal.PlatformDependent0$7.run(PlatformDependent0.java:410) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:401) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:333) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.ConstantPool.<init>(ConstantPool.java:34) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.AttributeKey$1.<init>(AttributeKey.java:27) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at io.netty.util.AttributeKey.<clinit>(AttributeKey.java:27) ~[netty-common-4.1.82.Final.jar%23119!/:4.1.82.Final]
    at net.minecraftforge.network.NetworkConstants.<clinit>(NetworkConstants.java:34) ~[forge-1.19.4-45.0.50-universal.jar%23157!/:?]
    at net.minecraftforge.common.ForgeMod.<init>(ForgeMod.java:439) ~[forge-1.19.4-45.0.50-universal.jar%23157!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.4-45.0.50.jar%23154!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.4-45.0.50.jar%23153!/:?]
    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) ~[?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
[01Mai2023 15:33:04.629] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.<init>(long, int): unavailable
[01Mai2023 15:33:04.629] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available
[01Mai2023 15:33:04.629] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 2147483648 bytes (maybe)
[01Mai2023 15:33:04.629] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: C:\Users\m158\AppData\Local\Temp (java.io.tmpdir)
[01Mai2023 15:33:04.629] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model)
[01Mai2023 15:33:04.631] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: Platform: Windows
[01Mai2023 15:33:04.631] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes
[01Mai2023 15:33:04.631] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1
[01Mai2023 15:33:04.632] [modloading-worker-0/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available
[01Mai2023 15:33:04.632] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false
[01Mai2023 15:33:04.657] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Loading Network data for FML net version: FML3
[01Mai2023 15:33:04.692] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[01Mai2023 15:33:04.693] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[01Mai2023 15:33:04.693] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-common.toml for forge tracking
[01Mai2023 15:33:04.718] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[01Mai2023 15:33:04.720] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.common.ForgeSpawnEggItem$CommonHandler to MOD
[01Mai2023 15:33:04.722] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.common.ForgeSpawnEggItem$ColorRegisterHandler to MOD
[01Mai2023 15:33:04.727] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.model.data.ModelDataManager to FORGE
[01Mai2023 15:33:04.729] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.ForgeHooksClient$ClientEvents to MOD
[01Mai2023 15:33:04.735] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.ClientForgeMod to MOD
[01Mai2023 15:33:04.787] [Render thread/DEBUG] [net.minecraftforge.common.capabilities.CapabilityManager/CAPABILITIES]: Attempting to automatically register: Lnet/minecraftforge/energy/IEnergyStorage;
[01Mai2023 15:33:04.788] [Render thread/DEBUG] [net.minecraftforge.common.capabilities.CapabilityManager/CAPABILITIES]: Attempting to automatically register: Lnet/minecraftforge/fluids/capability/IFluidHandler;
[01Mai2023 15:33:04.788] [Render thread/DEBUG] [net.minecraftforge.common.capabilities.CapabilityManager/CAPABILITIES]: Attempting to automatically register: Lnet/minecraftforge/fluids/capability/IFluidHandlerItem;
[01Mai2023 15:33:04.788] [Render thread/DEBUG] [net.minecraftforge.common.capabilities.CapabilityManager/CAPABILITIES]: Attempting to automatically register: Lnet/minecraftforge/items/IItemHandler;
[01Mai2023 15:33:04.968] [Render thread/DEBUG] [net.minecraftforge.client.loading.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\m158\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.19.4-45.0.50\forge-1.19.4-45.0.50-universal.jar
[01Mai2023 15:33:05.536] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources
[01Mai2023 15:33:05.548] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT
[01Mai2023 15:33:05.549] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\m158\AppData\Roaming\.minecraft\config\forge-client.toml
[01Mai2023 15:33:05.550] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-client.toml
[01Mai2023 15:33:05.550] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-client.toml for changes
[01Mai2023 15:33:05.552] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-client.toml is not correct. Correcting
[01Mai2023 15:33:05.553] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client was corrected from null to its default, SimpleCommentedConfig:{}. 
[01Mai2023 15:33:05.553] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.alwaysSetupTerrainOffThread was corrected from null to its default, false. 
[01Mai2023 15:33:05.554] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client.alwaysSetupTerrainOffThread does not match the spec. This may create a backup.
[01Mai2023 15:33:05.554] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.experimentalForgeLightPipelineEnabled was corrected from null to its default, false. 
[01Mai2023 15:33:05.554] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client.experimentalForgeLightPipelineEnabled does not match the spec. This may create a backup.
[01Mai2023 15:33:05.554] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.showLoadWarnings was corrected from null to its default, true. 
[01Mai2023 15:33:05.554] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client.showLoadWarnings does not match the spec. This may create a backup.
[01Mai2023 15:33:05.554] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.useCombinedDepthStencilAttachment was corrected from null to its default, false. 
[01Mai2023 15:33:05.554] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client.useCombinedDepthStencilAttachment does not match the spec. This may create a backup.
[01Mai2023 15:33:05.554] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.compressLanIPv6Addresses was corrected from null to its default, true. 
[01Mai2023 15:33:05.555] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client.compressLanIPv6Addresses does not match the spec. This may create a backup.
[01Mai2023 15:33:05.555] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key client does not match the spec. This may create a backup.
[01Mai2023 15:33:05.556] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfig/FORGEMOD]: Loaded forge config file forge-client.toml
[01Mai2023 15:33:05.557] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON
[01Mai2023 15:33:05.557] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\m158\AppData\Roaming\.minecraft\config\forge-common.toml
[01Mai2023 15:33:05.557] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-common.toml
[01Mai2023 15:33:05.558] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-common.toml for changes
[01Mai2023 15:33:05.558] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\m158\AppData\Roaming\.minecraft\config\forge-common.toml is not correct. Correcting
[01Mai2023 15:33:05.558] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.cachePackAccess was corrected from null to its default, true. 
[01Mai2023 15:33:05.558] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key general.cachePackAccess does not match the spec. This may create a backup.
[01Mai2023 15:33:05.558] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.indexVanillaPackCachesOnThread was corrected from null to its default, false. 
[01Mai2023 15:33:05.558] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key general.indexVanillaPackCachesOnThread does not match the spec. This may create a backup.
[01Mai2023 15:33:05.558] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.indexModPackCachesOnThread was corrected from null to its default, false. 
[01Mai2023 15:33:05.558] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key general.indexModPackCachesOnThread does not match the spec. This may create a backup.
[01Mai2023 15:33:05.558] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.defaultWorldType was corrected from default to its default, null. 
[01Mai2023 15:33:05.558] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfigSpec/CORE]: The comment on key general does not match the spec. This may create a backup.
[01Mai2023 15:33:05.559] [Thread-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file forge-client.toml changed, sending notifies
[01Mai2023 15:33:05.559] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeConfig/FORGEMOD]: Loaded forge config file forge-common.toml
[01Mai2023 15:33:05.559] [Thread-0/DEBUG] [net.minecraftforge.common.ForgeConfig/FORGEMOD]: Forge config just got changed on the file system!
[01Mai2023 15:33:05.561] [Thread-0/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file forge-common.toml changed, sending notifies
[01Mai2023 15:33:05.561] [Thread-0/DEBUG] [net.minecraftforge.common.ForgeConfig/FORGEMOD]: Forge config just got changed on the file system!
[01Mai2023 15:33:05.615] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[01Mai2023 15:33:06.152] [Forge Version Check/DEBUG] [net.minecraftforge.fml.VersionChecker/]: [forge] Received version check data:
{
  "homepage": "https://files.minecraftforge.net/net/minecraftforge/forge/",
  "promos": {
    "1.1-latest": "1.3.4.29",
    "1.2.3-latest": "1.4.1.64",
    "1.2.4-latest": "2.0.0.68",
    "1.2.5-latest": "3.4.9.171",
    "1.3.2-latest": "4.3.5.318",
    "1.4.0-latest": "5.0.0.326",
    "1.4.1-latest": "6.0.0.329",
    "1.4.2-latest": "6.0.1.355",
    "1.4.3-latest": "6.2.1.358",
    "1.4.4-latest": "6.3.0.378",
    "1.4.5-latest": "6.4.2.448",
    "1.4.6-latest": "6.5.0.489",
    "1.4.7-latest": "6.6.2.534",
    "1.5-latest": "7.7.0.598",
    "1.5.1-latest": "7.7.2.682",
    "1.5.2-latest": "7.8.1.738",
    "1.5.2-recommended": "7.8.1.738",
    "1.6.1-latest": "8.9.0.775",
    "1.6.2-latest": "9.10.1.871",
    "1.6.2-recommended": "9.10.1.871",
    "1.6.3-latest": "9.11.0.878",
    "1.6.4-latest": "9.11.1.1345",
    "1.6.4-recommended": "9.11.1.1345",
    "1.7.2-latest": "10.12.2.1161",
    "1.7.2-recommended": "10.12.2.1161",
    "1.7.10_pre4-latest": "10.12.2.1149",
    "1.7.10-latest": "10.13.4.1614",
    "1.7.10-recommended": "10.13.4.1614",
    "1.8-latest": "11.14.4.1577",
    "1.8-recommended": "11.14.4.1563",
    "1.8.8-latest": "11.15.0.1655",
    "1.8.9-latest": "11.15.1.2318",
    "1.8.9-recommended": "11.15.1.2318",
    "1.9-latest": "12.16.1.1938",
    "1.9-recommended": "12.16.1.1887",
    "1.9.4-latest": "12.17.0.2317",
    "1.9.4-recommended": "12.17.0.2317",
    "1.10-latest": "12.18.0.2000",
    "1.10.2-latest": "12.18.3.2511",
    "1.10.2-recommended": "12.18.3.2511",
    "1.11-latest": "13.19.1.2199",
    "1.11-recommended": "13.19.1.2189",
    "1.11.2-latest": "13.20.1.2588",
    "1.11.2-recommended": "13.20.1.2588",
    "1.12-latest": "14.21.1.2443",
    "1.12-recommended": "14.21.1.2387",
    "1.12.1-latest": "14.22.1.2485",
    "1.12.1-recommended": "14.22.1.2478",
    "1.12.2-latest": "14.23.5.2860",
    "1.12.2-recommended": "14.23.5.2859",
    "1.13.2-latest": "25.0.223",
    "1.14.2-latest": "26.0.63",
    "1.14.3-latest": "27.0.60",
    "1.14.4-latest": "28.2.26",
    "1.14.4-recommended": "28.2.26",
    "1.15-latest": "29.0.4",
    "1.15.1-latest": "30.0.51",
    "1.15.2-latest": "31.2.57",
    "1.15.2-recommended": "31.2.57",
    "1.16.1-latest": "32.0.108",
    "1.16.2-latest": "33.0.61",
    "1.16.3-latest": "34.1.42",
    "1.16.3-recommended": "34.1.0",
    "1.16.4-latest": "35.1.37",
    "1.16.4-recommended": "35.1.4",
    "1.16.5-latest": "36.2.39",
    "1.16.5-recommended": "36.2.34",
    "1.17.1-latest": "37.1.1",
    "1.17.1-recommended": "37.1.1",
    "1.18-latest": "38.0.17",
    "1.18.1-latest": "39.1.2",
    "1.18.1-recommended": "39.1.0",
    "1.18.2-recommended": "40.2.0",
    "1.18.2-latest": "40.2.2",
    "1.19-latest": "41.1.0",
    "1.19-recommended": "41.1.0",
    "1.19.1-latest": "42.0.9",
    "1.19.2-recommended": "43.2.0",
    "1.19.2-latest": "43.2.8",
    "1.19.3-latest": "44.1.23",
    "1.19.3-recommended": "44.1.0",
    "1.19.4-latest": "45.0.50"
  }
}
[01Mai2023 15:33:06.153] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA Current: 45.0.50 Target: 45.0.50
[01Mai2023 15:33:07.414] [Render thread/DEBUG] [net.minecraftforge.common.ForgeI18n/CORE]: Loading I18N data entries: 6318
[01Mai2023 15:33:07.432] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.brush.brushing
[01Mai2023 15:33:07.432] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.brush.brush_sand_completed
[01Mai2023 15:33:07.432] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play
[01Mai2023 15:33:07.433] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[01Mai2023 15:33:07.433] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:music.overworld.cherry_grove
[01Mai2023 15:33:07.469] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device OpenAL Soft on Realtek HD Audio 2nd output (Realtek(R) Audio)
[01Mai2023 15:33:07.470] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started
[01Mai2023 15:33:07.502] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[01Mai2023 15:33:07.508] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[01Mai2023 15:33:07.510] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[01Mai2023 15:33:07.510] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[01Mai2023 15:33:07.510] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[01Mai2023 15:33:07.518] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[01Mai2023 15:33:07.518] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[01Mai2023 15:33:07.518] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[01Mai2023 15:33:07.518] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[01Mai2023 15:33:07.760] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[01Mai2023 15:33:07.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[01Mai2023 15:33:07.845] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[01Mai2023 15:33:07.845] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[01Mai2023 15:33:32.692] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
 

Edited by Mighty Prigon
Posted (edited)
  Quote

01Mai2023 15:32:58.113] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Dsc0pe, --version, 1.19.4-forge-45.0.50, --gameDir, C:\Users\m158\AppData\Roaming\.minecraft

Expand  

Looks like the wrong log given the date and the previous crash report you posted above was using Forge 45.0.49

And please don't post logs in the forum, use a file sharing site.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)

That's the latest.log not the debug.log - and it's not complete

It shows the same information as the bottom of your other log you posted. It loads the textures then it just stops with no crash.

  Quote

[19:40:32] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas

[19:40:35] [Render thread/INFO]: Stopping!

Expand  

That's the kind of log you would expect if you closed the window while it was loading.

 

I think you have an issue where you don't know where the files are for your minecraft/forge.

I think the simplest solution would be:

* Backup your whole .minecraft folder by renaming it (you want to keep all your saves).

* Reinstall minecraft and forge

That way you will only have one version installed and it should be easier for you to locate things.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted
  On 5/5/2023 at 8:32 PM, warjort said:

That's the latest.log not the debug.log - and it's not complete

It shows the same information as the bottom of your other log you posted. It loads the textures then it just stops with no crash.

That's the kind of log you would expect if you closed the window while it was loading.

 

I think you have an issue where you don't know where the files are for your minecraft/forge.

I think the simplest solution would be:

* Backup your whole .minecraft folder by renaming it (you want to keep all your saves).

* Reinstall minecraft and forge

That way you will only have one version installed and it should be easier for you to locate things.

Expand  

It's working now and everything is back to normal. Thanks for the help! I appreciate it very much!

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Update your AMD/ATI drivers - get the drivers from their website - do not update via system  
    • Nous sommes ravis de vous présenter une opportunité incroyable d'économiser sur vos achats en ligne ! Préparez-vous à découvrir le Temu coupon code 90% off qui va révolutionner votre façon de magasiner. Avec ce code, des réductions massives vous attendent sur une multitude de produits. Aujourd'hui, nous mettons en lumière le code de coupon Temu acw696499, spécialement conçu pour maximiser vos économies en France. Ce code vous garantira des avantages exceptionnels, que vous soyez un nouvel utilisateur ou un client fidèle de Temu. Ne manquez pas l'occasion de profiter de réductions substantielles avec le Temu coupon code 2025 for existing customers et le Temu 90% discount coupon. Ces offres exclusives rendront vos paniers encore plus attrayants. Qu'est-ce que le code de coupon Temu 90% de réduction ? Nous sommes absolument ravis de vous annoncer que notre code de coupon exclusif vous offre des avantages exceptionnels sur Temu. Que vous soyez un nouveau venu sur la plateforme ou un client fidèle, notre code de coupon Temu coupon 90% off vous permettra de réaliser des économies impressionnantes sur l'application et le site web de Temu. C'est l'occasion parfaite de profiter d'un 90% discount Temu coupon sur tous vos achats. acw696499 : Profitez d'une remise forfaitaire de 90% pour les nouveaux utilisateurs. acw696499 : Bénéficiez de 90% de réduction pour les utilisateurs existants. acw696499 : Obtenez un pack de coupons de 70% pour des utilisations multiples. acw696499 : Recevez une remise forfaitaire de 70% pour les nouveaux clients. acw696499 : Profitez d'un code promo supplémentaire de 70% pour les clients existants et d'un coupon de 70% pour les nouveaux utilisateurs en France. Code de coupon Temu 90% de réduction pour les nouveaux utilisateurs Pour nos nouveaux utilisateurs, Temu a préparé des offres particulièrement alléchantes ! En utilisant notre code de coupon sur l'application Temu, vous êtes assuré de bénéficier des réductions les plus élevées. Préparez-vous à une expérience d'achat inégalée grâce au Temu coupon 90% off, même si vous cherchiez un Temu coupon code 40 off for existing users, nos offres pour les nouveaux clients sont exceptionnelles. acw696499 : Bénéficiez d'une remise forfaitaire de 90% pour les nouveaux utilisateurs. acw696499 : Obtenez un ensemble de coupons de 70% pour les nouveaux clients. acw696499 : Profitez d'un ensemble de coupons allant jusqu'à 70% pour des utilisations multiples. acw696499 : Recevez la livraison gratuite en France. acw696499 : Bénéficiez d'une réduction supplémentaire de 30% sur tout achat pour les utilisateurs novices. Comment utiliser le code de coupon Temu 90% de réduction pour les nouveaux clients ? Nous sommes là pour vous guider pas à pas afin de maximiser vos économies avec le Temu 90% off et le Temu 40 off coupon code. C'est simple comme bonjour ! Téléchargez l'application Temu : Si ce n'est pas déjà fait, commencez par télécharger l'application Temu depuis l'App Store ou Google Play. C'est là que la magie opère ! Créez un nouveau compte : Enregistrez-vous en tant que nouvel utilisateur. Cela ne prend que quelques minutes. Explorez les produits : Parcourez la vaste sélection de produits disponibles sur Temu et ajoutez vos articles préférés à votre panier. Accédez à votre panier : Une fois que vous avez terminé vos achats, cliquez sur l'icône de votre panier pour consulter votre sélection. Appliquez le code : Au moment du paiement, vous verrez un champ dédié aux codes promo ou coupons. Saisissez acw696499 dans ce champ. Validez et économisez : Cliquez sur "Appliquer" ou "Valider" pour voir la réduction de 90% s'appliquer instantanément à votre total. Finalisez votre commande : Procédez au paiement et savourez vos économies ! Code de coupon Temu 90% de réduction pour les utilisateurs existants Nous n'oublions pas nos fidèles clients ! Même si vous êtes déjà un utilisateur de Temu, vous pouvez toujours profiter de réductions fantastiques grâce à notre code de coupon. C'est notre façon de vous remercier de votre loyauté. Dites adieu à la recherche du Temu 40 off coupon code ou du Temu coupon code for existing customers, car notre code est la clé de réductions encore plus grandes. acw696499 : Obtenez une réduction supplémentaire de 90% pour les utilisateurs Temu existants. acw696499 : Recevez un ensemble de coupons de 70% pour des achats multiples. acw696499 : Bénéficiez d'un cadeau gratuit avec livraison express partout en France. acw696499 : Profitez d'une réduction supplémentaire de 30% en plus de la réduction existante. acw696499 : Obtenez la livraison gratuite en France. Comment utiliser le code de coupon Temu 90% de réduction pour les clients existants ? En tant que client existant, vous méritez aussi des récompenses ! Voici comment utiliser le Temu coupon code 40 off et le Temu discount code for existing users pour continuer à économiser. Connectez-vous à votre compte Temu : Ouvrez l'application Temu et connectez-vous à votre compte existant. Parcourez et ajoutez au panier : Explorez les dernières offres et ajoutez les articles que vous souhaitez acheter à votre panier. Passez à la caisse : Une fois votre sélection faite, cliquez sur l'icône de votre panier et passez à l'étape de paiement. Saisissez le code : Repérez le champ "Code promo" ou "Appliquer un coupon" et entrez acw696499. Appliquez la réduction : Confirmez l'application du code pour que la réduction soit visible sur votre total. Finalisez la commande : Procédez au paiement et profitez de vos économies bien méritées. Comment trouver le code de coupon Temu 90% de réduction ? Nous savons que vous êtes à la recherche du Temu coupon code 90% off first order et des latest Temu coupons 40 off ! Nous sommes là pour vous aider à dénicher les meilleures offres Temu et à ne jamais manquer une occasion d'économiser. Une méthode infaillible pour recevoir des coupons vérifiés et testés est de vous inscrire à la newsletter de Temu. Non seulement vous recevrez des mises à jour sur les nouveautés et les promotions, mais vous serez aussi parmi les premiers à être informés des codes de réduction exclusifs. Nous vous encourageons vivement à le faire ! De plus, nous vous conseillons de visiter régulièrement les pages des réseaux sociaux de Temu. Ils y partagent souvent des codes promo et des offres spéciales qui ne sont disponibles nulle part ailleurs. Suivez-les sur vos plateformes préférées pour rester connecté et être au courant des dernières opportunités. Enfin, et c'est là que nous intervenons, vous pouvez toujours trouver les codes de coupon Temu les plus récents et fonctionnels en visitant des sites de coupons fiables comme le nôtre. Nous nous engageons à mettre à jour nos listes régulièrement afin de vous garantir que les codes que nous partageons sont valides et vous procurent les réductions promises. Nous faisons tout le travail pour vous ! Comment fonctionnent les coupons Temu 90% de réduction ? Les coupons Temu 90% de réduction, comme le Temu coupon code 90% off first time user ou le Temu coupon code 40 percent off, sont des codes alphanumériques que vous appliquez lors du processus de paiement sur le site ou l'application Temu pour bénéficier d'une remise substantielle sur votre commande. Ils fonctionnent comme une clé numérique qui débloque des économies. Lorsque vous entrez le code acw696499 dans le champ désigné, le système de Temu reconnaît ce code et applique la réduction correspondante à votre panier total avant que vous ne finalisiez votre achat. Cette réduction peut se manifester sous forme de pourcentage de réduction (comme 90% de moins), d'une somme forfaitaire déduite du total, ou même d'avantages comme la livraison gratuite. L'objectif est de rendre vos achats plus abordables en réduisant le prix final des articles que vous souhaitez acquérir. Comment gagner des coupons de 90% de réduction sur Temu en tant que nouveau client ? En tant que nouveau client, gagner des coupons de 90% de réduction sur Temu, y compris le Temu coupon code 90% off et le Temu 40 off coupon code first order, est plus facile que vous ne l'imaginez ! Temu est généreux avec ses nouveaux utilisateurs pour les encourager à découvrir la plateforme et ses nombreux avantages. La première et la plus directe façon d'obtenir ces coupons est de vous inscrire en tant que nouvel utilisateur sur l'application ou le site web de Temu. Souvent, Temu propose des offres de bienvenue exclusives qui peuvent inclure des réductions immédiates ou des packs de coupons pour votre première commande. De plus, après votre inscription, restez attentif aux notifications de l'application et aux e-mails de Temu ; ils envoient fréquemment des codes de réduction personnalisés ou des promotions spéciales pour les nouveaux arrivants. Participer aux jeux ou aux activités promotionnelles occasionnelles sur l'application peut également vous permettre de gagner des récompenses, y compris des coupons à forte réduction. Quels sont les avantages d'utiliser les coupons Temu 90% de réduction ? Les avantages d'utiliser nos codes de coupon Temu sur l'application et le site web sont tout simplement fantastiques ! Nous vous offrons une multitude de raisons de sauter sur l'occasion d'économiser. En utilisant le Temu 90% off coupon code legit ou le coupon code for Temu 40 off, vous débloquez un monde d'économies. Voici un aperçu des avantages que vous pouvez attendre : Une réduction de 90% sur votre première commande, ce qui est une économie considérable ! Un ensemble de coupons de 70% pour des utilisations multiples, vous permettant d'économiser sur plusieurs achats. Une réduction incroyable de 80% sur des articles populaires, vous donnant accès à des produits de qualité à des prix imbattables. Une réduction supplémentaire de 30% pour les clients Temu existants, car nous n'oublions jamais nos fidèles utilisateurs. Jusqu'à 90% de réduction sur une sélection d'articles, vous permettant de faire des affaires exceptionnelles. Un cadeau gratuit pour les nouveaux utilisateurs, notre façon de vous souhaiter la bienvenue. La livraison gratuite en France, ce qui signifie plus d'économies sur les frais d'expédition. Cadeau gratuit Temu et réduction spéciale pour les utilisateurs nouveaux et existants Nous sommes ravis de vous informer qu'il y a une multitude d'avantages à utiliser notre code de coupon Temu. Que vous soyez un nouveau venu ou un client fidèle, les récompenses sont substantielles ! Avec le Temu 90% off coupon code et le 90% off Temu coupon code, vos économies sont garanties. acw696499 : Une réduction de 90% pour votre première commande. acw696499 : 90% de réduction pour les clients existants. acw696499 : Une réduction supplémentaire de 30% sur n'importe quel article. acw696499 : Un cadeau gratuit pour les nouveaux utilisateurs de Temu. acw696499 : Jusqu'à 80% de réduction sur n'importe quel article sur l'application Temu, avec un cadeau gratuit et la livraison gratuite en France. Avantages et inconvénients de l'utilisation du code de coupon Temu 90% de réduction Utiliser le Temu coupon 90% off code et le Temu free coupon code 40 off offre une multitude d'avantages, mais il est également important de considérer les quelques inconvénients potentiels. Nous voulons que vous ayez une vision complète pour prendre la meilleure décision pour vos achats. Avantages : Économies massives : La réduction de 90% est l'un des pourcentages les plus élevés disponibles, vous permettant de réaliser des économies considérables sur vos achats. Accès à des produits variés : Vous pouvez acheter des articles que vous n'auriez peut-être pas envisagés à plein prix, élargissant ainsi vos options d'achat. Encouragement aux nouveaux utilisateurs : Les codes offrent un accueil chaleureux aux nouveaux clients, rendant leur première expérience d'achat très avantageuse. Bénéfices pour les clients existants : Nos codes veillent à ce que même les utilisateurs réguliers puissent continuer à profiter de réductions significatives. Livraison gratuite et cadeaux : Ces avantages supplémentaires augmentent la valeur globale de votre commande sans coût additionnel. Inconvénients : Spécificité du code : Certains codes peuvent être limités à certaines catégories de produits ou à des montants d'achat minimums, ce qui peut ne pas toujours correspondre à vos besoins. Disponibilité variable : Bien que nous nous efforcions de toujours avoir des codes fonctionnels, leur durée de validité peut varier. Exigences potentielles : Occasionnellement, certains codes peuvent nécessiter une première commande via l'application mobile ou être liés à des événements promotionnels spécifiques. Termes et conditions du code de coupon Temu 90% de réduction en 2025 Nous voulons que vous soyez parfaitement informé des conditions d'utilisation de notre code de coupon Temu, y compris le Temu coupon code 90% off free shipping et le Temu coupon code 90% off reddit. Nous avons veillé à ce que ces conditions soient aussi simples et avantageuses que possible pour vous. Voici les termes et conditions clés à retenir : Nos codes de coupon n'ont pas de date d'expiration ! Vous pouvez les utiliser à tout moment, sans pression de temps. Nous sommes fiers de vous offrir cette flexibilité. Ces codes sont valides pour absolument tous les utilisateurs, qu'ils soient nouveaux clients ou déjà fidèles de Temu en France. Tout le monde peut en profiter ! Il n'y a aucune exigence de montant d'achat minimum pour utiliser nos codes de coupon Temu. Que vous achetiez un petit article ou remplissiez un panier entier, la réduction s'appliquera. Les coupons sont appliqués au moment du paiement. Assurez-vous de bien entrer le code acw696499 dans le champ désigné. Certains coupons peuvent être spécifiques à des promotions, mais le code acw696499 est conçu pour offrir une large applicabilité. Les remises sont appliquées avant le calcul des taxes et des frais de livraison, sauf indication contraire (comme pour la livraison gratuite). En cas de retour d'articles achetés avec un coupon, la valeur du coupon ne sera généralement pas remboursée, mais le montant que vous avez payé après la réduction le sera. Note finale Nous espérons sincèrement que cet article vous a éclairé sur les incroyables opportunités offertes par le Temu coupon code 90% off. C'est une chance en or de faire des économies substantielles sur tous vos achats. N'hésitez plus et profitez dès maintenant du Temu 90% off coupon pour transformer votre expérience de shopping en ligne. Vos paniers vous remercieront ! FAQs du coupon Temu 90% de réduction Comment puis-je obtenir un code de 90% de réduction sur Temu ? Vous pouvez obtenir le code acw696499 en visitant notre site de coupons, en vous inscrivant à la newsletter de Temu, ou en suivant leurs pages sur les réseaux sociaux. Ce code offre des réductions allant jusqu'à 90% pour les nouveaux et les anciens clients. Le code de coupon Temu acw696499 est-il valide en France ? Oui, absolument ! Le code de coupon acw696499 est entièrement valide pour les utilisateurs en France, vous permettant de profiter de toutes les réductions et avantages mentionnés, y compris la livraison gratuite. Existe-t-il une date d'expiration pour le code de coupon Temu acw696499 ? Non, notre code de coupon acw696499 n'a pas de date d'expiration. Vous pouvez l'utiliser à tout moment pour maximiser vos économies sur Temu, que vous soyez un nouveau client ou un client existant. Puis-je utiliser le code acw696499 sur n'importe quel article sur Temu ? Oui, le code acw696499 est conçu pour s'appliquer à une large gamme d'articles sur Temu, vous offrant des réductions significatives sur diverses catégories de produits, sans minimum d'achat. Les clients existants peuvent-ils bénéficier d'une réduction de 90% avec ce code ? Oui, les clients existants peuvent également profiter de réductions allant jusqu'à 90% avec le code acw696499, ainsi que d'autres avantages comme des packs de coupons et des cadeaux gratuits, comme une gratitude pour leur fidélité.
    • We’re excited to share that the acw696499 Temu coupon code is now available and offers maximum savings for our friends across European nations. If you're based in the UK, France, Germany, or any other Western country, you're in luck! For those searching for the Temu coupon code 2025 for existing customers or a Temu 40% discount coupon, this article is your one-stop guide to unlocking real savings. Stay with us as we break down everything you need to know to get the most out of this exclusive promo code. What Is The Temu Coupon Code 40% off? Whether you’re new to Temu or a loyal customer, our special Temu coupon 40% off can help you make massive savings. This 40% discount Temu coupon is available on both the Temu app and website, giving everyone a chance to enjoy fantastic bargains. acw696499 – Enjoy a flat 40% discount for new users on their first purchase. acw696499 – Grab 40% off as an existing customer on selected categories. acw696499 – Receive a 100€ coupon pack valid for multiple purchases throughout the month. acw696499 – New customers can enjoy a straight 100€ discount with this code. acw696499 – Existing users can benefit from an extra 100€ off promotional code, ideal for European countries. Temu Coupon Code 40% Off For New Users If you’ve never shopped on Temu before, now’s the best time to dive in. Using our Temu coupon 40% off, new customers can unlock huge savings from day one. Even though it's a Temu coupon code 40 off for existing users, new users can still get fantastic welcome offers with acw696499. acw696499 – Enjoy a flat 40% discount for first-time buyers on any product category. acw696499 – New customers can access a 100€ coupon bundle with this code. acw696499 – Up to 100€ coupon pack for repeated use within the first 30 days. acw696499 – Avail 100€ to 300€ discount vouchers across selected categories. acw696499 – Free shipping available to 68 countries, including all of Europe. acw696499 – Unlock an additional 40% off your first order, no matter the amount. How To Redeem The Temu 40% Off Coupon Code For New Customers? Redeeming the Temu 40% off coupon is simple and only takes a few steps. Here’s how to apply your Temu 40 off coupon code as a new user: Visit the Temu website or download the Temu app. Sign up for a new account with your email or phone number. Add your favorite items to the cart. Proceed to checkout and look for the promo code box. Enter acw696499 and click apply. Enjoy instant 40% savings on your first order! Temu Coupon Code 40% Off For Existing Users Already a loyal Temu shopper? Great news – our Temu 40 off coupon code works wonderfully for you too. You don’t need to be left out because this Temu coupon code for existing customers is crafted just for you. acw696499 – Get an extra 40% discount exclusively for existing customers. acw696499 – Receive a 100€ coupon bundle for multiple purchases throughout the month. acw696499 – Free gift included with every order plus express shipping across Europe. acw696499 – Additional 30% off on already discounted products. acw696499 – Free shipping to 68 countries when using this code. How To Use The Temu Coupon Code 40% Off For Existing Customers? To redeem the Temu coupon code 40 off, existing users can follow this guide. You’ll see how quick it is to use your Temu discount code for existing users. Log in to your existing Temu account. Browse and add your favorite products to the cart. Head to the checkout page. Enter acw696499 in the promo code field. Click apply and enjoy up to 40% off instantly. How To Find The Temu Coupon Code 40% Off? You can easily access the Temu coupon code 40% off first order and keep track of the latest Temu coupons 40 off in several ways. Start by subscribing to Temu’s official newsletter to get exclusive deals and personalized offers. Follow Temu’s official social media channels like Instagram, Facebook, and TikTok for real-time updates on flash sales and new promo codes. Don’t forget to check popular and trusted coupon websites—like ours—for freshly verified deals. We ensure our Temu coupon codes are tested, working, and tailored for users across Europe. How Temu 40% Off coupons work? The Temu coupon code 40% off first time user and the Temu coupon code 40 percent off work by applying an instant discount at checkout. Once you enter the promo code, the total amount of your purchase is automatically reduced by 40%, provided the items qualify under the promotion. These codes work seamlessly for both new and returning users. New customers often receive welcome bundles, while existing users benefit from additional discounts and gifts. There's no need for a minimum order value, and they apply sitewide, including trending and high-demand items. How To Earn 40% Off Coupons In Temu As A New Customer? To get a Temu coupon code 40% off, simply register a new account on the Temu website or app. Once you’ve signed up, Temu may instantly provide a welcome offer that includes a Temu 40 off coupon code first order, giving you 40% off and other bonus coupons. Additionally, share your referral code with friends or engage in daily activities within the app to earn more discount vouchers. Temu often runs promotional campaigns where participating users can unlock further rewards including cashbacks, free gifts, and extra coupon codes. What Are The Advantages Of Using Temu 40% Off Coupons? The benefits of using our Temu 40% off coupon code legit and coupon code for Temu 40 off are simply unbeatable: 40% discount on your first order. 40% discount for existing customers. 100€ coupon bundle for multiple uses. Up to 75% discount on trending items. Extra 30% off for loyal customers. Up to 90% off selected flash sale items. Free gift for first-time users. 100€-300€ discount vouchers for all users. Free delivery to 68 countries. Temu Free Gift And Special Discount For New And Existing Users When you use our Temu 40% off coupon code, you don’t just get a discount—you also unlock exclusive gifts. This 40% off Temu coupon code is designed to reward both new and returning customers generously. acw696499 – Get 40% discount on your very first order. acw696499 – Enjoy 40% off even if you’re a long-time user. acw696499 – Receive an extra 30% off on top of existing offers. acw696499 – Grab a welcome gift as a new Temu user. acw696499 – Get up to 90% discount plus a free gift with delivery in 68 countries including the UK. Pros And Cons Of Using Temu Coupon Code 40% Off Let’s break down the Temu coupon 40% off code and Temu free coupon code 40 off advantages and drawbacks: Pros: Massive 40% discount for all users. Valid for new and existing customers. 100€ to 300€ coupon packs available. No minimum purchase requirement. Free gift with express shipping in Europe. Cons: Some products may be excluded. Limited-time availability during high-traffic periods. Gift availability may vary based on country. Terms And Conditions Of The Temu 40% Off Coupon Code In 2024 Before using your Temu coupon code 40% off free shipping and Temu coupon code 40% off reddit, here’s what you need to know: Our acw696499 coupon code has no expiration date and can be used anytime. Valid for both new and existing customers in 68 countries worldwide. No minimum purchase is required to activate the discount. One-time use per user unless otherwise mentioned. Free shipping is included with qualifying orders. Cannot be combined with other exclusive discount campaigns. Final Note Don't miss out on the chance to save with the Temu coupon code 40% off. Whether you're new to Temu or a long-time fan, there's something exciting waiting for you. With the Temu 40% off coupon, shopping becomes not only fun but incredibly affordable. Use our exclusive code today and elevate your shopping experience! FAQs Of Temu 40% Off Coupon What is the best Temu coupon code for 40% off in 2025? The best Temu promo code right now is acw696499, which offers 40% off for both new and existing customers in Europe. Can I use the 40% off coupon on all Temu products? Yes, most products are eligible under the 40% off coupon code. However, a few select items may be excluded from the promotion. How do I apply the Temu 40% off coupon code during checkout? Simply enter acw696499 in the promo code section during checkout, and the discount will be applied instantly. Is there any shipping charge with the 40% off coupon? No, you’ll enjoy free shipping to 68 countries when you apply the 40% off coupon code. Can existing customers benefit from the 40% off coupon? Absolutely! Existing customers can enjoy the full benefits of the 40% off coupon using the same code: acw696499.
    • Use the exclusive "acw696499" Temu coupon code to unlock the best discounts available in 2025. This code is especially beneficial for savvy shoppers in the USA, Canada, and across European nations. If you're an existing customer, this is your chance to cash in on massive savings. With our Temu coupon code 2025 for existing customers and Temu 70% discount coupon, there's never been a better time to shop. What Is The Temu Coupon Code 70% Off? At Temu, both new and returning customers are rewarded generously. With our Temu coupon 70% off and 70% off Temu coupon code, you can enjoy steep discounts whether you're shopping for the first time or coming back for more. acw696499 – Use this to get up to 70% off for new users. acw696499 – Apply it for a flat 70% discount for existing users. acw696499 – Unlock a $100 discount for new Temu users. acw696499 – Redeem a $100 coupon pack usable across multiple orders. acw696499 – Claim an extra $100 off promo code valid in the USA, Canada, and European nations. Temu Coupon Code 70% Off For New Users If you're new to Temu, you’re in for a treat. Our Temu coupon 70% off is your one-way pass to the best value for your first order. The Temu coupon code 70 off for existing users also holds great perks for loyal customers who haven't redeemed this offer yet. Here’s how new users can benefit from our code: acw696499 – Get a flat 70% discount right off the bat. acw696499 – Unlock a $100 coupon bundle exclusively for new customers. acw696499 – Redeem up to $100 in coupons across multiple transactions. acw696499 – Enjoy free shipping to 68 countries globally. acw696499 – Grab an extra 40% off your first purchase. How To Redeem The Temu 70% Off Coupon Code For New Customers? Using the Temu 70% off and Temu 70 off coupon code is easy. Just follow these steps: Download the Temu app or visit the official website. Create a new account or sign in. Add your favorite products to the cart. Proceed to checkout. Enter the coupon code acw696499 in the promo section. Hit "Apply" and enjoy your 70% discount. Temu Coupon Code 70% Off For Existing Users Existing users, don’t feel left out! With our exclusive Temu 70 off coupon code, you too can enjoy incredible savings. Our Temu coupon code for existing customers ensures you get the value you deserve for sticking with Temu. Check out these benefits: acw696499 – Enjoy a generous 70% discount on your next purchase. acw696499 – Unlock a $100 coupon bundle for multiple shopping sessions. acw696499 – Get a free gift with express shipping across the USA and Canada. acw696499 – Score an extra 30% off even on discounted items. acw696499 – Benefit from free shipping to 68 countries worldwide. How To Use The Temu Coupon Code 70% Off For Existing Customers? To use the Temu coupon code 70 off and Temu discount code for existing users, follow this quick guide: Open the Temu app or log in to the website. Log into your existing Temu account. Select your desired items and go to the cart. Enter the coupon code acw696499 in the promo box. Click "Apply" and see the savings roll in. How To Find The Temu Coupon Code 70% Off? You can easily find the Temu coupon code 70% off first order and latest Temu coupons 70 off through various platforms. Sign up for the Temu newsletter to get insider deals directly to your inbox. Follow Temu on their official social media accounts for flash deals and coupon drops. For verified and tested promo codes, make sure to visit trusted coupon websites like ours regularly. How Temu 70% Off Coupons Work? The Temu coupon code 70% off first time user and Temu coupon code 70 percent off work by applying the discount directly to your cart during checkout. All you need to do is enter the coupon code, and Temu automatically adjusts your total amount. These promo codes are valid for both app and website users. Whether you're shopping from the USA, Canada, or Europe, the discount applies as long as the code is valid and the items are eligible. No tricky terms, just straightforward savings. How To Earn 70% Off Coupons In Temu As A New Customer? To earn the Temu coupon code 70% off and Temu 70 off coupon code first order, simply sign up on Temu as a new customer. After registration, you’ll receive access to a welcome bonus pack, including exclusive discounts. You can also participate in Temu’s referral program to get even more discount codes. Keep your eyes on seasonal campaigns or app notifications, which often contain limited-time coupon opportunities. What Are The Advantages Of Using Temu 70% Off Coupons? The benefits of using our Temu 70% off coupon code legit and coupon code for Temu 70 off are truly impressive: 70% discount on your first order. $100 coupon bundle usable for multiple purchases. 70% discount on popular items across various categories. 70% off for existing Temu customers. Up to 70% off selected items. Free gift for new users. Free delivery to 68 countries. Temu Free Gift And Special Discount For New And Existing Users When you apply the Temu 70% off coupon code or 70% off Temu coupon code, you open the door to exclusive rewards and gifts. acw696499 – Get 70% discount on your first order. acw696499 – Enjoy an extra 30% off on any item. acw696499 – Claim a free gift exclusively for new Temu users. acw696499 – Score up to 70% discount on any item available in the Temu app. acw696499 – Get a free gift with free shipping to 68 countries including the USA and UK. Pros And Cons Of Using Temu Coupon Code 70% Off Here are some pros and cons of using the Temu coupon 70% off code and Temu free coupon code 70 off: Pros: Massive 70% discount on a wide range of items. Easy to apply and redeem. Works for both new and existing users. Includes free gifts and shipping. Valid across 68 countries. Cons: Can’t be combined with some other promotions. Limited to select items and categories. May have limited-time availability. Terms And Conditions Of The Temu 70% Off Coupon Code In 2025 Make sure to understand these terms when using our Temu coupon code 70% off free shipping and Temu coupon code 70% off reddit: The coupon code doesn’t have any expiration date. Valid for both new and existing users. Usable in 68 countries including the USA, Canada, and European regions. No minimum purchase required. Cannot be combined with some other limited-time offers. Must be entered manually at checkout to apply. Final Note Don’t miss out on this golden opportunity to save with our Temu coupon code 70% off. Whether you're a new shopper or a loyal Temu fan, the savings are too good to pass up. We hope this guide helps you take full advantage of the Temu 70% off coupon. Start shopping smart and enjoy unbeatable discounts today! FAQs Of Temu 70% Off Coupon What is the best Temu coupon code for 2025? The best code we recommend is "acw696499," which gives users up to 70% off, a $100 coupon pack, and free gifts for both new and existing users. Can existing users use the Temu 70% off coupon? Yes, existing users can use the "acw696499" coupon to get 70% off, free gifts, and shipping benefits. It’s not just for new users anymore.  Is the Temu 70% off coupon valid globally? Yes, the code works in 68 countries including the USA, UK, Canada, and across Europe. Just apply it at checkout to redeem your discounts.  How often can I use the Temu 70% off code? You can use it for multiple purchases as long as it’s valid and active. Some benefits are even reusable across different orders.  Where can I find working Temu coupons? Check the Temu app, sign up for their newsletter, follow their social media, or visit trusted coupon websites like ours for verified codes.
    • With the promo code acw696499, shoppers from the USA, Canada, Europe, and even the Middle East can enjoy maximum discounts like never before. This special code unlocks exciting offers tailored for savvy online buyers worldwide. For both new and loyal users, the Temu coupon code 2025 for existing customers and Temu 90% discount coupon ensures incredible savings and extra bonuses you won’t want to miss. Whether you’re purchasing fashion, home goods, or electronics, Temu is rewarding your loyalty. What Is The Temu Coupon Code 90% Off? If you’re shopping on the Temu app or website, this deal is a game changer. Both new and existing customers can enjoy the massive benefits of our Temu coupon 90% off by simply entering our exclusive 90% off Temu coupon code. Here’s how you can use the acw696499 code to your advantage: acw696499 – Unlock up to 90% off instantly for new users on your first purchase. acw696499 – Enjoy an extra 30% off if you’re an existing user making repeat purchases. acw696499 – Get a flat $100 off if you’re a new Temu customer from the UK, USA, or Europe. acw696499 – Access a $100 coupon pack valid for multiple transactions on the Temu app. acw696499 – Redeem an extra $100 off promo code for loyal customers shopping from the USA, Canada, or Europe. Temu Coupon Code 90% Off For New Users If you're new to Temu, you’re in for a treat. The Temu coupon 90% off is designed to give first-time shoppers an edge, and the Temu coupon code 90 off for existing users also ensures continued value later on. Here’s how you can benefit with acw696499 as a new user: acw696499 – Get a flat 90% discount on your very first order. acw696499 – Receive a $100 coupon bundle exclusively for new customers. acw696499 – Enjoy up to $100 worth of coupons for multiple purchases. acw696499 – Benefit from free shipping to over 68 countries, including the UK and USA. acw696499 – Get an additional 40% off any purchase as a first-time buyer. How To Redeem The Temu 90% Off Coupon Code For New Customers? Redeeming the Temu 90% off coupon is easy and straightforward. Follow these steps to use your Temu 90 off coupon code on your first purchase: Download the Temu app from the App Store or Google Play. Sign up using your email or phone number. Add your favorite items to the cart. At checkout, apply the code acw696499 in the promo section. Enjoy the massive discount and checkout with free shipping. Temu Coupon Code 90% Off For Existing Users Great news—loyal customers aren’t left out! You can still claim your savings with the Temu 90 off coupon code using our trusted Temu coupon code for existing customers. Use the code acw696499 to grab these perks: acw696499 – Get up to 90% discount as an existing Temu user. acw696499 – Unlock a $100 coupon bundle usable across multiple purchases. acw696499 – Receive a free gift with express delivery in the USA and Canada. acw696499 – Stack 90% off on top of ongoing deals for maximum savings. acw696499 – Enjoy free shipping to 68 countries, including the UK, USA, and Germany. How To Use The Temu Coupon Code 90% Off For Existing Customers? Here’s how you can apply the Temu coupon code 90 off and get the Temu discount code for existing users to work for you: Log in to your existing Temu account. Browse and add your favorite items to your cart. Navigate to the checkout page. Enter the code acw696499 in the promo field. Complete your order and enjoy your exclusive discount. How To Find The Temu Coupon Code 90% Off? To grab the Temu coupon code 90% off first order or the latest Temu coupons 90 off, all you need to do is stay connected with trusted sources. We recommend signing up for Temu’s email newsletter to receive exclusive promo codes. Additionally, follow Temu’s official social media accounts on Instagram, Twitter, and Facebook to access limited-time deals. To save even more, visit trusted coupon websites (like ours!) where all Temu promo codes are verified and tested for your benefit. How Temu 90% Off Coupons Work? The Temu coupon code 90% off first time user or the Temu coupon code 90 percent off works by providing a promotional discount during checkout when you apply the code. This powerful offer applies to your total cart value, reducing it by a whopping 90%—making luxury and everyday items extremely affordable. Whether you’re buying clothes, gadgets, or home decor, this code slashes prices while often throwing in extras like free shipping or a bonus gift. It’s a limited-time deal, but incredibly valuable. How To Earn 90% Off Coupons In Temu As A New Customer? To get your Temu coupon code 90% off or the Temu 90 off coupon code first order, simply sign up on the Temu app or website. Once registered, head to the promotions section or refer a friend to unlock additional discounts. You can also participate in Temu’s spin-to-win games and promotional campaigns to earn your own personalized 90% off code. New users are prioritized for maximum rewards. What Are The Advantages Of Using Temu 90% Off Coupons? Here are the advantages of using the Temu 90% off coupon code legit and the coupon code for Temu 90 off: 90% discount on your first order with no minimum spend. $100 coupon bundle for multiple transactions. 70% off popular trending products. 90% off for returning or existing Temu users. Up to 90% discount on selected items every week. Free gift on your first order. Free delivery to over 68 countries worldwide. Temu Free Gift And Special Discount For New And Existing Users There’s more than just a discount waiting for you—Temu’s got surprises for everyone using our Temu 90% off coupon code or 90% off Temu coupon code. Use the acw696499 code to unlock these: acw696499 – 90% discount on your very first Temu purchase. acw696499 – Extra 30% discount on any item in your cart. acw696499 – Free welcome gift for all new Temu customers. acw696499 – Save up to 70% on exclusive app-only products. acw696499 – Free shipping and free gifts to 68 countries including the UK and USA. Pros And Cons Of Using Temu Coupon Code 90% Off Let’s break down the Temu coupon 90% off code and Temu free coupon code 90 off in pros and cons: Pros: Massive 90% savings for new and existing users. Free shipping and express delivery available. Access to a $100 coupon bundle. Works on a wide range of products. Available in 68 countries including the UK and USA. Cons: Can’t be combined with some flash sales. Some exclusions on luxury brand items. May not apply to certain regional categories. Terms And Conditions Of The Temu 90% Off Coupon Code In 2025 Here are the main conditions of the Temu coupon code 90% off free shipping and Temu coupon code 90% off reddit: The acw696499 code has no expiration date and can be used anytime. The code is valid for both new and returning customers. Applicable in 68 countries including the USA, UK, Canada, Germany, France, and Italy. No minimum purchase is required to activate the discount. Coupon code benefits may vary slightly depending on region and item category. Final Note If you’ve been waiting for the right time to shop on Temu, this is it. Our Temu coupon code 90% off brings you unbeatable prices that help you save more with every cart. Whether you're shopping for yourself or gifting loved ones, the Temu 90% off coupon ensures that you're always getting the best deal available. FAQs Of Temu 90% Off Coupon Can I use the Temu 90% off coupon more than once? No, the 90% off coupon is usually a one-time-use code per user. However, you can still unlock additional coupon bundles using the same acw696499 code.  Is the Temu 90% off coupon valid in the UK and USA? Yes, the coupon is valid in the UK, USA, Canada, and over 65 other countries. It's designed to support a global audience of savvy shoppers.  What is the best way to find verified Temu discount codes? You can find verified codes by visiting trusted coupon websites, joining Temu’s newsletter, and checking their official social media pages regularly.  Do existing Temu users get any benefit from the 90% off coupon? Yes, existing users get up to 90% off plus bonuses like $100 bundles and free gifts with the acw696499 code. Can I use the 90% off Temu code during a sale or clearance event? In most cases, yes! However, some flash sale exclusions may apply. Always check the terms on the Temu app during checkout.
  • Topics

×
×
  • Create New...

Important Information

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