Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when starting highway tools - NoClassDefFound AutoLog #65

Open
BrainRayChristensen opened this issue Jan 30, 2023 · 3 comments
Open

Comments

@BrainRayChristensen
Copy link

BrainRayChristensen commented Jan 30, 2023

Using the most current release of lambda, the game crashes when left clicking the highway tools module in the gui.
Here's the forge crash log with my username redacted. (either in the dropdown or you can download the file)

Crash Log

  ---- Minecraft Crash Report ----

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

// There are four lights!

Time: 1/30/23 11:41 AM
Description: Updating screen events

java.lang.NoClassDefFoundError: com/lambda/client/module/modules/combat/AutoLog
	at trombone.IO.printEnable(IO.kt:107)
	at trombone.Trombone.onEnable(Trombone.kt:33)
	at HighwayTools._init_$lambda-67(HighwayTools.kt:166)
	at com.lambda.client.module.AbstractModule.onEnable$lambda$11(AbstractModule.kt:94)
	at com.lambda.client.setting.settings.MutableSetting.setValue(MutableSetting.kt:37)
	at com.lambda.client.module.AbstractModule.toggle(AbstractModule.kt:59)
	at com.lambda.client.gui.clickgui.component.ModuleButton.onClick(ModuleButton.kt:20)
	at com.lambda.client.gui.rgui.windows.ListWindow.onClick(ListWindow.kt:245)
	at com.lambda.client.gui.AbstractLambdaGui.func_73864_a(AbstractLambdaGui.kt:208)
	at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
	at com.lambda.client.gui.AbstractLambdaGui.func_146274_d(AbstractLambdaGui.kt:202)
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
	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:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException
	at com.lambda.client.plugin.PluginClassLoader.loadClassFromFile(PluginClassLoader.kt:37)
	at com.lambda.client.plugin.PluginClassLoader.findClass(PluginClassLoader.kt:27)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 22 more


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

-- Head --
Thread: Client thread
Stacktrace:
	at trombone.IO.printEnable(IO.kt:107)
	at trombone.Trombone.onEnable(Trombone.kt:33)
	at HighwayTools._init_$lambda-67(HighwayTools.kt:166)
	at com.lambda.client.module.AbstractModule.onEnable$lambda$11(AbstractModule.kt:94)
	at com.lambda.client.setting.settings.MutableSetting.setValue(MutableSetting.kt:37)
	at com.lambda.client.module.AbstractModule.toggle(AbstractModule.kt:59)
	at com.lambda.client.gui.clickgui.component.ModuleButton.onClick(ModuleButton.kt:20)
	at com.lambda.client.gui.rgui.windows.ListWindow.onClick(ListWindow.kt:245)
	at com.lambda.client.gui.AbstractLambdaGui.func_73864_a(AbstractLambdaGui.kt:208)
	at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
	at com.lambda.client.gui.AbstractLambdaGui.func_146274_d(AbstractLambdaGui.kt:202)
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)

-- Affected screen --
Details:
	Screen name: com.lambda.client.gui.clickgui.LambdaClickGui

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['--Redacted--', l='MpServer', x=2.47, y=64.00, z=24205.50]]
	Chunk stats: MultiplayerChunkCache: 81, 81
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 134670 game time, 3527831050 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Forced entities: 3 total; [EntityXPOrb['Experience Orb'/5827273, l='MpServer', x=5.53, y=66.00, z=24222.25], EntityPlayerSP['PoTheMagicDragon'/5827249, l='MpServer', x=2.47, y=64.00, z=24205.50], EntityZombie['Zombie'/5827274, l='MpServer', x=21.50, y=70.00, z=24186.50]]
	Retry entities: 0 total; []
	Server brand: 2b2t (Velocity)
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
	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:498)
	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: Mac OS X (x86_64) version 10.16
	Java Version: 1.8.0_74, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 734898968 bytes (700 MB) / 1268252672 bytes (1209 MB) up to 3817865216 bytes (3641 MB)
	JVM Flags: 2 total; -Xmx4096m -Xms256m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2860 6 mods loaded, 6 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                                |
	|:------ |:---------- |:------------ |:----------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft  | 1.12.2       | minecraft.jar                 | None                                     |
	| LCHIJA | mcp        | 9.42         | minecraft.jar                 | None                                     |
	| LCHIJA | FML        | 8.0.99.99    | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge      | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar   | None                                     |
	| LCHIJA | lambda     | 3.2.1        | lambda-971.jar                | None                                     |

	Loaded coremods (and transformers): 
LambdaCoreMod (lambda-971.jar)
  
	GL info: ' Vendor: 'Apple' Version: '2.1 Metal - 76.3' Renderer: 'Apple M1 Pro'
	Launched Version: forge-14.23.5.2860
	LWJGL: 2.9.2
	OpenGL: Apple M1 Pro GL version 2.1 Metal - 76.3, Apple
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: Dramatic Skys Demo 1.5.3.2.zip (incompatible), Default-Dark-Mode-1.12-v1.4.0.zip
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 10x Apple M1 Pro

crash-2023-01-30_11.41.13-client.txt

@BrainRayChristensen
Copy link
Author

A note for others who run into this issue:

Either downgrade your lambda client to a version that was released before Jan 8 or do the following:

  • clone this repo & the repo for lambda
  • In in the lambda project, run the gradle task buildAll
  • Take the api jars produced from that & move them to the libs folder in this project
  • run the build gradle task in this project & fix the errors that come up.
  • Once the task completes successfully, take the jar & move it to the lambda plugins folder in your minecraft installation.

@kdh8219
Copy link

kdh8219 commented Feb 10, 2023

I have same problem! 😢

@kdh8219
Copy link

kdh8219 commented Feb 10, 2023

A note for others who run into this issue:

Either downgrade your lambda client to a version that was released before Jan 8 or do the following:

* clone this repo & the repo for lambda

* In in the lambda project, run the gradle task buildAll

* Take the api jars produced from that & move them to the libs folder in this project

* run the build gradle task in this project & fix the errors that come up.

* Once the task completes successfully, take the jar & move it to the lambda plugins folder in your minecraft installation.
  • you also have to change autoLog to autoDisconnect in src/main/kotlin/trombone/IO

@kdh8219 kdh8219 mentioned this issue Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants