Jump to content

1.3.2 net/minecraftforge/event/entity/EntityJoinWorldEvent


renderme

Recommended Posts

having issues using the 4.1.1 universal forge on my server. when i try starting it i get this:

 

---- Minecraft Crash Report ----

 

 

// Hey, that tickles! Hehehe!

 

Time: 10/25/12 8:08 PM

Description: Exception in server tick loop

 

java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/EntityJoinWorldEvent

at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:222)

at ft.b(DedicatedServer.java:153)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:415)

at ep.run(SourceFile:539)

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.EntityJoinWorldEvent

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

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

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

... 4 more

Caused by: java.lang.NullPointerException

at org.objectweb.asm.ClassReader.<init>(Unknown Source)

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

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

... 6 more

 

Relevant Details:

- Minecraft Version: 1.3.2

- Operating System: Windows XP (x86) version 5.1

- Java Version: 1.7.0_09, Oracle Corporation

- Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

- Memory: 1000617208 bytes (954 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)

- JVM Flags: 2 total; -Xmx1024M -Xms1024M

- FML: ~ERROR~ NullPointerException: null

- Is Modded: Definitely; 'forge,fml'

- Profiler Position: N/A (disabled)

- Player Count: 0 / 20; []

- Type: Dedicated Server

 

 

 

ForgeModLoader

 

 

2012-10-25 20:08:27 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.196.366 for Minecraft client:1.3.2, server:1.3.2 loading

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Discovering coremods

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Running coremod plugins

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Validating minecraft

2012-10-25 20:08:27 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2012-10-25 20:08:29 [iNFO] [sTDOUT] 195 recipes

2012-10-25 20:08:29 [iNFO] [sTDOUT] 27 achievements

2012-10-25 20:08:29 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-10-25 20:08:29 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Documents and Settings\render\Desktop\server\minecraft.jar, examining for mod candidates

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\render\Desktop\server\lib\argo-2.25.jar

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\render\Desktop\server\lib\guava-12.0.1.jar

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\render\Desktop\server\lib\asm-all-4.0.jar

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2012-10-25 20:08:29 [iNFO] [ForgeModLoader] Searching C:\Documents and Settings\render\Desktop\server\mods for mods

2012-10-25 20:08:29 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2012-10-25 20:08:29 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2012-10-25 20:08:30 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Received a system property request ''

2012-10-25 20:08:30 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2012-10-25 20:08:30 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Activating mod FML

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Activating mod Forge

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2012-10-25 20:08:30 [FINE] [ForgeModLoader] All mod requirements are satisfied

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Mod sorting completed successfully

2012-10-25 20:08:30 [FINE] [ForgeModLoader] Mod sorting data:

2012-10-25 20:08:30 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@13ae95d to mod FML

2012-10-25 20:08:30 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@13ae95d delivered to mod FML

2012-10-25 20:08:30 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@13ae95d to mod Forge

2012-10-25 20:08:30 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@13ae95d delivered to mod Forge

2012-10-25 20:08:30 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@a85f01 to mod FML

2012-10-25 20:08:30 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@a85f01 delivered to mod FML

2012-10-25 20:08:30 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@a85f01 to mod Forge

2012-10-25 20:08:30 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@a85f01 delivered to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1f597ba to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1f597ba delivered to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1f597ba to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1f597ba delivered to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@6beeef to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@6beeef delivered to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@6beeef to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@6beeef delivered to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@101cb7b to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@101cb7b delivered to mod FML

2012-10-25 20:08:31 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@101cb7b to mod Forge

2012-10-25 20:08:31 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@101cb7b delivered to mod Forge

2012-10-25 20:08:31 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 2 mods

2012-10-25 20:08:31 [iNFO] [sTDERR] 2012-10-25 20:08:29 [iNFO] Starting minecraft server version 1.3.2

2012-10-25 20:08:30 [iNFO] Loading properties

2012-10-25 20:08:30 [iNFO] Default game type: SURVIVAL

2012-10-25 20:08:30 [iNFO] Generating keypair

2012-10-25 20:08:31 [iNFO] Starting Minecraft server on *:25565

2012-10-25 20:08:31 [iNFO] Preparing level "world"

java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/EntityJoinWorldEvent

2012-10-25 20:08:31 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:222)

2012-10-25 20:08:31 [iNFO] [sTDERR] at ft.b(DedicatedServer.java:153)

2012-10-25 20:08:31 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:415)

2012-10-25 20:08:31 [iNFO] [sTDERR] at ep.run(SourceFile:539)

2012-10-25 20:08:31 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.EntityJoinWorldEvent

2012-10-25 20:08:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)

2012-10-25 20:08:31 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-10-25 20:08:31 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-10-25 20:08:31 [iNFO] [sTDERR] ... 4 more

2012-10-25 20:08:31 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2012-10-25 20:08:31 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2012-10-25 20:08:31 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

2012-10-25 20:08:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

2012-10-25 20:08:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

2012-10-25 20:08:31 [iNFO] [sTDERR] ... 6 more

2012-10-25 20:08:31 [iNFO] [sTDERR] 2012-10-25 20:08:31 [sEVERE] Encountered an unexpected exception NoClassDefFoundError

java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/EntityJoinWorldEvent

at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:222)

at ft.b(DedicatedServer.java:153)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:415)

at ep.run(SourceFile:539)

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.EntityJoinWorldEvent

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

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

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

... 4 more

Caused by: java.lang.NullPointerException

at org.objectweb.asm.ClassReader.<init>(Unknown Source)

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

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

... 6 more

2012-10-25 20:08:44 [iNFO] [sTDERR] 2012-10-25 20:08:31 [sEVERE] This crash report has been saved to: C:\Documents and Settings\render\Desktop\server\.\crash-reports\crash-2012-10-25_20.08.31-server.txt

2012-10-25 20:08:44 [iNFO] Stopping server

2012-10-25 20:08:44 [iNFO] Saving players

2012-10-25 20:08:44 [iNFO] Saving worlds

java.net.SocketException: socket closed

2012-10-25 20:08:44 [iNFO] [sTDERR] at java.net.TwoStacksPlainSocketImpl.socketAccept(Native Method)

2012-10-25 20:08:44 [iNFO] [sTDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)

2012-10-25 20:08:44 [iNFO] [sTDERR] at java.net.PlainSocketImpl.accept(Unknown Source)

2012-10-25 20:08:44 [iNFO] [sTDERR] at java.net.ServerSocket.implAccept(Unknown Source)

2012-10-25 20:08:44 [iNFO] [sTDERR] at java.net.ServerSocket.accept(Unknown Source)

2012-10-25 20:08:44 [iNFO] [sTDERR] at fy.run(ServerListenThread.java:75)

2012-10-25 20:08:44 [iNFO] [sTDOUT] Closing listening thread

2012-10-25 20:08:44 [iNFO] [sTDERR] java.lang.NullPointerException

2012-10-25 20:08:44 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:323)

2012-10-25 20:08:44 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:371)

2012-10-25 20:08:44 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:498)

2012-10-25 20:08:44 [iNFO] [sTDERR] at ep.run(SourceFile:539)

 

 

 

i tried searching for anyone else with the issue im having but did come up with anything. the only other mod i have installed is Better World Generation.

Link to comment
Share on other sites

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.

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



×
×
  • Create New...

Important Information

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