Posted August 7, 20196 yr I was attempting to make a modded server and it would also crash. Either it could be my system isn't good enough, or the mods i have aren't compatible. LIST OF MODS: NOTE: the mods 'Random_Stuff_1.12.2' and 'Compressed-cobblestone-1.12.2' are my personal mods that i made
August 7, 20196 yr The filenames of almost all of of your mods suggests you got them from a repost site. Please read up on the StopModReposts project (link in my signature) for info on why this is a bad thing. Also, why do you not have Java installed? This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy. As the most common issue I feel I should put this outside the main bulk: The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge. If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan. For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety. Spoiler Logs (Most issues require logs to diagnose): Spoiler Please post logs using one of the following sites (Thank you Lumber Wizard for the list): https://gist.github.com/: 100MB Requires member (Free) https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$) https://hastebin.com/: 400KB Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads. What to provide: ...for Crashes and Runtime issues: Minecraft 1.14.4 and newer: Post debug.log Older versions: Please update... ...for Installer Issues: Post your installer log, found in the same place you ran the installer This log will be called either installer.log or named the same as the installer but with .log on the end Note for Windows users: Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension Where to get it: Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs. Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch: Spoiler Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it). Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler or alternately, Fallback ("No logs are generated"): If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft Server Not Starting: Spoiler If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output. Reporting Illegal/Inappropriate Adfocus Ads: Spoiler Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad. Lex will need the Ad ID contained in that URL to report it to Adfocus' support team. Posting your mod as a GitHub Repo: Spoiler When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub. When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init git remote add origin [Your Repository's URL] In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push Navigate to GitHub and you should now see most of the files. note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore]
August 7, 20196 yr Author I have Java installed. And i did get the mods from a repost site. Now that I saw your signature I realized that i will only get mods from sites like curseforge.
August 7, 20196 yr It looks like you have the jar file extension registered as a name but not associated with a program. This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy. As the most common issue I feel I should put this outside the main bulk: The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge. If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan. For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety. Spoiler Logs (Most issues require logs to diagnose): Spoiler Please post logs using one of the following sites (Thank you Lumber Wizard for the list): https://gist.github.com/: 100MB Requires member (Free) https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$) https://hastebin.com/: 400KB Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads. What to provide: ...for Crashes and Runtime issues: Minecraft 1.14.4 and newer: Post debug.log Older versions: Please update... ...for Installer Issues: Post your installer log, found in the same place you ran the installer This log will be called either installer.log or named the same as the installer but with .log on the end Note for Windows users: Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension Where to get it: Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs. Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch: Spoiler Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it). Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler or alternately, Fallback ("No logs are generated"): If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft Server Not Starting: Spoiler If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output. Reporting Illegal/Inappropriate Adfocus Ads: Spoiler Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad. Lex will need the Ad ID contained in that URL to report it to Adfocus' support team. Posting your mod as a GitHub Repo: Spoiler When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub. When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init git remote add origin [Your Repository's URL] In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push Navigate to GitHub and you should now see most of the files. note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore]
August 9, 20196 yr Author Since then I have replaced all the mods with official versions and I have got the server running, however i have had to remove the xray and backpack mods.
August 10, 20196 yr Author This is the latest error message after replacing all mods with newer and official versions. I am able to have the backpack mod in it and make it work. Spoiler ---- Minecraft Crash Report ---- WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.227.jar) Contact their authors BEFORE contacting forge // Hi. I'm Minecraft, and I'm a crashaholic. Time: 10/08/19 11:06 AM XRay version: 63-1122 Description: Ticking entity java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraftxray.ci.<clinit>(Unknown Source) at net.minecraft.block.BlockRedstoneOre.func_180691_e(BlockRedstoneOre.java:127) at net.minecraft.block.BlockRedstoneOre.func_176352_d(BlockRedstoneOre.java:61) at net.minecraft.block.BlockRedstoneOre.func_176199_a(BlockRedstoneOre.java:49) at net.minecraft.entity.Entity.func_70091_d(Entity.java:928) at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1958) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:172) at net.minecraft.world.World.func_72866_a(World.java:1993) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1955) at net.minecraft.world.World.func_72939_s(World.java:1759) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 27 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@7f9e1534 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 29 more Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 31 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraftxray.ci.<clinit>(Unknown Source) at net.minecraft.block.BlockRedstoneOre.func_180691_e(BlockRedstoneOre.java:127) at net.minecraft.block.BlockRedstoneOre.func_176352_d(BlockRedstoneOre.java:61) at net.minecraft.block.BlockRedstoneOre.func_176199_a(BlockRedstoneOre.java:49) at net.minecraft.entity.Entity.func_70091_d(Entity.java:928) at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1958) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:172) at net.minecraft.world.World.func_72866_a(World.java:1993) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1955) -- Entity being ticked -- Details: Entity Type: minecraft:creeper (net.minecraft.entity.monster.EntityCreeper) Entity ID: 68 Entity Name: Creeper Entity's Exact location: 96.50, 14.00, 307.19 Entity's Block location: World: (96,14,307), Chunk: (at 0,0,3 in 6,19; contains blocks 96,0,304 to 111,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: ~~ERROR~~ NullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1759) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) -- Affected level -- Details: Level name: world All players: 0 total; [] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: 8098201985340539530 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (192,64,256), Chunk: (at 0,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 84445 game time, 84445 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 46222 (now: false), thunder time: 148714 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_221, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1648667072 bytes (1572 MB) / 2015887360 bytes (1922 MB) up to 2015887360 bytes (1922 MB) JVM Flags: 2 total; -Xmx2048M -Xms2048M IntCache: cache: 0, tcache: 10, allocated: 22, tallocated: 86 FML: MCP 9.42 Powered by Forge 14.23.5.2838 24 mods loaded, 24 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.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | micdoodlecore | | minecraft.jar | None | | LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None | | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | compressed_cobblestone | 1.0.0 | Compressed-cobblestone-1.12.2.jar | None | | LCHIJA | furnaceoverhaul | 2.2.0 | FurnaceOverhaul-1.12.2-2.2.0.jar | None | | LCHIJA | galacticraftcore | 4.0.2.227 | GalacticraftCore-1.12.2-4.0.2.227.jar | None | | LCHIJA | galacticraftplanets | 4.0.2.227 | Galacticraft-Planets-1.12.2-4.0.2.227.jar | None | | LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | LCHIJA | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None | | LCHIJA | random_stuff_that_might_help | 1.0.0 | Random_Stuff_1.12.2.jar | None | | LCHIJA | sleepingtubes | 1.0.0 | sleepingtubes-1-12-2-v1-0-1546272672.zip | None | Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.227.jar) micdoodle8.mods.miccore.MicdoodleTransformer Profiler Position: N/A (disabled) Player Count: 0 / 20; [] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) Proof of newer mods: Edited August 10, 20196 yr by Deviouslrd Minor edit of text
August 10, 20196 yr Author Ok thanks. Which reminds me, is there any xray mod for servers? Edited August 10, 20196 yr by Deviouslrd
August 10, 20196 yr Author Thank you. Now my server works and I can play with my friends with agreed upon mods.
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.