Redstone Control

Redstone Control

51k Downloads

Remote Control crashes server

ThalinsGenohan opened this issue ยท 0 comments

commented

Title says it all. Trying to run this mod on a server crashes on startup. Here's the crash log with this mod (and the library) isolated.

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

Time: 7/14/20 5:04 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
	at java.lang.Class.privateGetPublicMethods(Unknown Source)
	at java.lang.Class.getMethods(Unknown Source)
	at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
	at cd4017be.rs_ctr.item.ItemRemoteControl.<init>(ItemRemoteControl.java:51)
	at cd4017be.rs_ctr.Objects.registerItems(Objects.java:229)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7_Objects_registerItems_Register.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 18 more
Caused by: java.lang.NullPointerException


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

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_251, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 139851056 bytes (133 MB) / 257622016 bytes (245 MB) up to 6227755008 bytes (5939 MB)
	JVM Flags: 8 total; -Xmx6G -XX:PermSize= -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=5 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2854 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                                |
	|:----- |:------------ |:------------ |:---------------------------------- |:---------------------------------------- |
	| LCH   | minecraft    | 1.12.2       | minecraft.jar                      | None                                     |
	| LCH   | mcp          | 9.42         | minecraft.jar                      | None                                     |
	| LCH   | FML          | 8.0.99.99    | forge-1.12.2-14.23.5.2854.jar      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCH   | forge        | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCH   | cd4017be_lib | 6.5.1        | CD4017BE_lib-1.12.2-6.5.1.jar      | None                                     |
	| LCH   | rs_ctr       | 0.3.1        | RedstoneControl-1.12.2-0.3.1.1.jar | None                                     |

	Loaded coremods (and transformers): 
	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)