Git Product home page Git Product logo

Comments (3)

MrTJP avatar MrTJP commented on June 19, 2024

I know, will be fixed soon.

On Jul 25, 2013, at 6:20 PM, linkinkov [email protected] wrote:

2013-07-26 02:19:02 [SEVERE] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:168)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
2013-07-26 02:19:02 [SEVERE] at mrtjp.projectred.ProjectRed.init(ProjectRed.java:147)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-07-26 02:19:02 [SEVERE] ... 5 more
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.EntityFX
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
2013-07-26 02:19:02 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-07-26 02:19:02 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-07-26 02:19:02 [SEVERE] ... 32 more
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.NullPointerException
2013-07-26 02:19:02 [SEVERE] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:168)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
at mrtjp.projectred.ProjectRed.init(ProjectRed.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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.initializeMods(Loader.java:691)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.EntityFX
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 32 more

It's on server MCPC last build


Reply to this email directly or view it on GitHub.

from projectred.

linkinkov avatar linkinkov commented on June 19, 2024

When fixed, please add new release, because a have some error with compiling

from projectred.

MrTJP avatar MrTJP commented on June 19, 2024

Fixed via d08d50a

from projectred.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.