Jump to content

[SOLVED] cant launch forge with lambda


yanviktor

Recommended Posts

my log
 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LambdaCoreMod (lambda-3.4.0 (2).jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 8/19/23 1:28 PM
Description: Rendering screen

java.lang.NullPointerException: Rendering screen
    at net.minecraft.client.gui.GuiScreen.redirect$bindTextureHook$zhh000(GuiScreen.java:2352)
    at net.minecraft.client.gui.GuiScreen.func_146278_c(GuiScreen.java:596)
    at net.minecraft.client.gui.GuiScreen.func_146270_b(GuiScreen.java:586)
    at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:574)
    at net.minecraftforge.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:44)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.gui.GuiScreen.redirect$bindTextureHook$zhh000(GuiScreen.java:2352)
    at net.minecraft.client.gui.GuiScreen.func_146278_c(GuiScreen.java:596)
    at net.minecraft.client.gui.GuiScreen.func_146270_b(GuiScreen.java:586)
    at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:574)
    at net.minecraftforge.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:44)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)

-- Screen render details --
Details:
    Screen name: net.minecraftforge.fml.client.GuiModsMissing
    Mouse location: Scaled: (263, 157). Absolute: (1055, 448)
    Screen size: Scaled: (480, 270). Absolute: (1920, 1080). Scale factor of 4
Stacktrace:
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1874845184 bytes (1787 MB) / 3120562176 bytes (2976 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2859 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID        | Version      | Source                        | Signature                                |
    |:----- |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
    | L     | minecraft | 1.12.2       | minecraft.jar                 | None                                     |
    | L     | mcp       | 9.42         | minecraft.jar                 | None                                     |
    | L     | FML       | 8.0.99.99    | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | L     | forge     | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | L     | lambda    | 3.4.0        | lambda-3.4.0 (2).jar          | None                                     |

    Loaded coremods (and transformers): 
LambdaCoreMod (lambda-3.4.0 (2).jar)
  
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 536.99' Renderer: 'NVIDIA GeForce RTX 3050/PCIe/SSE2'
    Launched Version: 1.12.2-forge-14.23.5.2859
    LWJGL: 2.9.4
    OpenGL: NVIDIA GeForce RTX 3050/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.99, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 16x AMD Ryzen 7 5700X 8-Core Processor 

Edited by yanviktor
Link to comment
Share on other sites

Quote

ava.lang.NullPointerException: Rendering screen
    at net.minecraft.client.gui.GuiScreen.redirect$bindTextureHook$zhh000(GuiScreen.java:2352)

Broken mixin.

The mod author didn't include the name of their mod in the mixin method. So it's anybody's guess which mod it is.

This is what a github search reveals (maybe you have one of these mods?)

https://github.com/search?q=bindtexturehook+language%3AJava&type=code&l=Java

 

NOTE: 1.12 is no longer supported in these forums.

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.

Link to comment
Share on other sites

it could be from a mod i deleted (3arthh4ck)

7 minutes ago, warjort said:

Broken mixin.

The mod author didn't include the name of their mod in the mixin method. So it's anybody's guess which mod it is.

This is what a github search reveals (maybe you have one of these mods?)

https://github.com/search?q=bindtexturehook+language%3AJava&type=code&l=Java

 

NOTE: 1.12 is no longer supported in these forums.

 

Edited by yanviktor
Link to comment
Share on other sites

That lambda mod has no such mixin. Though it does mixin to the same class.

https://github.com/lambda-client/lambda/blob/master/src/main/java/com/lambda/mixin/gui/MixinGuiScreen.java

If the other mod author can't help you,

I suggest reinstalling forge/minecraft from a clean install to make sure all traces of that mod you deleted are really gone.

The easiest way to do a clean install is to rename your minecraft folder to something else.

That will also make sure you have backups of all your worlds/saves.

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.

Link to comment
Share on other sites

2 minutes ago, warjort said:

That lambda mod has no such mixin. Though it does mixin to the same class.

https://github.com/lambda-client/lambda/blob/master/src/main/java/com/lambda/mixin/gui/MixinGuiScreen.java

If the other mod author can't help you,

I suggest reinstalling forge/minecraft from a clean install to make sure all traces of that mod you deleted are really gone.

The easiest way to do a clean install is to rename your minecraft folder to something else.

That will also make sure you have backups of all your worlds/saves.

reinstalled forge and its fixed

Link to comment
Share on other sites

  • yanviktor changed the title to [SOLVED] cant launch forge with lambda

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.



×
×
  • Create New...

Important Information

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