Jump to content

Recommended Posts

Posted

Hello,

I made my own modpack, where I have 27 mods. Client version goes fine, but when I try to run the server, you will see error

 

This is the server log:

 

 

 

C:\Users\Owner\Desktop\hamachi\naModpack [otaznik]>java -Xmx4096M -Xms4096M -jar servervanilla.jar nogui.

2013-06-15 09:38:40 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.734 for Minecraft 1.5.2 loading

2013-06-15 09:38:40 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at

C:\Program Files\Java\jre7

2013-06-15 09:38:41 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804e

a7d

2013-06-15 09:38:44 [iNFO] [sTDOUT] 229 recipes

2013-06-15 09:38:44 [iNFO] [sTDOUT] 27 achievements

2013-06-15 09:38:45 [iNFO] [Minecraft-Server] Starting minecraft server version 1.5.2

2013-06-15 09:38:45 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-06-15 09:38:45 [iNFO] [sTDOUT] MinecraftForge v7.8.0.734 Initialized

2013-06-15 09:38:45 [iNFO] [ForgeModLoader] MinecraftForge v7.8.0.734 Initialized

2013-06-15 09:38:46 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-06-15 09:38:46 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-06-15 09:38:46 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Owner\Desktop\hamachi\naModpack [otaznik]\config\logging.p

roperties

2013-06-15 09:38:46 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-06-15 09:38:46 [iNFO] [ForgeModLoader] Searching C:\Users\Owner\Desktop\hamachi\naModpack [otaznik]\mods for mods

2013-06-15 09:38:47 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 21 mods to load

2013-06-15 09:38:47 [iNFO] [mcp] Activating mod mcp

2013-06-15 09:38:47 [iNFO] [FML] Activating mod FML

2013-06-15 09:38:47 [iNFO] [Forge] Activating mod Forge

2013-06-15 09:38:47 [iNFO] [mod_AnimalBikes] Activating mod mod_AnimalBikes

2013-06-15 09:38:47 [iNFO] [backpack] Activating mod Backpack

2013-06-15 09:38:47 [iNFO] [weaponmod] Activating mod weaponmod

2013-06-15 09:38:47 [iNFO] [biblioCraft] Activating mod BiblioCraft

2013-06-15 09:38:47 [iNFO] [CustomSpawner] Activating mod CustomSpawner

2013-06-15 09:38:47 [iNFO] [MagicCarpet] Activating mod MagicCarpet

2013-06-15 09:38:47 [iNFO] [MoCreatures] Activating mod MoCreatures

2013-06-15 09:38:47 [iNFO] [FlansMod] Activating mod FlansMod

2013-06-15 09:38:47 [iNFO] [iC2] Activating mod IC2

2013-06-15 09:38:47 [iNFO] [ironChest] Activating mod IronChest

2013-06-15 09:38:47 [iNFO] [MoreExplosives] Activating mod MoreExplosives

2013-06-15 09:38:47 [iNFO] [mod_SGM] Activating mod mod_SGM

2013-06-15 09:38:47 [iNFO] [soulShards] Activating mod SoulShards

2013-06-15 09:38:47 [iNFO] [Thaumcraft] Activating mod Thaumcraft

2013-06-15 09:38:47 [iNFO] [camping] Activating mod camping

2013-06-15 09:38:47 [iNFO] [TC] Activating mod TC

2013-06-15 09:38:47 [iNFO] [TwilightForest] Activating mod TwilightForest

2013-06-15 09:38:47 [iNFO] [weapons] Activating mod weapons

2013-06-15 09:38:47 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2013-06-15 09:38:47 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2013-06-15 09:38:48 [WARNING] [ForgeModLoader] The mod id FlansMod attempted to register channels without specifying a packet handler

2013-06-15 09:38:49 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.Class.forName0(Native Method)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.Class.forName(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:86)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:483)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

2013-06-15 09:38:49 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)

2013-06-15 09:38:49 [iNFO] [sTDERR]    ... 31 more

2013-06-15 09:38:49 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-06-15 09:38:49 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)

2013-06-15 09:38:49 [iNFO] [sTDERR]    ... 33 more

2013-06-15 09:38:49 [sEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Unknown Source)

        at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:86)

        at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:483)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

        at com.google.common.eventbus.EventBus.post(EventBus.java:267)

        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

        at com.google.common.eventbus.EventBus.post(EventBus.java:267)

        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)

        at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)

        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:431)

        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render

        at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        ... 31 more

Caused by: java.lang.NullPointerException

        at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)

        ... 33 more

2013-06-15 09:38:49 [sEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Owner\Desktop\hamachi\naModpack [otaznik]\.\crash-report

s\crash-2013-06-15_09.38.49-server.txt

 

 

 

PLEASE HELP!!!! PLEASE!  :'(

Posted

If you get a error with "java.lang.NoClassDefFoundError: net/minecraft/client/something" it means that you install a mod incompatible smp

I hope it can help you fix your problem alone ;)

 

(some modder are too stupid to use @SideOnly(Side.CLIENT) ...)

Posted

If you get a error with "java.lang.NoClassDefFoundError: net/minecraft/client/something" it means that you install a mod incompatible smp

I hope it can help you fix your problem alone ;)

 

(some modder are too stupid to use @SideOnly(Side.CLIENT) ...)

Or rather, some can't because they still use modloader..

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • ⚠️ DON'T CLICK THIS LINK OR ANYTHING RELATED TO THIS, IT HAS MALWARE IN THE LINK AND IT'S LIKELY A SCAM. ⚠️
    • ⚠️ DON'T CLICK THIS LINK OR ANYTHING RELATED TO THIS, IT HAS MALWARE IN THE LINK AND IT'S LIKELY A SCAM. ⚠️
    • I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. Contact : Whats...App : +.1 .4 7.4.3 5.3.7 7..1.9 Website : https://       digitalhackrecovery.com     Mail:            digitalhackrecovery         @techie.       com 
    • I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. Contact : Wh.ats.Ap.p : +1 .4 .7  4 3. 5  3  .7 7.1.9 Website : https://     digitalhackrecovery.   com Mail:       digitalhackrecovery     @         techie.                     com  
    • Ran it one more time just to check, and there's no errors this time on the log??? Log : https://mclo.gs/LnuaAiu I tried allocating more memory to the modpack, around 8000MB and it's still the same; stopping at "LOAD_REGISTRIES". Are some of the mods clashing, maybe? I have no clue what to do LOL
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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