Jump to content

Recommended Posts

Posted (edited)

---- Minecraft Crash Report ----
// Don't be sad, have a hug! ❤️

Time: 2024-11-20 13:28:48
Description: Rendering overlay

java.lang.RuntimeException: Failed to load required shader programs:
 - minecraft:core/rendertype_armor_cutout_no_cull (VertexFormat[Position, Color, UV0, UV1, UV2, Normal]): Could not find shader: minecraft:rendertype_armor_cutout_no_cull (VERTEX)
    at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderManager.apply(ShaderManager.java:174) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderManager.apply(ShaderManager.java:37) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:14) ~[forge-1.21.3-53.0.21-client.jar:?]
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:68) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:164) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:138) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:123) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1198) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:836) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:238) ~[forge-1.21.3-53.0.21-client.jar:?]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
    at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:85) ~[fmlloader-1.21.3-53.0.21.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:69) ~[fmlloader-1.21.3-53.0.21.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.2.jar!/:?]
    at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.3.jar!/:?]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
    at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.3.jar:2.1.3]
    at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.3.jar:2.1.3]
    at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.3.jar:2.1.3]
Transformer Audit:
  net.minecraft.client.Minecraft
    REASON: classloading
    PLUGIN: accesstransformer:BEFORE
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraft_runtick
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call
    TRANSFORMER: fml:xaerominimap:xaero_minecraftclient
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraftclient
    PLUGIN: runtimedistcleaner:AFTER
  net.minecraft.client.main.Main
    REASON: classloading
  net.minecraft.client.renderer.ShaderManager
    REASON: classloading
  net.minecraft.server.packs.resources.SimplePreparableReloadListener
    REASON: classloading
  net.minecraft.server.packs.resources.SimpleReloadInstance
    REASON: classloading
  net.minecraft.util.thread.BlockableEventLoop
    REASON: computing_frames
    PLUGIN: accesstransformer:BEFORE
    REASON: classloading
    PLUGIN: accesstransformer:BEFORE
  net.minecraft.util.thread.ReentrantBlockableEventLoop
    REASON: computing_frames
    REASON: classloading


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

-- Head --
Thread: Render thread
Suspected Mods: NONE
Stacktrace:
    at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderManager.apply(ShaderManager.java:174) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderManager.apply(ShaderManager.java:37) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:14) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:68) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:164) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[forge-1.21.3-53.0.21-client.jar!/:?]
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:138) ~[forge-1.21.3-53.0.21-client.jar!/:?]
Transformer Audit:
  net.minecraft.client.renderer.ShaderManager
    REASON: classloading
  net.minecraft.server.packs.resources.SimplePreparableReloadListener
    REASON: classloading
  net.minecraft.server.packs.resources.SimpleReloadInstance
    REASON: classloading
  net.minecraft.util.thread.BlockableEventLoop
    REASON: computing_frames
    PLUGIN: accesstransformer:BEFORE
    REASON: classloading
    PLUGIN: accesstransformer:BEFORE
  net.minecraft.util.thread.ReentrantBlockableEventLoop
    REASON: computing_frames
    REASON: classloading
-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
Stacktrace:
    at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:505) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1239) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:836) ~[forge-1.21.3-53.0.21-client.jar:?]
    at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:238) ~[forge-1.21.3-53.0.21-client.jar:?]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
    at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:85) ~[fmlloader-1.21.3-53.0.21.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:69) ~[fmlloader-1.21.3-53.0.21.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.2.jar!/:?]
    at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.2.jar!/:?]
    at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.3.jar!/:?]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
    at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.3.jar:2.1.3]
    at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.3.jar:2.1.3]
    at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.3.jar:2.1.3]
Transformer Audit:
  net.minecraft.client.Minecraft
    REASON: classloading
    PLUGIN: accesstransformer:BEFORE
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraft_runtick
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call
    TRANSFORMER: fml:xaerominimap:xaero_minecraftclient
    TRANSFORMER: fml:xaeroworldmap:xaero_wm_minecraftclient
    PLUGIN: runtimedistcleaner:AFTER
  net.minecraft.client.main.Main
    REASON: classloading
  net.minecraft.client.renderer.GameRenderer
    REASON: classloading
    PLUGIN: runtimedistcleaner:AFTER


-- Uptime --
Details:
    JVM uptime: 3576.555s
    Wall uptime: 3549.724s
    High-res time: 3567.546s
    Client ticks: 70118 ticks / 3505.900s

-- Affected level --
Details:
    All players: 1 total; [LocalPlayer['LeafWinddancer'/816961, l='ClientLevel', x=19290.10, y=108.00, z=-6805.23]]
    Chunk stats: 289, 145
    Level dimension: minecraft:overworld
    Level spawn location: World: (17856,72,-17848), Section: (at 0,8,8 in 1116,4,-1116; chunk contains blocks 17856,-64,-17856 to 17871,319,-17841), Region: (34,-35; contains chunks 1088,-1120 to 1119,-1089, blocks 17408,-64,-17920 to 17919,319,-17409)
    Level time: 2674289133 game time, 2674749144 day time
    Server brand: UniverseSpigot (Velocity)
    Server type: Non-integrated multiplayer server
    Tracked entity count: 34

-- Last reload --
Details:
    Reload number: 2
    Reload reason: manual
    Finished: No
    Packs: vanilla, mod_resources, server/00000000/9baf907d-c5d3-3365-ae5e-33893e443bb6

-- System Details --
Details:
    Minecraft Version: 1.21.3
    Minecraft Version ID: 1.21.3
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 21.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 874031432 bytes (833 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz
    Identifier: Intel64 Family 6 Model 165 Stepping 3
    Microarchitecture: Comet Lake
    Frequency (GHz): 3.60
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 8
    Graphics card #0 name: Intel(R) UHD Graphics 630
    Graphics card #0 vendor: Intel Corporation
    Graphics card #0 VRAM (MiB): 1024.00
    Graphics card #0 deviceId: VideoController1
    Graphics card #0 versionInfo: 30.0.100.9837
    Memory slot #0 capacity (MiB): 8192.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Virtual memory max (MiB): 19794.57
    Virtual memory used (MiB): 11768.39
    Swap memory total (MiB): 11776.00
    Swap memory used (MiB): 443.22
    Space in storage for jna.tmpdir (MiB): available: 271158.47, total: 455526.00
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 271158.47, total: 455526.00
    Space in storage for io.netty.native.workdir (MiB): available: 271158.47, total: 455526.00
    Space in storage for java.io.tmpdir (MiB): available: 271158.47, total: 455526.00
    Space in storage for workdir (MiB): available: 271158.47, total: 455526.00
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Launched Version: 1.21.3-forge-53.0.21
    Launcher name: minecraft-launcher
    Backend library: LWJGL version 3.3.3+5
    Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 30.0.100.9837, Intel
    Window size: 1920x1046
    GFLW Platform: win32
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Is Modded: Definitely; Client brand changed to 'forge'
    Universe: 400921fb54442d18
    Type: Client (map_client.txt)
    Graphics mode: fancy
    Render Distance: 5/12 chunks
    Resource Packs: vanilla, mod_resources, server/00000000/9baf907d-c5d3-3365-ae5e-33893e443bb6 (incompatible)
    Current Language: en_gb
    Locale: nl_BE
    System encoding: Cp1252
    File encoding: UTF-8
    CPU: 8x Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz
    ModLauncher: 10.2.2
    ModLauncher launch target: forge_client
    ModLauncher naming: mcp
    ModLauncher services: 
        / slf4jfixer PLUGINSERVICE 
        / runtimedistcleaner PLUGINSERVICE 
        / runtime_enum_extender PLUGINSERVICE 
        / object_holder_definalize PLUGINSERVICE 
        / capability_token_subclass PLUGINSERVICE 
        / accesstransformer PLUGINSERVICE 
        / eventbus PLUGINSERVICE 
        / mixin PLUGINSERVICE 
        / fml TRANSFORMATIONSERVICE 
        / mixin TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@53
        [email protected]
    Mod List: 
        forge-1.21.3-53.0.21-client.jar                   |Minecraft                     |minecraft                     |1.21.3              |DONE      |Manifest: NOSIGNATURE
        forge-1.21.3-53.0.21-universal.jar                |Forge                         |forge                         |53.0.21             |DONE      |Manifest: NOSIGNATURE
        Xaeros_Minimap_24.6.2_Forge_1.21.3.jar            |Xaero's Minimap               |xaerominimap                  |24.6.2              |DONE      |Manifest: NOSIGNATURE
        XaerosWorldMap_1.39.1_Forge_1.21.3.jar            |Xaero's World Map             |xaeroworldmap                 |1.39.1              |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: b65b1c86-cb87-4f59-8002-c24415a24d93
    FML: 0.0
    Forge: net.minecraftforge:53.0.21

Edited by Leaf Winddancer
link didn't work

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

    • Reach Out To Rapid Digital: What sapp Info: +1 41 4 80 7 14 85 Email INFO: rap iddi gita lrecov ery @ exe cs. com Hello, my name is Jayson, and I’m 35 years old from the United Kingdom. My family and I recently endured an incredibly challenging experience that I wouldn’t wish on anyone. We became victims of a cryptocurrency investment fraud scheme that saw us lose a staggering $807,000 in USDT and Bitcoins. The fraudsters had created a convincing facade, and we were lured into investing, only to discover later that the platform was a complete scam. We were left devastated, not just financially, but emotionally, as we had trusted these people and believed in the legitimacy of the investment. After the initial shock wore off, we desperately searched for ways to recover the lost funds. It seemed like an impossible task, and we felt as though there was no hope. That’s when, by sheer luck, we stumbled across a post about Rapid Digital Recovery, a cryptocurrency and funds recovery organization with a proven track record in cybersecurity and fraud recovery. We decided to reach out to them, and from the first interaction, we were impressed with their professionalism and transparency. They explained the recovery process in detail and reassured us that they had the skills and expertise to track down the perpetrators and recover our funds. This gave us a renewed sense of hope, something we hadn’t felt in months. What truly stood out during our experience with Rapid Digital Recovery was their dedication to the recovery process. The team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information. Within a matter of weeks, they had successfully located the funds and traced the scam back to the fraudsters responsible. They worked with the authorities to ensure the criminals were held accountable for their actions. To our relief, the team at Rapid Digital Recovery was able to recover every single penny we had lost. The funds were returned in full, and the sense of closure we felt was invaluable. We couldn’t have imagined such a positive outcome in the early stages of our recovery journey, and we are deeply grateful for the work they did. If you ever find yourself in a similar situation, I highly recommend contacting Rapid Digital Recovery. Their expertise, transparency, and dedication to their clients make them the go-to choice for anyone seeking to recover lost cryptocurrency or funds. They truly gave us back our financial future.  
    • This is my first time modding anything, so maybe just skill issue. I'm using Forge 54.0.12 and Temurin 21.0.5+11-LTS I wanted to create a custom keybind and to check whether it works I'd like to send a chat message. I tried using Minecraft.getInstance().player.sendSystemMessage(Component.literal("test")); but IntelliJ couldnt resolve sendSystemMessage(...). Since I saw people using it in earlier versions, I tried the same thing with 1.20.6(- 50.1.0), where it works fine, now I can't figure out if this is intentional and whether there are other options for sending chat messages. On that note, is there more documentation than https://docs.minecraftforge.net/en/1.21.x/? It seems very incomplete compared to something like the Oracle Java docs
    • Hi, i'm having this error and I wanna fix it. we try: -Reload drivers -Eliminate .minecraft -Eliminate Java -Restart launcher -Verify if minecraft is using gpu -Mods  in .minecraft is empty -Install the latest and recomended version of forge idk what i have to do, help me pls. the lastest log is: https://mclo.gs/WAMao8x  
    • Read the FAQ, Rule #2. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)  
  • Topics

×
×
  • Create New...

Important Information

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