Jump to content

Recommended Posts

Posted

Got the same result using b1329

 

log: http://paste.ee/p/YqFlk

crash report: http://paste.ee/p/oLVrQ

fml client latest: http://paste.ee/p/aWXT6

 

On the server side there is only this as an error:

[12:10:55] [Netty Server IO #3/ERROR] [FML]: NetworkDispatcher exception
java.io.IOException: Connection reset by peer
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_31]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_31]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_31]
        at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_31]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) ~[?:1.8.0_31]
        at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) ~[unpooledUnsafeDirectByteBuf.class:?]
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:878) ~[AbstractByteBuf.class:?]
        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) ~[NioSocketChannel.class:?]
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:114) [AbstractNioByteChannel$NioByteUnsafe.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:507) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) [NioEventLoop.class:?]
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [singleThreadEventExecutor$2.class:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
[12:10:55] [server thread/INFO]: Kreezxil lost connection: TranslatableComponent{key='disconnect.genericReason', args=[internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}

 

I'll start going through the mods in pack to find one(s) that is causing the issue. Hopefully it'll generate a better report.

Posted

Found a few mods that were causing issues on this build and higher.

 

Which are Craft++ which also knocks out the standard stone button recipe and also breaks the new 1.8 version of Open Computers, and Spectral Guns which registers it's own iron nugget and also breaks 50% of the recipes in Open Computers, but the one I really suspect of causing this issue is SGS Metals.

Posted

Found a few mods that were causing issues on this build and higher.

 

Which are Craft++ which also knocks out the standard stone button recipe and also breaks the new 1.8 version of Open Computers, and Spectral Guns which registers it's own iron nugget and also breaks 50% of the recipes in Open Computers, but the one I really suspect of causing this issue is SGS Metals.

Turns out that I was dead wrong on this assumption. Any mod will cause the error. The only way b1328 and b1329 work via SMP is when there are no mods.
Posted

There should be no reason the connection errors due to build 1328.

All I did was re-enable the World Load event for client worlds.

It sounds more like a modd issue not a Forge issue.

First one is 'li.cil.oc.common.SaveHandler' trying to save data for a client world, bug on there end.

Second one is Craft++ NPEing on entity construction, nothing to do with World Load.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Can you post a crash with just one mod installed?

 

Darn, so looks like you guys were right, it's not Forge at all. I thought it was all mods, guess I was getting frustrated. Going through 86 mods one by one to find the ones that fail is a pain but I'm doing it and maybe there might be something in the logs for you anyways.

 

http://paste.ee/p/RZCTv with Backpacks by Eydamos v2.0.1-1.8.x; I reported it to his bugtracker just in case.

 

http://paste.ee/p/nOFLe with Ender Utilities by masa v1.8-0.4.0; I reported this to the author in his github issue tracker. This FATAL error happens on client disconnect. Random occurrence with this one.

 

http://paste.ee/p/HGX64 with Open Computers by Sangar v1.8-1.5.2.5; again I have reported this error to the mod author in their issue tracker on github.

 

apparently the first bug report goes craft++ and I Just sent it there per the information you gave me just now.

 

Thanks for discerning those logs so fast. Whereas I spent all day loading the mods one by one to see which did it, you were able to see things I wasn't able to, is it just experience or do you have a special log parser?

 

 

 

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

    • Thank you so much Choonster! That's what i was missing! For now i added a folder assets/<mod_id>/items and put the model definition JSON file with the item name in it: { "model":{ "type": "minecraft:model", "model": "teleportpugmod:item/teleportpug" } }   Some log errors/warnings pointing me into the right direction would've been nice 😅 Haven't had much time to look into the DataGenerator and ModelProviders, because i'm still at work. But i guess these would would make more sense if have many custom items and want to generate these model definition files?
    • Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.
    • Hi,  I'm using Forge 47.3.0 for Minecraft 1.20.1 I apologise if this is obvious I am very new to modding for Minecraft. I sucessfully made a mod that launched without errors or crashes (without it doing anything) but in order to add the features I need, I need to add "Custom Portal API [Forge]" as a dependency. However no matter the way I've tried to acheive this, it crashes. I am pretty sure it's not the way I'm putting it in the repositories, the dependencies or the way I'm refrencing it, as I've a hundred diffrent combinations and multiple Maven methods. And on all those diffrent variations I still get this crash: pastebin.com/UhumzZCZ Any tips would be invaluable as I've been loosing my mind over this!
    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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