Jump to content

Crashing Upon Registering Command?


NolValue

Recommended Posts

So, I have finally managed to get Capabilities working for me after several months of trying to figure out what was wrong with my code, haha.
 

Now, since I haven't got around to setting up a GUI for showing my capabilities data yet, I decided to just use a command for easier testing purposes.

The log for the crash is here:

[12:59:30] [main/INFO] [GradleStart]: Extra: []
[12:59:30] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/abowers2/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[12:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:59:30] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2691 for Minecraft 1.12.2 loading
[12:59:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_172, running on Mac OS X:x86_64:10.12.6, installed at /Users/abowers2/Desktop/Important/Stuff/Modding/Contents/Home/jre
[12:59:30] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
[12:59:30] [main/ERROR] [FML]: Full: /Users/abowers2/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar
[12:59:30] [main/ERROR] [FML]: Trimmed: /users/abowers2/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
[12:59:30] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[12:59:30] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin
[12:59:30] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[12:59:30] [main/INFO] [FML]: Searching /Users/abowers2/Desktop/Important/Stuff/Modding/forge-1.12.2-14.23.3.2691-mdk/run/./mods for mods
[12:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[12:59:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[12:59:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[12:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:59:33] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:59:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:59:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:59:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[12:59:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:59:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:59:33] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:59:35] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player69
[12:59:42] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[12:59:42] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.2
[12:59:42] [main/INFO] [FML]: -- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Mac OS X (x86_64) version 10.12.6
	Java Version: 1.8.0_172, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 320998360 bytes (306 MB) / 567803904 bytes (541 MB) up to 1908932608 bytes (1820 MB)
	JVM Flags: 0 total; 
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.25.17' Renderer: 'Intel(R) HD Graphics 6000'
[12:59:42] [main/INFO] [FML]: MinecraftForge v14.23.3.2691 Initialized
[12:59:42] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[12:59:43] [main/INFO] [FML]: Replaced 1036 ore ingredients
[12:59:43] [main/INFO] [FML]: Searching /Users/abowers2/Desktop/Important/Stuff/Modding/forge-1.12.2-14.23.3.2691-mdk/run/./mods for mods
[12:59:45] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 851301656 nanos
[12:59:45] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[12:59:46] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, dbs] at CLIENT
[12:59:46] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, dbs] at SERVER
[12:59:47] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dragon Block Super
[12:59:47] [main/INFO] [FML]: Processing ObjectHolder annotations
[12:59:47] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[12:59:47] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[12:59:47] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:59:47] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:59:47] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[12:59:47] [main/INFO] [STDOUT]: [NolValue.DBS.Capabilities.ModCapabilities:registerCapabilities:16]: Registering Capabilities!
[12:59:47] [main/INFO] [FML]: Applying holder lookups
[12:59:47] [main/INFO] [FML]: Holder lookups applied
[12:59:47] [main/INFO] [FML]: Applying holder lookups
[12:59:47] [main/INFO] [FML]: Holder lookups applied
[12:59:47] [main/INFO] [FML]: Applying holder lookups
[12:59:47] [main/INFO] [FML]: Holder lookups applied
[12:59:48] [main/INFO] [FML]: Applying holder lookups
[12:59:48] [main/INFO] [FML]: Holder lookups applied
[12:59:48] [main/INFO] [FML]: Injecting itemstacks
[12:59:48] [main/INFO] [FML]: Itemstack injection complete
[12:59:50] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2768
[12:59:50] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem...
[12:59:51] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL
[12:59:51] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:59:51] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized.
[12:59:51] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started
[12:59:55] [main/INFO] [FML]: Max texture size: 16384
[12:59:56] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas
[12:59:58] [main/ERROR] [FML]: Exception loading model for variant dbs:edball#inventory for item "dbs:edball", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dbs:item/edball with loader VanillaLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:314) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:164) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
	at GradleStart.main(GradleStart.java:25) [start/:?]
Caused by: java.io.FileNotFoundException: dbs:models/item/edball.json
	at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 20 more
[12:59:58] [main/ERROR] [FML]: Exception loading model for variant dbs:edball#inventory for item "dbs:edball", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dbs:edball#inventory with loader VariantLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:322) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:164) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
	at GradleStart.main(GradleStart.java:25) [start/:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
	at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?]
	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1191) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 20 more
[13:00:00] [main/INFO] [FML]: Applying holder lookups
[13:00:00] [main/INFO] [FML]: Holder lookups applied
[13:00:00] [main/INFO] [FML]: Injecting itemstacks
[13:00:00] [main/INFO] [FML]: Itemstack injection complete
[13:00:00] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[13:00:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[13:00:05] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2
[13:00:05] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair
[13:00:06] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[13:00:06] [Server thread/INFO] [FML]: Applying holder lookups
[13:00:06] [Server thread/INFO] [FML]: Holder lookups applied
[13:00:06] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@299f7f42)
[13:00:07] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[13:00:07] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id
[13:00:07] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@299f7f42)
[13:00:07] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@299f7f42)
[13:00:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 53%
[13:00:08] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Dragon Block Super (dbs)

Caused by: java.lang.NullPointerException
	at net.minecraft.command.CommandHandler.registerCommand(CommandHandler.java:162) ~[forgeSrc-1.12.2-14.23.3.2691.jar:?]
	at net.minecraftforge.fml.common.event.FMLServerStartingEvent.registerServerCommand(FMLServerStartingEvent.java:59) ~[forgeSrc-1.12.2-14.23.3.2691.jar:?]
	at NolValue.DBS.dbs.ServerStarting(dbs.java:46) ~[forge-1.12.2-14.23.3.2691-mdk_main/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:629) ~[forgeSrc-1.12.2-14.23.3.2691.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?]
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[forgeSrc-1.12.2-14.23.3.2691.jar:?]
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[forgeSrc-1.12.2-14.23.3.2691.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?]
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
	at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:794) [Loader.class:?]
	at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:296) [FMLCommonHandler.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:162) [IntegratedServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/overworld
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/the_nether
[13:00:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/the_end
[13:00:09] [Server thread/INFO] [FML]: Unloading dimension 0
[13:00:09] [Server thread/INFO] [FML]: Unloading dimension -1
[13:00:09] [Server thread/INFO] [FML]: Unloading dimension 1
[13:00:09] [Server thread/INFO] [FML]: Applying holder lookups
[13:00:09] [Server thread/INFO] [FML]: Holder lookups applied
[13:00:09] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.

The code for my main file, where the registration for the command is done is here:

package NolValue.DBS;

import NolValue.DBS.Capabilities.CapabilitiesEvents;
import NolValue.DBS.Capabilities.ModCapabilities;
import NolValue.DBS.Commands.CommandGetStats;
import NolValue.DBS.Proxy.CommonProxy;
import NolValue.DBS.Util.References;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.*;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.SidedProxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

@Mod(modid = References.MOD_ID, name = References.NAME, version = References.VERSION)
public class dbs
{
    public static Logger logger = LogManager.getLogger(References.MOD_ID);
    @Instance
    public static dbs instance;

    @SidedProxy(clientSide = References.CLIENT_PROXY, serverSide = References.COMMON_PROXY)
    public static CommonProxy proxy;

    @EventHandler
    public static void PreInit(FMLPreInitializationEvent event){
        ModCapabilities.registerCapabilities();
    }

    @EventHandler
    public static void Init(FMLInitializationEvent event){
    }

    @EventHandler
    public static void PostInit(FMLPostInitializationEvent event){
        MinecraftForge.EVENT_BUS.register(new CapabilitiesEvents());
    }

    @EventHandler
    public void ServerStarting(FMLServerStartingEvent event) {
        event.registerServerCommand(new CommandGetStats());
    }


}

And finally, the command itself:

package NolValue.DBS.Commands;

import NolValue.DBS.Capabilities.ModCapabilities;
import NolValue.DBS.Capabilities.StatsCapability;
import NolValue.DBS.Util.Helpers.TextHelper;
import net.minecraft.command.CommandException;
import net.minecraft.command.ICommand;
import net.minecraft.command.ICommandSender;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.server.MinecraftServer;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.text.TextFormatting;

import javax.annotation.Nullable;
import java.util.List;

public class CommandGetStats implements ICommand {


    @Override
    public String getName () {
        return "CommandGetStats";
    }

    public int getRequiredPermissionLevel () {
        return 0;
    }

    @Override
    public String getUsage (ICommandSender sender) {
        return "/CommandGetStats <value>";
    }

    @Override
    public List<String> getAliases () {
        return null;
    }

    @Override
    public boolean isUsernameIndex (String[] args, int index) {
        return false;
    }

    @Override
    public void execute(MinecraftServer server, ICommandSender sender, String[] args) throws CommandException {
        if (sender.getCommandSenderEntity() instanceof EntityPlayer) if (args.length == 0){
            StatsCapability.IPlayerStats STATS = ((EntityPlayer) sender.getCommandSenderEntity()).getCapability(ModCapabilities.PLAYER_STATS, null);
            TextHelper.sendFormattedChatMessage("Strength:" + STATS.getStr() + " Defense:" + STATS.getDef() + " HitPoints:" + STATS.getHP(), TextFormatting.GREEN, (EntityPlayer) sender.getCommandSenderEntity());
        }
    }

    @Override
    public boolean checkPermission(MinecraftServer server, ICommandSender sender) {
        return false;
    }

    @Override
    public List<String> getTabCompletions(MinecraftServer server, ICommandSender sender, String[] args, @Nullable BlockPos targetPos) {
        return null;
    }

    @Override
    public int compareTo(ICommand o) {
        return 0;
    }
}

 

 

I'm not sure what would be causing the issue. 

 

If you need any information beyond this, tell me and I'll supply it. I can't see what's causing this to error out though.

Link to comment
Share on other sites

1 hour ago, NolValue said:

I'm not sure what would be causing the issue. 

You probably cant return null in some of those methods in your command class. Also you should be using CommandBase not ICommand.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

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
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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Error code org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered   Crash Report:  https://pastebin.com/nif3vY2q   I have no clue how to fix this or even how to read this, I just wanted to play some modded MC. I thought I had watched and followed the YT tutorials well, but apparently not, any help would be great
    • Whenever i download the 1.18.2 forge server files, it never downloads what it is supposed too but instead downloads 4 items which are libraries, run, run.sh, and user_jvm_args and i have no clue what to do
    • Tried it and still does the same thing. The funny thing is if I went to add a new installation in Minecraft launcher, it shows up, but not the icon. Also when I try to play on that installation it says "unexpected error" or "game crashed" 
    • ---- Minecraft Crash Report ---- // You're mean. Time: 2023-03-28 21:07:05 Description: Exception in server tick loop java.lang.IllegalStateException: Failed to initialize server     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:626) ~[server-1.19.2-20220805.130853-srg.jar%23194!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23194!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.19.2     Minecraft Version ID: 1.19.2     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.6, Oracle Corporation     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation     Memory: 742297856 bytes (707 MiB) / 1195376640 bytes (1140 MiB) up to 6442450944 bytes (6144 MiB)     CPUs: 12     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 5 3600X 6-Core Processor                  Identifier: AuthenticAMD Family 23 Model 113 Stepping 0     Microarchitecture: Zen 2     Frequency (GHz): 3.79     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x1e84     Graphics card #0 versionInfo: DriverVersion=31.0.15.3141     Memory slot #0 capacity (MB): 8192.00     Memory slot #0 clockSpeed (GHz): 2.13     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 8192.00     Memory slot #1 clockSpeed (GHz): 2.13     Memory slot #1 type: DDR4     Memory slot #2 capacity (MB): 8192.00     Memory slot #2 clockSpeed (GHz): 2.13     Memory slot #2 type: DDR4     Memory slot #3 capacity (MB): 8192.00     Memory slot #3 clockSpeed (GHz): 2.13     Memory slot #3 type: DDR4     Virtual memory max (MB): 37542.30     Virtual memory used (MB): 16107.47     Swap memory total (MB): 4864.00     Swap memory used (MB): 60.82     JVM Flags: 1 total; -Xmx6G     Server Running: true     Data Packs: vanilla, mod:treechop (incompatible), mod:notenoughcrashes (incompatible), mod:caveore (incompatible), mod:spoornarmorattributes (incompatible), mod:deathcounter, mod:naturalist, mod:paragon, mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:hourglass (incompatible), mod:cookingforblockheads (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:lootintegrations (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:harderspawners (incompatible), mod:clickadv (incompatible), mod:additionalstructures, mod:balm (incompatible), mod:dynview (incompatible), mod:dragonfight (incompatible), mod:cloth_config (incompatible), mod:copperdrops (incompatible), mod:corpse (incompatible), mod:farmersdelight (incompatible), mod:cleancut (incompatible), mod:ambientsounds (incompatible), mod:medievalmusic (incompatible), mod:hostilevillages (incompatible), mod:memorysettings (incompatible), mod:curios, mod:cataclysm (incompatible), mod:corail_woodcutter, mod:blockui, mod:spoornweaponattributes (incompatible), mod:storageracks (incompatible), mod:deeperdarker, mod:architectury (incompatible), mod:enhancedfarming, mod:cursery (incompatible), mod:t_and_t, mod:scalinghealth (incompatible), mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:wwoo_forge, mod:bhmenu (incompatible), mod:dusk (incompatible), mod:trashslot (incompatible), mod:fallingthrough (incompatible), mod:shieldmechanics (incompatible), mod:awesomedungeonend, mod:limitedchunks (incompatible), mod:jei (incompatible), mod:copperized (incompatible), mod:graveyard (incompatible), mod:libraryferret, mod:goblintraders (incompatible), mod:journeymap (incompatible), mod:comforts, mod:magistuarmory, mod:farsight_view (incompatible), mod:forge, mod:dungeons_arise, mod:craftingtweaks (incompatible), mod:awesomedungeonocean, mod:smoothchunk (incompatible), mod:logprot (incompatible), mod:vanillaplustools, mod:enchdesc (incompatible), mod:terrablender, mod:biomesoplenty, mod:mousetweaks, mod:awesomedungeonnether, mod:commonality, mod:silentlib (incompatible), mod:jade (incompatible), mod:creativecore (incompatible), mod:spectrelib (incompatible), mod:domum_ornamentum, mod:betterfpsdist (incompatible), mod:unstructured, mod:ecologics (incompatible), mod:brutalbosses (incompatible), mod:screenscale (incompatible), mod:polymorph, mod:globaldataandresourcepacks (incompatible), mod:structurize, mod:multipiston, mod:minecolonies (incompatible), mod:mvs, mod:creeperoverhaul (incompatible), mod:appleskin, mod:ferritecore (incompatible), mod:solcarrot (incompatible), mod:apexcore, mod:infusedfoods, mod:byg, mod:delightful (incompatible), 1.19_default.zip, global:, structure_mod_compat.zip     World Generation: Stable     Is Modded: Definitely; Server brand changed to 'forge'     Type: Dedicated Server (map_server.txt)     ModLauncher: 10.0.8+10.0.8+main.0ef7e830     ModLauncher launch target: forgeserver     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.3.jar eventbus PLUGINSERVICE          fmlloader-1.19.2-43.1.47.jar slf4jfixer PLUGINSERVICE          fmlloader-1.19.2-43.1.47.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.19.2-43.1.47.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.19.2-43.1.47.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.19.2-43.1.47.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         lowcodefml@null         javafml@null     Mod List:          TreeChop-1.19.1-0.15.8.jar                        |HT's TreeChop                 |treechop                      |0.15.8              |DONE      |Manifest: NOSIGNATURE         notenoughcrashes-4.1.8+1.19.2-forge.jar           |Not Enough Crashes            |notenoughcrashes              |4.1.8+1.19.2        |DONE      |Manifest: NOSIGNATURE         caveore-1.19.2-2.3.jar                            |CaveOre Mod                   |caveore                       |1.19.2-2.3          |DONE      |Manifest: NOSIGNATURE         spoornarmorattributes-2.0.6-1.19-forge.jar        |Spoorn Armor Attributes       |spoornarmorattributes         |2.0.6-1.19          |DONE      |Manifest: NOSIGNATURE         DeathCounter-1.19.2-1.2.1.jar                     |Death Counter                 |deathcounter                  |1.2.1               |DONE      |Manifest: NOSIGNATURE         naturalist-forge-2.1.1-1.19.2.jar                 |Naturalist                    |naturalist                    |2.1.1               |DONE      |Manifest: NOSIGNATURE         paragon-forge-1.0.3b-1.19x.jar                    |Paragon                       |paragon                       |1.0.3               |DONE      |Manifest: NOSIGNATURE         connectivity-1.19.1-3.3.jar                       |Connectivity Mod              |connectivity                  |1.19.1-3.3          |DONE      |Manifest: NOSIGNATURE         sophisticatedcore-1.19.2-0.5.9.117.jar            |Sophisticated Core            |sophisticatedcore             |1.19.2-0.5.9.117    |DONE      |Manifest: NOSIGNATURE         kleeslabs-forge-1.19-12.1.0.jar                   |KleeSlabs                     |kleeslabs                     |12.1.0              |DONE      |Manifest: NOSIGNATURE         hourglass-1.19.1-1.2.1.1.jar                      |Hourglass                     |hourglass                     |1.19.1-1.2.1.1      |DONE      |Manifest: NOSIGNATURE         cookingforblockheads-forge-1.19-13.2.1.jar        |CookingForBlockheads          |cookingforblockheads          |13.2.1              |DONE      |Manifest: NOSIGNATURE         citadel-1.12.11-1.19.jar                          |Citadel                       |citadel                       |1.12.11             |DONE      |Manifest: NOSIGNATURE         alexsmobs-1.20.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.20.1              |DONE      |Manifest: NOSIGNATURE         lootintegrations-1.19.1-1.6.jar                   |Lootintegrations mod          |lootintegrations              |1.19.1-1.6          |DONE      |Manifest: NOSIGNATURE         Bookshelf-Forge-1.19.2-16.1.5.jar                 |Bookshelf                     |bookshelf                     |16.1.5              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         sophisticatedbackpacks-1.19.2-3.18.24.703.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.19.2-3.18.24.703  |DONE      |Manifest: NOSIGNATURE         HarderSpawners-1.19.2-40.2.23.0.jar               |Harder Spawners Mod           |harderspawners                |1.19.2-40.2.23.0    |DONE      |Manifest: NOSIGNATURE         clickadv-1.19.2-2.9.jar                           |clickadv mod                  |clickadv                      |1.19.2-2.9          |DONE      |Manifest: NOSIGNATURE         Rex's-AdditionalStructures-1.19-(v.4.0.1).jar     |Additional Structures         |additionalstructures          |4.0.1               |DONE      |Manifest: NOSIGNATURE         balm-4.5.3.jar                                    |Balm                          |balm                          |4.5.3               |DONE      |Manifest: NOSIGNATURE         dynview-1.19.1-2.9.jar                            |Dynamic view distance         |dynview                       |2.3                 |DONE      |Manifest: NOSIGNATURE         dragonfight-1.19.2-2.4.jar                        |dragonfight mod               |dragonfight                   |1.19.2-2.4          |DONE      |Manifest: NOSIGNATURE         cloth-config-8.0.75-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.0.75              |DONE      |Manifest: NOSIGNATURE         CopperDrops-1.19-1.0.jar                          |Copper Drops                  |copperdrops                   |1.0                 |DONE      |Manifest: NOSIGNATURE         corpse-1.19.2-1.0.0.jar                           |Corpse                        |corpse                        |1.19.2-1.0.0        |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.19-1.2.0.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.0          |DONE      |Manifest: NOSIGNATURE         cleancut-mc1.19-4.2-forge.jar                     |Clean Cut                     |cleancut                      |4.2                 |DONE      |Manifest: NOSIGNATURE         AmbientSounds_FORGE_v5.2.1_mc1.19.jar             |Ambient Sounds                |ambientsounds                 |5.2.1               |DONE      |Manifest: NOSIGNATURE         zmedievalmusic-1.19.2-1.4.jar                     |medievalmusic mod             |medievalmusic                 |1.19.2-1.4          |DONE      |Manifest: NOSIGNATURE         hostilevillages-1.19.2-4.1.jar                    |Example Mod                   |hostilevillages               |1.19.2-4.1          |DONE      |Manifest: NOSIGNATURE         memorysettings-1.19.2-2.2.jar                     |memorysettings mod            |memorysettings                |1.19.2-2.2          |DONE      |Manifest: NOSIGNATURE         curios-forge-1.19.2-5.1.1.0.jar                   |Curios API                    |curios                        |1.19.2-5.1.1.0      |DONE      |Manifest: NOSIGNATURE         Cataclysm-0.20-1.19.2-hotfix.jar                  |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE         corail_woodcutter-1.19.2-2.5.0.jar                |Corail Woodcutter             |corail_woodcutter             |2.5.0               |DONE      |Manifest: NOSIGNATURE         blockui-1.19-0.0.64-ALPHA.jar                     |UI Library Mod                |blockui                       |1.19-0.0.64-ALPHA   |DONE      |Manifest: NOSIGNATURE         spoornweaponattributes-4.0.9-1.19-forge.jar       |Spoorn Weapon Attributes      |spoornweaponattributes        |4.0.9-1.19          |DONE      |Manifest: NOSIGNATURE         storageracks-1.19.2-1.1.4.jar                     |Storage Racks                 |storageracks                  |1.19.2-1.1.4        |DONE      |Manifest: NOSIGNATURE         deeperdarker-forge-1.1.3-forge.jar                |Deeper and Darker             |deeperdarker                  |1.1.3               |DONE      |Manifest: NOSIGNATURE         architectury-6.2.43-forge.jar                     |Architectury                  |architectury                  |6.2.43              |DONE      |Manifest: NOSIGNATURE         Enhanced-Farming-1.19-1.4.5.jar                   |Enhanced Farming              |enhancedfarming               |1.4.5               |DONE      |Manifest: NOSIGNATURE         cursery-1.19.2-3.0.jar                            |Cursery Mod                   |cursery                       |1.19.2-3.0          |DONE      |Manifest: NOSIGNATURE         Towns-and-Towers-1.19-1.8.2.jar                   |Towns and Towers - Structure A|t_and_t                       |1.8.2               |DONE      |Manifest: NOSIGNATURE         ScalingHealth-1.19.2-7.0.0+6.jar                  |Scaling Health                |scalinghealth                 |7.0.0+6             |DONE      |Manifest: NOSIGNATURE         PlayerRevive_FORGE_v2.0.9_mc1.19.2.jar            |PlayerRevive                  |playerrevive                  |2.0.9               |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.19-3.1.19.jar                    |GeckoLib                      |geckolib3                     |3.1.19              |DONE      |Manifest: NOSIGNATURE         wwoo_forge-3.1.7+1.19.2.jar                       |William Wythers Overhauled Ove|wwoo_forge                    |3.1.7               |DONE      |Manifest: NOSIGNATURE         BHMenu-Forge-1.19.2-1.3.jar                       |Bisect Hosting Menu           |bhmenu                        |1.19.2-1.3          |DONE      |Manifest: NOSIGNATURE         dusk-1.19.1-2.2.jar                               |Dusk Mod                      |dusk                          |1.19.1-2.2          |DONE      |Manifest: NOSIGNATURE         trashslot-forge-1.19-12.0.0.jar                   |TrashSlot                     |trashslot                     |12.0.0              |DONE      |Manifest: NOSIGNATURE         fallingthrough-1.19.2-2.6.jar                     |Fallingthrough mod            |fallingthrough                |1.19.2-2.6          |DONE      |Manifest: NOSIGNATURE         shieldmechanics-1.19.2-3.5.jar                    |Shield Mechanics              |shieldmechanics               |1.19.2-3.5          |DONE      |Manifest: NOSIGNATURE         awesomedungeonend-forge-1.19.2-3.0.0.jar          |Awesome dungeon the end       |awesomedungeonend             |3.0.0               |DONE      |Manifest: NOSIGNATURE         limitedchunks-1.19.2-2.4.jar                      |Limited Chunkloading          |limitedchunks                 |1.8                 |DONE      |Manifest: NOSIGNATURE         jei-1.19.2-forge-11.3.0.262.jar                   |Just Enough Items             |jei                           |11.3.0.262          |DONE      |Manifest: NOSIGNATURE         Copperized-1.19-2.5.jar                           |Copperized                    |copperized                    |2.5                 |DONE      |Manifest: NOSIGNATURE         The_Graveyard_1.12_(FORGE)_for_1.19.2.jar         |The Graveyard                 |graveyard                     |1.12                |DONE      |Manifest: NOSIGNATURE         libraryferret-forge-1.19.2-3.0.0.jar              |Library ferret                |libraryferret                 |3.0.0               |DONE      |Manifest: NOSIGNATURE         goblintraders-1.7.3-1.19.jar                      |Goblin Traders                |goblintraders                 |1.7.3               |DONE      |Manifest: NOSIGNATURE         journeymap-1.19.1-5.9.0beta2-forge.jar            |Journeymap                    |journeymap                    |5.9.0beta2          |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.0.0+1.19.2.jar                   |Comforts                      |comforts                      |6.0.0+1.19.2        |DONE      |Manifest: NOSIGNATURE         [1.19.x]-Epic-Knights-Armor-and-Weapons-6.6v.jar  |Epic Knights: Armor and Weapon|magistuarmory                 |1.0                 |DONE      |Manifest: NOSIGNATURE         farsight-1.19.1-2.0.jar                           |Farsight mod                  |farsight_view                 |1.19.1-2.0          |DONE      |Manifest: NOSIGNATURE         forge-1.19.2-43.1.47-universal.jar                |Forge                         |forge                         |43.1.47             |DONE      |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         DungeonsArise-1.19-2.1.51-beta.jar                |When Dungeons Arise           |dungeons_arise                |2.1.51              |DONE      |Manifest: NOSIGNATURE         craftingtweaks-forge-1.19-15.1.0.jar              |CraftingTweaks                |craftingtweaks                |15.1.0              |DONE      |Manifest: NOSIGNATURE         awesomedungeonocean-forge-1.19.2-3.0.0.jar        |Awesome dungeon edition ocean |awesomedungeonocean           |3.0.0               |DONE      |Manifest: NOSIGNATURE         server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: NOSIGNATURE         smoothchunk-1.19.1-2.0.jar                        |Smoothchunk mod               |smoothchunk                   |1.19.1-2.0          |DONE      |Manifest: NOSIGNATURE         logprot-1.19.1-1.8.jar                            |Logprot                       |logprot                       |1.4                 |DONE      |Manifest: NOSIGNATURE         vanillaplustools-1.19-1.1.jar                     |Vanilla+ Tools                |vanillaplustools              |1.19-1.1            |DONE      |Manifest: NOSIGNATURE         EnchantmentDescriptions-Forge-1.19.2-13.0.1.jar   |EnchantmentDescriptions       |enchdesc                      |13.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         TerraBlender-forge-1.19.2-2.0.1.125.jar           |TerraBlender                  |terrablender                  |2.0.1.125           |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-1.19.2-17.1.1.150.jar               |Biomes O' Plenty              |biomesoplenty                 |17.1.1.150          |DONE      |Manifest: NOSIGNATURE         MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |DONE      |Manifest: NOSIGNATURE         awesomedungeonnether-forge-1.19.2-3.0.0.jar       |Awesome dungeon nether        |awesomedungeonnether          |3.0.0               |DONE      |Manifest: NOSIGNATURE         commonality-1.19.2-4.1.1.jar                      |Commonality                   |commonality                   |4.1.1               |DONE      |Manifest: NOSIGNATURE         silent-lib-1.19.2-7.0.2.jar                       |Silent Lib                    |silentlib                     |7.0.2               |DONE      |Manifest: NOSIGNATURE         Jade-1.19.1-forge-8.1.1.jar                       |Jade                          |jade                          |8.1.1               |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.8.5_mc1.19.2.jar            |CreativeCore                  |creativecore                  |2.8.5               |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.8.1+1.19.jar                   |SpectreLib                    |spectrelib                    |0.8.1+1.19          |DONE      |Manifest: NOSIGNATURE         domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar  |Domum Ornamentum              |domum_ornamentum              |1.19-1.0.76-ALPHA   |DONE      |Manifest: NOSIGNATURE         betterfpsdist-1.19.1-1.6.jar                      |betterfpsdist mod             |betterfpsdist                 |1.19.1-1.6          |DONE      |Manifest: NOSIGNATURE         unstructured-0.5.2[FORGE].jar                     |Unstructured [FORGE]          |unstructured                  |0.5.2               |DONE      |Manifest: NOSIGNATURE         ecologics-forge-1.19.2-2.1.9.jar                  |Ecologics                     |ecologics                     |2.1.9               |DONE      |Manifest: NOSIGNATURE         brutalbosses-1.19.1-5.5.jar                       |brutalbosses mod              |brutalbosses                  |1.19.1-5.5          |DONE      |Manifest: NOSIGNATURE         screenscale-1.19.2-2.3.jar                        |screenscale mod               |screenscale                   |1.19.2-2.3          |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.45.0+1.19.2.jar                 |Polymorph                     |polymorph                     |0.45.0+1.19.2       |DONE      |Manifest: NOSIGNATURE         global_packs-forge-1.19.2-1.14.2_forge.jar        |Global Packs                  |globaldataandresourcepacks    |1.14.2_forge        |DONE      |Manifest: NOSIGNATURE         structurize-1.19.2-1.0.476-ALPHA.jar              |Structurize                   |structurize                   |1.19.2-1.0.476-ALPHA|DONE      |Manifest: NOSIGNATURE         multi-piston-1.19.2-1.2.19-ALPHA.jar              |Multi-Piston                  |multipiston                   |1.19.2-1.2.19-ALPHA |DONE      |Manifest: NOSIGNATURE         minecolonies-1.19.2-1.0.1198-ALPHA.jar            |MineColonies                  |minecolonies                  |1.19.2-1.0.1198-ALPH|DONE      |Manifest: NOSIGNATURE         mvs-3.1.3.jar                                     |Moog's Voyager Structures     |mvs                           |3.1.3               |DONE      |Manifest: NOSIGNATURE         creeperoverhaul-2.0.4-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |1.0.0               |DONE      |Manifest: NOSIGNATURE         appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE         ferritecore-5.0.2-forge.jar                       |Ferrite Core                  |ferritecore                   |5.0.2               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         SoL-Carrot-1.19.2-1.14.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.19.2-1.14.0       |DONE      |Manifest: NOSIGNATURE         apexcore-1.19.2-7.1.8.jar                         |ApexCore                      |apexcore                      |7.1.8               |DONE      |Manifest: NOSIGNATURE         infusedfoods-1.19.2-7.1.4.jar                     |InfusedFoods                  |infusedfoods                  |7.1.4               |DONE      |Manifest: NOSIGNATURE         Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.10.jar |Oh The Biomes You'll Go       |byg                           |2.0.0.10            |DONE      |Manifest: NOSIGNATURE         Delightful-1.19-3.1.1.jar                         |Delightful                    |delightful                    |3.1.1               |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: 665c9f13-653b-44e4-8d46-2d9676fa46c8     FML: 43.1     Forge: net.minecraftforge:43.1.47     Suspected Mods: None  
    • Hello, my brother and I are attempting to run a Minecolonies server from their curseforge pack "MineColonies Official" with the zip file "ColonyVenture-1.17.zip   Crash report is either attached or in comment.
  • Topics

×
×
  • Create New...

Important Information

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