Jump to content

boistordu

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by boistordu

  1. I have this on my server logs + freeze every 2 seconds. Is it possible that 2422 forge is implicated? Server thread/WARN - FML 23/08/2017 14:04:56 14:04:56**************************************** * The API cofhapi from source /home/AMP/.ampdata/instances/myadmin/Minecraft/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar is loaded from an incompatible classloader. THIS WILL NOT WORK! * at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113) * at net.minecraftforge.fml.common.ModAPIManager.registerDataTableAndParseAPI(ModAPIManager.java:173) * at net.minecraftforge.fml.common.ModAPIManager.manageAPI(ModAPIManager.java:231) * at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:532) * at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) * at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)... **************************************** **************************************** * The API cofhapi|block from source /home/AMP/.ampdata/instances/myadmin/Minecraft/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar is loaded from an incompatible classloader. THIS WILL NOT WORK! * at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113) * at net.minecraftforge.fml.common.ModAPIManager.registerDataTableAndParseAPI(ModAPIManager.java:173) * at net.minecraftforge.fml.common.ModAPIManager.manageAPI(ModAPIManager.java:231) * at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:532) * at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) * at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)... **************************************** **************************************** * The API cofhapi|energy from source /home/AMP/.ampdata/instances/myadmin/Minecraft/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar is loaded from an incompatible classloader. THIS WILL NOT WORK! * at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113) * at net.minecraftforge.fml.common.ModAPIManager.registerDataTableAndParseAPI(ModAPIManager.java:173) * at net.minecraftforge.fml.common.ModAPIManager.manageAPI(ModAPIManager.java:231) * at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:532) * at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) * at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)...
  2. Sorry I didn't notice that. So here are the logs that I've received from the guy who runs the client. Don't know if it will be usable. 2017-08-16-6.log 2017-08-16-7.log
  3. Hi, I think that's an old bug reapparing or maybe is it ine minecraft itself because the answer to that bug is typical of java and it was answered in a 2011 post on stackoverflow: https://stackoverflow.com/questions/8658118/when-is-java-io-ioexceptionconnection-reset-by-peer-thrown So the bug appear when the server tries to send data to a client that no longer exist. So I had that yesterday with someone on last version of forge for 1.10.2 minecraft server and so this appeared in loop in console using 100% UC Aug 16, 2017 10:47:32 PM io.netty.channel.AbstractChannelHandlerContext invokeExceptionCaught WARNING: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception: java.io.IOException: Error while writev(...): Connection reset by peer at io.netty.channel.epoll.Native.writevAddresses(Native Method) at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) at io.netty.util.concurrent.SingleThreadEv
  4. good to know thanks. Could you, if it's not already done put it somewhere? as explanation I mean; thanks again
  5. Okey but how do we update the mods now? where do we have to update this thing since it is not in the folder mods anymore?
  6. Hi, So guys since you have involved mercurius mod in your isntaller it does some problem to my servers. So the different UI here I'm using are Mineos and multicraft to manage and install my minecraft servers. Since forge 2139 it installs mercurius by default on the server. Problem is, we have mod rejection because of this because of mercurius_updater not present on the client side. Normally mercurius mod is not supposed to be on both side but can be on both side. So why am I having this mod rejections since it's not supposed to be on client side by default? thanks
×
×
  • Create New...

Important Information

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