so i was trying to make a server for my modpack and i did all the stuff to make it work but when i start the console i get this error:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 8/2/13 10:09 PM
Description: Exception in server tick loop
cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:248)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 8/2/13 10:09 PM
Description: Exception in server tick loop
cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:248)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_15, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 971576256 bytes (926 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 23 mods loaded, 23 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded
FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded
Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded
CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded
CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded
ImmibisMicroblocks{55.0.7} [Immibis's Microblocks] (coremods) Unloaded
NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded
CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded
CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded
GalacticraftCore{0.1.36} [Galacticraft Core] (Galacticraft-1.5.2-a0.1.36.410.jar) Unloaded
ImmibisMicroblocksInstallCheck{55.0.7} [Immibis's Microblocks (Checks for incorrect installation, ignore this)] (immibis-microblocks-55.0.7.jar) Unloaded
mod_ReiMinimap{Not available} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded
AppliedEnergistics{rv11.c} [Applied Energistics] (appeng-rv11-c.zip) Unloaded
AtomicScience{0.6.1} [Atomic Science] (Atomic_Science_v0.6.1.80.jar) Unloaded
ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.4.jar) Unloaded
ICBM|Contraption{1.2.1} [ICBM|Contraption] (ICBM_Contraption_v1.2.1.172.jar) Unloaded
ICBM|Explosion{1.2.1} [ICBM|Explosion] (ICBM_Explosion_v1.2.1.172.jar) Unloaded
ICBM|Sentry{1.2.1} [ICBM|Sentry] (ICBM_Sentry_v1.2.1.172.jar) Unloaded
ImmibisCore{55.1.6} [Immibis Core] (immibis-core-55.1.6.jar) Unloaded
inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded
MekanismGenerators{5.5.6} [MekanismGenerators] (MekanismGenerators-v5.5.6.121.jar) Unloaded
MekanismTools{5.5.6} [MekanismTools] (MekanismTools-v5.5.6.121.jar) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
please help thank u!!